@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--gradient-base-color-2);
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
  overflow-x: hidden;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.windows ::-webkit-scrollbar {
  height: 2px;
  width: 8px;
}
.windows ::-webkit-scrollbar-corner,
.windows ::-webkit-scrollbar-track {
  background: #0000;
}
.windows ::-webkit-scrollbar-thumb {
  background: var(--text-2);
  border-radius: 100px;
  opacity: 0.4;
}
.windows ::-webkit-scrollbar-thumb:hover {
  background: var(--text-3);
  opacity: 0.6;
}
#screener-listbox {
  background-color: var(--background);
}
.MuiDrawer-paper {
  background-color: var(--background) !important;
  color: var(--text-1) !important;
}
.MuiAutocomplete-popper > .MuiPaper-elevation {
  background-color: var(--navBg) !important;
}
.MuiInputAdornment-root {
  color: var(--text-2) !important;
}
.MuiDrawer-root {
  z-index: 7 !important;
}
:root {
  --notify-onboard-container-position-top: 40px;
  --account-center-z-index: 100;
  --onboard-modal-z-index: 1502;
}
@keyframes watchlist-scrolling {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@font-face {
  font-family: Clash Grotesk;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/ClashGrotesk-Regular.3facfb078b36e5ad3cdf.otf)
    format("opentype");
}
@font-face {
  font-family: Clash Grotesk;
  font-style: normal;
  font-weight: 600;
  src: url(/static/media/ClashGrotesk-Medium.28a4b2a8fb653df64a43.otf)
    format("opentype");
}
@font-face {
  font-family: Clash Grotesk;
  font-style: normal;
  font-weight: 500;
  src: url(/static/media/ClashGrotesk-Medium.28a4b2a8fb653df64a43.otf)
    format("opentype");
}
@font-face {
  font-family: General Sans;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/GeneralSans-Regular.8b8c806d335280408bfe.otf)
    format("opentype");
}
@font-face {
  font-family: General Sans;
  font-style: normal;
  font-weight: 500;
  src: url(/static/media/GeneralSans-Medium.9e7904e31d714524f2d9.otf)
    format("opentype");
}
@font-face {
  font-family: General Sans;
  font-style: normal;
  font-weight: 600;
  src: url(/static/media/GeneralSans-Semibold.04ff270253cd881ac35e.otf)
    format("opentype");
}
@font-face {
  font-family: General Sans;
  font-style: normal;
  font-weight: 700;
  src: url(/static/media/GeneralSans-Bold.7d113a8107451af3d10f.otf)
    format("opentype");
}
.feed {
  align-items: center;
  background-color: var(--border-dark);
  border-radius: 4px;
  border-top: 0;
  gap: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  max-width: 800px;
  padding: 0;
  width: 100%;
}
.feed__filters {
  align-items: center;
  background: var(--base);
  border-bottom: 1px solid rgba(103, 117, 131, 0.102);
  color: #687684;
  display: flex;
  font-size: 12px;
  gap: 12px;
  justify-content: space-between;
  line-height: 14px;
  padding: 18px 32px;
}
.feed__filters--options {
  font-weight: 600;
}
.feed .filter-options {
  align-items: baseline;
  display: flex;
  gap: 10px;
}
.feed .filter-options__item,
.feed .filter-options__label {
  color: #687684;
  font-family: Roboto;
  font-size: 12px;
}
.feed .filter-options__label {
  font-weight: 400;
  letter-spacing: normal;
}
.feed .filter-options__item {
  background: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0 0 2px;
}
.feed .filter-options__item--active {
  border-bottom: 1.5px solid #0648d7;
  color: #0648d7;
}
.feed .fetch-error {
  padding: 50px;
}
.feed .admin-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.feed .admin-wrapper .admin-filters {
  color: #687684;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: normal;
}
.feed__more-activity {
  align-items: center;
  border-bottom: 1px solid #bdc5cd;
  border-radius: 0 0 50% 50%;
  color: #0648d7;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 14px;
  padding: 18px 32px;
}
@media screen and (max-width: 576px) {
  .feed__filters {
    display: none;
  }
}
.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  flex-grow: 1;
  height: 100%;
}
.public-DraftEditorPlaceholder-inner {
  color: var(--text-3);
  position: absolute;
}
.public-DraftEditorPlaceholder-root {
  position: relative;
}
.public-DraftEditor-content {
  color: var(--text-1);
}
.media-type--image {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 50%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.fallback-image {
  object-fit: contain;
  width: 60px;
}
.media-placeholder,
.media-type--video {
  height: 100%;
  width: 100%;
}
.media-placeholder {
  position: relative;
}
.media-placeholder__label {
  align-items: center;
  background: rgba(0, 0, 0, 0.239);
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.action-buttons {
  width: 100%;
}
.action-buttons .toolbar {
  margin: 15px;
  position: absolute;
  top: 0;
}
.action-buttons .slide-button {
  margin: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.action-buttons .slide-button__prev {
  left: 15px;
}
.action-buttons .slide-button__next {
  right: 15px;
}
.action-buttons .action-button {
  background: #000;
  border-radius: 50%;
  color: #f9f9f9;
  height: 40px;
  line-height: 0;
  margin: 5px;
  padding: 5px;
  text-align: center;
  width: 40px;
}
.action-buttons .action-button:hover {
  background-color: #ddd;
  color: #333;
}
.action-buttons .action-button:disabled {
  background: #999;
  color: #333;
  cursor: inherit;
}
.ghost-gallery-feed-item__details {
  display: flex;
  gap: 13px;
  margin-bottom: 30px;
}
.ghost-gallery-feed-item__details .ghost {
  margin: 0;
}
.ghost-gallery-feed-item__details--info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ghost-gallery-feed-item__details--info .ghost {
  width: 100px;
}
.ghost-gallery-feed-item__body .ghost {
  width: 100%;
}
.ghost-gallery-feed-item__body .ghost:last-of-type {
  width: 80%;
}
.value-type {
  align-items: center;
  display: flex;
}
.value-type__trimmed-number {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 105px;
}
.value-type__link {
  background: none;
  color: #0648d7;
  cursor: pointer;
  font-style: italic;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
}
.value-type__object {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.value-type__hash,
.value-type__object {
  font-family: monospace;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  width: 105px;
}
.value-type__hash {
  color: #0648d7;
}
.value-type__muted {
  background: none;
  color: #b6bdc4;
}
.value-type__text {
  color: #141619 !important;
}
.copyable {
  align-items: center;
  display: flex;
}
.copyable__button:hover {
  opacity: 1;
}
.copyable__button,
.copyable__copied {
  background: none;
  display: flex;
  height: 16px;
  padding-right: 0;
}
.copyable__button--icon,
.copyable__copied--icon {
  color: var(--text-1);
  height: 16px !important;
  width: 16px !important;
}
.copyable__copied {
  color: #0648d7;
  cursor: auto;
}
.copyable__opaque {
  opacity: 1;
  padding: 0;
}
.name-value-pair {
  font-size: 12px;
  margin: 6px 0;
}
.name-value-pair.space-between {
  justify-content: space-between;
}
.name-value-pair.flex {
  align-items: center;
  display: flex;
}
.name-value-pair.no-flex {
  display: block;
}
.name-value-pair.no-flex .name-value-pair__value {
  display: block;
  margin: 5px;
}
.name-value-pair__name {
  align-items: center;
  color: #687684;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  width: 150px;
}
.name-value-pair__name--help-icon {
  background: #ebebeb;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 400;
  height: 16px;
  margin-right: 10px;
  text-align: center;
  width: 16px;
}
.name-value-pair__value {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 5px;
}
.MuiTooltip-popper[data-popper-reference-hidden] {
  display: none;
}
.empty-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  height: 60vh;
  justify-content: center;
  padding: 50px;
  width: 100%;
}
.empty-list__full-height {
  height: 100%;
  padding: 0;
}
.empty-list__full-height .empty-list__label {
  font-size: 16px;
}
.empty-list__icon {
  height: 100px;
  margin-bottom: 10px;
  width: 100px;
}
.empty-list__icon--error {
  filter: hue-rotate(160deg);
}
.empty-list__label {
  color: var(--text-2);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 5px;
}
.shimmer-wrapper {
  animation: loading 1s infinite;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.shimmer-wrapper__shimmer {
  background: var(--elevation-3);
  box-shadow: 0 0 30px 30px var(--elevation-2);
  height: 100%;
  transform: skewX(-20deg);
  width: 50%;
}
@keyframes loading {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(-60%);
  }
  to {
    transform: translateX(150%);
  }
}
.ghost {
  background: var(--elevation-3);
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
}
.ghost__text {
  height: 12px;
  margin-bottom: 2px;
  width: 100%;
}
.ghost__label {
  display: inline-block;
  height: 18px;
  margin-bottom: 3px;
  width: 50%;
}
.ghost__circle {
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
.ghost__user-image {
  border-radius: 0;
  height: 64px;
  min-width: 64px;
}
.ghost__mini-block {
  height: 14px;
  width: 40px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
:focus {
  outline: none;
}
#root {
  color: #000;
  display: block;
  font-family: Roboto, sans-serif;
  min-height: 100vh;
}
.App {
  height: 100vh;
  width: 100%;
}
button {
  border: none;
  cursor: pointer;
}
a {
  color: #0648d7;
  text-decoration: none;
}
.full-page-loader {
  align-items: center;
  display: flex;
  height: 600px;
  justify-content: center;
  width: 100%;
}
.full-page-loader img {
  height: 64px;
  width: 64px;
}
.bio-tooltip {
  border: 1px solid #68768480 !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 24px #6876841a !important;
  opacity: 1 !important;
  width: 400px;
}
.ghost-wrapper {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.error {
  color: #bf1650;
  line-height: 12px;
  white-space: normal;
}
.error,
img {
  font-size: 12px;
}
.snackbar-alert {
  min-width: 400px;
}
@media screen and (max-width: 576px) {
  .snackbar {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .snackbar .snackbar-alert {
    border-radius: 4px 4px 0 0 !important;
    min-width: 100%;
  }
}
.custom-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.custom-table__tbody--tr,
.custom-table__thead--tr {
  display: flex;
  justify-content: space-between;
}
.custom-table__tbody--tr .td,
.custom-table__tbody--tr .th,
.custom-table__thead--tr .td,
.custom-table__thead--tr .th {
  font-size: 12px;
  width: -webkit-fill-available;
}
.custom-table__tbody--tr.hide,
.custom-table__thead--tr.hide {
  display: none;
}
.custom-table__thead--tr {
  border: none;
  border-radius: 4px;
}
.custom-table__thead--tr .th {
  font-weight: 600;
  height: 18px;
}
.custom-table__tbody .td {
  align-items: center;
  display: flex;
}
.GenericFallBackUI_container__wP-In {
  gap: 8px;
  padding-bottom: 32px;
}
.GenericFallBackUI_container__wP-In,
.GenericFallBackUI_emptyStateBox__DO1Hk {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.GenericFallBackUI_emptyStateBox__DO1Hk {
  padding: 20px;
}
.GenericFallBackUI_header__qM59y {
  font-size: 24px;
  line-height: 100%;
}
.GenericFallBackUI_header__qM59y,
.GenericFallBackUI_text__HpyIo {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}
.GenericFallBackUI_text__HpyIo {
  font-size: 13px;
  line-height: 130%;
  margin-top: 10px;
}
@keyframes Loader_flip__YXwq1 {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(1turn);
  }
}
.Loader_loader__s4N3W {
  animation: Loader_flip__YXwq1 2s infinite;
  height: 10%;
  max-height: 48px;
  max-width: 48px;
  min-height: 24px;
  min-width: 24px;
  width: auto;
}
.ProfileHoverCard_container__o3xOS {
  border-radius: 6px;
  min-width: 300px;
  padding: 16px;
}
.ProfileHoverCard_profilePic__RwYTy {
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.ProfileHoverCard_title__psIHV {
  align-items: center;
  color: var(--text-1);
  flex-direction: row;
  font-size: 17px;
  font-weight: 600;
  gap: 4px;
}
.ProfileHoverCard_networth_bundle_row__HqnMj,
.ProfileHoverCard_title__psIHV {
  display: flex;
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.ProfileHoverCard_networth_bundle_row__HqnMj {
  border-bottom: 1px solid var(--border-dark);
  border-top: 1px solid var(--border-dark);
  color: var(--text-2);
  font-size: 15px;
  font-weight: 400;
  justify-content: space-between;
  padding: 8px 0;
}
.ProfileHoverCard_bundleIcon__nLzsI {
  height: 16px;
  margin-top: 4px;
  width: 22px;
}
.ProfileHoverCard_cursorDiv__uCY1D {
  cursor: pointer;
}
.ProfileHoverCard_addressImage__ayUyG {
  background: var(--elevation-2);
  background-image: url(/static/media/address_image.642f085f29c977b6dedf.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.ProfileHoverCard_wrapDiv__6w06k {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
.ProfileHoverCard_networth__BQhCl {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.Components_divider__SFz8d {
  border-bottom: 1px solid var(--border-dark);
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.Components_infoBox__711h8 {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  padding: 16px 20px;
  width: 100%;
}
.Components_infoBoxHeader__QNjCT {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.Components_infoBoxContent__c1jZo {
  color: var(--text-1);
  font-size: 15px;
  font-weight: 400;
}
.Components_table__77xas {
  border-collapse: collapse;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Components_table__77xas .Components_tableList__9oyOV {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 24px;
  letter-spacing: 0.08em;
  line-height: 150%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.Components_table__77xas .Components_tableRow__UWi5N {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 15px;
  font-weight: 400;
  gap: 16px;
  height: 20px;
  width: 100%;
}
.Components_tableRow__UWi5N:not(:first-of-type) {
  margin-bottom: 16px;
}
.Components_table__77xas .Components_tableHeader__Q8hZT {
  border-bottom: 1px solid var(--border-dark);
  color: var(--text-2);
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.Components_table__77xas
  .Components_tableRow__UWi5N
  .Components_tableCell__P6Pcl {
  color: var(--text-1);
  padding: 10px 0;
}
.Components_tableCell__P6Pcl:first-of-type {
  flex-basis: 17.3%;
}
.Components_tableCell__P6Pcl:nth-of-type(2) {
  flex-basis: 32%;
}
.Components_tableCell__P6Pcl:nth-of-type(3) {
  flex-basis: 9.8%;
}
.Components_tableCell__P6Pcl:nth-of-type(4) {
  flex-basis: 16.6%;
}
.Components_tableCell__P6Pcl:nth-of-type(5) {
  flex-grow: 1;
}
.Components_alignRight__Fx0Xz {
  text-align: right;
}
.Components_alignLeft__yp93i {
  text-align: left;
}
.Components_verifiedContainer__JHhKa {
  border: 1px solid var(--success);
  border-radius: 16px;
  color: var(--success);
  display: inline-block;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 150%;
  padding: 1px 6px;
  text-align: right;
  text-transform: uppercase;
}
.Components_column__dK\+1a {
  display: flex;
  flex-direction: column;
}
.Components_typeTag__US4Wl {
  align-items: center;
  background: var(--text-3);
  border-radius: 24px;
  color: var(--base);
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  padding: 1px 8px;
}
.Components_text__Dr\+X4,
.Components_typeTag__US4Wl {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
}
.Components_text__Dr\+X4 {
  word-wrap: break-word;
  color: var(--text-1);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Components_addressRow__3Vnub {
  align-items: center;
  column-gap: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.Components_crossIcon__FTD4t {
  cursor: pointer;
  margin-bottom: 16px;
  margin-right: 8px;
}
.Components_iconButtonText__G5M5Q {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.Components_checkboxWrapper__0GOqv {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 4px;
}
.Components_checkbox__Fv0Bf {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 1px;
  border-radius: 0.15em;
  color: currentColor;
  display: grid;
  font: inherit;
  height: 12px;
  height: 1.15em;
  margin: 0;
  outline: none;
  place-content: center;
  position: relative;
  transform: translateY(-0.075em);
  transition: background-color 0.2s ease-in-out;
  width: 12px;
  width: 1.15em;
}
.Components_checkbox__Fv0Bf:before {
  background-color: CanvasText;
  box-shadow: inset 1em 1em var(--primary-color);
  -webkit-clip-path: polygon(
    14% 44%,
    0 65%,
    50% 100%,
    100% 16%,
    80% 0,
    43% 62%
  );
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
  content: "";
  height: 0.65em;
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.12s ease-in-out;
  width: 0.65em;
}
.Components_checkbox__Fv0Bf:checked:not([disabled]):before {
  transform: scale(1);
}
.Components_checkbox__Fv0Bf:not(:checked) {
  border: 1px solid var(--border-dark);
}
.Components_checkbox__Fv0Bf:disabled:before {
  opacity: 1;
}
.Components_arrow_back_icon__iDzPK {
  color: var(--text-1);
  cursor: pointer;
}
.Components_cursorDiv__l0AeI {
  cursor: pointer;
}
.Components_loadingHoverCard__plCaM {
  align-items: center;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  min-height: 180px;
  padding: 16px;
  width: -webkit-max-content;
  width: max-content;
}
.Components_circularProgress__BCgas {
  color: var(--primary-color);
}
.Components_circularProgressWhite__BBbh0 {
  color: #fff;
}
.Components_buttonImage__hkgb0 {
  height: 24px;
  width: 24px;
}
.Components_avatar__sQT1- {
  border-radius: 50%;
  height: 40px;
  margin-top: 4px;
  object-fit: cover;
  width: 40px;
}
.ConditionalLink_overridableClass__0Rpu7 {
  color: inherit;
}
.ZxCopy_container__qUmHn {
  cursor: pointer;
}
.ZkText_container__pCq3Q {
  word-wrap: break-word;
  animation: ZkText_all__v6bgf 1s ease-in-out;
  -webkit-hyphens: auto;
  hyphens: auto;
  letter-spacing: normal;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  word-break: auto-phrase;
}
.ZkText_text__dqsQb {
  color: var(--text-1);
}
.ZkText_body-1__JkVh0 {
  color: var(--text-1);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.ZkText_body-2__8-tcw {
  font-size: 14px;
}
.ZkText_body-2__8-tcw,
.ZkText_body-3__CSRwe {
  color: var(--text-1);
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.ZkText_body-3__CSRwe {
  font-size: 12px;
}
.ZkText_title-1__gE5Wu {
  font-size: 18px;
  letter-spacing: 0.1px;
}
.ZkText_title-1__gE5Wu,
.ZkText_title-2__2Xy05 {
  color: var(--text-1);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ZkText_title-2__2Xy05 {
  font-size: 15px;
}
.ZkText_secondary-1__SmX9p {
  color: var(--text-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.ZkText_secondary-2__Xu638 {
  color: var(--text-3);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ZkText_secondary-title__ctcMJ {
  color: var(--text-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.ZkText_body-label__CzAaI {
  color: var(--text-1);
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
}
.ZkText_secondary-label__Lm8m1 {
  color: var(--text-2);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 14px;
  text-align: left;
}
.ZkText_primary__\+EJCd {
  color: var(--primary-color);
}
.ZkText_secondary__M-2jT {
  color: var(--secondary-color);
}
.ZkText_text-1__NblD- {
  color: var(--text-1);
}
.ZkText_text-2__WBO6H {
  color: var(--text-2);
}
.ZkText_text-3__QLMsl {
  color: var(--text-3);
}
.ZkText_success__tMYIe {
  color: var(--success);
}
.ZkText_error__2css9 {
  color: var(--error);
}
.ZkText_purple__muyCH {
  color: var(--purple);
}
.ZkText_closed__Uch4A {
  color: var(--closed-text);
}
.ZkText_base__k\+v8v {
  color: var(--base);
}
.ZkText_warning__dCNSG {
  color: var(--warning);
}
.ZkText_white__kxKd0 {
  color: var(--text-white);
}
.ZkText_underline__2Oeyc:hover {
  text-decoration: underline;
}
.ZkText_landingPage__qUg1R {
  font-family: Instrument Sans, Roboto, sans-serif !important;
}
.ZkText_onboardingPage__z4A13 {
  font-family: General Sans, Roboto, sans-serif !important;
}
.ZkText_title-1_v2__OswoW {
  color: var(--text-1);
  font-size: 18px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: normal;
  line-height: 42px;
}
.basicInfoRowTile_basicInfoRowTile__onKNn {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.basicInfoRowTile_basicInfoTitle__uQ7VG {
  color: var(--text-2);
  flex: 1 1;
}
.basicInfoRowTile_basicInfoTitle__uQ7VG,
.basicInfoRowTile_basicInfoValue__HlPCW {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  overflow: auto;
}
.basicInfoRowTile_basicInfoValue__HlPCW {
  color: var(--text-1);
  flex: 3 1;
}
.TokenHoverCard_container__JQBvP {
  border-radius: 6px;
  min-width: 300px;
  padding: 16px;
}
.TokenHoverCard_tokenImage__15gIw {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.TokenHoverCard_tokenIconWrapper__EzG6x {
  padding: 2px 0;
}
.TokenHoverCard_title__G\+L5c {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--text-1);
  display: -webkit-box;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TokenHoverCard_subtitle__kHVjI {
  color: var(--text-2);
}
.TokenHoverCard_bio__jTzCB,
.TokenHoverCard_subtitle__kHVjI {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.TokenHoverCard_bio__jTzCB {
  color: var(--text-1);
}
.TokenHoverCard_up_icon__UVEi7 {
  fill: var(--success);
  height: 6px;
  transform: rotate(180deg);
  width: 9px;
}
.TokenHoverCard_down_icon__BWZyb {
  fill: var(--error);
  height: 6px;
  width: 9px;
}
.TokenHoverCard_valueChange__jBAsf {
  color: var(--success);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 130%;
}
.TokenHoverCard_valueChangeDown__FScNF {
  color: var(--error);
}
.TokenHoverCard_valueChangeUp__c\+BIA {
  color: var(--success);
}
.Query_query__k1sYE {
  grid-gap: 4px;
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 36px;
  padding-left: 4px;
}
.Query_query__k1sYE,
.Query_query__k1sYE .Query_input__p9BCZ {
  color: var(--text-1);
  font-family: "ui-monospace";
  font-size: 15px;
}
.Query_icon__o6i6u {
  cursor: pointer;
}
.Query_search_option_icon__I\+EGm {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.Query_selected_search__04W56 {
  align-items: center;
  background-color: inherit;
  display: inline-flex;
  justify-content: flex-start;
  max-width: 300px;
  min-width: 100px;
}
.Query_icon_with_chain__qswIq {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.Query_search_chain_icon__7dXs6 {
  border: 1px solid var(--base);
  border-radius: 50%;
  bottom: -2px;
  height: 8px;
  position: absolute;
  right: -4px;
  width: 8px;
}
.Query_option__VRIdq {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 4px;
}
.Query_dropdownOption__bKNHE:hover {
  background-color: var(--elevation-2);
}
.ExternalLinks_icon__jRWMz {
  align-items: center;
  display: flex;
  height: 18px;
  width: 18px;
}
.ExternalLinks_imageIcon__dgDaA {
  align-items: center;
  display: flex;
  height: 20px;
  width: 20px;
}
.ExternalLinks_socials__5ozqe {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.ExternalLinks_verticalDivider__s5RJh {
  background: var(--border-dark);
  display: flex;
  height: 20px;
  width: 1px;
}
.ExternalLinks_round__b3Oto {
  border-radius: 24px;
}
.Graph_container__Roowt {
  position: relative;
}
.Graph_net_worth__9\+o0B {
  display: flex;
  flex-direction: row;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  left: 736px;
  letter-spacing: normal;
  line-height: 130%;
  padding: 2px 4px;
  position: absolute;
  top: 42px;
}
.Graph_left_bar__pKQzb {
  height: 32px;
  margin-right: 14px;
  width: 6px;
}
.Graph_content_top__JxqVJ {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.Graph_content_value__Qw2Tm {
  color: var(--text-1);
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  margin-right: 8px;
}
.Graph_content_change__V2plm,
.Graph_content_value__Qw2Tm {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
}
.Graph_content_change__V2plm {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 2px;
}
.Graph_content_bottom__fC-GC {
  color: #687684;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 130%;
  text-transform: uppercase;
}
.Graph_icon__64Exd {
  margin-bottom: 4px;
  margin-right: 2px;
}
.Graph_hover_card__61bis {
  background-color: var(--elevation-3);
  border-radius: 8px;
  padding: 4px 12px;
}
.Graph_value__KywnH {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 23px;
}
.Graph_time__izrOk {
  color: #687684;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 130%;
  text-transform: uppercase;
}
.Graph_yAxisLabel__-yn2U {
  position: absolute;
}
.Graph_pulseDot__IDmca circle {
  animation: Graph_pulse-ring__POBKC 1.5s ease-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
@keyframes Graph_pulse-ring__POBKC {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.ProfileInfo_profile_pic__zCROe {
  background-color: var(--base);
  border-radius: 12px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}
.ProfileInfo_clampBio__WblmT {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ProfileInfo_avatar_panel__7k\+Ds {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.ProfileInfo_banner_picture__3z28N {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 140px;
  object-fit: cover;
  width: 100%;
}
.ProfileInfo_left_panel__GroNA {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  margin-top: 8px;
}
.ProfileInfo_left_panel__GroNA.ProfileInfo_no_actor_info__Az-iq {
  justify-content: center;
  margin-top: 0;
}
.ProfileInfo_right_panel__7u7m2 {
  align-items: center;
  display: flex;
  flex: 1 1;
  flex-direction: row;
  justify-content: flex-end;
  min-width: 166px;
}
.ProfileInfo_title_row__owoeg {
  grid-gap: 6px;
  align-items: center;
  display: flex;
  padding-bottom: 2px;
}
.ProfileInfo_bio__9g096 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-top: 6px;
  word-break: break-word;
}
.ProfileInfo_alignLeft__RpBdb {
  text-align: left;
}
.ProfileInfo_noMargin__xsR-q {
  margin: 0;
}
.ProfileInfo_bio__9g096 a {
  color: var(--primary-color);
  cursor: pointer;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.ProfileInfo_bio__9g096 a:hover {
  text-decoration: underline;
}
.ProfileInfo_top_panel__uzuEY {
  display: flex;
  flex-direction: row;
}
.ProfileInfo_profile_info__unYyC {
  background-color: var(--base);
  border-radius: 12px;
  display: block;
  padding-top: 16px;
}
.ProfileInfo_title__Zbw\+f {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--text-1);
  display: -webkit-box;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.ProfileInfo_wallets__xGSLY {
  font-style: normal;
  line-height: 130%;
  padding-top: 4px;
}
.ProfileInfo_active_since__-xjIH,
.ProfileInfo_wallets__xGSLY {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}
.ProfileInfo_active_since__-xjIH {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 17px;
  padding: 9px 0;
  text-align: left;
}
.ProfileInfo_count__YJhtK,
.ProfileInfo_text__z7jkz {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.ProfileInfo_text__z7jkz {
  font-weight: 400;
}
.ProfileInfo_count__YJhtK {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 600;
}
.ProfileInfo_inline_margin__QlT77 {
  margin-left: 20px;
}
.ProfileInfo_follow__8xtvg {
  background: #0648d7;
  border-radius: 20px;
  color: var(--text-white);
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  height: 20px;
  line-height: 150%;
  text-align: center;
  width: 72px;
}
.ProfileInfo_follow_panel__tj352 {
  grid-gap: 8px;
  justify-content: center;
  margin-left: 8px;
}
.ProfileInfo_bundle_cta__I-RbD,
.ProfileInfo_follow_panel__tj352 {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ProfileInfo_filter_wallet_icon__V5cDx {
  filter: invert(51%) sepia(9%) saturate(804%) hue-rotate(169deg)
    brightness(86%) contrast(83%);
  margin-right: 9px;
}
.ProfileInfo_aliases__3r42n {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 400;
  max-width: 85%;
  white-space: nowrap;
}
.ProfileInfo_aliases__3r42n,
.ProfileInfo_single_wallet__Om1mc {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.ProfileInfo_single_wallet__Om1mc {
  font-size: 15px;
  font-weight: 600;
}
.ProfileInfo_padding_left__wu5Uf {
  padding-left: 4px;
}
.ProfileInfo_chain_icon__4oDU1 {
  height: 18px;
  margin-left: 8px;
  width: 18px;
}
.ProfileInfo_engagementsWrapper__PQsxd {
  gap: 8px;
}
@media (max-width: 768px) {
  .ProfileInfo_title__Zbw\+f {
    max-width: 35vw;
  }
}
@media (max-width: 600px) {
  .ProfileInfo_active_since__-xjIH,
  .ProfileInfo_top_panel__uzuEY {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }
  .ProfileInfo_right_panel__7u7m2 {
    justify-content: flex-start;
  }
}
.ProfileInfo_invite_details__9M7Ic {
  align-items: center;
  color: var(--text-2);
  display: flex;
  font-size: 13px;
  gap: 4px;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
}
.ProfileInfo_invited_users_count__eAM5u {
  background: #0000;
  color: var(--primary-color);
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  gap: 4px;
  padding: 0;
}
.ProfileInfo_padded_items__Rmg3i {
  padding: 0 20px 8px;
}
.ProfileInfo_mutual_contacts_cont__zg-YY {
  padding: 16px 20px 0;
}
.ProfileInfo_mutual_contacts__b2j2e {
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 19.5px;
  padding: 10px 0;
  text-align: left;
}
.ProfileInfo_follower_info__n1RT1 {
  align-items: center;
  display: flex;
  padding-top: 2px;
}
.ProfileInfo_follower_info_item__LjnO- {
  display: flex;
  gap: 4px;
}
.ProfileInfo_dotLight__MfKaW,
.ProfileInfo_dot__SCPbW {
  background-color: var(--text-2);
  border-radius: 50%;
  display: inline-block;
  height: 3px;
  margin: 0 8px;
  width: 3px;
}
.ProfileInfo_dotLight__MfKaW {
  background-color: var(--text-3);
}
.ProfileInfo_cards__dA\+8n {
  grid-gap: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 20px 16px;
  width: 800px;
}
.ProfileInfo_edit_profile_button__dHR6b {
  padding: 7px 16px !important;
}
.FollowEditButton_button__41C8Y {
  background-color: initial;
  color: var(--text-2);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 32px;
  line-height: 150%;
  text-align: center;
}
.FollowEditButton_follow_button__lSkl9 {
  background-color: var(--elevation-2);
  border-radius: 8px;
  min-width: 86px;
  padding: 0 12px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.FollowEditButton_smallButton__ZdMnp {
  border-radius: 36px;
  font-size: 14px;
  line-height: 22px;
  min-width: 72px;
  padding: 4px 12px;
}
.FollowEditButton_darkButton__pWnVy {
  background-color: #ffffff14 !important;
}
.FollowEditButton_follow_button_open__gvvgU {
  background-color: var(--primary-color);
  border-radius: 20px;
  opacity: 0.6;
}
.FollowEditButton_spinner_container__Pi-LY {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 8px;
  color: var(--text-white);
  display: flex;
  height: 32px;
  justify-content: center;
  opacity: 0.6;
  width: 86px;
}
.FollowEditButton_follow_edit_button__0HcRX {
  grid-gap: 8px;
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 32px;
}
.FollowEditButton_edit_icon__YuFS2 {
  color: var(--text-1);
  cursor: pointer;
  font-size: 14px;
}
.FollowEditButton_follow__9KXc5 {
  background-color: var(--primary-color);
  border: 1px solid #0000;
  color: var(--text-white);
}
.FollowEditButton_follow_hovered__JWef0 {
  background-color: #0648d7cc;
  border: 1px solid #0000;
  color: var(--text-white);
}
.FollowEditButton_unfollow__dAjV9 {
  border: 1px solid var(--error);
  color: var(--error);
}
.FollowEditButton_fullWidth__V4rDv {
  width: 100% !important;
}
.FollowEditButton_feed_button__ZsbzB {
  align-items: center;
  background-color: var(--primary-color);
  border: 1px solid var(--base);
  border-radius: 24px;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.FollowEditButton_feed_followed_button__vXIZf {
  background-color: var(--social-bg);
}
.FollowEditButton_feed_button__ZsbzB {
  transition: all 0.2s ease;
}
.Adornment_adornment__BpeDi {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.Adornment_available__wfTUb {
  align-items: center;
  color: var(--success);
  display: flex;
}
.Adornment_not_available__\+aSpo {
  align-items: center;
  color: var(--error);
  height: 20px;
  width: 20px;
}
.Adornment_alignment__soiT0 {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.Adornment_circle_check__5AoVD {
  stroke-width: 1px;
  font-weight: 300;
  height: 20px;
  margin-left: 4px;
  width: 20px;
}
.DetailsFound_details_found__5lvym {
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  padding: 8px 16px;
}
.DetailsFound_header__4pXdQ {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 150%;
  text-transform: uppercase;
}
.DetailsFound_divider__sRfyy {
  background: var(--border-dark);
  height: 1px;
  margin-bottom: 12px;
  margin-top: 8px;
}
.DetailsFound_use_details__8UOa5 {
  color: var(--primary-color);
}
.DetailsFound_discard__v3lDL,
.DetailsFound_use_details__8UOa5 {
  background-color: inherit;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  padding-left: 0;
  padding-right: 0;
}
.DetailsFound_discard__v3lDL {
  color: var(--text-2);
  margin-left: 16px;
}
.DetailsFound_actionButton__OxHMm,
.DetailsFound_img_and_title__PyLpR {
  display: flex;
  flex-direction: row;
}
.DetailsFound_title__e2kf6 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 8px;
}
.DetailsFound_img__OXu72 {
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.DetailsFound_description__eGaNO {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-top: 8px;
}
.AddToExistingProfile_add_to_existing_profile__RuEbO {
  align-items: center;
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: space-between;
  padding: 0 12px;
  width: 260px;
}
.AddToExistingProfile_text__vlk3p {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.AddToExistingProfile_icon__McAVx {
  color: var(--text-3);
}
.AddToExistingProfileForm_add_to_existing_profile_form__\+erTm {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: var(--navBg);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  box-shadow: 0 0 8px #00000005;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 20px;
  width: 300px;
}
.AddToExistingProfileForm_header__Sfm1H {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.AddToExistingProfileForm_title__D1HbB {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 4px;
}
.AddToExistingProfileForm_icon__FU-2\+ {
  align-items: center;
  color: var(--text-1);
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.AddToExistingProfileForm_search_icon__1EHSC {
  align-items: center;
  color: var(--text-3);
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.AddToExistingProfileForm_profiles__9Bfeg {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 150%;
  margin-bottom: 8px;
  margin-top: 16px;
  text-transform: uppercase;
}
.AddToExistingProfileForm_search_results__tPZER {
  max-height: 200px;
  overflow-y: scroll;
}
.loaderButton_button__Fqytz {
  border-radius: 6px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  height: 56px;
  letter-spacing: normal;
  line-height: 150%;
  text-align: center;
}
.loaderButton_primary__R1wQp {
  background: var(--primary-color);
}
.loaderButton_secondary__-Tyic {
  background: #f5f7f9;
}
.loaderButton_disabled__1OtBd {
  opacity: 0.4;
}
.loaderButton_refresh_icon__lQlRX {
  height: 24px;
  width: 24px;
}
.loaderButton_primary_outlined__-eabM {
  background-color: #fff;
  border: 1px solid #0648d7;
  color: #0648d7;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  text-align: center;
}
.QrCode_parentImage__lB70u {
  position: absolute;
  z-index: 0;
}
.QrCode_container__eI59S {
  position: relative;
}
.QrCode_profileImage__bdNMJ {
  border-radius: 40px;
  box-shadow: 0 0 0 2px #fff;
  height: 32px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
}
.QrCode_childImage__LwsmF {
  padding: 8px;
  position: absolute;
  z-index: 1;
}
.QrCode_appText__0xQ8c {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 129px;
  position: absolute;
  text-align: center;
}
.QrCode_qrCodeFloating__Hph0K {
  bottom: 0;
  display: flex;
  height: 151px;
  justify-content: center;
  left: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  width: 132px;
}
.QrCode_blur__vjJjH {
  align-items: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: flex;
  height: 124px;
  justify-content: center;
  opacity: 0.9;
  position: absolute;
  width: 116px;
  z-index: 3;
}
.QrCode_blur__vjJjH button {
  background-color: var(--base);
  border: none;
  border-radius: 10px;
  color: var(--text-1);
  font-size: 12px;
  padding: 5px 8px;
}
@media (max-width: 768px) {
  .QrCode_qrCodeFloating__Hph0K {
    display: none;
  }
}
.SearchItem_search_item__jbYEN {
  border-bottom: 1px solid var(--border-dark);
  padding: 12px 0;
}
.SearchItem_search_item_expanded__wSzCe {
  background-color: var(--elevation-1);
}
.SearchItem_header__-Hqqm {
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
.SearchItem_display_picture__OTJ5R {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.SearchItem_title__KBBay {
  color: var(--text-1);
  font-weight: 400;
  margin-left: 10px;
}
.SearchItem_button__-aQWM,
.SearchItem_title__KBBay {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.SearchItem_button__-aQWM {
  background: var(--primary-color);
  border-radius: 4px;
  color: var(--text-white);
  font-weight: 600;
  height: 36px;
  margin-top: 16px;
  text-align: center;
  width: 260px;
}
.FollowForm_follow_form__LwLh8 {
  grid-gap: 16px;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  padding: 20px;
}
.FollowForm_title__x6PLK {
  color: var(--text-1);
  font-weight: 600;
}
.FollowForm_subtitle__rCWri,
.FollowForm_title__x6PLK {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.FollowForm_subtitle__rCWri {
  color: var(--text-2);
  font-weight: 400;
}
.FollowForm_info_icon__XraJ5 {
  color: var(--text-2);
  cursor: pointer;
  height: 16px;
  margin: 2px 8px;
  width: 16px;
}
.FollowForm_info_container__47P-u {
  border-radius: 6px;
  min-width: 300px;
  padding: 16px;
}
.FollowForm_info_text__pSZLj {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 12px;
  padding: 8px 16px;
}
.FollowForm_form_group__pRHpj {
  grid-gap: 16px;
}
.FollowForm_error_group__Z3zTo,
.FollowForm_form_group__pRHpj {
  display: flex;
  flex-direction: column;
}
.FollowForm_error__0lH\+4 {
  color: var(--error);
}
.FollowForm_error__0lH\+4,
.FollowForm_twitter_information__RUZgo {
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
.FollowForm_twitter_information__RUZgo {
  color: var(--text-2);
}
.FollowForm_img__Ac0G9 {
  border-radius: 50%;
  height: 22px;
  margin-right: 4px;
  width: 22px;
}
.FollowForm_input_image_adornment__T8\+3v {
  align-items: center;
  display: flex;
  justify-content: center;
}
.FollowForm_done__nRDVV {
  background: var(--primary-color);
  border-radius: 4px;
  color: #fff;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  letter-spacing: normal;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.FollowForm_disabled__SmsaH {
  opacity: 0.6;
}
.FollowForm_new_bundle_button__tFkS7 {
  align-items: center;
  color: var(--primary-color);
  display: flex;
  font-weight: 600;
  gap: 4px;
  justify-content: center;
}
.FollowForm_bundle_checkbox__q2ACH,
.FollowForm_new_bundle_button__tFkS7 {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  font-family: Roboto;
  font-size: 13px;
  padding: 4px 8px;
}
.addSocialPlatformsButton_platformIcon__FsyF9 {
  color: var(--text-2);
  font-size: 14px;
  height: 14px;
  width: 14px;
}
.MethodHoverCard_container__9RoZ3 {
  min-width: 300px;
  padding: 16px;
}
.MethodHoverCard_title__oIb6l {
  color: var(--text-1);
  font-size: 17px;
  font-weight: 600;
}
.MethodHoverCard_subtitle__ulb7e,
.MethodHoverCard_title__oIb6l {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.MethodHoverCard_subtitle__ulb7e {
  color: var(--text-2);
  font-size: 15px;
  font-weight: 400;
}
.MethodHoverCard_tokenImage__JkMTV {
  border-radius: 50%;
  height: 20px;
  margin-left: 8px;
  margin-right: 6px;
  width: 20px;
}
.MethodHoverCard_tag__1Nmsw {
  background: var(--accent-1);
}
.ProtocolHoverCard_container__Xbq4E {
  min-width: 300px;
  padding: 16px;
}
.ProtocolHoverCard_image__R9fYa {
  border-radius: 50%;
  height: 48px;
  object-fit: cover;
  width: 48px;
}
.ProtocolHoverCard_tokenImage__6xYdS {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.ProtocolHoverCard_title__NY3sJ {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.ProtocolHoverCard_subtitle__3a5gU {
  color: var(--text-2);
}
.ProtocolHoverCard_bio__UfsPO,
.ProtocolHoverCard_subtitle__3a5gU {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.ProtocolHoverCard_bio__UfsPO {
  color: var(--text-1);
}
.ProtocolHoverCard_up_icon__KioFS {
  fill: var(--success);
  height: 6px;
  transform: rotate(180deg);
  width: 9px;
}
.ProtocolHoverCard_down_icon__1TeuW {
  fill: var(--error);
  height: 6px;
  width: 9px;
}
.ProtocolHoverCard_valueChange__1wOg1 {
  color: var(--success);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 130%;
}
.ProtocolHoverCard_valueChangeDown__CBZd8 {
  color: var(--error);
}
.ProtocolHoverCard_valueChangeUp__iJEjc {
  color: var(--success);
}
.ContractHoverCard_container__mwBo5 {
  min-width: 300px;
  padding: 16px;
}
.ContractHoverCard_title__R0C6y {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.ContractHoverCard_subtitle__Prm\+S {
  font-size: 15px;
  line-height: 150%;
}
.ContractHoverCard_subtitle2__nHY4U,
.ContractHoverCard_subtitle__Prm\+S {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
}
.ContractHoverCard_subtitle2__nHY4U {
  font-size: 13px;
  line-height: 130%;
}
.ContractHoverCard_tokenImage__LHW16 {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.ContractHoverCard_tokenIconWrapper__mht5- {
  padding: 2px 0;
}
.ContractHoverCard_networth__Tj6gQ {
  color: var(--text-2);
  display: flex;
  flex-direction: row;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  justify-content: flex-start;
  letter-spacing: normal;
  line-height: 150%;
}
.UserImagesList_profileInitial__diEoe {
  border-radius: 50%;
  height: 28px;
  position: absolute;
  width: 28px;
  z-index: 1;
}
.UserImagesList_profileSeries__uCpVc {
  background: var(--base);
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 2;
}
div.decriptionBox_descriptionBox__fXJ-j {
  word-wrap: break-word;
  color: var(--text-1);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  white-space: pre-wrap;
}
div.decriptionBox_descriptionBox__fXJ-j a {
  color: var(--primary-color);
  word-break: break-all;
}
div.decriptionBox_descriptionBox__fXJ-j li {
  white-space: normal;
}
.decriptionBox_expand__UJcco {
  color: var(--text-2);
  cursor: pointer;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.decriptionBox_itemsImage__VSmoq {
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.decriptionBox_profileInitial__BkiaX {
  position: absolute;
  z-index: 1;
}
.decriptionBox_profileInitial__BkiaX,
.decriptionBox_profileInitial__BkiaX img,
.decriptionBox_profileSeries__5rfgb,
.decriptionBox_profileSeries__5rfgb img {
  border-radius: 50%;
  height: 26px;
  width: 26px;
}
.toggleShowMore_showMore__Vt4sN {
  background: none;
  color: var(--primary-color);
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
}
.SendTokenButton_connectButton__gA67I {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 8px;
  color: var(--text-2);
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  gap: 4px;
  height: 38px;
  justify-content: center;
  padding: 6px 12px;
  position: relative;
  width: auto;
}
.activityHeader_activityHeader__jGs9W {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.activityHeader_actorDetailsHeader__E4vm4 {
  align-items: baseline;
  display: flex;
  gap: 8px;
  line-height: 150%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.activityHeader_actorInfoLink__HThSm {
  align-items: center;
  display: flex;
  gap: 4px;
  text-decoration: none;
}
.activityHeader_actorName__aljXh {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--text-1);
  display: -webkit-box;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  max-width: 32vw;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.activityHeader_actorName__aljXh.activityHeader_trimWidth__Aby0r {
  text-wrap: nowrap;
  max-width: 85px;
}
.activityHeader_actorName__aljXh.activityHeader_mini__PVDwU {
  font-weight: 500;
}
.activityHeader_actorName__aljXh:hover {
  text-decoration: underline;
  text-decoration-color: var(--text-2);
}
.activityHeader_timeLabel__H1kjm {
  flex-shrink: 0;
  font-weight: 400;
}
.activityHeader_farcaster__wA6xq,
.activityHeader_lens__tmFco,
.activityHeader_mirror__l9r\+j,
.activityHeader_snapshot__cu-OP {
  align-items: center;
  color: var(--text-3);
  display: flex;
  gap: 4px;
}
.activityHeader_farcaster__wA6xq img,
.activityHeader_lens__tmFco img,
.activityHeader_mirror__l9r\+j img,
.activityHeader_snapshot__cu-OP img {
  height: 12px;
  width: 12px;
}
@media (max-width: 768px) {
  .activityHeader_actorName__aljXh {
    max-width: none;
  }
}
@media (max-width: 425px) {
  .activityHeader_farcaster__wA6xq .activityHeader_label__52two,
  .activityHeader_lens__tmFco .activityHeader_label__52two,
  .activityHeader_mirror__l9r\+j .activityHeader_label__52two,
  .activityHeader_snapshot__cu-OP .activityHeader_label__52two {
    display: none;
  }
  .activityHeader_actorDetailsHeader__E4vm4 {
    flex-wrap: wrap;
  }
}
.activityExtraInfo_activityExtraInfo__X7DT5 {
  align-items: center;
  display: flex;
  gap: 2px;
}
.activityExtraInfo_chainIconsWrapper__ua7cs {
  display: flex;
  justify-content: center;
}
.activityExtraInfo_chainIcon__nLT5X:not(:first-of-type) {
  margin-left: -5px;
}
.activityExtraInfo_chainIcon__nLT5X {
  background: var(--base);
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.activityExtraInfo_settingsIconWrapper__4i-m0 {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.activityExtraInfo_popUpContainer__3Ai05 {
  min-width: 160px;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .activityExtraInfo_activityExtraInfo__X7DT5 {
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
  }
}
.activityExtraInfo_crossPostImage__8Yf9c {
  background: var(--base);
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.PostSettings_settingsIconWrapper__E7vXQ {
  align-items: center;
  background: none;
  display: flex;
  padding: 0;
}
.postSettingsMenu_menu__TLzku {
  box-shadow: 0 2px 24px var(--elevation-2);
  color: var(--text-1);
}
.postSettingsMenu_menu__TLzku ul {
  background: var(--base);
  border: 1px solid var(--border-dark);
  padding: 0;
}
.postSettingsMenu_menu__TLzku li:hover {
  background: var(--elevation-1);
}
.postSettingsMenu_menuItem__6gwwJ {
  align-items: center;
  color: var(--text-1);
  display: flex;
  font-size: 11px;
  font-weight: 400;
  gap: 10px;
  line-height: 130%;
}
.deletePostDialog_deleteDialog__nBMry,
.postSettingsMenu_menuItem__6gwwJ {
  font-family: Roboto;
  letter-spacing: normal;
}
.deletePostDialog_dialogTitle__CN-bj {
  color: var(--text-1);
  font-size: 15px;
  font-weight: 600;
}
.deletePostDialog_dialogContent__DbHGf {
  color: var(--text-2);
  font-size: 14px;
}
.deletePostDialog_dialogButton__a5UIX {
  background: none;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 12px;
}
.deletePostDialog_cancelButton__qlMi4 {
  color: var(--text-1);
}
.deletePostDialog_confirmButton__PTOXx {
  color: var(--error);
}
.deletePostDialog_discardButton__5YFdS {
  background: none;
  color: var(--primary-color);
  font-weight: 400;
}
.deletePostDialog_saveButton__2OSDI {
  background-color: var(--primary-color);
  border-radius: 8px;
  color: var(--base);
  padding: 8px 16px;
}
.deletePostDialog_saveButton__2OSDI [disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.GroupActivityMediaPreview_mediaTypeImage__c4TTq {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  object-fit: cover;
  width: 100%;
}
.GroupActivityMediaPreview_fallbackImage__ft63s {
  height: 60px;
  width: auto;
}
.GroupActivityMediaPreview_mediaPlaceholder__WMVIe,
.GroupActivityMediaPreview_mediaTypeVideo__2tPk2 {
  height: 100%;
  width: 100%;
}
.GroupActivityMediaPreview_mediaPlaceholder__WMVIe
  .GroupActivityMediaPreview_label__pfJ-P {
  align-items: center;
  background: #0000003d;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.NftAudioPlayer_audioPlayer__d4MBr {
  display: flex;
  width: 100%;
}
.NftAudioPlayer_artwork__LEcQi {
  background-color: var(--elevation-2);
  border-radius: 4px;
  flex-shrink: 0;
  height: 120px;
  margin-right: 20px;
  width: 120px;
}
.NftAudioPlayer_info__nrrmX,
.NftAudioPlayer_nftInfo__Y0oa\+ {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.NftAudioPlayer_info__nrrmX {
  gap: 4px;
}
.NftAudioPlayer_audioControls__MfjK9 {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
.NftAudioPlayer_audioControlsTop__LBnma {
  display: flex;
  flex-grow: 1;
  margin-top: 8px;
}
.NftAudioPlayer_audioControlsBottom__HTLNR {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.NftAudioPlayer_audioSeekBar__TWO3K {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 16px;
  margin: 0 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  &:after {
    background-color: var(--primary-color10);
    border-radius: 4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 100%;
  }
  &:hover:after {
    background-color: var(--light-primary-color);
  }
}
.NftAudioPlayer_audioSeekBarTick__-sncP {
  background-color: var(--primary-color);
  border-radius: 4px;
  height: 2px;
}
.NftAudioPlayer_title__WJwos {
  align-items: center;
  color: var(--text-1);
  display: flex;
  font-size: 17px;
  gap: 4px;
}
.NftAudioPlayer_subtitle__p-2ek {
  color: var(--text-2);
  font-size: 12px;
}
.buttons_cancelButton__JGHOU {
  background: var(--elevation-1);
  color: var(--text-2);
}
.buttons_cancelButton__JGHOU,
.buttons_errorButton__akCNp {
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  letter-spacing: normal;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.buttons_errorButton__akCNp {
  background: var(--error);
  color: #fff;
}
.buttons_rounded__3-5qW {
  border-radius: 40px;
  padding: 4px 16px;
  width: -webkit-max-content;
  width: max-content;
}
.buttons_roundedSmall__8ptxj {
  border-radius: 20px;
  height: auto;
  padding: 2px 8px;
  width: -webkit-max-content;
  width: max-content;
}
.buttons_popupButton__H0ITf {
  background: var(--primary-color);
  border-radius: 4px;
  color: #fff;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  letter-spacing: normal;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.buttons_disabled__Bn9Fe,
.buttons_popupButton__H0ITf:disabled {
  opacity: 0.5;
}
.buttons_removeAllButton__T7mF8 {
  align-items: center;
  border: 1px solid var(--border-dark);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 28px;
  justify-content: center;
  padding: 0 8px;
}
.buttons_removeAllText__KDkxx {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.buttons_primaryButton__Q2DVO {
  align-items: center;
  background: var(--primary-color);
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  gap: 0.6rem;
  justify-content: center;
  line-height: 150%;
  padding: 4px 16px;
  text-align: center;
}
.buttons_primaryButton__Q2DVO:disabled {
  cursor: auto;
  opacity: 0.5;
}
.buttons_transparentButton__5fLs4,
.buttons_transparentLinkButton__OZt-G {
  background: #0000;
  border-radius: 40px;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 4px 8px;
  text-align: center;
}
.buttons_transparentButton__5fLs4:disabled,
.buttons_transparentLinkButton__OZt-G:disabled {
  cursor: auto;
  opacity: 0.5;
}
.buttons_transparentLinkButton__OZt-G {
  align-items: center;
  color: var(--primary-color);
  display: flex;
  gap: 8px;
  justify-content: center;
  text-decoration: none;
}
.buttons_secondaryButton__rqHZr {
  align-items: center;
  background: linear-gradient(180deg, #ee57ac, #ee577b);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.confidence_circles__ELUY6,
.confidence_confidences__W0a08 {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.confidence_circles__ELUY6 {
  grid-gap: 5px;
}
.confidence_circles__ELUY6 > div {
  border-radius: 1px;
  height: 5px;
  width: 5px;
}
.confidence_low__s8eDO {
  background-color: var(--error);
}
.confidence_medium__nlk4Z {
  background-color: var(--warning);
}
.confidence_high__OobTN {
  background-color: var(--success);
}
.confidence_default__C4zPr {
  background-color: var(--text-2);
}
.confidence_confidence_text__Wr58i {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 8px;
  text-transform: lowercase;
}
.confidence_confidence_text__Wr58i:first-letter {
  text-transform: uppercase;
}
.confidence_table_style_font__KhoUj {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 8px;
}
.BundleSuggestion_container__3PD7f {
  padding: 8px 16px 8px 0;
}
.BundleSuggestion_bundle__P4-Al {
  background-color: inherit;
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.BundleSuggestion_bundle__P4-Al:hover {
  text-decoration: underline;
  text-decoration-color: var(--text-2);
}
.BundleSuggestion_discard__nY1jB {
  background-color: inherit;
  color: #687684;
  font-size: 11px;
  margin-left: 8px;
  text-transform: uppercase;
  width: 50px;
}
.BundleSuggestion_description__0Nhzr,
.BundleSuggestion_discard__nY1jB {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.BundleSuggestion_description__0Nhzr {
  color: var(--text-2);
  flex-grow: 1;
  font-size: 12px;
}
.BundleSuggestion_hoverCard__9xRxt {
  min-height: 80px;
  min-width: 300px;
}
.BundleSuggestion_list_item__So3Nl {
  color: var(--text-1);
  display: flex;
  flex-direction: row;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-bottom: 12px;
}
.BundleSuggestion_dot__S8SOs {
  margin-left: 8px;
  margin-right: 8px;
}
.BundleSuggestion_list__jg5zg {
  list-style-position: outside;
  list-style-type: disc;
  margin: 16px 0 0;
  padding: 0;
}
.BundleSuggestion_verticalDivider__RjrVD {
  background: var(--border-dark);
  height: 20px;
  width: 1px;
}
.BundleSuggestion_text__szkzh {
  font-weight: 400;
}
.BundleSuggestion_text__szkzh,
.BundleSuggestion_title__CnF6N {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.BundleSuggestion_title__CnF6N {
  font-weight: 600;
}
.gnosisSigners_signature__7E1qd {
  align-items: center;
  color: var(--text-1);
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: normal;
  line-height: 150%;
  padding: 8px 0;
  text-align: left;
}
.gnosisSigners_signature__7E1qd.gnosisSigners_isTransaction__oB9nv {
  border-bottom: none;
  padding-bottom: 0;
}
.gnosisSigners_signatureIcon__5FTLP {
  align-items: center;
  display: flex;
  padding-left: 8px;
}
.gnosisSigners_content__v8ZCq {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 4px;
  margin-top: 4px;
}
.gnosisSigners_label__NkDqV {
  flex-shrink: 0;
}
.gnosisSigners_avatarsWrapper__cxBHz {
  display: flex;
}
.gnosisSigners_actorAvatar__RkO4Z {
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 24px;
  overflow: hidden;
  width: 24px;
}
.gnosisSigners_actorNamesWrapper__ZgW-Q {
  display: flex;
  gap: 4px;
}
.gnosisSigners_nameWrapper__JkajJ {
  display: flex;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
}
.gnosisSigners_nameWrapper__JkajJ:hover {
  text-decoration: underline;
  text-decoration-color: var(--text-2);
}
.gnosisSigners_actorName__EAkeA {
  color: var(--text-1);
}
.gnosisSigners_avatarsWrapper__cxBHz > div {
  line-height: normal;
}
.gnosisSigners_avatarsWrapper__cxBHz > a:not(:first-of-type) {
  margin-left: -10px;
}
.gnosisSigners_viewThreadText__xnNtg {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
@media (max-width: 768px) {
  .gnosisSigners_actorNamesWrapper__ZgW-Q,
  .gnosisSigners_content__v8ZCq {
    flex-wrap: wrap;
  }
}
.personProfile_personProfileWrapper__lzl8u {
  align-items: center;
  display: flex;
  gap: 8px;
}
.personProfile_avatarWrapper__bUmc0 {
  align-items: center;
  display: flex;
}
.personProfile_actorAvatar__7bgtf {
  background: var(--base);
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 20px;
  overflow: hidden;
  width: 20px;
}
.personProfile_actorName__XsYAv {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 23px;
}
.personProfile_actorImageWithName__bs9yZ {
  align-items: center;
  color: var(--text-1);
  display: flex;
  gap: 4px;
}
.galleryModal_galleryContainer__12vy8 {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: none;
  outline: none;
}
.galleryModal_galleryModal__0yi-n {
  background: #000000e6;
  color: var(--text-1);
  display: flex;
  font-family: Roboto;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.galleryModal_modalContent__6wH7d {
  position: relative;
  width: 65%;
}
.galleryModal_galleryRightPanel__FJ-EZ {
  background: var(--base);
  overflow-y: auto;
  padding: 20px;
  position: relative;
  width: 35%;
}
.galleryModal_closeButton__7nVRr {
  background: none;
  padding: 0;
}
.galleryModal_galleryTitle__3HDA- {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 26px;
}
.galleryModal_closeButton__7nVRr svg {
  stroke: var(--text-1);
  height: 15px;
  width: 15px;
}
.galleryModal_nftItemWrapper__-PtI4 {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.galleryModal_indicatorIcon__OEAoE {
  left: 0;
  position: absolute;
}
.galleryModal_nftTitle__lR7As {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 4px;
  letter-spacing: normal;
  line-height: 23px;
}
.galleryModal_nftCount__37\+BG {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.galleryModal_mediaPreview__RmX37 {
  height: 100%;
  width: 100%;
}
.galleryModal_mediaImage__gakQz {
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .galleryModal_galleryModal__0yi-n {
    flex-direction: column;
  }
  .galleryModal_galleryRightPanel__FJ-EZ,
  .galleryModal_modalContent__6wH7d {
    width: auto;
  }
  .galleryModal_mediaPreview__RmX37 {
    height: 60vh;
  }
}
.GhostFeedItem_container__Nsw85 {
  margin: 16px 0;
}
.NftItem_nftItem__Ooq86 {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}
.NftItem_infoWrapper__TYCjC {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2px;
  padding: 8px;
}
.NftItem_infoWrapper__TYCjC.NftItem_centerAlign__sxMIx {
  justify-content: center;
}
.NftItem_title__QNEWu {
  background: none;
  color: var(--text-1);
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 17px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.NftItem_truncate__\+xX1O {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
}
.NftItem_subTitle__NspQL {
  color: var(--text-2);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 14px;
  width: 100%;
}
.NftItem_rightPane__pP8n4.NftItem_nftItem__Ooq86 {
  display: flex;
  height: 56px;
  width: 100%;
}
.NftItem_rightPane__pP8n4.NftItem_extraNfts__IKyO\+.NftItem_infoWrapper__TYCjC {
  background-color: none;
  flex-direction: row;
  gap: 8px;
}
.NftItem_rightPane__pP8n4.NftItem_extraNfts__IKyO\+.NftItem_infoWrapper__TYCjC
  .NftItem_title__QNEWu {
  color: var(--text-2);
  font-size: 11px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .NftItem_nftItem__Ooq86 {
    display: flex;
    height: 56px;
    width: 100%;
  }
}
.NftItem_externalLinkButton__qN4y2 {
  align-items: center;
  color: var(--text-2);
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.NftItem_iconWrapper__Y77au {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.NftItem_iconWrapper__Y77au:hover {
  background-color: var(--elevation-2);
}
.NFTPreview_imageWrapper__0VwAC {
  align-items: center;
  display: flex;
  height: 145px;
  justify-content: center;
  position: relative;
}
.NFTPreview_extraImageType__CZwFe {
  height: auto;
}
.NFTPreview_nftImage__Dc8bl {
  background: var(--elevation-2);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.NFTPreview_imageWrapper__0VwAC:has(.NFTPreview_fallbackImage__RxMdC) {
  align-items: center;
  background-color: var(--elevation-2);
  justify-content: center;
  width: 100%;
}
.NFTPreview_fallbackImage__RxMdC {
  background: none;
  height: 30px;
  object-fit: fill;
  width: 30px;
}
.NFTPreview_rightPane__kPEhM.NFTPreview_imageWrapper__0VwAC {
  height: auto;
  width: 64px;
}
.NFTPreview_rightPane__kPEhM.NFTPreview_imageWrapper__0VwAC:has(.NFTPreview_fallbackImage__RxMdC) {
  width: 64px;
}
.NFTPreview_nftImage__Dc8bl video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.NFTPreview_playButton__EXmDk {
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 2rem;
  justify-content: center;
  position: absolute;
  width: 2rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .NFTPreview_imageWrapper__0VwAC {
    height: 64px;
    width: 64px;
  }
  .NFTPreview_extraImageType__CZwFe {
    height: auto;
    width: auto;
  }
  .NFTPreview_imageWrapper__0VwAC:has(.NFTPreview_fallbackImage__RxMdC) {
    width: 64px;
  }
}
.feedItemV2_groupedActivity__0UH8m {
  background: var(--base-light-only);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  letter-spacing: normal;
  margin: 0;
  padding: 16px;
}
.feedItemV2_noPadding__hw9fO {
  padding: 0;
}
.feedItemV2_homePageGroupedActivity__CTIwj {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.feedItemV2_homePageGroupedActivity__CTIwj
  .feedItemV2_homePageGroupedActivity__CTIwj {
  border-bottom: 0;
}
.feedItemV2_isParent__i8pXb {
  background: #0000;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.feedItemV2_isParentContainer__6uJ36 {
  background: #0000;
  border-bottom: 0;
  padding: 8px 20px 0;
}
.feedItemV2_isParentContainer__6uJ36 .feedItemV2_isParent__i8pXb {
  padding: 0;
}
.feedItemV2_welcomePost__GygZK {
  padding: 8px 20px 0;
}
.feedItemV2_hasParent__PhKCa {
  background: #0000 !important;
  border-top: 0;
  padding-top: 0;
}
.feedItemV2_homePageGroupedActivity__CTIwj.feedItemV2_solidBg__sS3SP:hover {
  background: var(--elevation-1);
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_solidBg__sS3SP {
  background: var(--base);
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_noMarginTop__CPTYe {
  margin-top: 0;
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_noMargin__nfoSf {
  margin-bottom: 0;
  margin-top: 0;
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_blockInteraction__PKIKG {
  pointer-events: none;
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_nonClickable__7saIi {
  cursor: auto;
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_nested__eNTqi {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.feedItemV2_nested__eNTqi .feedItemV2_isParent__i8pXb {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_news__DEU2m {
  cursor: default;
  padding: 0;
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_welcomePost__GygZK {
  padding: 0;
}
.feedItemV2_showThreadLine__gI8U- {
  padding-bottom: 8px;
}
.feedItemV2_interactionContext__pwqYI {
  align-items: center;
  display: flex;
  gap: 8px;
}
.feedItemV2_interactionContext__pwqYI .feedItemV2_icon__3mk7n {
  display: flex;
  flex-basis: 50px;
  justify-content: flex-end;
}
.feedItemV2_interactionContext__pwqYI .feedItemV2_icon__3mk7n img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.feedItemV2_label__wdLg0 {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.feedItemV2_attribution_featured__4dUMT {
  color: #079d39;
}
.feedItemV2_attribution_featured__4dUMT,
.feedItemV2_attribution_liked__Rw9He {
  align-items: center;
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
}
.feedItemV2_attribution_liked__Rw9He {
  color: var(--text-1);
}
.feedItemV2_attribution_twitter__40K1M {
  color: var(--text-1);
}
.feedItemV2_attribution_invited__EpCtC,
.feedItemV2_attribution_twitter__40K1M {
  align-items: center;
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
}
.feedItemV2_attribution_invited__EpCtC {
  color: #0648d7;
}
.feedItemV2_attribution_text__E6tld {
  margin-left: 5px;
}
.feedItemV2_actorInfoLink__Fu-ts {
  align-items: center;
  color: inherit;
  column-gap: 4px;
  display: flex;
  margin-left: 5px;
}
.feedItemV2_profilePageItem__NUndQ.feedItemV2_groupedActivity__0UH8m {
  border: 1px solid #0000;
}
.feedItemV2_groupedActivity__0UH8m.feedItemV2_reposted__MKaY5 {
  border: 1px solid var(--border-dark) !important;
  margin-bottom: 0;
  margin-top: 8px;
}
.feedItemV2_gmxFeedInfoContainer__qfZWK {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  column-gap: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 16px;
}
.groupedActivityWrapper_groupedActivityWrapper__F\+bpG {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.groupedActivityWrapper_newTransactions__Fq1VD {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
  row-gap: 12px;
}
.groupedActivityWrapper_groupedActivityWrapper__F\+bpG.groupedActivityWrapper_noPaddingTop__6yAWj {
  padding-top: 0;
}
.groupedActivityWrapper_groupedActivityWrapper__F\+bpG.groupedActivityWrapper_newsReply__7oVjB {
  padding: 0 20px 16px;
}
.groupedActivityWrapper_newsWrapper__\+lexP {
  border-bottom: 1px solid var(--border-dark);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 16px 20px;
}
.groupedActivityWrapper_actor__sdH5j {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.groupedActivityWrapper_showThreadLine__fgimn {
  padding-bottom: 8px;
}
.groupedActivityWrapper_threadDivider__di6wz {
  height: 40px;
  margin-top: 8px;
  width: 16px;
}
.groupedActivityWrapper_threadDivider__di6wz.groupedActivityWrapper_newsDivider__Fdl6S {
  margin-left: 35px;
  margin-top: -16px;
}
.groupedActivityWrapper_content__7oGuQ {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
}
.groupedActivityWrapper_activitySummary__GSscZ {
  font-size: 15px;
  font-weight: 400;
}
.groupedActivityWrapper_activitySummary__GSscZ,
.groupedActivityWrapper_fallbackActivitiesContainer__fXUWo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
}
.groupedActivityWrapper_avatarWrapper__GzU7L {
  position: relative;
}
.groupedActivityWrapper_avatar__kp1Ii {
  border-radius: 50%;
  height: 40px;
  margin-top: 4px;
  object-fit: cover;
  width: 40px;
}
.groupedActivityWrapper_avatar__kp1Ii.groupedActivityWrapper_mini__yqkdg {
  height: 25px;
  width: 25px;
}
.groupedActivityWrapper_avatarBadge__XC66E {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: var(--text-3);
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 14px;
  padding: 3px;
  position: absolute;
  right: -4px;
  top: 2px;
  width: 14px;
}
.groupedActivityWrapper_avatarBadge__XC66E svg {
  display: block;
  height: 100%;
  margin: auto;
  width: auto;
}
.groupedActivityWrapper_postImagesWrapper__61wHr {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  margin-top: 16px;
  max-width: 680px;
  overflow-x: auto;
}
.groupedActivityWrapper_postImage__4YJEX {
  border-radius: 2px;
  cursor: auto;
  flex-shrink: 0;
  height: 120px;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  width: 120px;
}
.groupedActivityWrapper_twitter_news__2esfR {
  color: var(--text-1);
}
.groupedActivityWrapper_reposted__Jf3RI {
  border: 1px solid var(--border-dark);
  border-radius: 8px;
}
.groupedActivityWrapper_followFeedButton__ENzxW {
  bottom: 0;
  position: absolute;
  right: -8px;
}
.groupedActivityWrapper_contentRow__9TFS\+ {
  grid-column-gap: 12px;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 336px 1fr;
}
.newCommentModal_modalContainer__YmgMV {
  background-color: var(--base);
  border-radius: 6px;
  font-family: Roboto;
  left: calc(50% + 25px);
  position: absolute;
  top: 36%;
  transform: translate(-61%, -50%);
  width: 600px;
}
.newCommentModal_modalTitleWrapper__\+xv4C {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  gap: 16px;
  margin: 16px 20px 0;
  padding-bottom: 16px;
  position: relative;
}
.newCommentModal_close__aG-hK {
  background: none;
  display: flex;
  padding: 0;
}
.newCommentModal_close__aG-hK svg {
  stroke: var(--text-1);
}
.newCommentModal_title__X8672 {
  color: var(--text-1);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 26px;
}
.newCommentModal_modalContentWrapper__f\+3e- {
  margin: 16px 20px;
}
@media (max-width: 768px) {
  .newCommentModal_modalContainer__YmgMV {
    left: 50%;
    width: 95vw;
  }
}
.PostCommentRenderer_newPostWrapper__cWe7k {
  background: var(--base);
  display: flex;
  font-family: Roboto;
  gap: 20px;
  letter-spacing: normal;
  padding: 14px 16px;
}
.PostCommentRenderer_homePage__oFHsm {
  border-bottom: 1px solid var(--border-light);
  margin: 0;
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_isModal__J2nxn {
  border: 0;
  padding: 0;
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_expanded__pKngh {
  flex-direction: column;
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_expanded__pKngh
  .PostCommentRenderer_withImageAndLinks__igqZo
  .PostCommentRenderer_textBoxWrapper__QSAjg {
  max-height: 250px;
  overflow: auto;
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_default__-o47K
  .PostCommentRenderer_contentWrapper__zHPSm {
  align-items: center;
  flex-grow: 1;
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_default__-o47K {
  justify-content: space-between;
}
.PostCommentRenderer_chooseImage__iPWVZ {
  align-items: center;
  background: none;
  display: flex;
  padding: 0;
}
.PostCommentRenderer_chooseImage__iPWVZ.PostCommentRenderer_compact__O1aNl {
  align-items: flex-start;
  margin-top: 2px;
}
.PostCommentRenderer_chooseImage__iPWVZ:hover svg {
  color: var(--text-1);
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_default__-o47K
  .PostCommentRenderer_chooseEmojiWrapper__9lMrG
  button,
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_default__-o47K
  .PostCommentRenderer_chooseEmojiWrapper__9lMrG
  button:hover {
  pointer-events: none;
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_default__-o47K
  .PostCommentRenderer_optionIcon__SPWPX {
  cursor: auto;
}
.PostCommentRenderer_emojiSelectOverlay__CKbtj {
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 36px;
  position: absolute;
  width: 36px;
}
.PostCommentRenderer_emojiSelectOverlay__CKbtj:hover {
  background: var(--elevation-2);
}
.PostCommentRenderer_contentWrapper__zHPSm {
  display: flex;
  gap: 28px;
}
.PostCommentRenderer_contentWrapper__zHPSm
  .PostCommentRenderer_icon__OcCdW
  svg {
  margin-left: 5px;
  margin-top: 2px;
}
.PostCommentRenderer_errorText__WnwlC {
  color: var(--error);
  font-size: 14px;
  letter-spacing: normal;
}
.PostCommentRenderer_withImageAndLinks__igqZo {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  overflow: auto;
  width: 100%;
  word-break: break-word;
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_expanded__pKngh {
  padding-bottom: 10px;
}
.PostCommentRenderer_newPostWrapper__cWe7k.PostCommentRenderer_expanded__pKngh
  .PostCommentRenderer_buttonsWrapper__DZJ0v {
  border-top: 1px solid var(--border-dark);
  padding-top: 11px;
}
.PostCommentRenderer_buttonsWrapper__DZJ0v {
  display: flex;
  justify-content: space-between;
}
.PostCommentRenderer_optionsIcons__wWFt8 {
  align-items: center;
  display: flex;
}
.PostCommentRenderer_optionIcon__SPWPX {
  align-items: center;
  background: none;
  display: flex;
}
.PostCommentRenderer_chooseEmojiWrapper__9lMrG button {
  align-items: center;
  background: var(--base);
  border: none;
  display: flex;
  height: 36px;
  justify-content: center;
  width: auto;
  width: 36px;
}
div[class^="draftJsEmojiPlugin__emojiSelectPopover"] {
  background: var(--base);
  border: none;
  box-shadow: 0 4px 30px 0 var(--elevation-2);
}
.PostCommentRenderer_actionButtons__qAy0L {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-left: 8px;
}
.PostCommentRenderer_actionButtons__qAy0L button {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
.PostCommentRenderer_discardButton__Ib9co {
  align-self: center;
  background: none;
  color: var(--text-2);
}
.PostCommentRenderer_clearButton__TIlHS {
  background: none;
  color: var(--text-2);
  font-weight: 400;
}
.PostCommentRenderer_postButton__Je5YD {
  background: var(--primary-color);
  border-radius: 4px;
  color: var(--text-white);
  padding: 8px 16px;
}
.PostCommentRenderer_disabled__gDa7I,
.PostCommentRenderer_postButton__Je5YD:disabled {
  cursor: auto;
  opacity: 0.5;
}
.PostCommentRenderer_imagePreviewWrapperParent__AXW-c {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.PostCommentRenderer_imagePreviewWrapper__6rUez {
  position: relative;
}
.PostCommentRenderer_imagePreview__ZRWCA {
  height: 60px;
  object-fit: cover;
  width: 60px;
}
.PostCommentRenderer_errorImage__onZWh {
  border: 2px solid var(--error);
  border-radius: 4px;
}
.PostCommentRenderer_removeButton__E318X {
  background: var(--base);
  border: 1px solid var(--text-1);
  border-radius: 50%;
  color: var(--text-1);
  display: flex;
  padding: 2px;
  position: absolute;
  right: -6px;
  top: -6px;
}
.PostCommentRenderer_userAvatar__MqXC2 {
  border-radius: 50%;
  height: 34px;
  width: 34px;
}
.PostCommentRenderer_farcasterDropdown__xZHFu {
  background: #6876840a !important;
  background: var(--Elevation-I, #6876840a) !important;
  border: 1px solid #6876841a !important;
  border: 1px solid var(--Border-Dark, #6876841a) !important;
  border-radius: 4px !important;
  width: 155px !important;
}
.PostCommentRenderer_farcasterList__2ebL3 {
  max-height: 300px;
  overflow-y: auto;
  width: 155px !important;
}
.PostCommentRenderer_gifBtn__XBCKS {
  align-items: center;
  background: var(--base);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.PostCommentRenderer_gifBtn__XBCKS:hover {
  background: var(--elevation-2);
}
.PostCommentRenderer_scheduledDate__K2VTr {
  align-items: center;
  background-color: var(--primary-color12);
  color: var(--text-2);
  display: flex;
  font-size: 14px;
  gap: 8px;
  justify-content: space-between;
  padding: 10px;
}
.PostCommentRenderer_editButton__phv0i {
  background: none;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
  font-size: 14px;
}
.PostCommentRenderer_contentWrapper__zHPSm {
  max-height: 350px;
  overflow: auto;
  scrollbar-color: var(--text-2) #0000;
  scrollbar-width: thin;
  &::-webkit-scrollbar {
    width: 4px;
  }
}
.PostCommentRenderer_emojiWrapper__g3AmE {
  position: relative;
}
.PostCommentRenderer_emojiPicker__YOgen {
  left: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.NewPost_postOnImage__NZzhQ {
  height: 20px;
  width: 20px;
}
.NewPost_container__LGBoL {
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  margin: 12px 0;
  padding: 8px 0;
}
.GenericButton_button__v82Hn {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 10px 32px;
  transition: all 0.2s ease;
}
.GenericButton_disabled__VhN78 {
  cursor: not-allowed;
  opacity: 0.6;
}
.SocialLogins_mainContent__UqbIk {
  margin-top: 16px;
  position: relative;
  width: 100%;
}
.SocialLogins_overlay__TYQpZ {
  align-items: center;
  background: #fff6;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.SocialLogins_disabled__tX0VA {
  cursor: not-allowed !important;
}
.SocialLogins_header__gjur- {
  margin-bottom: 20px;
}
.SocialLogins_mainTitle__ZZKu6 {
  color: #1b1f22;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 36px;
  margin-bottom: 4px;
}
.SocialLogins_subtitle__3trdJ {
  color: #687684;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 160%;
}
.SocialLogins_socialsContainer__7sSvk {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.SocialLogins_socialButton__nSaQX {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  height: 120px;
  justify-content: center;
  padding: 20px;
  position: relative;
  transition: transform 0.3s;
  width: 160px;
}
.SocialLogins_socialButton__nSaQX:hover {
  transform: translateY(-5px);
}
.SocialLogins_farcasterButton__BHonX {
  background: #855dcd;
  color: #fff;
}
.SocialLogins_twitterButton__8AnFu {
  background: #1b1f22;
  color: #fff;
}
.SocialLogins_twitter_icon__Z9xWE {
  margin-bottom: 5px;
}
.SocialLogins_lensButton__ewJiR {
  background: #42673b;
  color: #fff;
}
.SocialLogins_socialIconWrapper__P1kN- {
  margin-bottom: 10px;
}
.SocialLogins_whyAddSocialsContainer__eDF0X {
  align-items: flex-start;
  background: #68768414;
  border-radius: 12px;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 16px;
}
.SocialLogins_whyAddSocialsContainer__eDF0X img {
  margin-right: 8px;
}
.SocialLogins_whyAddSocialsTitle__zOXVQ {
  color: #1b1f22;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 4px;
}
.SocialLogins_continueButton__BS7Mb {
  align-items: center;
  background: #0648d7;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 600;
  height: 56px;
  justify-content: center;
  margin-top: 0;
  width: 100%;
}
.SocialLogins_socialText__wTl3y {
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  height: 0.11;
  letter-spacing: -0.3;
}
.SocialLogins_farcasterLogo__wE5cW,
.SocialLogins_lensLogo__jFXwJ {
  height: 20px;
  width: 20px;
}
.SocialLogins_row__nZcGU {
  border-radius: 12px;
  cursor: pointer;
  padding: 12px 16px;
  width: 100%;
}
.SocialLogins_twitterRow__4gQu0 {
  background-color: var(--text-1);
}
.SocialLogins_lensRow__VPbIc {
  background-color: var(--lens-connect);
}
.SocialLogins_connected__XetOm {
  background-color: var(--elevation-2);
}
.SocialLogins_radio__uND8G {
  border: 1px solid var(--border-dark);
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.SocialLogins_selected__nSAx5 {
  border: 4px solid var(--primary-color);
}
.ZxModal_container__b1iSk {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  left: 50%;
  padding: 16px;
  position: absolute;
  top: 40%;
  transform: translate(-55%, -50%);
  width: 540px;
}
.ZxModal_closeBtn__1or\+7 {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 4px;
  width: 24px;
}
.Popup_popup__pgEl3 {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 50;
}
.Popup_glass__LQyEp {
  align-items: center;
  background-color: #0000004d;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.Popup_popup_content__R7X1F {
  grid-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: var(--navBg);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  box-shadow: 0 0 24px #6876840f;
  display: flex;
  flex-direction: column;
  padding: 12px 0 20px;
}
.CustomDropDown_dropdownTile__NvhmF {
  color: var(--text-1);
  cursor: pointer;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  padding: 4px 10px;
  width: 100%;
}
.CustomDropDown_small__60lMP {
  font-size: 11px !important;
  padding: 4px !important;
}
.CustomDropDown_small__60lMP .CustomDropDown_dropdownTile__NvhmF {
  color: var(--text-2);
  font-size: 11px;
  line-height: 14px;
}
.CustomDropDown_dropdownTile__NvhmF:hover {
  background: var(--elevation-2);
}
.CustomDropDown_dropdownBox__CGxPZ {
  padding: 6px 0;
  position: relative;
  width: 300px;
}
.CustomDropDown_openedDropdown__2lyj9 {
  border-color: rgba(60, 60, 178, 0.346) !important;
}
.CustomDropDown_openedDropdown__2lyj9 svg {
  transform: rotate(180deg);
}
.CustomDropDown_searchInput__y\+TQr {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  color: var(--text-1);
  font-size: 14px;
  height: 32px;
  padding: 2px 8px;
  width: 100%;
}
.CustomDropDown_searchInput__y\+TQr:focus {
  border: 1px solid var(--border-dark);
}
.CrossPostModal_modalOverlay__PRdUU {
  background: #00000080;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.CrossPostModal_modalOverlay__PRdUU,
.CrossPostModal_modal__ADkBd {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CrossPostModal_modal__ADkBd {
  background: var(--base);
  border-radius: 12px;
  box-shadow: 0 2px 10px #0000001a;
  padding: 32px;
  position: relative;
  text-align: center;
}
.CrossPostModal_closeButton__RXoR0 {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.CrossPostModal_secondaryButton__NsiyH {
  background: none;
  border: none;
  color: #0648d7;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.CrossPostModal_secondaryButton__NsiyH:hover {
  text-decoration: underline;
}
.CrossPostModal_pillsContainer__bTe6H {
  color: #687684;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 12px;
  justify-content: center;
}
.CrossPostModal_pill__hg3i9 {
  align-items: center;
  background: var(--elevation-2);
  border-radius: 24px;
  display: flex;
  gap: 5px;
  padding: 2px 10px;
}
.CrossPostModal_pillText__X4\+kw {
  color: var(--text-2);
  text-transform: capitalize;
}
.CrossPostModal_iconContainer__AU2qw {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 20px;
}
.CrossPostModal_icon__ZTPep {
  height: 16px;
  width: 16px;
}
.GifPopUp_gifContainer__XS6tO {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  margin-left: 12px;
  padding: 10px;
  position: absolute;
  width: auto;
  z-index: 1000;
}
.GifPopUp_gifGrid__9hTw0 {
  height: 350px;
  margin-top: 10px;
  overflow: auto;
}
.Scheduler_container__bxCW5 {
  background-color: var(--base);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 100%;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
}
.Scheduler_weekContainer__CIQsC {
  border: 1px solid var(--border-dark);
  border-radius: 12px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.5fr;
  grid-template-rows: 1fr;
  margin-top: 15px;
}
.Scheduler_dayName__2IDtv {
  align-items: center;
  background: var(--elevation-1);
  border-bottom: 1px solid var(--border-1);
  display: flex;
  height: 50px;
  justify-content: center;
}
.Scheduler_caretContainer__1xHVG {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.Scheduler_day__\+R5Dg {
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
}
.Scheduler_day__\+R5Dg[data-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}
.Scheduler_day__\+R5Dg[data-selected="true"] {
  background-color: var(--primary-color);
  color: var(--base);
}
.Scheduler_timePicker__aFXVt {
  grid-gap: 8px 8px;
  display: grid;
  gap: 8px 8px;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  margin-top: 20px;
  text-align: left;
}
.Scheduler_button__mAne6 {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 8px;
  color: var(--base);
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  padding: 16px;
}
.Scheduler_button__mAne6[disabled] {
  opacity: 0.5;
}
.Scheduler_clearButton__EZ0sm {
  background-color: initial;
  border: 0;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
}
.draftJsEmojiPlugin__emojiSelect__34S1B {
  display: inline-block;
}
.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu,
.draftJsEmojiPlugin__emojiSelectButton__3sPol {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1.5em;
  box-sizing: border-box;
  color: #888;
  cursor: pointer;
  font-size: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  width: 2.5em;
}
.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu:focus,
.draftJsEmojiPlugin__emojiSelectButton__3sPol:focus {
  outline: 0;
}
.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu:hover,
.draftJsEmojiPlugin__emojiSelectButton__3sPol:hover {
  background: #f3f3f3;
}
.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu:active,
.draftJsEmojiPlugin__emojiSelectButton__3sPol:active {
  background: #e6e6e6;
}
.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu {
  background: #ededed;
}
.draftJsEmojiPlugin__emojiSelectPopover__1J1s0 {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 30px 0 #dcdcdc;
  box-sizing: initial;
  margin-top: 10px;
  padding: 0 0.3em;
  position: absolute;
  z-index: 1000;
}
.draftJsEmojiPlugin__emojiSelectPopoverClosed__3Kxxq {
  display: none;
}
.draftJsEmojiPlugin__emojiSelectPopoverTitle__3tpXz {
  color: #9e9e9e;
  font-size: 1em;
  font-weight: 400;
  height: 2.5em;
  line-height: 2.5em;
  margin: 0 0 0.3em;
  padding-left: 1em;
}
.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m {
  height: 20em;
  margin: 0 0 0.3em;
  position: relative;
  width: 21em;
  z-index: 0;
}
.draftJsEmojiPlugin__emojiSelectPopoverGroup__3zwcE {
  padding: 0 0.5em;
}
.draftJsEmojiPlugin__emojiSelectPopoverGroup__3zwcE:first-child
  .draftJsEmojiPlugin__emojiSelectPopoverGroupTitle__2pC51 {
  display: none;
}
.draftJsEmojiPlugin__emojiSelectPopoverGroupTitle__2pC51 {
  color: #9e9e9e;
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0;
  padding-left: 0.5em;
}
.draftJsEmojiPlugin__emojiSelectPopoverGroupList__HQ8_y {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.draftJsEmojiPlugin__emojiSelectPopoverGroupItem__2pFOS {
  height: 2.5em;
  width: 2.5em;
}
.draftJsEmojiPlugin__emojiSelectPopoverToneSelect__28bny {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.draftJsEmojiPlugin__emojiSelectPopoverToneSelectList__haFSJ {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
  box-shadow: 0 0 0.3em #0000001a;
  display: flex;
  list-style: none;
  margin: 0.3em;
  padding: 0.3em;
  position: absolute;
}
.draftJsEmojiPlugin__emojiSelectPopoverToneSelectItem__2SgvL {
  height: 2.5em;
  width: 2.5em;
}
.draftJsEmojiPlugin__emojiSelectPopoverToneSelectItem__2SgvL:first-child {
  border-right: 1px solid #e0e0e0;
}
.draftJsEmojiPlugin__emojiSelectPopoverEntryFocused__M28XS,
.draftJsEmojiPlugin__emojiSelectPopoverEntry__1ErDJ {
  background: none;
  border: none;
  height: 100%;
  outline: none;
  padding: 0;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
  width: 100%;
}
.draftJsEmojiPlugin__emojiSelectPopoverEntryFocused__M28XS {
  background-color: #efefef;
}
.draftJsEmojiPlugin__emojiSelectPopoverEntryIcon__1yNaC {
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.draftJsEmojiPlugin__emojiSelectPopoverNav__1Nzd7 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0.5em;
  width: 20em;
}
.draftJsEmojiPlugin__emojiSelectPopoverNavItem__qydCX {
  height: 2.5em;
  width: 2.5em;
}
.draftJsEmojiPlugin__emojiSelectPopoverNavEntryActive__2j-Vk,
.draftJsEmojiPlugin__emojiSelectPopoverNavEntry__1OiGB {
  background: none;
  border: none;
  color: #bdbdbd;
  font-size: 1.2em;
  height: 100%;
  outline: none;
  padding: 0;
  width: 100%;
}
.draftJsEmojiPlugin__emojiSelectPopoverNavEntryActive__2j-Vk {
  color: #42a5f5;
}
.draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6 {
  background-color: #e0e0e0;
  border-radius: 0.125em;
  bottom: 0.3em;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0.3em;
  transition: opacity 0.4s;
  width: 0.25em;
}
.draftJsEmojiPlugin__emojiSelectPopoverScrollbarThumb__jGYdG {
  background-color: #000;
  border-radius: 0.125em;
  cursor: pointer;
}
.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m:hover
  .draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6 {
  opacity: 0.3;
}
.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m
  .draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6:active,
.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m
  .draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6:hover {
  opacity: 0.6;
}
.draftJsEmojiPlugin__emoji__2oqBk {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0000;
  display: inline-block;
  line-height: inherit;
  margin: -0.2ex 0 0.2ex;
  max-height: 1em;
  max-width: 1.95ch;
  min-width: 1em;
  overflow: hidden;
  vertical-align: middle;
}
.draftJsEmojiPlugin__emojiSuggestionsEntry__2-2p_ {
  padding: 5px 10px 1px;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}
.draftJsEmojiPlugin__emojiSuggestionsEntry__2-2p_:active {
  background-color: #cce7ff;
}
.draftJsEmojiPlugin__emojiSuggestionsEntryFocused__XDntY {
  background-color: #e6f3ff;
}
.draftJsEmojiPlugin__emojiSuggestionsEntryText__2sPjk {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 8px;
  max-width: 368px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.draftJsEmojiPlugin__emojiSuggestionsEntryIcon__1qC2V {
  display: inline-block;
  height: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  width: 1em;
}
.draftJsEmojiPlugin__emojiSuggestions__2ffcV {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0 4px 30px 0 #dcdcdc;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-top: 1.75em;
  max-width: 440px;
  min-width: 220px;
  padding-bottom: 8px;
  padding-top: 8px;
  position: absolute;
  transform: scale(0);
  z-index: 2;
}
.m6zwb4v,
.m6zwb4v:visited {
  background: #e6f3ff;
  border-radius: 2px;
  color: #575f67;
  cursor: pointer;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.m6zwb4v:focus,
.m6zwb4v:hover {
  background: #edf5fd;
  color: #677584;
  outline: 0;
}
.m6zwb4v:active {
  background: #455261;
  color: #222;
}
.mnw6qvm {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0 4px 30px 0 #dcdcdc;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  max-width: 440px;
  min-width: 220px;
  padding-bottom: 8px;
  padding-top: 8px;
  position: absolute;
  transform: scale(0);
  z-index: 2;
}
.m1ymsnxd {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.3, 1.2, 0.2, 1);
}
.m126ak5t {
  opacity: 1;
}
.mtiwdxc {
  padding: 7px 10px 3px;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}
.mtiwdxc:active {
  background-color: #cce7ff;
}
.myz2dw1 {
  background-color: #e6f3ff;
  padding: 7px 10px 3px;
  transition: background-color 0.4s cubic-bezier(0.27, 1.27, 0.48, 0.56);
}
.myz2dw1:active {
  background-color: #cce7ff;
}
.mpqdcgq {
  font-size: 0.9em;
  margin-bottom: 0.2em;
  margin-left: 8px;
  max-width: 368px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m1mfvffo,
.mpqdcgq {
  display: inline-block;
}
.m1mfvffo {
  border-radius: 12px;
  height: 24px;
  width: 24px;
}
.mentionsStyles_mention__II2v1,
.mentionsStyles_mention__II2v1:visited {
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}
.mentionsStyles_mentionSuggestions__3ooyh {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  max-width: 440px;
  min-width: 220px;
  padding-bottom: 8px;
  padding-top: 8px;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 50% 0;
  z-index: 5;
}
.mentionsStyles_mentionSuggestionsEntryContainer__JKooc {
  display: table;
  width: 100%;
}
.mentionsStyles_mentionSuggestionsEntryContainerLeft__B\+ySj,
.mentionsStyles_mentionSuggestionsEntryContainerRight__Kx06a {
  display: table-cell;
  vertical-align: middle;
}
.mentionsStyles_mentionSuggestionsEntryContainerRight__Kx06a {
  padding-left: 8px;
  width: 100%;
}
.mentionsStyles_mentionSuggestionsEntry__Ir93u {
  background: var(--base);
  color: var(--text-2);
  padding: 7px 10px 3px;
}
.mentionsStyles_mentionSuggestionsEntry__Ir93u:active {
  background-color: var(--gradient-base-color-1);
}
.mentionsStyles_mentionSuggestionsEntryFocused__zZo7p {
  background: var(--base);
  background-color: var(--gradient-base-color-2);
  color: var(--text-1);
  padding: 7px 10px 3px;
}
.mentionsStyles_mentionSuggestionsEntryFocused__zZo7p,
.mentionsStyles_mentionSuggestionsEntry__Ir93u {
  align-items: center;
  display: flex;
  gap: 8px;
}
.mentionsStyles_mentionSuggestionsEntryText__OkQfo,
.mentionsStyles_mentionSuggestionsEntryTitle__dzGkd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mentionsStyles_resultType__nzG2v {
  color: var(--text-2);
  font-size: 11px;
}
.mentionsStyles_loader__7Dn4f {
  display: flex;
  justify-content: left;
  padding-left: 14px;
}
.linkPreviews_linkPreviewsWrapper__sOOFw {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.linkPreviews_linkPreviewsWrapper__sOOFw.linkPreviews_singleLink__4Iy76
  .linkPreviews_container__R1RWH {
  align-items: center;
  border-radius: 6px;
  flex-grow: 1;
  overflow: hidden;
}
.linkPreviews_linkPreviewsWrapper__sOOFw.linkPreviews_singleLink__4Iy76
  .linkPreviews_lowerContainer__n3qKc {
  padding: 10px;
  width: 100%;
}
.linkPreviews_linkPreviewsWrapper__sOOFw.linkPreviews_singleLink__4Iy76
  .linkPreviews_title__o06vT {
  font-size: 15px;
}
.linkPreviews_linkPreviewsWrapper__sOOFw.linkPreviews_singleLink__4Iy76
  .linkPreviews_secondary__To4da {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.linkPreviews_linkPreviewsWrapper__sOOFw.linkPreviews_singleLink__4Iy76
  .linkPreviews_imageWrapper__1LBo5 {
  margin: 0;
}
.linkPreviews_linkPreviewsWrapper__sOOFw.linkPreviews_singleLink__4Iy76
  .linkPreviews_fallbackImage__aWM8e {
  object-fit: contain;
}
.linkPreviews_container__R1RWH {
  align-items: flex-start;
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 7px;
  color: var(--text-1);
  display: flex;
  text-align: left;
  transition: all 0.3s ease;
}
.linkPreviews_container__R1RWH:hover {
  background-color: var(--elevation-2);
  cursor: pointer;
}
.linkPreviews_secondary__To4da {
  color: var(--text-2);
  font-size: 12px;
}
.linkPreviews_lowerContainer__n3qKc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 10px 10px 5px;
}
.linkPreviews_title__o06vT {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.linkPreviews_imageWrapper__1LBo5 {
  border-right: 1px solid var(--border-dark);
  margin-top: 10px;
  padding: 8px 16px;
}
.linkPreviews_image__GdmWO {
  height: 48px;
  object-fit: cover;
  width: 48px;
}
@media (max-width: 640px) {
  .linkPreviews_description__xtC8d {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .linkPreviews_description__xtC8d {
    display: none;
  }
}
.Reactions_reactionContainer__qPn7o {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 40px;
  box-shadow: 0 4px 4px 0 #1c1c220a;
  display: flex;
  padding: 8px 8px 4px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
.Reactions_reactionItem__WSyFF {
  cursor: pointer;
  position: relative;
}
.Reactions_reactionIcon__kDBDq {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  .Reactions_animated__rwEze {
    display: none;
  }
  .Reactions_normal__XdE1S {
    display: block;
  }
}
.Reactions_tooltip__XbERn {
  background: var(--solid-bg);
  border-radius: 24px;
  bottom: 45px;
  color: var(--solid-fg);
  display: none;
  font-size: 13px;
  left: 50%;
  padding: 2px 7px;
  position: absolute;
  transform: translate(-50%);
  width: -webkit-max-content;
  width: max-content;
  z-index: 1;
}
.Reactions_reactionItem__WSyFF:hover {
  .Reactions_reactionIcon__kDBDq {
    transform: scale(1.4);
    transform-origin: bottom;
    transition: transform 0.2s;
  }
  .Reactions_animated__rwEze {
    display: block;
  }
  .Reactions_normal__XdE1S {
    display: none;
  }
  .Reactions_tooltip__XbERn {
    display: block;
  }
}
.Reactions_postedReactionContainer__2LsMZ {
  align-items: center;
  color: var(--text-2);
  display: flex;
  font-size: 12px;
}
.Reactions_postedReactionIcon__H4dcT {
  align-items: center;
  background-color: var(--elevation-2);
  border: 1px solid var(--base);
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: -4px;
  padding: 2px;
  width: 24px;
}
.Reactions_smallReaction__5\+m8- {
  height: 12px;
  width: 12px;
}
.Reactions_countContainer__0SBsu {
  border-radius: 12px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  width: auto;
}
.Reactions_postedReactionIcon__H4dcT svg {
  width: 16px;
}
.Reactions_reactionWrapper__wipDq {
  bottom: 20px;
  left: -10px;
  padding-bottom: 12px;
  position: absolute;
}
.Reactions_btnWrapper__V26Oz svg {
  height: 20px;
  width: 20px;
}
.WelcomePostsList_wrapper__dmBzA {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  overflow-y: clip;
  scroll-snap-type: x mandatory;
}
.WelcomePostsList_generatedCommentContainer__KycdS {
  align-items: center;
  background-color: var(--elevation-1);
  border-radius: 8px;
  column-gap: 4px;
  display: flex;
  padding: 8px;
  width: -webkit-max-content;
  width: max-content;
}
.WelcomePostsList_skeletons__LerQT {
  grid-gap: 16px;
  display: grid;
  flex-wrap: nowrap;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  overflow-x: hidden;
}
.WelcomePostsList_postContainer__bB2FA {
  background-color: var(--base);
  border-left: 1px solid var(--border-dark);
  border-right: 1px solid var(--border-dark);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 650px;
}
.WelcomePostsList_postTitle__r0dKj {
  max-width: calc(100% - 200px);
}
.WelcomePostsList_outsideScroller__MOBIj {
  border-bottom: 1px solid var(--border-dark);
  width: auto !important;
}
.WelcomePostsList_topStrip__CVcTg {
  background: linear-gradient(
    90deg,
    #363d42 0,
    #363d42 25%,
    #0648d7 0,
    #0648d7 45%,
    #2d8690 0,
    #2d8690 70%,
    #edd557 0,
    #edd557 85%,
    #ee57ac 0,
    #ee57ac
  );
  height: 3px;
  width: 100%;
}
.WelcomePostsList_postHeader__PR1SS {
  background: url(/static/media/recently_joined.4fa36665ba3bee3021fb.svg)
    no-repeat 98% 45px/130px;
  padding: 50px 22px 0;
}
.WelcomePostsList_appLogo__a50CC {
  height: 72px;
  width: 72px;
}
.WelcomePostsList_avatar__oUcMp {
  border-radius: 50%;
  height: 72px;
  object-fit: cover;
  width: 72px;
}
.WelcomePostsList_avatarColumnOne__CZas2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -10px 0;
  padding: 0 8px;
}
.WelcomePostsList_avatarColumnTwo__oDaAA {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 8px;
}
.WelcomePostsList_miniAvatar__rKas2 {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.WelcomePostsList_memberCountContainer__8AwwE {
  background: var(--base);
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  min-height: 368px;
  overflow: hidden;
  scroll-snap-align: start;
  width: 330px;
}
.WelcomePostsList_skeletonContainer__ri6bh {
  min-height: 390px;
  width: 100%;
}
@property --item-count {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.WelcomePostsList_memberCount__At7eU {
  counter-reset: item-count var(--item-count);
  transition: --item-count 1s;
}
.WelcomePostsList_memberCount__At7eU:after {
  color: var(--text-1);
  content: counter(item-count);
  font-size: 56px;
  font-weight: 700;
}
.WelcomePostsList_nameLink__0eGYz {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}
.WelcomePostsList_engagements__K9pl- {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 16px 22px;
  position: relative;
}
.WelcomePostsList_divider__3eJw5 {
  background: var(--text-2);
  height: 1px;
  opacity: 0.24;
  width: 16px;
}
.WelcomePostsList_name__7XNCC {
  word-wrap: break-word;
  color: var(--text-1);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.WelcomePostsList_badge__Iew8O {
  margin-left: 12px;
  padding-top: 12px;
}
.WelcomePostsList_commenterProfilePic__ViUqD {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.WelcomePostsList_newCommentWrapper__xTAY\+ {
  align-self: baseline;
}
.WelcomePostsList_commentsList__VrWPP {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.WelcomePostsList_addCommentButton__u1yc5 {
  align-items: center;
  background: var(--elevation-1);
  border: 1px solid var(--border-dark);
  border-radius: 50%;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.WelcomePostsList_commentsWrapper__CCiD5 {
  flex-grow: 1;
  width: 100%;
}
.WelcomePostsList_comment__Qmc-N {
  align-items: center;
}
.WelcomePostsList_welcomeBio__Pqfxs {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text-1);
  display: -webkit-box;
  font-size: 13px;
  margin: 20px 60px 0 0;
  overflow: hidden;
  word-break: break-word;
}
.WelcomePostsList_welcomeBio__Pqfxs,
.WelcomePostsList_welcomeBio__Pqfxs a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.WelcomePostsList_welcomeBio__Pqfxs a {
  color: var(--primary-color);
  cursor: pointer;
  font-size: 11px;
}
.WelcomePostsList_welcomeBio__Pqfxs a:hover {
  text-decoration: underline;
}
.WelcomePostsList_networth__P90Qc {
  margin-top: 6px;
}
.WelcomePostsList_outerWrapper__4K\+B2 {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.WelcomePostsList_container__aqtoB {
  position: relative;
}
.WelcomePostsList_stickyButtons__2oS\+u {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  z-index: 2;
}
.WelcomePostsList_container__aqtoB:hover
  .WelcomePostsList_stickyButtons__2oS\+u {
  opacity: 1;
  pointer-events: auto;
}
.WelcomePostsList_arrowButton__y8ZWR:hover {
  background-color: var(--base);
}
.WelcomePostsList_arrowButton__y8ZWR {
  background-color: var(--base-80);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px #0003;
  cursor: pointer;
}
.WelcomePostsList_leftArrow__DnNdn {
  margin-left: 10px;
}
.WelcomePostsList_rightArrow__JoiFZ {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .WelcomePostsList_memberCountContainer__8AwwE,
  .WelcomePostsList_postContainer__bB2FA {
    width: calc(100svw - 32px);
  }
  .WelcomePostsList_avatarColumnOne__CZas2,
  .WelcomePostsList_avatarColumnTwo__oDaAA {
    padding: 0;
  }
  .WelcomePostsList_newCommentWrapper__xTAY\+
    .WelcomePostsList_commenterProfilePic__ViUqD {
    margin-top: 8px;
  }
  .WelcomePostsList_commentsWrapper__CCiD5 {
    padding: 8px 4px;
  }
  .WelcomePostsList_comment__Qmc-N {
    background: var(--elevation-1);
    border-radius: 40px;
    padding: 4px 8px;
  }
  .WelcomePostsList_actorName__exqOz {
    flex-basis: 18%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
  }
  .WelcomePostsList_descriptionWrapper__40aFP {
    flex-basis: 60%;
  }
  .WelcomePostsList_timeLabel__HAd0u {
    white-space: pre;
  }
  .WelcomePostsList_postHeader__PR1SS {
    background: url(/static/media/recently_joined.4fa36665ba3bee3021fb.svg)
      no-repeat 20px 0/80px;
  }
  .WelcomePostsList_postTitle__r0dKj {
    max-width: 100%;
  }
}
.CurrentEngagements_currentEngagementWrapper__LruI5 {
  align-items: center;
  display: flex;
  gap: 8px;
  width: 100%;
}
.CurrentEngagements_smallWrapper__71Yo1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.CurrentEngagements_leftSection__q3eL\+ {
  display: flex;
  flex-direction: row;
}
.CurrentEngagements_rightSection__WbsOY {
  color: var(--text-2);
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.CurrentEngagements_rightSectionItem__gm5fy {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.CurrentEngagements_divider__XBqzZ {
  margin-inline: 8px;
}
.CurrentEngagements_generatedCommentsRow__5C\+GG {
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  &::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
}
.RightPanel_right_panel__3i4Jc {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 7;
}
.RightPanel_rightPanelGlass__8yRKc {
  background: #00000040;
  flex: 1 1;
  height: 100vh;
}
.RightPanel_rightPanelContent__m5Dgs {
  background: var(--base);
  box-shadow: 0 0 16px var(--border-dark);
  height: 100%;
  overflow: auto;
  width: 37.5%;
}
@media (max-width: 768px) {
  .RightPanel_rightPanelGlass__8yRKc {
    display: none;
  }
  .RightPanel_rightPanelContent__m5Dgs {
    width: 100%;
  }
}
.RightPanel_panel__VE\+08 {
  background: var(--base), var(--elevation-1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 500px;
  overflow: auto;
  width: 100%;
}
.RightPanel_panel__VE\+08 input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.RightPanel_panel__VE\+08 input[type="number"] {
  -moz-appearance: textfield;
}
.RightPanel_header__pAt-o {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
}
.RightPanel_title__tVG8K {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 20px;
}
.RightPanel_subtitle__adKYJ {
  color: var(--text-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.UsersListRightPanel_rightPanel__uH319 {
  background: var(--elevation-1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 20px;
  position: fixed;
  width: 37.5%;
}
.UsersListRightPanel_header__Zzeer {
  align-items: center;
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  justify-content: space-between;
  padding: 24px 20px 0;
}
.UsersListRightPanel_title__geJdE {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 20px;
}
.UsersListRightPanel_listContainer__3V79X {
  overflow: auto;
  padding: 16px 20px;
}
.UsersListRightPanel_rectionContainer__W\+OBu {
  align-items: center;
  color: var(--text-1);
  display: flex;
  font-size: 16px;
  padding-left: 20px;
}
.UsersListRightPanel_reactionBox__B7EBB {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 5px;
  padding: 12px;
}
.UsersListRightPanel_reactionBox__B7EBB svg {
  width: 18px;
}
.UsersListRightPanel_reactionBox__B7EBB:hover {
  background: var(--elevation-2);
}
.ProfileItem_container__PRC1c {
  background: var(--base);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  width: 100%;
}
.ProfileItem_feed-container__fjxVO {
  height: 100%;
  margin-bottom: 0;
  min-width: 340px !important;
}
.ProfileItem_feed-container__fjxVO .ProfileItem_bio__KNDYl {
  height: 60px;
}
.ProfileItem_headerRow__qeqaI {
  display: flex;
}
.ProfileItem_ghost_container__7CzL2 {
  align-items: center;
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  padding: 16px 20px;
  width: 100%;
}
.ProfileItem_profile_item__YaYYB {
  display: flex;
  flex-direction: row;
}
.ProfileItem_profile_image__oqNEV {
  border-radius: 50%;
  height: 40px;
  margin-right: 2px;
  margin-top: 2px;
  width: 40px;
  z-index: 1;
}
.ProfileItem_profile_details__iuqTd {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.ProfileItem_feed-container__fjxVO .ProfileItem_follow_button__BTDoL {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.ProfileItem_follow_button__BTDoL {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  min-width: 108px;
  padding-top: 2px;
}
.ProfileItem_profile_details_top__GlyzC {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ProfileItem_feed-container__fjxVO .ProfileItem_profile_details_top__GlyzC {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 8px;
}
.ProfileItem_profile_name__fLv7i {
  grid-gap: 6px;
  align-items: center;
  color: var(--text-1);
  display: flex;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.ProfileItem_profile_name__fLv7i:hover {
  text-decoration: underline;
}
.ProfileItem_net_worth__d3EvV {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 8px;
}
.ProfileItem_image_container__BZ45H {
  align-items: center;
  display: flex;
  height: 42px;
  margin-right: 16px;
  position: relative;
  width: 44px;
}
.ProfileItem_feed-container__fjxVO .ProfileItem_image_container__BZ45H {
  margin-right: 8px;
}
.ProfileItem_feed-container__fjxVO .ProfileItem_net_worth__d3EvV {
  margin-left: 0;
}
.ProfileItem_social_icon__xFaRl {
  height: 14px;
  width: 14px;
}
.ProfileItem_social_icon__xFaRl,
.ProfileItem_twitter_icon__h5oKl {
  border: 1px solid var(--base);
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: 2px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ProfileItem_twitter_icon__h5oKl {
  align-items: center;
  background: #1da1f2;
  display: flex;
  height: 17px;
  justify-content: center;
  width: 17px;
}
.ProfileItem_emojiIcon__oS1y3 {
  background: #e1e5e8;
  border: 2px solid var(--base);
  bottom: -7px;
  height: 26px;
  margin-left: -3px;
  padding: 2px;
  width: 26px;
}
.ProfileItem_chainIconContainer__JMXVr,
.ProfileItem_emojiIcon__oS1y3,
.ProfileItem_lensIconContainer__RGfqw {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 2;
}
.ProfileItem_chainIconContainer__JMXVr,
.ProfileItem_lensIconContainer__RGfqw {
  fill: "white";
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: var(--text-3);
  border: 1px solid var(--base);
  box-sizing: border-box;
  height: 17px;
  margin-left: 2px;
  top: 0;
  width: 17px;
}
.ProfileItem_chainIconContainer__JMXVr {
  background: none;
}
.ProfileItem_search_chain_icon__\+lLTm {
  height: 100%;
  width: 100%;
}
.ProfileItem_lensIcon__5hzKb {
  height: 11px;
  width: 11px;
}
.FollowedByFollowers_container__cKo3L {
  border-top: 1px solid var(--border-dark);
  flex-direction: row;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  margin-top: 10px;
  padding-top: 10px;
}
.FollowedByFollowers_container__cKo3L,
.FollowedByFollowers_followers__pTd\+A {
  align-items: flex-start;
  color: var(--text-2);
  display: flex;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.FollowedByFollowers_followers__pTd\+A {
  padding-top: 4px;
}
.FollowedByFollowers_link__fIP52 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 4px;
}
.FollowedByFollowers_last_index__15dwD {
  margin-left: 4px;
}
.FollowedByFollowers_icon__TaW3h {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .FollowedByFollowers_container__cKo3L {
    flex-wrap: wrap;
  }
}
.FollowedByFollowers_wrap__ocyZs {
  align-items: flex-start;
  column-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.FollowedByFollowers_wrap__ocyZs .FollowedByFollowers_icon__TaW3h {
  margin-right: 0;
  margin-top: 4px;
  min-width: 24px;
}
.FollowedByFollowers_wrap__ocyZs .FollowedByFollowers_followers__pTd\+A {
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
}
.searchResultItem_searchResultsContainer__2dOrB {
  background: var(--base);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  box-shadow: 0 0 16px var(--elevation-1);
  list-style: none;
  padding: 4px 0;
  position: absolute;
  top: 38px;
  width: 100%;
}
.searchResultItem_itemInfoWrapper__D\+Ghw {
  display: flex;
  gap: 12px;
}
.searchResultItem_searchResultItem__d6w-H,
.searchResultItem_showAllWrapper__mf4dd {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  padding: 8px 16px;
}
.searchResultItem_showAllWrapper__mf4dd {
  flex-direction: row;
  gap: 12px;
}
.searchResultItem_searchResultItem__d6w-H .searchResultItem_avatar__v6Pxz,
.searchResultItem_showAllWrapper__mf4dd .searchResultItem_avatar__v6Pxz {
  border-radius: 50%;
  height: 24px;
  object-fit: cover;
  width: 24px;
}
.searchResultItem_searchResultItem__d6w-H .searchResultItem_infoWrapper__PR1o7,
.searchResultItem_showAllWrapper__mf4dd .searchResultItem_infoWrapper__PR1o7 {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 17px;
}
.searchResultItem_searchResultItem__d6w-H
  .searchResultItem_infoWrapper__PR1o7
  .searchResultItem_info__9Kw7e {
  display: flex;
  gap: 8px;
}
.searchResultItem_info__9Kw7e {
  align-items: center;
}
.searchResultItem_searchResultItem__d6w-H
  .searchResultItem_infoWrapper__PR1o7
  .searchResultItem_info__9Kw7e
  .searchResultItem_name__1BdgP {
  color: var(--text-1);
  font-size: 13px;
  letter-spacing: 0;
}
.searchResultItem_searchResultItem__d6w-H
  .searchResultItem_infoWrapper__PR1o7
  .searchResultItem_info__9Kw7e
  .searchResultItem_meta__N45dG {
  color: var(--text-2);
  font-size: 11px;
}
.searchResultItem_matchedWrapper__uD8BP {
  align-items: baseline;
  color: var(--text-2);
  display: flex;
  font-size: 11px;
  gap: 7px;
  line-height: 14px;
}
.searchResultItem_matchedWrapper__uD8BP:not(:first-of-type) {
  margin-top: 2px;
}
.searchResultItem_matchedWrapper__uD8BP .searchResultItem_matchedIcon__SG\+h4 {
  height: auto;
  width: 15px;
}
.searchResultItem_matchedWrapper__uD8BP
  .searchResultItem_matchedDetails__qx6h7 {
  display: flex;
  gap: 4px;
}
.searchResultItem_showAllWrapper__mf4dd {
  background: none;
  width: 100%;
}
.searchResultItem_searchResultItem__d6w-H:hover,
.searchResultItem_selected__oRCg7,
.searchResultItem_showAllWrapper__mf4dd:hover {
  background: var(--elevation-1);
}
.searchResultItem_showAllWrapper__mf4dd .searchResultItem_showMoreIcon__enNfR {
  width: 24px;
}
.searchResultItem_showAllWrapper__mf4dd
  .searchResultItem_showMoreIcon__enNfR
  img {
  height: 16px;
  width: 16px;
}
.searchResultItem_showAllWrapper__mf4dd .searchResultItem_showAllText__TokP6 {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .searchResultItem_info__9Kw7e .searchResultItem_name__1BdgP {
    word-break: break-word;
  }
}
.shareButton_activityActionButton__OtLg9 {
  align-items: center;
  background: none;
  color: var(--text-2);
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: 0;
}
.shareButton_menu__1CJUp.shareButton_menu__1CJUp {
  background: var(--base);
  border: 1px solid var(--border-dark);
  box-shadow: 0 2px 24px var(--elevation-2);
  color: var(--text-1);
}
.shareButton_iconWrapper__ImK9E {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.shareButton_shareIcon__xvYlz {
  fill: var(--text-2);
}
.shareButton_activityActionButton__OtLg9:hover .shareButton_shareIcon__xvYlz {
  fill: var(--success);
}
.shareButton_copyButton__UrVtS {
  align-items: center;
  color: var(--text-1);
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  gap: 10px;
  letter-spacing: normal;
  line-height: 130%;
}
.shareButton_copyIcon__oVAYx {
  height: 10px;
  width: 10px;
}
.activityEngagements_activityEngagements__5nqZm {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
}
.activityEngagements_activityEngagements__5nqZm.activityEngagements_padding__hE3sO {
  padding: 0 20px 16px;
}
.activityEngagements_activityActionButton__37bqL {
  align-items: center;
  background: none;
  color: var(--text-2);
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  letter-spacing: 0;
  padding: 0;
  z-index: 2;
}
.activityEngagements_iconWrapper__hKEco.activityEngagements_hasRoundedButtons__a\+KXY,
.activityEngagements_iconWrapper__hKEco.activityEngagements_hasRoundedButtons__a\+KXY:hover {
  align-items: center;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  display: flex;
  height: 32px;
  justify-content: center;
  width: -webkit-max-content;
  width: max-content;
}
.activityEngagements_iconWrapper__hKEco {
  text-wrap: nowrap;
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 2px;
  height: 32px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 150%;
  padding: 6px;
}
.activityEngagements_count__UWztZ {
  font-size: 12px;
  padding: 0 4px 0 0;
  text-align: left;
}
.activityEngagements_commentIcon__GXq0P,
.activityEngagements_likeIcon__OxzUI {
  stroke: var(--text-2);
  font-weight: 500;
}
.activityEngagements_bookmarkIcon__m71Mz,
.activityEngagements_shareIcon__5UfHV {
  fill: var(--text-2);
  font-weight: 500;
}
.activityEngagements_activityActionButton__37bqL:hover {
  color: var(--success);
}
.activityEngagements_commentButton__ORNXd:hover {
  color: var(--primary-color);
}
.activityEngagements_likeButton__1h4EC:hover {
  color: var(--error);
}
.activityEngagements_shareButton__7YW02:hover {
  color: var(--success);
}
.activityEngagements_bookmarkButton__T65\+y:hover {
  color: var(--method);
}
.activityEngagements_likeButton__1h4EC.activityEngagements_active__CRTPv {
  color: var(--error);
}
.activityEngagements_likeButton__1h4EC.activityEngagements_active__CRTPv svg {
  fill: var(--error);
  stroke: var(--error);
}
.activityEngagements_bookmarkButton__T65\+y.activityEngagements_active__CRTPv {
  color: var(--method);
}
.activityEngagements_bookmarkButton__T65\+y.activityEngagements_active__CRTPv
  svg {
  fill: var(--method);
}
.activityEngagements_shareButton__7YW02.activityEngagements_active__CRTPv {
  color: var(--success);
}
.activityEngagements_shareButton__7YW02.activityEngagements_active__CRTPv svg {
  fill: var(--success);
}
.activityEngagements_activityActionButton__37bqL:hover
  .activityEngagements_iconWrapper__hKEco {
  background: var(--elevation-2);
}
.activityEngagements_activityActionButton__37bqL:hover
  .activityEngagements_likeIcon__OxzUI {
  stroke: var(--error);
}
.activityEngagements_activityActionButton__37bqL:hover
  .activityEngagements_commentIcon__GXq0P {
  stroke: var(--primary-color);
}
.activityEngagements_activityActionButton__37bqL:hover
  .activityEngagements_shareIcon__5UfHV {
  fill: var(--success);
}
.activityEngagements_activityActionButton__37bqL:hover
  .activityEngagements_bookmarkIcon__m71Mz {
  fill: var(--method);
}
.activityEngagements_generatedCommentsRow__Qgu-L {
  align-items: center;
  column-gap: 8px;
  display: flex;
  overflow-x: auto;
}
.activityEngagements_generatedCommentsRow__Qgu-L::-webkit-scrollbar {
  display: none;
}
.activityEngagements_engagementsRow__NXlPc {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .activityEngagements_engagementsRow__NXlPc {
    flex-wrap: wrap;
  }
}
.ZxComment_container__9nzFM {
  align-items: flex-start;
  column-gap: 8px;
  display: flex;
  width: 100%;
}
.ZxComment_avatar__dn8Xt {
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.ZxComment_commentColumn__Dlqz9 {
  display: flex;
  flex-direction: column;
  overflow: visible;
  row-gap: 4px;
  width: 100%;
}
.ZxComment_comment__kg0OR {
  align-items: flex-start;
  background-color: var(--elevation-1);
  border-radius: 8px;
  border-top-left-radius: 0;
  display: flex;
  justify-content: space-between;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
}
.ZxComment_content__W2bVS {
  display: flex;
  flex-direction: column;
  padding: 12px;
  row-gap: 4px;
  width: 100%;
}
.ZxComment_engagements__9otjf {
  align-items: center;
  column-gap: 4px;
  display: flex;
  margin-left: 12px;
  margin-top: 4px;
  row-gap: 12px;
  width: 100%;
}
.ZxComment_padtop__lB7VW {
  padding-top: 12px;
}
.ZxComment_childComments__XianB {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.ZxComment_commentActions__-dlgf {
  margin-top: 4px;
  padding: 0 16px;
}
.ZxComment_toggleContainer__qonyY {
  z-index: 2;
}
.ZxActor_container__i8kue {
  display: flex;
  flex-direction: column;
}
.ZxActor_info__VNDdg {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.ZxActor_dp__GwOhY {
  border-radius: 40px;
  height: 40px;
  width: 40px;
}
.ZxActor_bio__de5VU {
  min-height: 42px;
  padding-top: 8px;
}
.ZxActor_dot__5kPIh {
  background-color: var(--text-3);
  border-radius: 50%;
  display: inline-block;
  height: 3px;
  margin: 0 8px;
  width: 3px;
}
.activityStats_activityStats__HRwP\+ {
  align-items: center;
  background: none;
  color: var(--text-2);
  display: flex;
  gap: 8px;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.activityStats_stats__g2Ik4 {
  align-items: center;
  display: flex;
  line-height: 150%;
}
.activityStats_activityStatsItem__NaMcX,
.activityStats_expandActivities__sGcO4 {
  background: none;
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
}
.activityStats_divider__nrt\+E {
  margin: 0 4px;
}
.activityStats_expandActivities__sGcO4 {
  align-items: center;
  display: flex;
  gap: 8px;
}
.activityStats_rightChevronIcon__L5yHr {
  align-items: center;
  display: flex;
}
.activityStats_rightChevronIcon__L5yHr img {
  height: 7px;
}
@media (max-width: 768px) {
  .activityStats_activityStats__HRwP\+ {
    flex-wrap: wrap;
  }
}
.TrendingPnlList_image__f9w40 {
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.walletTableHeader_table__jLLUy {
  border-collapse: collapse;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.walletTableHeader_table__jLLUy .walletTableHeader_tableList__8rx-x {
  color: var(--text-2);
  font-size: 12px;
  height: auto;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.walletTableHeader_reset_button__ChJQa {
  -webkit-appearance: none;
  appearance: none;
  background-color: initial;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  padding: 0;
}
.walletTableHeader_table__jLLUy .walletTableHeader_tableRow__SvEyb {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  font-weight: 400;
  gap: 16px;
  padding: 8px 10px 8px 20px;
  width: 100%;
  &:hover {
    background-color: var(--primary-color10);
  }
}
.walletTableHeader_table__jLLUy .walletTableHeader_tableHeader__Z6S4n {
  border-bottom: 1px solid var(--border-dark);
  color: var(--text-2);
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  gap: 16px;
  letter-spacing: 0.08em;
  padding: 8px 20px;
  text-align: left;
  width: 100%;
}
.walletTableHeader_table__jLLUy
  .walletTableHeader_tableRow__SvEyb
  .walletTableHeader_tableCell__pS6mF {
  color: var(--text-1);
  padding: 10px 0;
}
.walletTableHeader_tableCell__pS6mF:first-of-type {
  flex-basis: 17.3%;
}
.walletTableHeader_tableCell__pS6mF:nth-of-type(2) {
  flex-basis: 32%;
}
.walletTableHeader_tableCell__pS6mF:nth-of-type(3) {
  flex-basis: 9.8%;
}
.walletTableHeader_tableCell__pS6mF:nth-of-type(4) {
  flex-basis: 16.6%;
}
.walletTableHeader_tableCell__pS6mF:nth-of-type(5) {
  flex-grow: 1;
}
.walletTableHeader_alignRight__5RPCS {
  text-align: right;
}
.walletTableHeader_alignLeft__o94GD {
  text-align: left;
}
.WalletsComponents_text__V8v2k {
  word-wrap: break-word;
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.WalletsComponents_addressRow__wzjGm {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.WalletsComponents_suffix_text__bXuzA {
  color: --var(--text-3);
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.WalletsComponents_actionIcons__0gqML {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.WalletsComponents_icon__qD78h {
  margin-left: 16px;
}
.WalletsComponents_custom_button__UYiCh {
  background-color: initial;
  border: none;
  padding: 0;
}
.WalletsComponents_orientation_row__CGvwm {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.WalletsComponents_divider__Qghjg {
  border-bottom: 1px solid var(--border-dark);
}
.WalletsComponents_avatar__UtyKL {
  border-radius: 50%;
  height: 22px;
  margin-right: 8px;
  width: 22px;
}
.WalletsComponents_avatarName__ttRoM {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.WalletsComponents_textIcon__8ic0g {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-end;
}
.WalletsComponents_titleText__9sw49 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.WalletsComponents_sourcedBy__aH\+E6 {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.WalletsComponents_sourcedByProfiles__V3pNH {
  align-items: center;
  display: flex;
  gap: 0;
  height: 20px;
  justify-content: flex-start;
  position: relative;
  width: 36px;
}
.WalletsComponents_sourcedByAvatar__lHq\+1 {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.WalletsComponents_sourcedByAvatar1__Ik-tq {
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 22px;
  margin-right: 16px;
  position: absolute;
  width: 22px;
  z-index: 2;
}
.WalletsComponents_sourcedByAvatar2__aC\+U1 {
  border-radius: 50%;
  height: 20px;
  margin-left: 16px;
  position: absolute;
  width: 20px;
  z-index: 1;
}
.WalletsComponents_paddingLeft__T7KKq {
  padding-left: 4px;
}
.WalletsComponents_buttons_row__MnZD5 {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  padding-bottom: 8px;
}
.WalletsComponents_countText__fCFD6 {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  padding-left: 4px;
}
.ScreenerTable_box__CK9Cg {
  padding-bottom: 40px;
}
.ScreenerTable_text__6g6Vs {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  padding-left: 60px;
}
.ScreenerTable_table__-2djr {
  border-collapse: collapse;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ScreenerTable_table__-2djr .ScreenerTable_tableList__Px-EP {
  color: var(--text-2);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.ScreenerTable_tableRow__UWDmx {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  font-weight: 400;
  gap: 16px;
  width: 100%;
}
.ScreenerTable_backgroundWhite__UEBdL {
  background: var(--base);
  padding-bottom: 12px;
  padding-left: 40px;
  padding-top: 12px;
}
.ScreenerTable_backgroundColor__H8web {
  background: var(--elevation-1);
  padding-bottom: 10px;
  padding-left: 40px;
  padding-top: 10px;
}
.ScreenerTable_table__-2djr .ScreenerTable_tableHeader__qE\+3f {
  background: var(--elevation-1);
  border-bottom: 1px solid var(--border-dark);
  border-top: 1px solid var(--border-dark);
  color: var(--text-2);
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 12px 0 12px 40px;
}
.ScreenerTable_table__-2djr
  .ScreenerTable_tableRow__UWDmx
  .ScreenerTable_tableCell__xsn-k {
  color: var(--text-1);
  padding: 10px 0;
}
.ScreenerTable_tableCell__xsn-k:first-of-type {
  flex-basis: 17.3%;
}
.ScreenerTable_tableCell__xsn-k:nth-of-type(2) {
  flex-basis: 32%;
}
.ScreenerTable_tableCell__xsn-k:nth-of-type(3) {
  flex-basis: 9.8%;
}
.ScreenerTable_tableCell__xsn-k:nth-of-type(4) {
  flex-basis: 16.6%;
}
.ScreenerTable_tableCell__xsn-k:nth-of-type(5) {
  flex-grow: 1;
}
.ScreenerTable_alignRight__mb2v\+ {
  text-align: right;
}
.ScreenerTable_alignLeft__qp64D {
  text-align: left;
}
.ScreenerTable_avatar__55Qn2 {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.ScreenerTable_profileRow__4zzuq {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
}
.ScreenerTable_textRow__J-YMN {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.ScreenerTable_index__ZQFbU {
  flex: 0 0 56px;
  padding-left: 20px;
}
.ScreenerTable_headerText__nN9k0 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 150%;
  text-align: right;
  text-transform: uppercase;
}
.Joined0xPPL_envelopeContainer__\+7bab {
  align-items: stretch;
  display: flex;
  height: 308px;
  position: relative;
  width: 568px;
}
.Joined0xPPL_envelope__qOfZV {
  background: var(--background);
  box-shadow: 0 -2px 16px 0 #ffffff03;
  height: 100%;
  height: 308px;
  object-fit: fill;
  width: 568px;
  z-index: 1;
}
.Joined0xPPL_envelopeItems__XeSM1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 308px;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: 568px;
  z-index: 2;
}
.Joined0xPPL_divider__-i9B6 {
  background: var(--text-2);
  height: 1px;
  opacity: 0.24;
  width: 16px;
}
.Joined0xPPL_welcome__o5H3I {
  word-wrap: break-word;
  color: var(--text-2);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 21px;
  text-transform: uppercase;
}
.Joined0xPPL_name__2ktkR {
  word-wrap: break-word;
  color: var(--text-1);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.Joined0xPPL_dividerLong__31W6n {
  background: var(--border-dark);
  height: 1px;
  margin: 0 20px;
  width: 100%;
}
.Joined0xPPL_commenterProfilePic__YAZEV {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.Joined0xPPL_newCommentWrapper__7W8cP {
  align-self: baseline;
}
.Joined0xPPL_commentsList__Uq\+3t {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.Joined0xPPL_addCommentButton__Hgoyi {
  align-items: center;
  background: var(--elevation-1);
  border: 1px solid var(--border-dark);
  border-radius: 50%;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}
.Joined0xPPL_joinedInvitedByTile__B6skY {
  background: var(--success);
  border: 1px solid var(--border-dark);
  border-radius: 1px;
}
.Joined0xPPL_commentsWrapper__E\+WJ- {
  width: 100%;
}
.Joined0xPPL_comment__iEVDh {
  align-items: center;
}
.Joined0xPPL_mobile_welcome_wrapper__1KZWV {
  display: none;
}
.Joined0xPPL_welcomeBio__tPwcC {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text-1);
  display: -webkit-box;
  height: 33px;
  margin-top: 4px;
  overflow: hidden;
  text-align: center;
  word-break: break-word;
}
.Joined0xPPL_welcomeBio__tPwcC,
.Joined0xPPL_welcomeBio__tPwcC a {
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.Joined0xPPL_welcomeBio__tPwcC a {
  color: var(--primary-color);
  cursor: pointer;
}
.Joined0xPPL_welcomeBio__tPwcC a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .Joined0xPPL_envelopeContainer__\+7bab {
    max-height: 250px;
  }
  .Joined0xPPL_envelope__qOfZV {
    object-fit: fill;
    width: 100%;
  }
  .Joined0xPPL_newCommentWrapper__7W8cP
    .Joined0xPPL_commenterProfilePic__YAZEV {
    margin-top: 8px;
  }
  .Joined0xPPL_newCommentWrapper__7W8cP {
    align-self: auto;
    max-width: 72vw;
  }
  .Joined0xPPL_commentsWrapper__E\+WJ- {
    flex-wrap: wrap;
    max-width: 78vw;
    padding: 8px 4px;
  }
  .Joined0xPPL_comment__iEVDh {
    background: var(--elevation-1);
    border-radius: 40px;
    padding: 4px 8px;
  }
  .Joined0xPPL_name__2ktkR,
  .Joined0xPPL_paddingBottom__cIaPG,
  .Joined0xPPL_paddingTop__kmlU-,
  .Joined0xPPL_welcomeBio__tPwcC,
  .Joined0xPPL_welcomeWrapper__GPtrA {
    visibility: hidden;
  }
  .Joined0xPPL_envelopeItems__XeSM1 {
    align-items: center;
    flex-direction: column-reverse;
    height: auto;
    padding: 8px 4px;
    width: 100%;
  }
  .Joined0xPPL_mobile_welcome_wrapper__1KZWV {
    display: flex;
  }
  .Joined0xPPL_actorName__iu7Hh {
    flex-basis: 18%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
  }
  .Joined0xPPL_descriptionWrapper__7mGdy {
    flex-basis: 60%;
  }
  .Joined0xPPL_timeLabel__dVOH4 {
    white-space: pre;
  }
}
.CustomLinkTabBar_tabBarPosition__A47wY {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
}
.CustomLinkTabBar_indicatorPositionContainer__ctRF3 {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.CustomLinkTabBar_indicatorPositionContainerTop__4k3Vz {
  flex-direction: column-reverse;
}
.CustomLinkTabBar_borderContainer__zPqq5 {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.CustomLinkTabBar_itemsContainer__GVuZX {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.CustomLinkTabBar_tabItemWrapper__3CRck {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .CustomLinkTabBar_itemsContainer__GVuZX {
    align-items: flex-start;
    gap: 16px;
  }
}
.CustomLinkTabBar_link__llg3Q {
  color: var(--text-2);
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.CustomLinkTabBar_active_bar__8uQ7h {
  align-items: flex-end;
  background: var(--primary-color);
  border-radius: 6px 6px 0 0;
  position: absolute;
}
.CustomLinkTabBar_tabbarlink__1SOHg {
  font-size: 15px;
}
.CustomLinkTabBar_tabbarlinkSmall__J6hPr,
.CustomLinkTabBar_tabbarlink__1SOHg {
  color: var(--text-2);
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.CustomLinkTabBar_tabbarlinkSmall__J6hPr {
  font-size: 13px;
}
.CustomLinkTabBar_tabbarlinkLarge__n2TSM {
  color: var(--text-2);
  font-size: 15px;
  font-weight: 400;
}
.CustomLinkTabBar_active__ufMSv,
.CustomLinkTabBar_tabbarlinkLarge__n2TSM {
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.CustomLinkTabBar_active__ufMSv {
  align-items: bottom;
  color: var(--text-1);
  font-weight: 600;
}
.ZxGmxItem_container__GjxX8 {
  animation: ZxGmxItem_all__uRJVK 0.2s ease;
  border-radius: 8px;
  padding: 8px 12px;
}
.ZxGmxItem_profit_dark__0MAfU {
  background: linear-gradient(90deg, rgba(7, 157, 57, 0.084), #079d3947);
}
.ZxGmxItem_profit_light__j3oa7 {
  background: linear-gradient(
    90deg,
    var(--success-lighter) 0,
    var(--success-light) 100%
  );
}
.ZxGmxItem_loss_dark__kEnTF {
  background: linear-gradient(90deg, rgba(226, 76, 76, 0.084), #e24c4c47);
}
.ZxGmxItem_loss_light__XG8WG {
  background: linear-gradient(
    90deg,
    var(--error-lighter) 0,
    var(--error-light) 100%
  );
}
.ZxGmxItem_toggle__t26Q6 {
  cursor: pointer;
}
.ZxGmxItem_expandable__HPdPS {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.ZxGmxItem_expandable__HPdPS.ZxGmxItem_expanded__2yD4W {
  max-height: 100px;
  opacity: 1;
}
.TradingViewGraph_container__ItXli {
  height: 500px;
  width: 100%;
}
.TradingViewGraph_empty__sRFsH {
  min-height: 300px;
}
.TradingViewGraph_container__ItXli iframe {
  background-color: #fff !important;
}
.GraphLoader_container__w1th3 * {
  box-sizing: border-box;
}
.GraphLoader_container__w1th3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.GraphLoader_line__Dy0Kh {
  background: var(--text-2);
  height: 1.5px;
  margin-top: 5px;
  opacity: 0.25;
  width: 60px;
}
.GraphLoader_graph-loading__mKQ\+v {
  height: 30px;
  width: 52px;
}
.GraphLoader_graph-loading__bar__BYKIJ {
  animation: GraphLoader_graph-loader__4E\+ I4 2.5s infinite;
  background: var(--text-2);
  display: block;
  float: left;
  height: 30px;
  margin-left: 2px;
  margin-right: 2px;
  opacity: 0.25;
  width: 6px;
}
.GraphLoader_graph-loading__bar__BYKIJ:first-of-type {
  animation-delay: 0.2s;
}
.GraphLoader_graph-loading__bar__BYKIJ:nth-of-type(2) {
  animation-delay: 0.4s;
}
.GraphLoader_graph-loading__bar__BYKIJ:nth-of-type(3) {
  animation-delay: 0.6s;
}
.GraphLoader_graph-loading__bar__BYKIJ:nth-of-type(4) {
  animation-delay: 0.8s;
}
.GraphLoader_graph-loading__bar__BYKIJ:nth-of-type(5) {
  animation-delay: 1s;
}
@keyframes GraphLoader_graph-loader__4E\+I4 {
  0% {
    height: 30px;
    margin-top: 0;
  }
  65% {
    height: 5px;
    margin-top: 25px;
  }
  to {
    height: 30px;
    margin-top: 0;
  }
}
.refetch_refetch__43M93 {
  background-color: initial;
  cursor: pointer;
  flex-direction: column;
}
.refetch_refetch__43M93,
.refetch_refresh__ZLXuO {
  align-items: center;
  display: flex;
  justify-content: center;
}
.refetch_refresh__ZLXuO {
  color: #0648d7;
  flex-direction: row;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-top: 16px;
  text-align: center;
}
.refetch_refresh_icon__FJW4Y {
  height: 14px;
  width: 14px;
}
.refetch_header__3Z8oH {
  font-size: 24px;
  line-height: 100%;
}
.refetch_header__3Z8oH,
.refetch_text__Ni1wi {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
}
.refetch_text__Ni1wi {
  font-size: 13px;
  line-height: 130%;
  margin-top: 10px;
}
.PnlTokenList_pnlList__j8EG5 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-y: auto;
  padding: 2px 0 6px;
  row-gap: 8px;
  &::-webkit-scrollbar {
    background: #0000;
    height: 0;
    width: 0;
  }
}
.PnlTokenList_tokenContainer__sEwN7 {
  border-radius: 8px;
  padding: 8px;
}
.PnlTokenList_pnlListMore__QPp\+3 {
  background-color: var(--elevation-1);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 8px;
}
.PnlTokenList_profit_dark__b6lVF,
.PnlTokenList_profit_light__jf8Li {
  background: linear-gradient(90deg, rgba(7, 157, 57, 0.084), #079d3947);
}
.PnlTokenList_loss_dark__XWEDp,
.PnlTokenList_loss_light__wafIQ {
  background: linear-gradient(90deg, rgba(226, 76, 76, 0.084), #e24c4c47);
}
.PnlTokenList_pnlListHeading__paWYb {
  margin-bottom: -9px;
  white-space: nowrap;
}
.PnlTokenList_tokenImageSmall__jybin,
.PnlTokenList_tokenImage__-AebX {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.PnlTokenList_pnlItem__ckcMB {
  align-items: center;
  background: var(--elevation-2);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  padding: 8px;
  position: relative;
  width: 200px;
}
.PnlTokenList_fullWidth__n9eng {
  width: 100%;
}
.PnlTokenList_pnlState__iypiv {
  align-items: center;
  background-color: var(--elevation-2);
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  color: var(--text-2);
  display: flex;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.PnlTokenList_pnlStateUnrealizedOpen__e8GpV {
  background-color: var(--primary-color10);
  color: var(--primary-color);
}
.PnlTokenList_pnlStateUnrealizedPartial__tGpeO {
  background-color: var(--warning-light);
  color: var(--warning);
}
.PnlTokenList_pnlExpandedList__SPlzr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  &:has(div) {
    padding: 8px 0;
  }
}
.PnlTokenList_pnlListTokenSelector__cUph7 {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  &::-webkit-scrollbar {
    background: #0000;
    height: 0;
    width: 0;
  }
}
.PnlTokenList_tokenSelectorItem__7EUGX {
  background-color: var(--elevation-2);
  border-radius: 30px;
  cursor: pointer;
  flex-shrink: 0;
  flex-wrap: nowrap;
  max-width: 150px;
  padding: 4px 8px 4px 4px;
}
.PnlTokenList_selectedTokenSelectorItem__P2jHJ {
  background-color: var(--primary-color10);
  font-weight: 500;
}
.PnlTokenList_transactionsButton__UAhOt {
  background: none;
  border: none;
  color: var(--primary-color);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.ZxUserTokenGroup_container__UrVvo {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.ZxUserTokenGroup_profit_dark__6DSBH,
.ZxUserTokenGroup_profit_light__P0Fgu {
  background: linear-gradient(90deg, rgba(7, 157, 57, 0.084), #079d3947);
}
.ZxUserTokenGroup_loss_dark__pJHRm {
  background: linear-gradient(90deg, rgba(226, 76, 76, 0.108), #e24c4c5c);
}
.ZxUserTokenGroup_loss_light__5LIte {
  background: linear-gradient(90deg, rgba(226, 76, 76, 0.084), #e24c4c47);
}
.ZxImageStack_picturesContainer__iapv2 {
  align-items: center;
  column-gap: 0;
  display: flex;
}
.ZxImageStack_userImage__VbImz {
  border-radius: 24px;
  height: 28px;
  width: 28px;
  z-index: 2;
}
.ZxImageStack_secondaryImages__PORXe {
  border: 1px solid var(--base);
  height: 32px;
  margin-left: -6px;
  width: 32px;
  z-index: 1;
}
.ZxHyperliquidItem_profit_dark__FEJKE,
.ZxHyperliquidItem_profit_light__vcdip {
  background: linear-gradient(90deg, rgba(7, 157, 57, 0.084), #079d3947);
}
.ZxHyperliquidItem_loss_dark__u2I1Z {
  background: linear-gradient(90deg, rgba(226, 76, 76, 0.108), #e24c4c5c);
}
.ZxHyperliquidItem_loss_light__fW\+73 {
  background: linear-gradient(90deg, rgba(226, 76, 76, 0.084), #e24c4c47);
}
.ZxPriceUpdate_up__fNDpb {
  animation: ZxPriceUpdate_upColor__tA9UV 1s ease-in-out;
}
.ZxPriceUpdate_down__-ys08 {
  animation: ZxPriceUpdate_downColor__CWPh4 1s ease-in-out;
}
@keyframes ZxPriceUpdate_upColor__tA9UV {
  0% {
    color: var(--text-1) !important;
  }
  20% {
    color: var(--success) !important;
  }
  80% {
    color: var(--success) !important;
  }
  to {
    color: var(--text-1) !important;
  }
}
@keyframes ZxPriceUpdate_downColor__CWPh4 {
  0% {
    color: var(--text-1) !important;
  }
  20% {
    color: var(--error) !important;
  }
  80% {
    color: var(--error) !important;
  }
  to {
    color: var(--text-1) !important;
  }
}
.ZxHorizontalScrollWrapper_container__fnb9G {
  display: flex;
  flex-direction: column;
  margin-top: -8px;
  padding: 16px 0;
  row-gap: 16px;
}
.ZxHorizontalScrollWrapper_header__lu0DW {
  padding-left: 16px;
}
.ZxHorizontalScrollWrapper_headerImage__mGU0P {
  height: 24px;
  width: 24px;
}
.ZxHorizontalScrollWrapper_loaders__dH5LO {
  column-gap: 16px;
  display: flex;
  overflow-x: hidden;
  padding-left: 32px;
}
.ZxHorizontalScrollWrapper_loaders__dH5LO ::-webkit-scrollbar {
  display: none;
}
.HorizontalScrollButtons_container__EKtSD {
  position: relative;
}
.HorizontalScrollButtons_stickyButtons__9d554 {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  z-index: 2;
}
.HorizontalScrollButtons_container__EKtSD:hover
  .HorizontalScrollButtons_stickyButtons__9d554 {
  opacity: 1;
  pointer-events: auto;
}
.HorizontalScrollButtons_arrowButton__Wq7Sn:hover {
  background-color: var(--base);
}
.HorizontalScrollButtons_arrowButton__Wq7Sn {
  background-color: var(--base-80);
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px #0003;
  cursor: pointer;
  padding: 2px;
  position: absolute;
}
.HorizontalScrollButtons_leftArrow__gff9X {
  left: 0;
  margin-left: 10px;
}
.HorizontalScrollButtons_rightArrow__5-FTP {
  margin-right: 10px;
  right: 0;
}
.WelcomePosts_container__UryrA {
  column-gap: 16px;
  display: flex;
  overflow-x: auto;
  padding: 0 16px;
}
.WelcomePosts_container__UryrA::-webkit-scrollbar {
  background: #0000;
  height: 0;
  width: 0;
}
.WelcomePosts_cardContainer__8EGke {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.WelcomePosts_emptyContainer__k\+r\+u {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 142px;
  justify-content: center;
  position: relative;
  row-gap: 24px;
  width: 280px;
}
.WelcomePosts_welcomeText__bIHc0 {
  position: absolute;
  top: 70px;
  width: 140px;
}
.WelcomePosts_commentsContainer__ceDfr {
  column-gap: 8px;
  display: flex;
  overflow-x: auto;
}
.WelcomePosts_commentsContainer__ceDfr::-webkit-scrollbar {
  background: #0000;
  height: 0;
  width: 0;
}
.WelcomePosts_threadsContainer__oy6Vz {
  min-height: 142px;
}
.WelcomePosts_commentActor__lMrYs {
  border-radius: 24px;
  height: 24px;
  width: 24px;
}
.ZxCard_container__3GCXJ {
  background-color: var(--base);
  border-radius: 12px;
  height: 100%;
}
.ZxTransactionSummaries_container__xF\+TF {
  border: 1px solid var(--elevation-2);
  border-radius: 8px;
  padding: 12px;
}
.ZxTransactionSummaries_summary__l3ekD {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.selectableDivWithDelay_selectableDiv__mO3Q- {
  cursor: pointer;
}
.PolyMarketActivity_container__qT4Hh {
  background-color: var(--base);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px;
}
.PolyMarketActivity_icon__pJ4I5 {
  position: relative;
}
.PolyMarketActivity_activityIcon__sIm\+f {
  border-radius: 38px;
  height: 28px;
  width: 28px;
}
.PolyMarketActivity_chainIcon__VbPv4 {
  border: 1px solid var(--border);
  border-radius: 20px;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 0;
  width: 12px;
}
.PolyMarketActivity_side__uOOnu {
  background-color: #079d391a;
  border-radius: 4px;
  color: #079d39;
  padding: 0 4px;
}
.PolyMarketActivity_dot__dvfa7 {
  background: #68768499;
  border-radius: 9999px;
  height: 4px;
  width: 4px;
}
.PolyMarketActivity_row2__lSlj0 {
  border-width: 1px;
  border-bottom: 1px solid var(--border-light);
  border-left: 0 solid var(--border-light);
  border-right: 0 solid var(--border-light);
  border-top: 1px solid var(--border-light);
  margin: 8px 0;
  padding: 8px 0;
}
.PolyMarketActivity_yesLine__eIXDT {
  background-color: var(--success);
  border-radius: 4px;
  height: 5px;
}
.PolyMarketActivity_noLine__f0zzA {
  background-color: var(--error);
  border-radius: 4px;
  height: 5px;
}
.PolyMarketActivity_moreButton__EV3Eu {
  background-color: var(--elevation-1);
  border-radius: 4px;
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 0;
}
.FollowSuggestions_container__WGC59 {
  column-gap: 16px;
  display: flex;
  overflow-x: auto;
  padding: 0 16px;
}
.FollowSuggestions_container__WGC59::-webkit-scrollbar {
  display: none;
}
.FollowSuggestions_attribution__3h4QH {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 4px;
  color: var(--text-2);
  display: flex;
  font-size: 12px;
  gap: 8px;
  height: auto;
  margin-bottom: 8px;
  padding: 8px;
}
.FollowSuggestions_attribution__3h4QH img {
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.FollowSuggestions_capitalize__ySbVj {
  text-transform: capitalize;
}
.TrendingContracts_container__mmjTx {
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding: 0 16px;
  width: 100%;
}
.TrendingContracts_container__mmjTx::-webkit-scrollbar {
  display: none;
}
.TrendingContracts_tokenInfo__d3ryM {
  padding-top: 2px;
}
.LocalTrendingFeedItem_container__caKgK {
  background-color: var(--base);
  margin-bottom: 8px;
  overflow-x: visible;
  position: relative;
}
.LocalTrendingFeedItem_actorIcon__PvVIQ {
  border-radius: 8px !important;
}
.LocalTrendingFeedItem_background__\+sBgU {
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.LocalTrendingFeedItem_header__qPIeI {
  background-size: 90px;
  padding: 16px 16px 0;
  position: relative;
  z-index: 2;
}
.LocalTrendingFeedItem_content__ZTpJY {
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
.LocalTrendingFeedItem_grid__9h4hr {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  column-gap: 8px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: space-between;
  row-gap: 8px;
  width: 100%;
}
.LocalTrendingFeedItem_extraItem__48YIt,
.LocalTrendingFeedItem_item__Nlv9T {
  border: 1px solid var(--border-dark);
  border-radius: 12px;
  padding: 12px;
  width: 100%;
}
.LocalTrendingFeedItem_extraItem__48YIt {
  margin-top: 4px;
  width: 100%;
}
.LocalTrendingFeedItem_row__v7L2e {
  grid-column-gap: 12px;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 336px 1fr;
  width: 100%;
}
.LocalTrendingFeedItem_graphContainer__2Kasy {
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  padding: 8px 8px 0;
}
.LocalTrendingFeedItem_transferContainer__pEBy1 {
  border-radius: 8px;
  padding: 8px;
}
.LocalTrendingFeedItem_transferProfileImage__Is6SB {
  border-radius: 20px;
  height: 20px;
  width: 20px;
}
.LocalTrendingFeedItem_profit_dark__LX4MV,
.LocalTrendingFeedItem_profit_light__1Qt\+j {
  background: linear-gradient(90deg, rgba(7, 157, 57, 0.084), #079d3947);
}
.LocalTrendingFeedItem_loss_dark__os12b {
  background: linear-gradient(90deg, rgba(226, 76, 76, 0.108), #e24c4c5c);
}
.LocalTrendingFeedItem_loss_light__AuO2k {
  background: linear-gradient(90deg, rgba(226, 76, 76, 0.084), #e24c4c47);
}
.WeeklyTopTraders_container__Eewbw {
  display: flex;
  flex-direction: column;
  margin-top: -12px;
  overflow: hidden;
  padding: 16px 0 24px 16px;
  position: relative;
  row-gap: 20px;
}
.WeeklyTopTraders_gradientLight__qV0H7 {
  background: linear-gradient(180deg, #d2d1f9, #b282ec);
}
.WeeklyTopTraders_gradientDark__skI1z {
  background: linear-gradient(180deg, #391266, #201061);
}
.WeeklyTopTraders_cards__wJ4Ul {
  column-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
  padding-right: 16px;
  position: relative;
  width: 100%;
}
.WeeklyTopTraders_cards__wJ4Ul::-webkit-scrollbar {
  display: none;
}
.WeeklyTopTraders_card__YdVa- {
  background-color: var(--base);
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.122);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  min-width: 350px;
  padding: 16px;
  row-gap: 12px;
}
.WeeklyTopTraders_stats__gLQll {
  align-items: center;
  background-color: var(--elevation-1);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  column-gap: 16px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
}
.WeeklyTopTraders_followers__HmV7\+ {
  min-height: 32px;
}
.WeeklyTopTraders_dot__hCIFv {
  background-color: var(--text-3);
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 0 8px;
  width: 5px;
}
.TokenHoldingsRightPanel_header__YwDdE {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px 0;
}
.TokenHoldingsRightPanel_subText__0n-zD {
  color: var(--text-3);
  font-weight: 400;
}
.TokenHoldingsRightPanel_smallPrimaryLabel__b51it,
.TokenHoldingsRightPanel_subText__0n-zD {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.TokenHoldingsRightPanel_smallPrimaryLabel__b51it {
  color: var(--text-1);
  font-weight: 600;
}
.TransactionsRightPanel_rightPanelContainer__w9xBP {
  background: var(--elevation-1);
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-bottom: 20px;
}
.TransactionsRightPanel_simulatedRibbon__s\+a9M {
  background: var(--warning);
  color: #fff;
  color: var(--text-white, #fff);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  height: 24px;
  letter-spacing: 1.04px;
  line-height: 150%;
  text-align: center;
}
.TransactionsRightPanel_header__LfLeq {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px 0;
}
.TransactionsRightPanel_crossIcon__tEV5m {
  cursor: pointer;
  margin-bottom: 16px;
  margin-right: 8px;
}
.TransactionsRightPanel_title__1a2IA {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 8px;
}
.TransactionsRightPanel_container__T6Hde {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.TransactionsRightPanel_detailsInfoContainer__JZ6mx {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
}
.TransactionsRightPanel_detailsInfoRowTile__2L2yG {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.TransactionsRightPanel_infoText__qdMOo {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionsRightPanel_detailsRow__2NGbZ {
  align-items: center;
  display: flex;
  flex: 3 1;
  flex-direction: row;
  gap: 8px;
}
.TransactionsRightPanel_detailsRow__2NGbZ.TransactionsRightPanel_Failed__7tjg2
  .TransactionsRightPanel_icon__dROA9,
.TransactionsRightPanel_detailsRow__2NGbZ.TransactionsRightPanel_Failed__7tjg2
  .TransactionsRightPanel_text__Y2cOU {
  color: var(--error);
}
.TransactionsRightPanel_icon__dROA9,
.TransactionsRightPanel_text__Y2cOU {
  color: var(--success);
  font-size: 15px;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionsRightPanel_text__Y2cOU {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
}
.TransactionsRightPanel_subText__S\+Bkm {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionsRightPanel_detailsTextRow__30O\+a {
  align-items: center;
  display: flex;
  flex: 3 1;
  flex-direction: row;
  gap: 8px;
}
.TransactionsRightPanel_tableRowValueText__NmsxN {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  overflow: auto;
}
.TransactionsRightPanel_chainIcon__lmZNw {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.TransactionsRightPanel_open_in_new_tab__IbrJv {
  size: 20px;
  color: var(--text-2);
  margin-right: 8px;
  width: 20px;
}
.TransactionsRightPanel_openInNewTab__U32gw {
  font-weight: 600;
}
.TransactionsRightPanel_externalLinks__25xDs,
.TransactionsRightPanel_openInNewTab__U32gw {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionsRightPanel_externalLinks__25xDs {
  font-weight: 400;
}
.TransactionsRightPanel_websiteLink__-X98p {
  color: var(--text-2);
}
.TransactionsRightPanel_smallPrimaryLabel__bpvYq,
.TransactionsRightPanel_websiteLink__-X98p {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionsRightPanel_smallPrimaryLabel__bpvYq {
  color: var(--text-1);
}
.TransactionsRightPanel_usdValue__Zr0pr {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.TransactionsRightPanel_layers_icon__IMah3 {
  color: var(--text-2);
  height: 40px;
  margin-right: 6px;
}
.TransactionsRightPanel_view_protocol__Czgd0 {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.TransactionsRightPanel_view_protocol_text__xrb44 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.TransactionsRightPanel_rightPaneTokenIcon__l-l4G {
  border: 1px solid var(--base);
  height: 24px;
  margin-top: -1px;
  width: 24px;
}
.TransactionsRightPanel_rightPaneTokenName__zPtXI {
  color: var(--text-1);
  font-size: 13px;
  font-weight: 600;
}
.TransactionsRightPanel_rightPaneTokenWrapper__cykpj {
  align-items: center;
  display: flex;
  gap: 8px;
  padding: 3px 0;
}
.tokenInfo_tokenInfo__4T6iE {
  display: flex;
  gap: 10px;
}
.tokenInfo_tokenInfo__4T6iE.tokenInfo_noShrink__YTISs {
  flex-shrink: 0;
}
.tokenInfo_tokenNameWrapper__JozEp {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--text-1);
  display: -webkit-box;
  overflow: hidden;
}
.tokenInfo_tokenName__h9XQ1 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
}
.tokenInfo_tokenIconWrapper__EEqNj {
  position: relative;
}
.tokenInfo_tokenIcon__Gu4tg.tokenInfo_tokenIcon__Gu4tg {
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.tokenInfo_chainIcon__j3j86.tokenInfo_chainIcon__j3j86 {
  height: 12px;
  position: absolute;
  right: -2px;
  top: -3px;
  width: 12px;
}
.tokenPrice_tokenPriceWrapper__HWWmk {
  align-items: left;
  color: var(--text-1);
  display: flex;
  font-size: 15px;
  gap: 4px;
}
.tokenPrice_tokenChangePercentage__GjVmU {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 2px;
  letter-spacing: normal;
}
.tokenPrice_up__HruII {
  color: var(--success);
}
.tokenPrice_down__aMc-s {
  color: var(--error);
}
.ZxTable_table__kNfjm {
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ZxTable_thead__9xXki {
  color: var(--text-2);
  display: flex;
  flex-direction: row;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.ZxTable_theadCell__3AWr3 {
  border-bottom: 1px solid var(--border-light);
  border-left: 1px solid var(--border-light);
  display: flex;
  padding: 8px 16px;
}
.ZxTable_thead__9xXki:first-child {
  border-left: none;
}
.ZxTable_trow__fotjl {
  border-bottom: 1px solid var(--border-light);
  display: flex;
}
.ZxTable_skeletonCell__rpTJy {
  margin: 4px 8px;
}
.ZxTable_trowCell__sS4dT {
  border-left: 1px solid var(--border-light);
  display: flex;
}
.ZxTable_tableBody__FBKoL {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
}
.ZxTable_tableBody__FBKoL::-webkit-scrollbar {
  display: none;
}
.ZxTable_empty__1h8p4 {
  margin-top: 120px;
}
.ZxTable_hideBorders__bwRS9 {
  border: none;
}
.ZxTable_tokenPageTable__qt\+Yn .ZxTable_theadCell__3AWr3 {
  background-color: var(--elevation-1);
  color: var(--text-3);
  font-size: 11px;
  letter-spacing: 1px;
  padding: 12px 16px !important;
}
.StaticSearchBar_searchInputContainer__EABVx {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: space-between;
  padding: 18px;
  transition: all 0.2s ease;
  width: 100%;
}
.StaticSearchBar_searchInputContainer__EABVx.StaticSearchBar_focus__j1wSG {
  background-color: var(--base);
  border-color: var(--border-dark);
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchInput__WoFVx {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 8px;
}
.StaticSearchBar_searchInputContainer__EABVx:focus-within {
  background-color: var(--base);
  border-color: var(--border-dark);
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchInput__WoFVx
  .StaticSearchBar_searchIcon__-SwZn {
  height: 13px;
  width: 13px;
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchInput__WoFVx
  input {
  background: #0000;
  border: none;
  color: var(--text-1);
  width: 100%;
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchInput__WoFVx
  input,
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchInput__WoFVx
  input::placeholder {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchInput__WoFVx
  input::placeholder {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchInput__WoFVx
  input:focus {
  outline: none;
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchOptions__cTXyJ {
  align-items: center;
  display: flex;
  gap: 17px;
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchOptions__cTXyJ
  .StaticSearchBar_shortcutKey__\+-CWl {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
  text-align: right;
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchOptions__cTXyJ
  .StaticSearchBar_advancedFiltersButton__7COud {
  background: #0000;
  padding: 0;
}
.StaticSearchBar_searchInputContainer__EABVx
  .StaticSearchBar_searchOptions__cTXyJ
  .StaticSearchBar_advancedFiltersButton__7COud
  .StaticSearchBar_filtersIcon__Qhcxx {
  display: flex;
  height: 12px;
  width: 12px;
}
.StaticSearchBar_disabled__L\+l19 {
  cursor: not-allowed;
}
.StaticSearchBar_noResults__P3HnZ,
.StaticSearchBar_searchResults__wt0LN {
  background-color: var(--base);
  border-radius: 4px;
  box-shadow: 0 4px 8px #0000001a;
  left: 0;
  max-height: 200px;
  overflow: auto;
  padding: 8px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.StaticSearchBar_noResults__P3HnZ {
  height: auto;
}
.ZxTokenFilterSearch_actorImage__92p6B {
  border-radius: 20px;
  height: 20px;
  width: 20px;
}
.ZxTokenFilterSearch_actorName__np6Zn {
  cursor: pointer;
  transition: all 0.1s ease;
}
.ZxTokenFilterSearch_actorName__np6Zn:hover {
  text-decoration: underline;
}
.ZxTokenFilterSearch_actorCell__gSsfF {
  align-items: center;
  column-gap: 4px;
}
.ZxTokenFilterSearch_actorCell__gSsfF,
.ZxTokenFilterSearch_userHeader__W3B-T {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ZxTokenFilterSearch_filterIcon__ZeYOc {
  cursor: pointer;
}
.ZxTokenFilterSearch_filterIcon__ZeYOc:hover {
  color: var(--text-1);
}
.ZxTokenFilterSearch_filterInput__9aSxQ {
  background-color: var(--elevation-1);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  color: var(--text-1);
  flex: 1 1;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  height: 36px;
  padding: 8px 12px;
  transition: all 0.2s ease;
  width: 100%;
}
.ZxTokenFilterSearch_filterInput__9aSxQ:focus {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
}
.ZxTokenFilterSearch_filterButtons__wZWRb {
  padding: 8px 16px;
}
.ZxTokenFilterSearch_rowsContainer__l9NSk {
  height: 300px;
  min-height: 300px;
  overflow: auto;
}
.ZxTokenFilterSearch_searchpill__RjLys {
  background-color: var(--elevation-2);
  border-radius: 12px;
  color: var(--text-2);
  cursor: pointer;
  overflow: auto !important;
  padding: 4px 8px;
}
.ZxTokenFilterSearch_searchContainer__-zlw8 {
  min-height: auto;
  position: relative;
}
.ZxTokenFilterSearch_searchResults__k0dtV {
  max-height: 250px;
  overflow: scroll;
  width: 100%;
}
@keyframes ZxTokenRecentTransfers_animateGreen__ByLwp {
  0% {
    background-color: var(--success-light);
    opacity: 0.2;
  }
  25% {
    background-color: var(--success-light);
    opacity: 0.5;
  }
  50% {
    background-color: var(--success-light);
    opacity: 1;
  }
  75% {
    background-color: var(--success-light);
    opacity: 0.5;
  }
  to {
    background-color: #0000;
    opacity: 1;
  }
}
@keyframes ZxTokenRecentTransfers_animateRed__1uYFP {
  0% {
    background-color: var(--error-light);
    opacity: 0.2;
  }
  25% {
    background-color: var(--error-light);
    opacity: 0.5;
  }
  50% {
    background-color: var(--error-light);
    opacity: 1;
  }
  75% {
    background-color: var(--error-light);
    opacity: 0.5;
  }
  to {
    background-color: #0000;
    opacity: 1;
  }
}
@keyframes ZxTokenRecentTransfers_opacityRed__lewuK {
  0% {
    background-color: var(--error-light);
    left: -30%;
    opacity: 0;
  }
  25% {
    background-color: var(--error-light);
    opacity: 0.2;
  }
  50% {
    background-color: var(--error-light);
    opacity: 0.5;
  }
  75% {
    background-color: var(--error-light);
    opacity: 0.75;
  }
  to {
    background-color: #0000;
    left: 0;
    opacity: 1;
  }
}
@keyframes ZxTokenRecentTransfers_opacityGreen__hUvMQ {
  0% {
    background-color: var(--success-light);
    left: -30%;
    opacity: 0;
  }
  25% {
    background-color: var(--success-light);
    opacity: 0.5;
  }
  50% {
    background-color: var(--success-light);
    opacity: 0.5;
  }
  75% {
    background-color: var(--success-light);
    opacity: 0.75;
  }
  to {
    background-color: #0000;
    left: 0;
    opacity: 1;
  }
}
.ZxTokenRecentTransfers_animateBuy__s3Y7E {
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: ZxTokenRecentTransfers_opacityGreen__hUvMQ;
  animation-timing-function: ease;
}
.ZxTokenRecentTransfers_animateSell__fZx5V {
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-name: ZxTokenRecentTransfers_opacityRed__lewuK;
  animation-timing-function: ease;
}
.ZxTokenRecentTransfers_preAnimate__QQgb3 {
  opacity: 0;
}
.ZxTokenRecentTransfers_row__T7Fpo :hover {
  background-color: var(--elevation-2);
}
.PPLWalletQuickSwap_container__H5izS {
  background-color: var(--base);
  border-radius: 8px;
  padding: 12px;
}
.PPLWalletQuickSwap_tokenFromSelect__ixoeg,
.PPLWalletQuickSwap_tokenToSelect__vs0Xk {
  background-color: var(--elevation-2);
  border-radius: 8px;
  padding: 8px 12px;
}
.PPLWalletQuickSwap_darkLabel__bAmc- {
  background-color: var(--elevation-2);
}
.ZxInput_inputContainer__MIZln {
  background-color: var(--elevation-1f);
  border: 1px solid #0000;
  border-radius: 8px;
  cursor: text;
  padding: 8px 12px;
  position: relative;
  transition: background-color 0.3s ease;
}
.ZxInput_independentTextArea__8Qu2s:focus,
.ZxInput_independentTextArea__8Qu2s:hover,
.ZxInput_inputContainer__MIZln:focus-within,
.ZxInput_inputContainer__MIZln:hover {
  background-color: var(--base);
  border: 1px solid var(--primary-color);
}
.ZxInput_independentTextArea__8Qu2s:focus .ZxInput_input__I3O-e,
.ZxInput_independentTextArea__8Qu2s:hover .ZxInput_input__I3O-e,
.ZxInput_inputContainer__MIZln:focus-within .ZxInput_input__I3O-e,
.ZxInput_inputContainer__MIZln:hover .ZxInput_input__I3O-e {
  background-color: var(--base);
}
.ZxInput_independentTextArea__8Qu2s,
.ZxInput_input__I3O-e {
  background-color: var(--elevation-1f);
  border: 1px solid #0000;
  border-radius: 8px;
  color: var(--text-1);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  outline: none;
  padding: 2px 0;
  transition: all 0.3s ease;
}
.ZxInput_input__I3O-e::placeholder {
  color: var(--text-3);
}
.ZxInput_input__I3O-e {
  border-radius: 0;
}
.ZxInput_input__I3O-e:focus,
.ZxInput_input__I3O-e:hover {
  background-color: var(--base);
  outline: none;
}
.ZxInput_input__I3O-e:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.ZxInput_label__nG\+3f {
  color: var(--text-1);
  font-family: Roboto, sans-serif;
  font-size: 13px;
}
.ZxInput_independentTextArea__8Qu2s {
  line-height: 1.5;
  padding: 8px 12px;
}
.ZxInput_error__aayGO,
.ZxInput_inputContainer__MIZln:focus-within.ZxInput_error__aayGO,
.ZxInput_inputContainer__MIZln:hover.ZxInput_error__aayGO,
.ZxInput_input__I3O-e:focus.ZxInput_error__aayGO {
  border: 1px solid var(--error);
}
.PPLWalletTokenSearch_resultsContainer__DGLqm {
  height: 320px;
  overflow: scroll;
}
.ZxGlobalSearchModal_modal__91Gtx {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 450px;
}
.ZxGlobalSearchModal_dummySearch__gfMrS {
  background-color: var(--background);
  border-radius: 8px;
  height: 36px;
  max-width: 800px;
  padding: 8px 12px 8px 8px;
  width: 100%;
}
.ZxGlobalSearchModal_container__TYr8m {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ZxGlobalSearchModal_profileImage__guQxq {
  border-radius: 36px;
  height: 36px;
  width: 36px;
}
.ZxGlobalSearchModal_chip__E\+aIT {
  align-items: center;
  animation: ZxGlobalSearchModal_all__TfJri 0.2s linear;
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  column-gap: 4px;
  display: flex;
  padding: 2px 4px;
}
.ZxGlobalSearchModal_searchResults__ufQm5 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
}
.ZxGlobalSearchModal_searchCategoriesContainer__PIl1T {
  overflow: scroll;
  width: 100%;
}
.ZxGlobalSearchModal_searchCategoriesContainer__PIl1T::-webkit-scrollbar {
  background: #0000;
  height: 0;
  width: 0;
}
.ZxGlobalSearchModal_searchCategory__uapcP {
  flex-shrink: 0;
  min-width: 100px;
}
.ZxGlobalSearchModal_recentProfilesContainer__-fm1p {
  flex-wrap: nowrap;
  overflow: scroll;
  width: 100%;
}
.ZxGlobalSearchModal_recentProfilesContainer__-fm1p::-webkit-scrollbar {
  background: #0000;
  height: 0;
  width: 0;
}
.ZxGlobalSearchModal_searchCategories__c0WC2 {
  align-items: center;
  column-gap: 8px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 16px;
  width: -webkit-max-content;
  width: max-content;
}
.ZxGlobalSearchModal_resultsContainer__L5Cix {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.ZxGlobalSearchModal_resultsContainer__L5Cix::-webkit-scrollbar {
  background: #0000;
  height: 0;
  width: 0;
}
.ZxGlobalSearchModal_recentResultsContainer__-ljDm {
  max-height: 384px;
}
.ZxGlobalSearchModal_searchItem__MZW3f {
  animation: ZxGlobalSearchModal_background-color__D1xNi 0.2s ease-in-out;
  border-bottom: 1px solid var(--border-light);
  cursor: pointer;
  display: block;
  padding: 8px 16px;
}
.ZxGlobalSearchModal_searchItem__MZW3f:hover {
  background-color: var(--elevation-1);
}
.ZxGlobalSearchModal_selected__0lEL5 {
  background-color: var(--elevation-2);
}
.ZxGlobalSearchModal_selected__0lEL5 .ZxGlobalSearchModal_chip__E\+aIT {
  background-color: var(--base);
}
.ZxGlobalSearchModal_profileContainer__YY8kK {
  border-radius: 4px;
  padding: 8px 0;
}
.ZxGlobalSearchModal_selectedProfile__Zf0e0 {
  background-color: var(--elevation-2);
}
.WatchlistTokenButton_button__WQ9CB {
  align-items: center;
  background-color: var(--elevation-2);
  border: none;
  border: 1px solid var(--border-dark);
  border-radius: 30px;
  color: var(--text-2);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  outline: none;
  padding: 4px 12px;
  text-transform: none;
}
.WatchlistTokenButton_container__hBMfa {
  cursor: pointer;
  z-index: 2;
}
.WatchlistTokenButton_iconWrapper__RtlSk {
  align-self: center;
  background-color: var(--elevation-2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 6px;
}
.PPLSwapSettings_slippageInput__sowJI {
  display: flex;
}
.PPLWalletStatusScreens_tokenIcon__8irs2 {
  border-radius: 16px;
  height: 16px;
  width: 16px;
}
.PPLWalletProviderSelect_route__uKQqf {
  border: 1px solid var(--border-light);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.PPLWalletProviderSelect_route__uKQqf:hover {
  border-color: var(--primary-color);
}
.PPLWalletProviderSelect_selected__\+hjQP {
  background-color: var(--primary-color8);
  border: 1px solid var(--primary-color);
}
.PPLWalletProviderSelect_modalContent__6CTy9 {
  max-height: 500px;
  overflow-y: auto;
}
.ZxActivityPageFeedItem_pageWrapper__43PbY {
  background-color: var(--elevation-1);
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.ZxActivityPageFeedItem_container__UMfgM {
  background-color: var(--base);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  row-gap: 12px;
}
.ZxActivityPageFeedItem_multipleTokenWrapper__mlZWW {
  position: relative;
}
.ZxActivityPageFeedItem_multipleTokenWrapper__mlZWW
  .ZxActivityPageFeedItem_multipleTokenText__B2zrA {
  left: 24px;
  position: absolute;
  top: 1px;
}
.ZxActivityPageFeedItem_toTokenImage__t3oF4 {
  border-radius: 8px;
  height: 40px;
  width: 40px;
}
.ZxActivityPageFeedItem_swapImages__sHr2B {
  display: relative;
}
.ZxActivityPageFeedItem_swapImages__sHr2B
  .ZxActivityPageFeedItem_fromTokenImage__EKkNF {
  border-radius: 6px;
  height: 28px;
  width: 28px;
}
.ZxActivityPageFeedItem_swapImages__sHr2B
  .ZxActivityPageFeedItem_toTokenImage__t3oF4 {
  border-radius: 6px;
  height: 28px;
  left: 8px;
  top: -20px;
  width: 28px;
}
.ZxActivityPageFeedItem_swapImages__sHr2B
  .ZxActivityPageFeedItem_toTokenChain__dfMJM {
  bottom: -4px;
  right: 0 !important;
}
.ZxActivityPageFeedItem_toTokenChain__dfMJM {
  bottom: -4px;
  right: -4px !important;
}
.ZxActivityPageFeedItem_summaryToken__9XMub {
  border-radius: 12px;
  height: 12px;
  width: 12px;
}
.appLayout_app_layout__wCCM- {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100vw;
}
.appLayout_main__-Bskc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100vw;
}
.appLayout_bgGradient__Uo3wJ {
  background-color: var(--gradient-base-color-1);
  height: 100vh;
  left: 0;
  position: fixed;
  width: 100vw;
  z-index: -1;
}
.appLayout_bgGradient2__8SGgw {
  background: #00000040;
  height: 100vh;
  left: 250px;
  position: fixed;
  width: calc(100vw - 250px);
  z-index: 3;
  @media (max-width: 1400px) {
    left: 70px;
    width: calc(100vw - 70px);
  }
  @media (max-width: 768px) {
    left: 0;
    width: 100vw;
  }
}
.appLayout_miniSideBarMargin__G97Nf {
  margin-left: 86px;
}
.appLayout_flexBox__WZtZ5 {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  height: calc(100vh - 48px);
  justify-content: center;
  margin-left: 250px;
  margin-top: 48px;
  @media (max-width: 1400px) {
    margin-left: 86px;
  }
  @media (max-width: 768px) {
    margin-left: 0;
    margin-top: 86px;
  }
}
.appLayout_container__E5adF {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .appLayout_main__-Bskc {
    padding-left: 0;
  }
}
.appLayout_feedContainer__aZ-wa {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 16px !important;
  max-width: 800px;
  min-height: calc(100vh - 48px) !important;
  padding-top: 16px;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .appLayout_feedContainer__aZ-wa {
    padding-top: 60px;
  }
}
.appLayout_noPadding__nfrJU {
  padding: 0 !important;
}
.appLayout_borderContainer__HUbL4 {
  border-radius: 8px;
}
.appLayout_autoHeight__GXz53 {
  min-height: auto !important;
}
.header_header__LUt22 {
  -webkit-backdrop-filter: blur(var(--backdrop-filter));
  backdrop-filter: blur(var(--backdrop-filter));
  position: fixed;
  right: 0;
  width: calc(100vw - 250px);
  z-index: 6;
  @media (max-width: 1400px) {
    width: calc(100vw - 70px);
  }
  @media (max-width: 768px) {
    width: 100vw;
  }
}
.header_biggerSearch__chFdy {
  width: calc(100vw - 70px);
}
.header_searchContainer__A4aFL {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.header_header_content__dZYmm {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  height: 52px;
  width: 100%;
  z-index: 6;
  @media (max-width: 1400px) {
    margin-left: 16px;
  }
  @media (max-width: 768px) {
    margin-left: 0;
  }
}
.header_ribbon_content__dO59A {
  align-items: center;
  background: var(--warning);
  color: #fff;
  color: var(--text-white, #fff);
  display: flex;
  flex-direction: row;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  letter-spacing: 0.96px;
  line-height: 150%;
  padding-right: 20px;
  text-align: center;
  text-transform: uppercase;
}
.header_backAndHeaderContent__neUyW {
  border-bottom: 1px solid var(--border-dark);
  gap: 16px;
  padding-right: 16px;
  width: 100%;
  z-index: 6;
}
.header_backAndHeaderContent__neUyW,
.header_backButton__BIS4Y {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 52px;
}
.header_backButton__BIS4Y {
  cursor: pointer;
  justify-content: center;
  left: 0;
  padding-left: 12px;
  position: absolute;
  top: 0;
  z-index: 7;
}
.header_title__JBBT8 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--text-1);
  cursor: pointer;
  display: -webkit-box;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-word;
}
.header_normalCursor__C1YrJ {
  cursor: auto;
}
.header_arrow_back_icon__HyJEZ {
  color: var(--text-1);
  cursor: pointer;
  margin-right: 16px;
}
.header_right_bar__28kWV {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
  min-width: 300px;
  width: 300px;
}
.header_theme__5hxs1 {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 26px;
}
.header_theme__5hxs1 svg {
  color: var(--text-1);
}
.header_connect_wallet__N9xvn {
  background: var(--primary-color);
  border-radius: 4px;
  color: var(--text-white);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 28px;
  letter-spacing: normal;
  line-height: 15px;
  width: 100%;
}
.searchBar_searchBar__G\+bqB {
  border-radius: 40px;
  margin: 0 12px;
  max-width: 800px;
  position: relative;
  width: 100%;
}
.searchBar_newFeed__OKcP0 {
  max-width: 800px;
}
@media (max-width: 768px) {
  .searchBar_searchBar__G\+bqB {
    display: block;
    margin: 6px auto;
    width: 95vw;
  }
}
.searchInput_searchInputContainer__k8JSs {
  align-items: center;
  background: var(--background);
  border: 1px solid #0000;
  border-radius: 40px;
  display: flex;
  gap: 8px;
  height: 32px;
  justify-content: space-between;
  padding: 5px 18px;
}
.searchInput_searchInputContainer__k8JSs.searchInput_focus__fortt {
  border-color: var(--primary-color);
}
.searchInput_searchInputContainer__k8JSs .searchInput_searchInput__hJmO7 {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 8px;
  height: 100%;
  position: relative;
}
.searchInput_searchInputContainer__k8JSs .searchInput_searchInput__hJmO7 input {
  background: #0000;
  border: none;
  color: var(--text-1);
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.searchInput_searchInputContainer__k8JSs .searchInput_searchInput__hJmO7 input,
.searchInput_searchInputContainer__k8JSs
  .searchInput_searchInput__hJmO7
  input::placeholder {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.searchInput_searchInputContainer__k8JSs
  .searchInput_searchInput__hJmO7
  input::placeholder {
  color: var(--text-3);
}
.searchInput_searchInputContainer__k8JSs
  .searchInput_searchInput__hJmO7
  input:focus {
  color: var(--text-1);
  outline: none;
}
.searchInput_searchInputContainer__k8JSs .searchInput_searchOptions__9ZiEg {
  align-items: center;
  display: flex;
  gap: 17px;
}
.searchInput_searchInputContainer__k8JSs
  .searchInput_searchOptions__9ZiEg
  .searchInput_shortcutKey__4O42W {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
  text-align: right;
}
.searchInput_searchInputContainer__k8JSs
  .searchInput_searchOptions__9ZiEg
  .searchInput_advancedFiltersButton__KZl5U {
  background: #0000;
  padding: 0;
}
.searchInput_searchInputContainer__k8JSs
  .searchInput_searchOptions__9ZiEg
  .searchInput_advancedFiltersButton__KZl5U
  .searchInput_filtersIcon__aQyrs {
  display: flex;
  height: 12px;
  width: 12px;
}
.searchInput_clearIcon__PNKhT {
  cursor: pointer;
}
.searchResults_searchResultsContainer__L9vGm {
  background: var(--base);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  box-shadow: 0 0 16px var(--elevation-1);
  list-style: none;
  padding: 4px 0;
  position: absolute;
  top: 38px;
  width: 100%;
  z-index: 5;
}
.searchResults_noResultsItem__ramj1 {
  align-items: center;
  color: var(--text-2);
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  gap: 12px;
  letter-spacing: 0;
  padding: 8px 16px;
}
.searchResults_noResultIcon__kqv7y {
  display: flex;
}
.searchResults_noResultImage__kstxR {
  height: 70px;
  width: 70px;
}
.SearchFilters_container__C3qqc {
  -ms-overflow-style: none;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px 5px 7px 16px;
  scrollbar-width: none;
  width: 100%;
}
.SearchFilters_container__C3qqc::-webkit-scrollbar {
  display: none;
}
.SearchFilters_filter_tag__BGswZ {
  align-items: center;
  background: var(--elevation-3);
  border-radius: 20px;
  color: var(--text-2);
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: normal;
  padding: 4px 8px;
}
.SearchFilters_selected_filter_tag__Lxt61 {
  background: var(--primary-color10);
  color: var(--primary-color);
  font-size: 11px;
}
.Avatar_avatar__\+5tii {
  border-radius: 50%;
  height: 28px;
  margin-right: 4px;
  width: 28px;
}
.Avatar_profile_dropdown__aUR3j {
  background-color: var(--navBg);
  display: flex;
  flex-direction: column;
  height: 213px;
  padding: 0 15px;
  width: 200px;
}
.Avatar_divider__--leL {
  border-bottom: 1px solid var(--border-dark);
  height: 1px;
  margin-bottom: 16px;
  width: 100%;
}
.Avatar_dropdown_item__H2m7K {
  color: var(--text-1);
  margin-bottom: 16px;
}
.Avatar_dropdown_item__H2m7K,
.Avatar_logout__oxB6X {
  align-items: center;
  display: flex;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.Avatar_logout__oxB6X {
  color: var(--error);
  cursor: pointer;
}
.Avatar_icon__UkjkI {
  margin-right: 12px;
}
.metamaskConnected_metamask__HpaJj {
  align-items: center;
  display: flex;
  flex: row 1;
  margin: 12px 0;
  padding: 0;
  position: relative;
}
.metamaskConnected_metamask_address__ZgL0D {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.metamaskConnected_metamask_connected__o6Yek {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -2%;
  line-height: 110%;
}
.metamaskConnected_address__jFhg6 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 150%;
}
.metamaskConnected_matamask_logo_img__mgpwd {
  height: 20px;
  margin-right: 12px;
  width: 20px;
}
.metamaskConnected_metamask_connected_round__dCOGt {
  background: var(--success);
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 8px;
  left: 15px;
  position: absolute;
  top: 7px;
  width: 8px;
}
.DevTools_popUpContainer__70qtq {
  display: flex;
  flex-direction: column;
  min-width: 348px;
  padding: 12px 20px;
}
.DevTools_peerIcon__qZC0s {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.DevTools_devIconContainer__TLDhD {
  height: 27px;
  margin-right: 16px;
  margin-top: 1px;
  padding-right: 2px;
  padding-top: 4px;
  position: relative;
  width: 27px;
}
.DevTools_devIcon__gJ0os {
  align-items: center;
  border: 1px solid var(--success);
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
  z-index: 1;
}
.DevTools_devImpersonatorIcon__8TfAK {
  align-items: center;
  border-radius: 1px solid var(--success);
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.DevTools_icon__6GfBj {
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.ImpersonatorBox_container__b7zR3 {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.ImpersonatorBox_searchContainer__4Yc28 {
  display: flex;
  flex-direction: row;
  width: 320;
}
.ImpersonatorBox_title__0V\+Wm {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.ImpersonatorBox_avatar__irTfR {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.ImpersonatorBox_name__gnZXa {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.ImpersonatorBox_impersonate__5bRB- {
  color: var(--primary-color);
}
.ImpersonatorBox_impersonate__5bRB-,
.ImpersonatorBox_selectWallet__wxQSE {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.ImpersonatorBox_selectWallet__wxQSE {
  color: var(--text-3);
}
.ImpersonatorBox_crossPointer__gRKap {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 0 10px;
}
.ImpersonatorBox_verticalDivider__e53EX {
  background: var(--border-dark);
  height: 14px;
  margin-right: 10px;
  width: 1px;
}
.ImpersonatorBox_selectWalletPointer__u0cry {
  cursor: pointer;
}
.UserWallets_walletTile__nTpWv {
  color: var(--text-1);
  cursor: pointer;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
  padding: 4px 10px;
  width: 100%;
}
.UserWallets_walletTile__nTpWv:hover {
  background: var(--elevation-2);
}
.UserWallets_walletBox__Z2x72 {
  padding: 6px 0;
  width: 120px;
}
.AppDownloadButton_galleryContainer__xpDp5 {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: none;
  outline: none;
}
.AppDownloadButton_galleryModal__k-ffb {
  align-items: center;
  background: #0000;
  color: var(--text-1);
  display: flex;
  font-family: Roboto;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.AppDownloadButton_modalContent__AeYwD {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  max-height: 90vh;
  overflow: auto;
  width: 475px;
}
.AppDownloadButton_title__987a1 {
  flex-grow: 1;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  padding: 20px;
}
.AppDownloadButton_titleRow__HJmfp {
  border-bottom: 1px solid var(--border-dark);
}
.AppDownloadButton_downloadAppButton__ZTBfV {
  align-items: center;
  background: var(--elevation-1);
  border: 1px solid var(--border-dark);
  border-radius: 24px;
  color: var(--text-2);
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
  &:hover {
    background: var(--elevation-2);
  }
}
.MobileDownloadStep_stepsContainer__QmCUt {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
.MobileDownloadStep_verticalDivider__AVmsr {
  background: var(--border-dark);
  height: 100%;
  width: 1px;
}
.MobileDownloadStep_step2Container__l8KxC {
  align-items: "center";
  display: "flex";
  display: flex;
  flex-direction: column;
  justify-content: "center";
  width: "100%";
}
.MobileDownloadStep_step2image__11o2n {
  height: 64px;
}
.MobileDownloadStep_step3Container__Zm-tW {
  align-items: "center";
  display: "flex";
  justify-content: "center";
  width: "100%";
}
.MobileDownloadStep_step3image__eI1S3 {
  height: 194px;
}
.MobileDownloadStep_step1Info__ImK\+r {
  color: var(--text-1);
  line-height: normal;
}
.MobileDownloadStep_step1Info__ImK\+r,
.MobileDownloadStep_step2style1__FOaTu {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normalpx;
  text-align: center;
}
.MobileDownloadStep_step2style1__FOaTu {
  color: var(--text-2);
  line-height: 160%;
}
.MobileDownloadStep_step2style2__WhzYq {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normalpx;
  line-height: 160%;
  text-align: center;
}
.leftSideBar_left_side_bar__hmoa- {
  align-items: flex-start;
  background: var(--base);
  border-right: 1px solid var(--border-dark);
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 16px;
  position: fixed;
  width: 250px;
  z-index: 7;
}
.leftSideBar_links__M\+ZKl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.leftSideBar_left_side_bar_header__eebqY {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  justify-content: center;
}
.leftSideBar_left_side_bar_tile__F1d7h {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 8px;
  transition: width 0.3s ease-in-out;
}
.leftSideBar_divider__PwKbh {
  background-color: #2324271a;
  height: 1px;
  width: 24px;
}
.leftSideBar_appIcon__EBmIw {
  height: 40px;
  margin-left: 0;
  width: 40px;
}
.leftSideBar_active_bar__GUUri {
  background: #0648d7;
  height: 24px;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 10px;
  width: 3px;
}
.leftSideBar_icon__4MxJ8 {
  fill: #0648d7;
  height: 20px;
  width: 200px;
}
.leftSideBar_left_side_bar_tile_text__psPHT {
  display: flex;
  position: relative;
  text-align: left;
  width: 100%;
}
.leftSideBar_progressCircle__73Iuj {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.leftSideBar_notificationDot__MUOlb {
  background: var(--error);
  border: 2px solid var(--base);
  border-radius: 9px;
  border-radius: 14px;
  color: #fff;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  margin-top: -2px;
  padding: 2px 10px;
}
.leftSideBar_secondaryDot__0UVyr {
  background-color: var(--elevation-3);
  border-color: #0000;
  color: var(--text-3);
}
.leftSideBar_minimize__Di\+eT {
  width: 70px;
}
.leftSideBar_minimize__Di\+eT
  .leftSideBar_left_side_bar_tile__F1d7h:has(.leftSideBar_notificationDot__MUOlb) {
  position: relative;
}
.leftSideBar_minimize__Di\+eT .leftSideBar_notificationDot__MUOlb {
  font-size: 9px;
  padding: 2px 6px;
  position: absolute;
  right: 0;
  top: 2px;
}
.leftSideBar_minimize__Di\+eT .leftSideBar_left_side_bar_tile_text__psPHT,
.leftSideBar_minimize__Di\+eT .leftSideBar_logo_text__9izq9 {
  display: none;
}
.leftSideBar_minimize__Di\+eT .leftSideBar_smallScreenHidden__nKbDh {
  display: none !important;
}
.leftSideBar_left_side_bar_tile__F1d7h:hover {
  background-color: var(--primary-color05) !important;
}
.leftSideBar_left_side_bar_tile_text__psPHT {
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .leftSideBar_left_side_bar__hmoa- {
    border-top: 1px solid var(--border-dark);
    bottom: 0;
    flex-direction: column-reverse;
    height: 52px;
    justify-content: center;
    left: 0;
    right: 0;
    top: auto;
    width: 100vw;
    z-index: 6;
  }
  .leftSideBar_icon_tray__HAch4 {
    flex-direction: row;
    margin: 0;
  }
  .leftSideBar_links__M\+ZKl {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .leftSideBar_mobileHidden__Si6PQ {
    display: none;
  }
}
.NotificationsPage_title__a1HCe {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.NotificationsPage_notificationTile__qXukD {
  cursor: pointer;
}
.NotificationsPage_icon_with_chain__5Iimv {
  position: relative;
}
.NotificationsPage_notificationDot__66GyO {
  background: var(--error);
  border: 2px solid var(--base);
  border-radius: 9px;
  border-radius: 14px;
  color: #fff;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  margin-top: -2px;
  padding: 2px 10px;
}
.NotificationsPage_mounted__2mpYY {
  font-size: 9px;
  margin-top: 0;
  padding: 2px 6px;
  position: absolute;
  right: -10px;
  top: -10px;
  @media screen and (min-width: 1400px) {
    display: none;
  }
}
.NotificationsPage_tileTitle__VRpd1 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.NotificationsPage_highlighted__la56O {
  font-weight: 500;
}
.NotificationsPage_highlighted__la56O:hover {
  cursor: pointer;
  text-decoration: underline;
}
.NotificationsPage_tileSubtitle__4Jn5e {
  word-wrap: break-word;
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  max-width: 100%;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-word;
}
.NotificationsPage_titleWrap__mDWKV {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
.NotificationsPage_sourcedByAvatar__iqC6Q {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.NotificationsPage_profiles__4H1HP {
  display: flex;
  flex-direction: column;
}
.NotificationsPage_profileInitial__cvtNo {
  border-radius: 50%;
  height: 28px;
  position: absolute;
  width: 28px;
  z-index: 1;
}
.NotificationsPage_profileInitial__cvtNo img,
.NotificationsPage_profileSeries__mWWsC img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.NotificationsPage_profileSeries__mWWsC {
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 30px;
  margin-left: 20px;
  position: absolute;
  width: 30px;
  z-index: 2;
}
.NotificationsPage_notifications__BluYk {
  padding-bottom: 40px;
}
.NotificationsPage_noNotifications__tcGJ2 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.GettingStarted_iconContainer__KbYH- {
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.DownloadAppBanner_container__X6xaM {
  background: linear-gradient(90deg, #d4d4ff, #e1f2ff);
  bottom: 0;
  left: 0;
  padding: 12px 24px;
  position: fixed;
  right: 0;
  width: 100%;
}
.DownloadAppBanner_containerFeed__maVjt {
  background-color: #000;
  border-radius: 8px;
  margin-bottom: 0;
  margin-top: 16px;
  position: relative;
}
.DownloadAppBanner_modal__I9e5B {
  padding-top: 12px;
}
.DownloadAppBanner_button__Yd\+Rl {
  height: 58px;
  margin-right: 48px;
  padding: 16px;
}
.DownloadAppBanner_content__RvcE0 {
  display: flex;
  justify-content: space-between;
}
.DownloadAppBanner_textContainer__fYP5i {
  align-items: center;
  display: flex;
}
.DownloadAppBanner_text__yi1s1 {
  color: var(--text-1);
  font-size: 17px;
  letter-spacing: normal;
  line-height: 26px;
}
.DownloadAppBanner_textBold__r7DXN {
  font-weight: 600;
}
.DownloadAppBanner_containerFeed__maVjt .DownloadAppBanner_text__yi1s1 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin-right: 0;
}
.DownloadAppBanner_containerFeed__maVjt .DownloadAppBanner_button__Yd\+Rl {
  background-color: #ffffff1a;
  border-radius: 4px;
  color: #ffffffe6;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  height: auto;
  margin: 4px;
  padding: 8px;
}
.DownloadAppBanner_containerFeed__maVjt .DownloadAppBanner_appleLogo__OgH1g {
  filter: invert(1);
}
.DownloadAppBanner_containerFeed__maVjt .DownloadAppBanner_appleLogo__OgH1g,
.DownloadAppBanner_containerFeed__maVjt
  .DownloadAppBanner_playStoreLogo__KX2X3 {
  height: 20px;
}
.DownloadAppBanner_containerFeed__maVjt .DownloadAppBanner_textWrapper__JU\+gI {
  padding: 10px;
}
.DownloadAppBanner_qrCodeContainer__D4BWy {
  border: 1px solid var(--border-dark);
  border-radius: 12px;
  padding: 8px;
}
@media only screen and (max-width: 576px) {
  .DownloadAppBanner_qrCodeContainer__D4BWy {
    align-self: center;
    margin-top: 16px;
    width: -webkit-max-content;
    width: max-content;
  }
  .DownloadAppBanner_content__RvcE0 {
    flex-direction: column;
    row-gap: 8px;
  }
  .DownloadAppBanner_button__Yd\+Rl {
    width: 260px;
  }
}
.RightBar_rightBarContainer__wBq\+z {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 36px);
  margin-top: 36px;
  overflow-y: auto;
  padding: 12px 0;
  position: fixed;
  scrollbar-width: none;
  top: 0;
  width: 300px;
}
.RightBar_rightBarContainer__wBq\+z::-webkit-scrollbar {
  display: none;
}
.RightBar_iconWrapper__sisUB {
  display: flex;
  position: relative;
}
.RightBar_holdingToken__78dOM {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.RightBar_chainIcon__XAd9X {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  right: -4px;
  top: -3px;
  width: 14px;
}
.RightBar_holdingProtocolTokenIcons__yjqH- {
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.RightBar_holdingProtocolTokenIcons__yjqH-:not(:first-child) {
  margin-left: -4px;
}
.RightBar_holdingProtocolTokenHiddenCount__URHKx {
  color: var(--text-2);
  font-size: 13px;
  margin-left: 2px;
}
.RightBar_waitlistTokenImage__gc8E1 {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.RightBar_holdingsItem__TYQZs {
  ::-webkit-scrollbar {
    background: #0000;
    width: 0;
  }
}
.RightBar_holdingsIcon__YOWOk {
  flex-shrink: 0;
}
.RightBar_holdingsIconNFT__dCz3f {
  border-radius: 0;
}
.RightBar_watchlistBanner__m1QHk {
  align-items: center;
  background: var(--elevation-1);
  border-radius: 4px;
  display: flex;
  gap: 4px;
  padding: 4px 8px;
  width: 100%;
}
.RightBar_walletBarContainer__V596n.RightBar_rightBarContainer__wBq\+z {
  background-color: var(--base);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 16px;
  top: 28px;
}
.RightBar_walletBarStep__Hw4IT {
  display: flex;
  flex: 1 1;
  row-gap: 16px;
  width: 100%;
  width: 264px;
}
.RightBar_walletBarStepNumber__tB35s {
  align-items: center;
  background-color: var(--success-light);
  border-radius: 50px;
  color: var(--success);
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  margin-right: 16px;
  min-width: 32px;
}
.HomeCarousel_overlayComponent__W\+CxV {
  height: 150px;
  position: absolute;
  width: 100%;
}
.HomeCarousel_img1__C2IGn {
  left: 38px;
  top: 22px;
}
.HomeCarousel_img1__C2IGn,
.HomeCarousel_img2__mmc4U {
  background: var(--base);
  border-radius: 50%;
  height: 46px;
  position: absolute;
  width: 46px;
}
.HomeCarousel_img2__mmc4U {
  left: 112px;
  top: 104px;
}
.HomeCarousel_img3__uWdoI {
  background: var(--base);
  border-radius: 50%;
  height: 46px;
  left: 185px;
  position: absolute;
  top: 22px;
  width: 46px;
}
.carousel-wrapper {
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.carousel-items,
.carousel-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.carousel-items {
  transition: transform 0.5s ease;
}
.carousel-item {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.carousel-control {
  background-color: #0000004d;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-pagination {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.carousel-pagination,
.pagination-indicator {
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 2px;
  transform-origin: center;
}
.pagination-indicator {
  background-color: var(--text-3);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
.pagination-indicator.active {
  background-color: var(--text-1);
  transform: scale(2);
}
.carousel-wrapper.fade .carousel-items {
  position: relative;
}
.carousel-wrapper.fade .carousel-item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
}
.slide:hover .carousel-arrows {
  opacity: 1;
}
.carousel-wrapper.fade .carousel-item.active {
  opacity: 1;
  position: relative;
}
.image {
  height: 150px;
  object-fit: contain;
  width: 100%;
}
.carousel-arrows {
  align-items: center;
  background-color: var(--elevation-3);
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  height: 24px;
  opacity: 0;
  position: absolute;
  top: 40%;
  transition: opacity 0.2s ease;
  width: 24px;
  z-index: 10;
}
.carousel-arrow:hover {
  background-color: var(--elevation-1);
}
.carousel-arrows-right {
  position: absolute;
  right: 0;
}
.carousel-arrows-left {
  left: 0;
  position: absolute;
}
.carousel-arrow {
  opacity: 0.8;
  transition: all 0.2s ease;
  width: 32px;
}
.carousel-arrow:hover {
  opacity: 1;
}
.carousel-arrow.left-arrow {
  left: 0;
}
.carousel-arrow.right-arrow {
  right: 0;
}
.MyHoldings_holdingTokenImage__cl4gT {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.MyHoldings_waitlistTokenImage__ctas0 {
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.MyHoldings_label__Ty2pN {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 400;
}
.MyHoldings_holdingsContainer__WcuID {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
  width: 100%;
  &::-webkit-scrollbar {
    width: 4px;
  }
  &::-webkit-scrollbar-thumb {
    background: var(--text-3);
    border-radius: 100px;
  }
  &::-webkit-scrollbar-thumb:hover {
    background: var(--text-3);
  }
  > :not(:last-child) {
    border-bottom: 1px solid var(--border-dark);
  }
}
.MyHoldings_rightPanelContent__fAJH2 {
  width: 50% !important;
  @media screen and (max-width: 768px) {
    width: 100% !important;
  }
}
.MyHoldingsRightPanel_rightPanel__WeiCN {
  background-color: var(--base);
  font-family: Roboto;
  width: 800px;
}
.MyHoldingsRightPanel_header__mZZyd {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px 0;
}
.MyHoldingsRightPanel_holdingsButton__E7Jpc {
  gap: 4px;
}
.MyHoldingsRightPanel_holdingsButton__E7Jpc:disabled {
  cursor: not-allowed;
}
.MyHoldingsRightPanel_shimmer__pJU-4 {
  grid-gap: 24px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding-bottom: 24px;
}
.MyHoldingsRightPanel_shimmer_line__\+anjz {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 20px;
  justify-content: space-between;
  width: 100%;
}
.MyHoldingsRightPanel_swapButton__EfPXi {
  align-items: center;
  background: var(--primary-color);
  border-radius: 24px;
  color: var(--base);
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  line-height: 150%;
  margin-top: 12px;
  padding: 4px 12px;
  text-align: center;
  width: 100%;
}
.MyHoldingsRightPanel_swapExternalLink__IKzQN {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 24px;
  svg {
    fill: #fff;
  }
}
.MyHoldingsRightPanel_allHoldings__dErnY ::-webkit-scrollbar {
  background: #0000;
  display: none;
  width: 0;
}
.MyHoldingsRightPanel_sendButton__V7mai {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 30px;
  color: var(--text-2);
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  height: 32px;
  justify-content: center;
  padding: 6px 12px;
  position: relative;
  width: auto;
}
.MyHoldingsRightPanel_tokenSelectorList__bY2jE {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 8px;
  overflow-x: auto;
  &::-webkit-scrollbar {
    background: #0000;
    height: 0;
    width: 0;
  }
}
.MyHoldingsRightPanel_tokenSelectorItem__SWgAo {
  background-color: var(--elevation-2);
  border-radius: 30px;
  cursor: pointer;
  flex-shrink: 0;
  flex-wrap: nowrap;
  max-width: 150px;
  padding: 4px 8px 4px 4px;
}
.MyHoldingsRightPanel_selectedTokenSelectorItem__\+U0v0 {
  background-color: var(--primary-color10);
  font-weight: 500;
}
.MyHoldingsRightPanel_tokenImageSmall__b-oG7 {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.positionCategories_positionCategories__Ez6EN {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px 8px;
  height: 24px;
  overflow-x: auto;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  &::-webkit-scrollbar {
    background: #0000;
    height: 0;
    width: 0;
  }
}
.positionCategories_positionCategory__zxxzk {
  align-items: center;
  background: var(--elevation-1);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 400;
  gap: 4px;
  height: 24px;
  letter-spacing: normal;
  max-width: 100%;
  overflow: hidden;
  padding: 4px 6px;
  text-overflow: ellipsis;
}
.positionCategories_remainingItems__8RqSJ {
  align-self: center;
  color: var(--text-3);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
}
.positionCategories_label__hG9Nu {
  flex-shrink: 0;
  text-transform: capitalize;
}
.positionCategories_textOverflow__FNDXt {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.positionCategories_positionPair__msd9l {
  display: flex;
}
.positionCategories_positionPair__msd9l
  .positionCategories_position__x6R2f:not(:last-child):after {
  content: " + ";
  margin: 0 4px;
}
.positionCategories_position__x6R2f {
  align-items: center;
  color: var(--text-1);
  display: flex;
  flex-shrink: 0;
  gap: 2px;
}
.positionCategories_positionPair__msd9l:not(:last-child):after {
  content: ",";
  margin-right: 8px;
}
.positionCategories_positionPair__msd9l:last-child:after,
.positionCategories_positionPair__msd9l:only-child:after,
.positionCategories_position__x6R2f:last-child:after,
.positionCategories_position__x6R2f:only-child:after {
  content: none;
  margin-left: 0;
}
.positionCategories_position__x6R2f .positionCategories_icon__UrVo9 {
  display: flex;
}
.positionCategories_position__x6R2f .positionCategories_icon__UrVo9 img {
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
@media (max-width: 768px) {
  .positionCategories_positionCategories__Ez6EN {
    height: auto;
    max-width: 34vw;
  }
  .positionCategories_positionCategory__zxxzk {
    flex-wrap: wrap;
    height: auto;
  }
}
.NetworthChartModal_modalContainer__4\+zRk {
  background-color: var(--base);
  border-radius: 6px;
  font-family: Roboto;
  height: 600px;
  left: calc(50% + 25px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 820px;
}
.NetworthChartModal_dropdownButton__Ax40R {
  color: var(--text-2) !important;
  cursor: pointer;
  width: 60px;
  z-index: 1;
}
.NetworthChartModal_dropdownList__PeCEK {
  width: 66px !important;
}
.NetworthChartModal_categories__XdNXu {
  column-gap: 16px;
  display: flex;
  margin: 0;
  padding: 0;
}
.NetworthChartModal_category__mbuGI {
  align-items: center;
  display: flex;
  height: 28px;
}
.NetworthChartModal_filterCheckbox__foGhN {
  padding: 0 !important;
}
.NetworthChartModal_category_value__2u5rX {
  align-items: center;
  color: var(--text-1);
  column-gap: 4px;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
  margin-top: 4px;
  text-transform: capitalize;
}
.NetworthChartModal_graphContainer__T-eAB {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: relative;
}
.TotalNetworth_graph_component_refetch__IwGyv {
  align-items: center;
  display: flex;
  width: 100%;
}
.TotalNetworth_graph__kczhz {
  border-radius: 4px;
}
.TotalNetworth_graphLoader__wG2Lp {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.TotalNetworth_dropdownButton__1AxXy {
  color: var(--text-2) !important;
  cursor: pointer;
  z-index: 10;
}
.TotalNetworth_dropdownList__VsPl- {
  width: 44px !important;
  z-index: 10;
}
.TotalNetworth_explore_button__cvmC3 {
  font-family: Roboto;
  margin-top: 12px;
  width: 100%;
}
.ZxTabs_black__RonV2 {
  align-items: center;
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 16px;
  color: var(--text-1);
  display: flex;
  font-family: Roboto;
  font-weight: 400;
  gap: 4px;
  letter-spacing: normal;
  padding: 8px 16px;
  transition: background 0.2s ease;
}
.ZxTabs_black__RonV2.ZxTabs_selected__JAs2- {
  background-color: var(--text-1);
  color: var(--base);
  font-weight: 500;
}
.ZxTabs_primary__zBzda {
  align-items: center;
  background-color: var(--elevation-1);
  border-radius: 4px;
  color: var(--text-1);
  column-gap: 8px;
  display: flex;
  font-family: Roboto;
  letter-spacing: normal;
  padding: 8px 12px;
  transition: background 0.2s ease;
}
.ZxTabs_primary__zBzda.ZxTabs_selected__JAs2- {
  background-color: var(--primary-color10);
  color: var(--primary-color);
  font-weight: 500;
}
.CreatePPLWallet_button__N31Zu {
  margin-top: 16px;
  padding: 8px 16px;
  width: 240px;
}
.CreatePPLWallet_container__p9pdt {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.PPLWalletButtons_container__BdKxg {
  align-items: center;
  background-color: var(--base);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  display: flex;
  height: 72px;
  justify-content: center;
  transition: background 0.2s ease;
  width: 82px;
}
.PPLWalletButtons_disabled__L0HEG {
  cursor: not-allowed;
  opacity: 0.5;
}
.ExplorerCard_explorer_card_container__aENV4 {
  display: flex;
  flex-grow: 0;
  height: 180px;
  min-width: 0;
  position: relative;
  width: 100%;
}
.ExplorerCard_graph_container__67zeB {
  bottom: 0;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
}
.ExplorerCard_explorer_card__T9NW- {
  align-items: flex-start;
  animation: ExplorerCard_all__zhp7T 0.2s ease;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.ExplorerCard_explorer_card__T9NW-:hover {
  background-color: #0648d708;
  border: 1px solid var(--card-hover);
  box-shadow: 0 0 16px 0 #0000000a;
}
.ExplorerCard_explorer_card_wrapper__JgEMh {
  border-radius: 4px;
  width: 265px;
}
.ExplorerCard_subtitle__RBY2g {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
}
.ExplorerCard_title__q35K9 {
  color: var(--text-2);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ExplorerCard_title__q35K9,
.ExplorerCard_value__zqLdi {
  background: var(--base-80);
  display: inline;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.ExplorerCard_value__zqLdi {
  color: var(--text-1);
  font-size: 24px;
  letter-spacing: normal;
  padding-right: 8px;
}
.ExplorerCard_viewExplorerText__Ji8T5 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.ExplorerCard_graphBottomText__jmGLX {
  background: var(--base);
  display: inline;
}
@media (max-width: 768px) {
  .ExplorerCard_explorer_card__T9NW- {
    flex-shrink: 0;
  }
}
.UniversalGraph_buttons__43PPr {
  bottom: 100px;
  color: var(--text-2);
  position: absolute;
  right: 20px;
}
.UniversalGraph_single_button__UEpzK {
  align-items: center;
  background-color: var(--base);
  border-radius: 6px;
  color: var(--text-2);
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  padding: 8px 8px 4px;
}
.UniversalGraph_zoom_to_fit__q8TXj {
  margin: 4px;
}
.SelectedNode_selected_node__I817M {
  padding: 22px;
}
.SelectedNode_image__GzpPw {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.SelectedNode_info__9Clf6 {
  margin-left: 16px;
}
.SelectedNode_selected_node_header__7Q7kc {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.SelectedNode_selected_node_header_link__sJZp3 {
  display: flex;
}
.SelectedNode_name__CsicY {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.SelectedNode_aliases__OY6iN {
  font-weight: 400;
}
.SelectedNode_active_since__CCbUV,
.SelectedNode_aliases__OY6iN {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.SelectedNode_active_since__CCbUV {
  border-bottom: 1px solid var(--border-dark);
  border-top: 1px solid var(--border-dark);
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-top: 12px;
  padding: 9px 0;
}
.SelectedNode_active_since_left__\+JG\+q {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  font-weight: 400;
}
.SelectedNode_active_since_left__\+JG\+q,
.SelectedNode_count__6n1Fs,
.SelectedNode_text__IKBXA {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.SelectedNode_count__6n1Fs,
.SelectedNode_text__IKBXA {
  font-size: 13px;
  text-align: right;
}
.SelectedNode_text__IKBXA {
  font-weight: 400;
}
.SelectedNode_count__6n1Fs {
  font-weight: 600;
}
.SelectedNode_inline_margin__XgQR2 {
  margin-left: 16px;
}
.SelectedNode_networth__iOq0a {
  margin-left: 6px;
}
.TopTokenCard_net_worth_card__N72v0 {
  display: flex;
  flex-direction: column;
}
.TopTokenCard_container_class__TvdiW {
  background-image: url(/static/media/graph_bg.433634c2694506b73cd9.png);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  height: 160px;
  width: 240px;
}
.TopTokenCard_middle__SusGq {
  flex-grow: 1;
}
.TopTokenCard_title__-d3TW {
  font-size: 10px;
  line-height: 130%;
}
.TopTokenCard_value_number__5o1bt {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 23px;
}
.TopTokenCard_value__bEh7I {
  margin-top: 3px;
}
.TopTokenCard_top__xcx-w {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}
.TopTokenCard_title__-d3TW {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 150%;
  text-transform: uppercase;
}
.TopTokenCard_bar__95ZwU {
  background: var(--text-2);
  flex-grow: 1;
  height: 1px;
  margin-left: 16px;
  opacity: 0.1;
}
.TopTokenCard_ghost__4d1\+L {
  grid-gap: 16px;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.NetWorthCardToken_net_worth_card_token__kEGvN {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-top: 16px;
}
.NetWorthCardToken_icon__2sb2O.NetWorthCardToken_icon__2sb2O {
  border-radius: 50%;
  height: 20px;
  margin-right: 2px;
  width: 20px;
}
.NetWorthCardToken_chain__ptvVW.NetWorthCardToken_chain__ptvVW {
  height: 10px;
  width: 10px;
}
.NetWorthCardToken_name__EUZxS {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.NetWorthCardToken_text_container__5YV2r {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.NetWorthCardToken_value__flZfx {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 24px;
  text-align: right;
  width: 50px;
}
.NetWorthCardToken_values__Cu9l6 {
  display: flex;
}
.UserAvatar_user_avatar__LME-u {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.UserAvatar_avatarWrapper__HFa8p {
  position: relative;
}
.UserAvatar_avatar__1-5IW {
  border-radius: 50%;
  height: 40px;
  margin-top: 4px;
  object-fit: cover;
  width: 40px;
}
.UserAvatar_avatarBadge__uy5Vf {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: var(--text-3);
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 14px;
  padding: 3px;
  position: absolute;
  right: -4px;
  top: 2px;
  width: 14px;
}
.UserAvatar_avatarBadge__uy5Vf svg {
  display: block;
  height: 100%;
  margin: auto;
  width: auto;
}
.UserAvatar_info__DgTtb {
  margin-left: 16px;
}
.UserAvatar_name__et5hl {
  align-items: center;
  color: var(--text-1);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 4px;
}
.UserAvatar_aliases__dbsLy,
.UserAvatar_name__et5hl {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.UserAvatar_aliases__dbsLy {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 400;
}
.UserAvatar_presence__4NcrG {
  background-color: var(--green);
  border: 2px solid var(--base);
  border-radius: 50%;
  height: 12px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
}
.UserAvatar_lastActive__cOkXK {
  color: var(--text-2);
  font-size: 10px;
}
.SelectedEdge_header__XTavT {
  grid-gap: 4px;
  flex-wrap: wrap;
}
.SelectedEdge_header__XTavT,
.SelectedEdge_mini_profile__w8FXe {
  align-items: center;
  color: var(--text-1);
  display: flex;
  flex-direction: row;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.SelectedEdge_mini_profile__w8FXe {
  margin-left: 4px;
  margin-right: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.SelectedEdge_image__HHYPq {
  border-radius: 50%;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
.SelectedEdge_selected_edge__ZdvCx {
  overflow-y: scroll;
  padding: 22px;
}
.SelectedEdge_divider__WTHd7 {
  background: #687684;
  height: 1px;
  opacity: 0.1;
  width: 100%;
}
.SelectedEdge_summary__14wk1 {
  font-size: 13px;
}
.SelectedEdge_address__BpxXi,
.SelectedEdge_summary__14wk1 {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.SelectedEdge_address__BpxXi {
  font-size: 12px;
}
.SelectedEdge_value__tsKgp {
  color: var(--text-1);
  font-size: 13px;
}
.SelectedEdge_bottom__uNuvp,
.SelectedEdge_value__tsKgp {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.SelectedEdge_bottom__uNuvp {
  color: var(--text-2);
  font-size: 12px;
}
.SelectedEdge_table_info__H4xiG {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.SelectedEdge_nft_image__cX-T4 {
  border-radius: 4px;
  height: 20px;
  margin-left: 4px;
  margin-right: 4px;
  width: 20px;
}
.SelectedEdge_nft__Simit {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.SelectedEdge_nft_text__hc8lK {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.SelectedEdge_relationship_data__3YPOf {
  margin-top: 12px;
}
.SelectedEdge_miniProfileText__XwmWx {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Filters_box__tvbHl {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding-left: 22px;
}
.Filters_headerRow__a6\+FW {
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 0 20px;
}
.Filters_headerByText__vuP7b,
.Filters_text__0KyvL {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.Filters_text__0KyvL {
  padding-left: 6px;
  text-align: right;
}
.Filters_icon__X5j3l {
  font-size: 13px;
  width: 12px;
}
.Filters_chainIcon__yzdMV,
.Filters_icon__X5j3l {
  filter: invert(51%) sepia(9%) saturate(804%) hue-rotate(169deg)
    brightness(86%) contrast(83%);
}
.Filters_chainIcon__yzdMV {
  height: 10px;
  width: 10.5px;
}
.Filters_buttonPadding__OnppO {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 16px 20px 20px;
}
.Filters_horizontalPadding__Pc7WQ {
  padding-left: 20px;
  padding-right: 20px;
}
.Filters_formPadding__w4S-H {
  display: flex;
  flex-direction: column;
  height: 341px;
  padding: 17px 0 0;
}
.Filters_title__69a-G {
  color: var(--text-2);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.Filters_subtitle__ayK1j,
.Filters_title__69a-G {
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  line-height: 150%;
}
.Filters_subtitle__ayK1j {
  color: var(--text-3);
  font-weight: 400;
  letter-spacing: normal;
  text-align: right;
}
.Filters_appliedFiltersList__PyltD {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  overflow: auto;
}
.Filters_chainFiltersList__T\+2ss {
  overflow: auto;
  padding-bottom: 20px;
  padding-top: 16px;
}
.Filters_scrollList__\+iCpW {
  height: 300px;
  overflow-y: scroll;
}
.PopUpForm_popup_form__-8tOk {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
.PopUpForm_form_group__H7Ca6 {
  grid-gap: 16px;
  display: flex;
  flex-direction: column;
}
.PopUpForm_title__dQANT {
  color: var(--text-1);
  font-weight: 600;
}
.PopUpForm_subtitle__nu\+MF,
.PopUpForm_title__dQANT {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.PopUpForm_subtitle__nu\+MF {
  color: var(--text-2);
  font-weight: 400;
}
.PopUpForm_divider__LA9Vr {
  border-bottom: 1px solid var(--border-dark);
}
.FilterRowTile_box__uAd1V {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.FilterRowTile_spacingRowTile__GC6UR {
  justify-content: space-between;
  padding-bottom: 13px;
  padding-top: 13px;
}
.FilterRowTile_rowTile__TC6d9,
.FilterRowTile_spacingRowTile__GC6UR {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.FilterRowTile_title__XBvGm {
  color: var(--text-1);
  font-size: 13px;
  padding-left: 8px;
}
.FilterRowTile_subtitle__J3hrU,
.FilterRowTile_title__XBvGm {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.FilterRowTile_subtitle__J3hrU {
  color: var(--text-3);
  font-size: 11px;
  text-align: right;
}
.FilterRowTile_chainIcon__AIeC8 {
  border-radius: 50%;
  height: 16px;
  padding-left: 18px;
  width: auto;
}
.FilterRowTile_tokenIcon__UNiSi {
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.FilterRowTile_tokenChainIcon__BXA4y {
  height: 12px;
  position: absolute;
  right: -2px;
  top: -3px;
  width: 12px;
}
.FilterRowTile_tokenIconWrapper__sdVx5 {
  padding-left: 18px;
  position: relative;
}
.FilterRowTile_active__gvJAU {
  background: var(--elevation-1);
}
.FilterRowTile_pointer__h18p8 {
  cursor: pointer;
}
.FilterRowTile_noselect__6H0EW {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.FilterSearchBar_searchInputContainer__FHknc {
  align-items: center;
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  display: flex;
  height: 36px;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 18px;
}
.FilterSearchBar_searchInputContainer__FHknc.FilterSearchBar_focus__6C8ig {
  border-color: var(--primary-color);
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchInput__tP\+AK {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 8px;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchInput__tP\+AK
  .FilterSearchBar_searchIcon__hHxC9 {
  height: 13px;
  width: 13px;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchInput__tP\+AK
  input {
  background: #0000;
  border: none;
  color: var(--text-1);
  width: 100%;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchInput__tP\+AK
  input,
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchInput__tP\+AK
  input::placeholder {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchInput__tP\+AK
  input::placeholder {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchInput__tP\+AK
  input:focus {
  outline: none;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchOptions__vb3hH {
  align-items: center;
  display: flex;
  gap: 17px;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchOptions__vb3hH
  .FilterSearchBar_shortcutKey__a8Mk7 {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
  text-align: right;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchOptions__vb3hH
  .FilterSearchBar_advancedFiltersButton__lXVzV {
  background: #0000;
  padding: 0;
}
.FilterSearchBar_searchInputContainer__FHknc
  .FilterSearchBar_searchOptions__vb3hH
  .FilterSearchBar_advancedFiltersButton__lXVzV
  .FilterSearchBar_filtersIcon__0S7yI {
  display: flex;
  height: 12px;
  width: 12px;
}
.Explorer_timeline_slider__6pbZW {
  background-color: var(--elevation-1);
  left: 10;
  padding-left: 10px;
  top: 0;
}
.Explorer_explorer__KE0wV {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  width: calc(100vw - 250px);
  @media (max-width: 1400px) {
    margin-left: -16px;
    width: calc(100vw - 70px);
  }
  @media (max-width: 768px) {
    margin-left: 0;
    width: 100vw;
  }
}
.Explorer_loader__hDZJk {
  align-items: center;
  background-color: var(--base);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.Explorer_top_bar__l1PnX {
  align-items: center;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: var(--navBg);
  border-bottom: 1px solid var(--border-dark);
  border-top: 1px solid var(--border-dark);
  box-shadow: 0 0 16px #6876840a;
  display: flex;
  flex-direction: row;
  height: 52px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.Explorer_body__lXt\+m {
  background-color: var(--base);
  display: flex;
  flex-direction: row;
}
.Explorer_selected_panel__nYGLT {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: var(--navBg);
  border-right: 1px solid var(--border-dark);
  box-shadow: 0 0 16px #6876840a;
  width: 480px;
}
.Explorer_timeline_slider__6pbZW {
  height: 44px;
  position: absolute;
  top: 10px;
  width: 100%;
}
.Explorer_wallet_identity_slider__5AP\+o {
  grid-gap: 12px;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.Explorer_timeline_container__8BZBy {
  border-top: var(--border-dark);
  height: 44px;
  position: relative;
}
.Explorer_results_for_container__1s3O5 {
  grid-gap: 8px;
  display: flex;
  flex-direction: row;
  max-width: 70%;
}
.Explorer_results_for__Vln00 {
  align-items: center;
  display: flex;
  font-weight: 400;
  width: -webkit-max-content;
  width: max-content;
}
.Explorer_results_for__Vln00,
.Explorer_selected__NYAJ2 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.Explorer_not_selected__MHJhN,
.Explorer_selected__NYAJ2 {
  font-weight: 600;
  text-align: right;
}
.Explorer_not_selected__MHJhN {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.Explorer_horizontal_divider__yk\+qa {
  background-color: var(--text-3);
  height: 16px;
  margin-left: 24px;
  width: 1px;
}
.Explorer_top_bar_right__5ew3J {
  align-items: center;
  display: flex;
}
.SelectedNodeTransfers_selected_node_transfers__E1utU {
  margin-top: 20px;
  position: relative;
}
.SelectedNodeTransfers_rightPane__lBMEP {
  margin: 0;
  width: 100%;
}
.SelectedNodeTransfers_row__SRWTJ {
  cursor: pointer;
}
.SelectedNodeTransfers_row__SRWTJ:hover {
  background-color: var(--elevation-3);
}
.TransactionTokenTransfer_container__xlPqQ {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 16px;
  width: 100%;
}
.TransactionTokenTransfer_addressRowTile__jhUWp {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: flex-start;
  padding-right: 12px;
}
.TransactionTokenTransfer_addressColumnTile__34-Lw {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.TransactionTokenTransfer_infoText__4-xJo {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionTokenTransfer_title__mjiws {
  word-break: break-all;
}
.TransactionTokenTransfer_title__mjiws,
.TransactionTokenTransfer_valueTitle__QszqV {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionTokenTransfer_subtitle__CKGni {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TransactionTokenTransfer_profileImage__IYiX9 {
  border-radius: 50%;
  height: 20px;
  margin-top: 6px;
  width: 20px;
}
.TransactionTokenTransfer_amountTileColumn__7rcTA {
  align-items: flex-end;
  display: flex;
  flex: 1 0;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TransactionTokenTransfer_amountTokenImage__mmznM {
  border-radius: 50%;
  height: 20px;
  margin-left: 6px;
  margin-right: 4px;
  width: 20px;
}
.TransactionTokenTransfer_amountRowTile__KplQq {
  display: flex;
  flex: 1 1;
  overflow: hidden;
}
.TransactionTokenTransfer_headerText__N73Rd {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 150%;
  text-transform: uppercase;
}
.TransactionTokenTransfer_iconWrapper__qbtr2 {
  align-items: center;
  border: 1px solid var(--border-dark);
  border-radius: 50%;
  display: flex;
  height: 20px;
  padding: 3px;
  width: 20px;
}
.table_table__Rmy6C {
  border-collapse: collapse;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  width: 100%;
}
.table_table__Rmy6C.table_noPaddingBottom__t9ZXV {
  padding-bottom: 0;
}
.table_table__Rmy6C .table_tableRow__UDpMQ {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
  min-height: 20px;
  padding: 0 20px;
  width: 100%;
}
.table_borderBottom__NQJ06:not(:last-child) {
  border-bottom: 1px solid var(--border-dark);
}
.table_tableRow__UDpMQ:not(:last-of-type) {
  margin-bottom: 16px;
}
.table_table__Rmy6C .table_tableHeader__I6MXw {
  border-bottom: 1px solid var(--border-dark);
  margin-bottom: 16px;
  padding: 0 20px 8px;
}
.table_tableHeader__I6MXw.table_paddingTop__P4LqD {
  padding-top: 8px;
}
.table_tableHeader__I6MXw.table_background__bNTTf {
  background: var(--elevation-1);
}
.table_tableHeader__I6MXw.table_noBorder__9xIJi {
  border: none;
}
.table_tableRow__UDpMQ.table_noPadding__9InFq {
  padding: 0;
}
.table_tableRow__UDpMQ.table_noMarginBottom__bBd0X {
  margin-bottom: 0;
}
.table_table__Rmy6C .table_tableHeader__I6MXw {
  line-height: 150%;
  padding-bottom: 8px;
}
.table_tableRow__UDpMQ.table_alignToBaseline__8SdMM {
  align-items: baseline;
}
.table_tableRow__UDpMQ.table_alignToFlexStart__qzsHt {
  align-items: flex-start;
}
.table_tableHeader__I6MXw .table_tableCell__q9Ieo {
  color: var(--text-2);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.table_tableTitle__5fU\+B {
  color: var(--text-1);
  display: flex;
  flex-grow: 1;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: normal;
  line-height: 150%;
  text-transform: none;
}
.table_subTitle__LuYf4 {
  color: var(--text-3);
  display: flex;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
}
.table_tableCell__q9Ieo.table_shrink__xrLhR {
  flex-basis: 4%;
}
.table_tableCell__q9Ieo.table_longRow__amANF {
  flex-basis: 700px;
}
.table_tableCell__q9Ieo.table_smallRow__g3PnB {
  flex-basis: 15%;
}
.table_tableCell__q9Ieo {
  align-items: center;
  color: var(--text-1);
  display: flex;
  flex-basis: 25%;
  flex-wrap: wrap;
}
.table_tableCell__q9Ieo:nth-child(2) {
  flex-grow: 1;
}
.table_alignRight__dGoRY {
  justify-content: flex-end;
  text-align: right;
}
.table_alignLeft__oLvYy {
  justify-content: flex-start;
  text-align: left;
}
.table_alignCenter__bGm3i {
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .table_table__Rmy6C {
    overflow: auto;
    width: 100%;
  }
  .table_tableCell__q9Ieo {
    flex-shrink: 0;
  }
  .table_tableCell__q9Ieo:nth-child(2) {
    flex-grow: 0;
  }
}
.ProfileDetails_profile_details__0jVU0 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ProfileDetails_profile_body__OE4\+l {
  height: 100%;
  width: 100%;
}
.ProfileDetails_related_wallets__9aYYn {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  min-height: 200px;
  width: 100%;
}
.ProfileDetails_infobar__ukVmY {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ProfileDetails_profile_body__OE4\+l,
  .ProfileDetails_related_wallets__9aYYn {
    width: 100%;
  }
}
.ProfileDetails_capsule__ki9Op {
  align-items: center;
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 30px;
  color: var(--text-1);
  cursor: pointer;
  display: flex;
  font-size: 13px;
  gap: 4px;
  justify-content: center;
  padding: 8px 12px;
}
.ProfileDetails_capsule__ki9Op.ProfileDetails_dark__bNLoT {
  border: 2px solid var(--border-dark);
}
.ProfileDetails_capsule__ki9Op.ProfileDetails_selected__FbF1n {
  background: #1b1f22;
  color: #ffffffe6;
  font-weight: 600;
}
.ProfileDetails_selected__FbF1n.ProfileDetails_dark__bNLoT {
  border: 2px solid var(--primary-color);
}
.ProfileDetails_tabbar__C1MuD {
  background-color: var(--base);
  position: -webkit-sticky;
  position: sticky;
  top: 51px;
  z-index: 2;
}
.TopBar_chain__mXkOy {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ProtocolHoldings_protocolHoldings__iC\+Qz {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
}
.header_header__edHoe {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 0;
}
.header_header__edHoe .header_labelContainer__ZC7KN {
  align-items: baseline;
  display: flex;
  font-weight: 600;
  gap: 8px;
  letter-spacing: normal;
}
.header_header__edHoe .header_labelContainer__ZC7KN .header_label__HsqXR {
  color: var(--text-1);
  font-size: 15px;
}
.header_header__edHoe
  .header_labelContainer__ZC7KN
  .header_totalUsdValue__YheuZ {
  color: var(--text-2);
  font-size: 15px;
}
.header_header__edHoe .header_updatedAt__PE0kv {
  align-items: center;
  background-color: initial;
  color: var(--text-3);
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  gap: 6px;
  letter-spacing: normal;
}
.footer_footer__ns8j9 {
  align-items: center;
  border-top: 1px solid var(--border-dark);
  display: flex;
  font-size: 11px;
  gap: 8px;
  letter-spacing: normal;
  margin: 0 auto;
  padding: 16px 0 20px;
  width: calc(100% - 40px);
}
.footer_footer__ns8j9 .footer_label__M7gjQ {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 400;
}
.footer_footer__ns8j9 .footer_buttonLabel__COcjt {
  align-items: center;
  background: none;
  color: var(--text-2);
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  padding: 0;
}
.footer_footer__ns8j9 .footer_arrow__c-avJ {
  display: flex;
}
.protocolInfo_protocolInfo__uuD5t {
  align-items: center;
  background: 0;
  display: flex;
  gap: 10px;
  padding: 0;
}
.protocolInfo_protocolNameWrapper__EwYOC {
  display: flex;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.protocolInfo_protocolName__uGXP- {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: var(--text-1);
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  overflow: hidden;
  word-break: break-all;
}
.protocolInfo_rightPane__rY2Nv {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.protocolInfo_protocolIconWrapper__eQGNQ {
  display: flex;
  position: relative;
}
.protocolInfo_protocolIcon__QaP-a {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.protocolInfo_chainIcon__hGLrt {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 14px;
  position: absolute;
  right: -4px;
  top: -3px;
  width: 14px;
}
.tokenInfoWrapper_tokenInfo__k72m1 {
  align-items: center;
  color: var(--text-1);
  display: flex;
}
.tokenInfoWrapper_infoWrapper__iZ931 {
  color: var(--text-1);
}
.tokenInfoWrapper_isTrending__hGlE6 .tokenInfoWrapper_infoWrapper__iZ931 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 23px;
}
.tokenInfoWrapper_isTrending__hGlE6 .tokenInfoWrapper_protocolIcon__aLv7k {
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
.tokenInfoWrapper_protocolIconWrapper__yTtG2 {
  display: flex;
  position: relative;
}
.tokenInfoWrapper_protocolIcon__aLv7k {
  border-radius: 50%;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
.tokenInfoWrapper_overlay__HK7UD {
  margin: 0;
}
.tokenInfoWrapper_overlay__HK7UD:not(:first-child) {
  margin-left: -4px;
}
.lendingHoldingDetails_lendingTitle__IhzvY {
  display: flex;
  justify-content: space-between;
}
.lendingHoldingDetails_moreInfo__GPmiP {
  color: var(--text-3);
  display: flex;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}
.lendingHoldingDetails_healthFactor__JQ3HR:after {
  content: " • ";
  margin: 0 5px;
}
.lendingHoldingDetails_apy__DdSIz.lendingHoldingDetails_borrowed__itPUa {
  color: var(--error);
}
.lendingHoldingDetails_positiveApy__q7629 {
  color: var(--success);
}
.lendingHoldingDetails_negativeApy__00CNV {
  color: var(--error);
}
.holdingDetails_expandedProtocol__VGptd {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  color: var(--text-1);
  padding: 12px 24px 0;
}
.holdingDetails_expandedProtocol__VGptd:not(:last-child) {
  margin-bottom: 16px;
}
.v3LiquidityProviderDetails_range__U80BN {
  align-items: baseline;
  display: flex;
  gap: 5px;
}
.v3LiquidityProviderDetails_rewardsItem__EwomV {
  display: flex;
  gap: 8px;
}
.v3LiquidityProviderDetails_rewardsToken__eSaPN {
  width: 50px;
}
.v3LiquidityProviderDetails_rewardsUsdValue__bDs1M {
  color: var(--text-2);
}
.v3LiquidityProviderDetails_rangeValue__ID10a {
  width: -webkit-min-content;
  width: min-content;
}
.v3LiquidityProviderDetails_rangeValueWrapper__vsnUT {
  display: flex;
  gap: 5px;
}
.v3LiquidityProviderDetails_spacedColumns__vk79L {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.genericHoldingDetails_pools__mat-V {
  display: flex;
  gap: 8px;
}
.genericHoldingDetails_pools__mat-V.genericHoldingDetails_poolsOverflow__LuN2s {
  flex-direction: column;
}
.genericHoldingDetails_pools__mat-V.genericHoldingDetails_poolsOverflow__LuN2s
  .genericHoldingDetails_poolSymbols__fS7Vm {
  flex-wrap: wrap;
}
.genericHoldingDetails_poolIcons__WOqWu {
  align-items: center;
  display: flex;
}
.genericHoldingDetails_poolSymbols__fS7Vm {
  display: flex;
}
.genericHoldingDetails_rightPane__Lys\+o {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.genericHoldingDetails_poolSymbol__dDLXY {
  flex-shrink: 0;
}
.genericHoldingDetails_poolSymbol__dDLXY:not(:last-child):after {
  content: " + ";
  margin: 0 4px;
}
.perpetualPositionBody_positionType__LipwP {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  height: 20px;
  letter-spacing: normal;
  margin-top: 4px;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.perpetualPositionBody_positionType__LipwP.perpetualPositionBody_long__40d6S {
  background-color: var(--success-light);
  color: var(--success);
}
.perpetualPositionBody_positionType__LipwP.perpetualPositionBody_short__mGTVR {
  background-color: var(--error-light);
  color: var(--error);
}
.perpetualPositionBody_leverage__G5usU:before {
  content: "|";
  margin: 0 4px;
}
.perpetualPositionBody_priceItem__TRkYq {
  display: flex;
  flex-shrink: 0;
  gap: 4px;
}
.perpetualPositionBody_pnlValue__jBJOu {
  font-weight: 500;
}
.perpetualPositionBody_pnlChangePercentage__E5OB5 {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  gap: 2px;
  letter-spacing: normal;
}
.perpetualPositionBody_up__V5g55 {
  color: var(--success);
}
.perpetualPositionBody_down__JncKx {
  color: var(--error);
}
.PolyMarketHoldings_noValue__zed\+-,
.PolyMarketHoldings_otherValue__VUEJ2,
.PolyMarketHoldings_yesValue__XfFZs {
  background-color: #079d391a;
  border-radius: 4px;
  color: var(--success);
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding: 4px;
}
.PolyMarketHoldings_noValue__zed\+- {
  background-color: #e24c4c1a;
  color: var(--error);
}
.PolyMarketHoldings_otherValue__VUEJ2 {
  background-color: var(--primary-color10);
  color: var(--primary-color);
}
.PolyMarketHoldings_textRight__qYV4n {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.PolyMarketHoldings_textLeft__xlOMa {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.PolyMarketHoldings_innerRow__DBceo {
  border-bottom: 1px solid var(--border-dark);
  padding: 8px;
}
.PolyMarketHoldings_innerRow__DBceo:last-child {
  border-bottom: none;
}
.PolyMarketHoldings_table__-Eaok {
  background-color: var(--elevation-1);
  border-radius: 8px;
  padding: 16px;
}
@media (max-width: 768px) {
  .groupActivityDetailsV2_container__JGo8G {
    padding: 40px 26px;
    width: 100%;
  }
  .groupActivityDetailsV2_commentsContainer__BExti {
    padding-bottom: 50px;
  }
}
.groupActivityDetailsV2_refetchContainer__Wd7KY {
  margin-top: 200px !important;
}
.groupedActivityDetailsEngagements_groupedActivityEngagements__TJUnB {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  color: var(--text-2);
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 13px;
  justify-content: space-between;
  line-height: 150%;
  margin: 4px 0 16px;
  padding: 16px 0 8px;
  @media screen and (max-width: 768px) {
    align-items: flex-start;
    gap: 16px;
    .groupedActivityDetailsEngagements_engagements__VW0Qg {
      padding-left: 8px;
    }
  }
}
.groupedActivityDetailsEngagements_activityEngagementWrapper__VTnUh {
  border-top: 1px solid var(--border-dark);
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  width: 100%;
}
.groupedActivityDetailsEngagements_currentEngagements__6abJD {
  padding-left: 8px;
  width: 100%;
}
.groupedActivityDetailsEngagements_engagements__VW0Qg {
  display: flex;
  gap: 20px;
}
.groupedActivityDetailsEngagements_actionButtons__d7GLV {
  display: flex;
  margin-top: 0;
}
.groupedActivityDetailsEngagements_button__RtdSW {
  background: none;
  color: var(--text-2);
  padding: 0;
}
.groupedActivityDetailsEngagements_button__RtdSW img {
  height: 14px;
  width: auto;
}
.groupedActivityDetailsEngagements_interactionItem__SaiYx {
  color: var(--text-2);
  display: flex;
  gap: 4px;
}
.groupedActivityDetailsEngagements_label__4mqKe {
  font-size: 13px;
  font-weight: 400;
}
.groupedActivityDetailsEngagements_count__Eq89W {
  font-size: 13px;
  font-weight: 600;
}
.TokenHoldings_tokenHoldings__\+obN0 {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  padding: 16px 0;
}
.TokenHoldings_tokenHoldingsTile__CT9wQ {
  cursor: pointer;
  overflow: clip;
}
.TokenHoldings_tokenHoldingsTile__CT9wQ:hover {
  background-color: var(--primary-color10);
}
.TokenHoldings_tokenActionButton__Pkv7x {
  align-items: center;
  background-color: initial;
  color: var(--primary-color);
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  padding: 8px 16px;
}
.TokenHoldings_tokenActionButton__Pkv7x:hover {
  background-color: var(--primary-color10);
}
.TokenHoldings_disabled__YIeGJ {
  opacity: 0.5;
}
.TokenHoldings_tokenRow__VmkxD:hover {
  background-color: var(--primary-color10);
}
.TokenHoldings_tokenRow__VmkxD {
  transition: background-color 0.2s;
}
.header_header__uQzQs {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 16px;
}
.header_header__uQzQs .header_labelContainer__naPWr {
  align-items: baseline;
  display: flex;
  font-weight: 600;
  gap: 8px;
  letter-spacing: normal;
}
.header_header__uQzQs .header_labelContainer__naPWr .header_label__C9WhD {
  color: var(--text-1);
  font-size: 15px;
}
.header_header__uQzQs
  .header_labelContainer__naPWr
  .header_totalUsdValue__RX52D {
  color: var(--text-2);
  font-size: 15px;
}
.header_header__uQzQs .header_updatedAt__L2oy2 {
  align-items: center;
  background-color: initial;
  color: var(--text-3);
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  gap: 6px;
  letter-spacing: normal;
}
.footer_footer__qBEG0 {
  border-top: 1px solid var(--border-dark);
  display: flex;
  font-size: 13px;
  gap: 8px;
  letter-spacing: normal;
  padding: 16px 20px 0;
}
.footer_footer__qBEG0 .footer_label__hm5Bp {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 400;
}
.footer_footer__qBEG0 .footer_buttonLabel__Q85W1 {
  align-items: center;
  background: none;
  color: var(--text-2);
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  padding: 0;
}
.footer_footer__qBEG0 .footer_arrow__zgfXB {
  display: flex;
}
.PersonSearch_panelContainer__Rqwmk {
  width: 600px;
}
.PersonSearch_addressText__CCKjW {
  color: var(--text-1);
  font-family: Roboto, sans-serif;
  font-size: 13px;
}
.PersonSearch_walletRow__1p581 {
  cursor: pointer;
  &:hover {
    background-color: var(--primary-color10);
  }
}
.PersonSearch_selectedUserInput__1cIfg {
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  padding: 6px 8px;
}
.PersonSearch_selectedUserInputInner__qKCAg {
  align-items: center;
  display: flex;
  margin-right: 0;
  position: relative;
}
.PersonSearch_userAvatar__s6hlg {
  border-radius: 50%;
  height: 16px;
  margin-right: 0.25rem;
  width: 16px;
}
.PersonSearch_balanceText__Axk6J {
  cursor: pointer;
}
.PersonSearch_balanceText__Axk6J:hover {
  text-decoration: underline;
}
.PersonSearch_maxButton__eKK80 {
  background: #0000;
  color: var(--primary-color);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  padding: 0;
}
.PersonSearch_chainIcon__I9GL6 {
  height: 1.5rem;
  width: 1.5rem;
}
.PersonSearch_tokenIcon__iJHpj {
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
.PersonSearch_popup_title__AXigK {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.PersonSearch_popup_note__eu\+Hm {
  font-size: 15px;
  font-weight: 400;
}
.PersonSearch_popup_note__eu\+Hm,
.PersonSearch_popup_subnote__DO9n0 {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.PersonSearch_popup_subnote__DO9n0 {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}
.PersonSearch_add_to_wallet_button__b4105 {
  margin-top: 16px;
  width: 156px;
}
.PersonSearch_add_to_wallet_button__b4105,
.PersonSearch_sendButton__uSQaE {
  background: var(--primary-color);
  border-radius: 40px;
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  line-height: 150%;
  text-align: center;
}
.PersonSearch_sendButton__uSQaE {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 4px;
  justify-content: center;
  margin: 8px 16px;
  position: -webkit-sticky;
  position: sticky;
  width: calc(100% - 32px);
  &:disabled {
    opacity: 0.5;
  }
}
.PersonSearch_filterPill__P5ZVa {
  background-color: var(--base);
  border-radius: 4px;
  color: var(--text-1);
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 4px 8px;
  &:hover {
    background-color: var(--primary-color10);
  }
}
.PersonSearch_isActive__\+KB59 {
  background-color: var(--primary-color10);
  color: var(--primary-color);
  font-weight: 500;
}
.PersonSearch_sendFormWrapper__6AXUR {
  overflow-y: auto;
}
.Portfolio_portfolio__9EQmf {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0;
}
.selectedTag_box__oQjvF {
  align-items: center;
  border: 1px solid var(--border-dark);
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  height: 28px;
  justify-content: center;
  padding: 6px 0 6px 6px;
}
.selectedTag_text__O5\+ta {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
  padding-left: 6px;
}
.selectedTag_crossIcon__7AZXK {
  cursor: pointer;
  height: 6.83px;
  padding-left: 10.59px;
  padding-right: 10px;
  width: 27.42px;
}
.selectedTag_chainIcon__xWKwt {
  border-radius: 50%;
  height: 16px;
  width: auto;
}
.selectedTag_editBox__UaiEU {
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 28px;
  justify-content: center;
  padding: 6px 8px;
}
.selectedTag_editText__cDW1- {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
}
.selectedTag_editIcon__lTfvO {
  color: var(--primary-color);
  font-size: 16px;
  padding-bottom: 2px;
}
.BundlesTabList_filtersContainer__ULZB3 {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  &::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  &::-webkit-scrollbar-thumb {
    background-color: initial;
  }
  &:hover::-webkit-scrollbar-thumb {
    background-color: var(--text-3);
    border-radius: 20px;
  }
  &::-webkit-scrollbar-track {
    background: #0000;
  }
}
.BundlesTabList_filterPill__IUu0L {
  background-color: var(--base);
  border-radius: 4px;
  color: var(--text-1);
  cursor: pointer;
  font-size: 13px;
  padding: 6px 12px;
  white-space: nowrap;
  &:hover {
    background-color: var(--primary-color10);
  }
}
.BundlesTabList_isActive__Qjmnh {
  background-color: var(--primary-color10);
  color: var(--primary-color);
  font-weight: 500;
}
.NFTHoldings_nftHoldings__A-RaP {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
}
.NFTHoldings_nftCollectionItem__qPOQf {
  margin-bottom: 40px;
}
.NFTHoldings_nftItems__BmZFR {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fill, 174px);
}
.NFTHoldings_footerWrapper__J3rtB {
  align-items: center;
  display: flex;
  gap: 20px;
}
.NFTHoldings_footer__rE7As {
  display: flex;
  flex-shrink: 0;
  font-size: 11px;
  gap: 8px;
  letter-spacing: normal;
  padding: 16px 0;
}
.NFTHoldings_footer__rE7As .NFTHoldings_label__RACqi {
  color: var(--text-2);
  font-size: 11px;
  font-weight: 400;
}
.NFTHoldings_footer__rE7As .NFTHoldings_buttonLabel__Vkzkg {
  align-items: center;
  background: none;
  color: var(--text-2);
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 600;
  gap: 5px;
  padding: 0;
}
.NFTHoldings_footer__rE7As .NFTHoldings_arrow__-LTg9 {
  align-items: center;
  display: flex;
  font-weight: 600;
}
.NFTHoldings_divider__ldimm {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  height: 1px;
  width: 100%;
}
.NFTHoldings_nftItemsWrapper__SF-hM {
  padding: 8px 0;
}
@media (max-width: 768px) {
  .NFTHoldings_nftItemsWrapper__SF-hM {
    flex-direction: column;
    width: 100%;
  }
}
.NFTHoldings_scrollContainer__y7sL3 {
  display: "flex";
  gap: "12px";
  overflow: "auto";
  padding: "0";
  width: "270px";
}
.NFTHoldings_scrollContainer__y7sL3::-webkit-scrollbar {
  display: none;
}
.CollectionHeader_nftCollectionHeader__mRFrE {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.CollectionHeader_info__xYxbp {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 12px;
}
.CollectionHeader_nftAvatar__6vdY9 {
  position: relative;
}
.CollectionHeader_avatar__jgTgS {
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.CollectionHeader_chainIcon__4B44c {
  background: var(--base);
  border: 1px solid var(--base);
  border-radius: 50%;
  height: 15px;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 15px;
}
.CollectionHeader_name__wxYx- {
  color: var(--text-1);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
}
.CollectionHeader_borderWrapper__m-ctW {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  height: 1px;
  width: 100%;
}
.CollectionHeader_stats__ZPriR {
  align-items: center;
  color: var(--text-2);
  display: flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}
.CollectionHeader_divider__6E6XR {
  margin: 0 4px;
}
.CollectionNfts_categoryItems__roL0Q {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fill, 174px);
}
.CollectionNfts_footerWrapper__nFR2G {
  align-items: center;
  display: flex;
  gap: 20px;
}
.CollectionNfts_footer__NfdTC {
  display: flex;
  flex-shrink: 0;
  font-size: 11px;
  gap: 8px;
  letter-spacing: normal;
  padding: 16px 0;
}
.CollectionNfts_footer__NfdTC .CollectionNfts_label__jcLSr {
  color: var(--text-2);
  font-size: 11px;
  font-weight: 400;
}
.CollectionNfts_footer__NfdTC .CollectionNfts_buttonLabel__MHiMc {
  align-items: center;
  background: none;
  color: var(--text-2);
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 600;
  gap: 5px;
  padding: 0;
}
.CollectionNfts_footer__NfdTC .CollectionNfts_arrow__wuHq0 {
  align-items: center;
  display: flex;
  font-weight: 600;
}
.CollectionNfts_divider__XC5X7 {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  height: 1px;
  width: 100%;
}
.CollectionNfts_rightPane__IXDs2.CollectionNfts_categoryItems__roL0Q {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .CollectionNfts_categoryItems__roL0Q {
    display: flex;
    flex-direction: column;
  }
}
.extraNfts_nftItem__bkxPW {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
  width: 174px;
}
.extraNfts_nftItems__sZJn9 {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fill, 174px);
}
.extraNfts_expanded__LJtg1 {
  background: #0648d71a;
  overflow: visible;
  overflow: initial;
  position: relative;
}
.extraNfts_expandedArrow__dVrs3 {
  bottom: -14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.extraNfts_extraImages__s9Y1O {
  grid-gap: 1px;
  background: var(--base);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(50%, 1fr));
  height: 145px;
  overflow: hidden;
}
.extraNfts_viewAll__pXJlQ {
  align-items: center;
  background: none;
  color: var(--text-2);
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 400;
  gap: 5px;
  letter-spacing: normal;
  padding: 0;
}
.extraNfts_placeholder__26o5y {
  background: var(--elevation-2);
  height: 100%;
  width: 100%;
}
.extraNfts_rightPane__t9Vt\+ .extraNfts_extraImages__s9Y1O {
  display: none;
}
@media (max-width: 768px) {
  .extraNfts_nftItem__bkxPW {
    display: flex;
    width: 100%;
  }
  .extraNfts_extraImages__s9Y1O.extraNfts_hideImage__0KZCW {
    display: none;
  }
  .extraNfts_extraImages__s9Y1O {
    height: 64px;
    width: 64px;
  }
}
.galleryModal_galleryContainer__LFD-T {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background: none;
  outline: none;
}
.galleryModal_galleryModal__o5Zgx {
  background: #000000e6;
  color: var(--text-1);
  display: flex;
  font-family: Roboto;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.galleryModal_modalContent__axAoo {
  position: relative;
  width: 65%;
}
.galleryModal_galleryRightPanel__ZJ\+Ph {
  background: var(--base);
  overflow-y: auto;
  padding: 20px;
  position: relative;
  width: 35%;
}
.galleryModal_closeButton__QfQ2L {
  background: none;
  padding: 0;
}
.galleryModal_galleryTitle__OxWfh {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 26px;
}
.galleryModal_closeButton__QfQ2L svg {
  stroke: var(--text-1);
  height: 15px;
  width: 15px;
}
.galleryModal_nftItemWrapper__Cpbr1 {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.galleryModal_indicatorIcon__POy3F {
  left: 0;
  position: absolute;
}
.galleryModal_nftTitle__oZS21 {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 4px;
  letter-spacing: normal;
  line-height: 23px;
}
.galleryModal_nftCount__OSyZp {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
.galleryModal_mediaPreview__mwLGQ {
  height: 100%;
  width: 100%;
}
.galleryModal_mediaImage__BSLQY {
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navigationButtons_actionButtons__RYlAV {
  width: 100%;
}
.navigationButtons_toolbar__jsWwQ {
  margin: 15px;
  position: absolute;
  top: 0;
}
.navigationButtons_slideButton__Hhyxf {
  margin: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.navigationButtons_slideButtonPrev__IS6b2 {
  left: 15px;
}
.navigationButtons_slideButtonNext__hzVsF {
  right: 15px;
}
.navigationButtons_actionButton__75LPS {
  background: #000;
  border-radius: 50%;
  color: #f9f9f9;
  height: 40px;
  line-height: 0;
  margin: 5px;
  padding: 5px;
  text-align: center;
  width: 40px;
}
.navigationButtons_actionButton__75LPS:hover {
  background-color: #ddd;
  color: #333;
}
.navigationButtons_actionButton__75LPS:disabled {
  background: #999;
  color: #333;
  cursor: inherit;
}
.ghostNftHoldings_nftHoldings__tqwE5 {
  font-family: Roboto;
}
.ghostNftHoldings_nftCollectionItem__yaxDg {
  padding: 8px 20px;
}
.ghostNftHoldings_nftCollectionHeader__3F2eM {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.ghostNftHoldings_info__ne2tg {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 12px;
}
.ghostNftHoldings_nftAvatar__z\+AO6 {
  position: relative;
}
.ghostNftHoldings_avatar__cXrEp {
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.ghostNftHoldings_name__QBxes {
  color: var(--text-1);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
}
.ghostNftHoldings_borderWrapper__ZJqjB {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  height: 1px;
  width: 100%;
}
.ghostNftHoldings_stats__COorD {
  align-items: center;
  color: var(--text-2);
  display: flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}
.ghostNftHoldings_categoryItems__Bs-xM {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-auto-rows: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fill, 174px);
}
.ghostNftHoldings_nftItem__NyM2e {
  background: var(--base);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
  width: 174px;
}
.ghostNftHoldings_imageWrapper__VpZqG {
  align-items: center;
  display: flex;
  height: 145px;
  justify-content: center;
  width: 174px;
}
.ghostNftHoldings_nftImage__6jNTw {
  background: var(--elevation-2);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ghostNftHoldings_infoWrapper__Vyi6d {
  padding: 12px 16px;
}
.ghostNftHoldings_title__nOsUq {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--text-1);
  display: -webkit-box;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  max-height: 16px;
  overflow: hidden;
}
.ghostNftHoldings_subTitle__8FmAs {
  color: var(--text-2);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
}
.ghostNftHoldings_rightPane__O9Eya.ghostNftHoldings_nftHoldings__tqwE5 {
  margin: 16px 20px;
}
.ghostNftHoldings_rightPane__O9Eya .ghostNftHoldings_categoryItems__Bs-xM {
  display: flex;
  flex-direction: column;
}
.ghostNftHoldings_rightPane__O9Eya .ghostNftHoldings_imageWrapper__VpZqG {
  height: 64px;
  width: 64px;
}
.ghostNftHoldings_rightPane__O9Eya
  .ghostNftHoldings_imageWrapper__VpZqG:has(.ghostNftHoldings_fallbackImage__RYQxM) {
  width: 64px;
}
.ghostNftHoldings_rightPane__O9Eya .ghostNftHoldings_nftItem__NyM2e {
  display: flex;
  height: 56px;
  width: 100%;
}
.ghostNftHoldings_rightPane__O9Eya .ghostNftHoldings_title__nOsUq {
  width: 200px;
}
.ghostNftHoldings_rightPane__O9Eya .ghostNftHoldings_subTitle__8FmAs {
  width: 50px;
}
.header_header__7xU2r {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px 0;
}
.header_header__7xU2r .header_labelContainer__P270z {
  align-items: baseline;
  display: flex;
  font-weight: 600;
  gap: 8px;
  letter-spacing: normal;
}
.header_header__7xU2r .header_labelContainer__P270z .header_label__Wpx4f {
  color: var(--text-1);
  font-size: 15px;
}
.header_header__7xU2r
  .header_labelContainer__P270z
  .header_totalUsdValue__ctYwq {
  color: var(--text-2);
  font-size: 15px;
}
.header_header__7xU2r .header_updatedAt__XtLXr {
  align-items: center;
  background-color: initial;
  color: var(--text-3);
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  gap: 6px;
  letter-spacing: normal;
}
.WalletsPage_wallets__DzP2i {
  padding-bottom: 56px;
}
.WalletsPage_walletsBox__y2O1C,
.WalletsPage_wallets__DzP2i {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  gap: 10px;
  width: 100%;
}
.WalletsPage_walletsBox__y2O1C {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  padding: 16px 0;
}
.WalletsPage_header__k6m9i {
  align-items: top;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.WalletsPage_header__k6m9i .WalletsPage_labelContainer__Xd61Z {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 8px;
  letter-spacing: normal;
}
.WalletsPage_header__k6m9i
  .WalletsPage_labelContainer__Xd61Z
  .WalletsPage_label__JYW8c {
  color: var(--text-1);
  font-size: 15px;
}
.WalletsPage_header__k6m9i
  .WalletsPage_labelContainer__Xd61Z
  .WalletsPage_totalUsdValue__NHRXE {
  color: var(--text-2);
  font-size: 15px;
}
.WalletsPage_header__k6m9i .WalletsPage_updatedAt__JL62d {
  color: var(--text-3);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
}
.WalletsPage_header__k6m9i
  .WalletsPage_labelContainer__Xd61Z
  .WalletsPage_text_count__oooD2 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.WalletsPage_iconContainer__ASpnJ {
  align-items: "center";
  display: "flex";
}
.WalletsPage_icon__SE2hJ {
  fill: var(--text-1);
  color: var(--text-1);
  height: 20px;
  width: 20px;
}
.AddWallet_rightPanel__WT7HG {
  background: var(--base);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
  width: 37.5%;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.AddWallet_header__7kegm,
.AddWallet_tabBar__btXtF {
  border-bottom: 1px solid var(--elevation-2);
  padding: 24px 20px 0;
}
.AddWallet_animationContainer__dD2pj {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 24px 20px;
}
.AddWallet_footer__dpEuh {
  padding: 0 20px 30px;
}
.AddWallet_form__LzBXm {
  color: var(--text-1);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
  overflow: auto;
  padding: 20px 20px 0;
}
.AddWallet_formWrapper__pMSf3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.AddWallet_title__MBUuO {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 20px;
}
.AddWallet_graphic__hnIAH {
  align-items: center;
  background-color: var(--graphic-background);
  background-position: 100% 0;
  background-repeat: no-repeat;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 150px;
}
.AddWallet_optionsSection__5D3B5 {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}
.AddWallet_optionSmall__p-f7D,
.AddWallet_option__miEMj {
  align-items: center;
  background: var(--elevation-1);
  border-radius: 8px;
  color: var(--text-2);
  cursor: pointer;
  display: flex;
  font-weight: 500;
  gap: 16px;
  padding: 20px;
  width: 100%;
}
.AddWallet_optionSmall__p-f7D {
  flex-direction: row;
  gap: 8px;
  padding: 12px;
}
.AddWallet_active__00ici {
  background-color: var(--primary-color12);
  color: var(--primary-color);
  font-weight: 600;
}
.AddWallet_help__aJ3RL {
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}
.AddWallet_helpIcon__f-MPt {
  margin-right: 8px;
  object-fit: contain;
}
.AddWallet_nextButton__IpiCn {
  height: 58px;
  width: 100%;
}
.AddWallet_tabActiveNumber__VtoWN,
.AddWallet_tabNumber__KRhcC {
  background-color: var(--text-2);
  border-radius: 50%;
  color: var(--text-white);
  display: inline-flex;
  font-size: 13px;
  height: 17px;
  justify-content: center;
  line-height: 17px;
  width: 17px;
}
.AddWallet_tabActiveNumber__VtoWN {
  background-color: var(--text-1);
}
.AddWallet_checkBoxIcon__QNRQ7 {
  margin-right: 8px;
}
.WalletTypeCheckbox_checkboxWrapper__v2Pk\+ {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.WalletTypeCheckbox_activeWrapper__0RWKu {
  background-color: var(--primary-color12);
  color: var(--primary-color);
}
.WalletTypeCheckbox_disabledWrapper__x2Dy0 {
  opacity: 0.5;
}
.WalletTypeCheckbox_checkbox__6P4u1 {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.WalletTypeCheckbox_checkmark__kDTip {
  background-color: var(--text-white);
  border: 2px solid var(--gradient-divider-base-color-1);
  border-radius: 50%;
  height: 20px;
  padding: 2px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.WalletTypeCheckbox_checkmark__kDTip.WalletTypeCheckbox_active__ulzO1 {
  border-color: var(--primary-color);
  border-width: 6px;
}
.WalletTypeCheckbox_checkmark__kDTip.WalletTypeCheckbox_disabled__sK-Ed {
  opacity: 0.5;
}
.DynamicWalletButton_btn__lQfGS {
  align-items: center;
  background: var(--primary-color);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 150%;
  min-width: 100px;
  padding: 10px 32px;
}
.DynamicWalletButton_helpMessage__9XEhU {
  align-items: center;
  background: #ffe3ac;
  border-radius: 4px;
  color: var(--text-1);
  display: flex;
  font-size: 12px;
  font-style: normal;
  margin-top: 8px;
  padding: 8px;
}
.DynamicWalletButton_disabled__WcnKC {
  cursor: not-allowed;
  opacity: 0.4;
}
.DynamicWalletButton_large__t\+Xjf {
  align-items: center;
  background: var(--primary-color);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  min-width: 100px;
  padding: 10px 32px;
}
.ManageAccess_rightPanel__grZ9l {
  background: var(--elevation-1);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 100px;
  position: fixed;
  width: 37.5%;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.ManageAccess_header__iD2mi {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px 0;
}
.ManageAccess_title__FQmaU {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 20px;
}
.ManageAccess_subtitle__Hy2Uw {
  color: var(--text-2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.ManageAccess_notificationDot__3E53S {
  background: var(--error);
  border: 2px solid var(--base);
  border-radius: 9px;
  border-radius: 14px;
  color: #fff;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
}
.ManageAccess_tab__Ix435 {
  background-color: var(--base);
  border-radius: 4px;
  color: var(--text-2);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  padding: 8px;
}
.ManageAccess_selected__SvWn5 {
  background-color: #e1e8f7;
  color: var(--primary-color);
}
.ManageAccess_userAvatar__hpG1D {
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.ManageAccess_userAvatarSmall__DelJL {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.ManageAccess_chevronIcon__JMGrg {
  height: 12px;
  width: 12px;
}
.ConnectPanel_rightPanel__EpXlG {
  background: var(--elevation-1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding-bottom: 86px;
  position: fixed;
  width: 37.5%;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.ConnectPanel_header__xZ4A\+ {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
}
.ConnectPanel_title__KGNob {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 20px;
}
.ConnectPanel_sentMessage__BvBQY,
.ConnectPanel_subtitle__s0fsA {
  color: var(--text-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.PrivateWalletsList_walletsBox__987Z- {
  padding: 0 20px;
}
.PrivateWalletsList_table__OAyzO,
.PrivateWalletsList_walletsBox__987Z- {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  gap: 10px;
  width: 100%;
}
.PrivateWalletsList_table__OAyzO {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
}
.PrivateWalletsList_tableHeader__Z93AM {
  border-bottom: 1px solid var(--border-dark);
  color: var(--text-2);
  display: flex;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 20px 12px 12px;
  width: 100%;
}
.PrivateWalletsList_tableRow__biRRq {
  cursor: pointer;
  display: flex;
  padding: 2px 20px 2px 12px;
}
.PrivateWalletsList_checkboxCol__Rxiyx {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 30px;
}
.PrivateWalletsList_addressCol__L24U1 {
  width: 50%;
}
.PrivateWalletsList_addressText__OtBjB {
  color: var(--text-2);
  font-size: 13px;
}
.PrivateWalletsList_walletNameCol__0eKh0 {
  width: calc(30% - 30px);
}
.PrivateWalletsList_networthCol__fwZNV {
  text-align: right;
  width: 20%;
}
.PrivateWalletsList_button__A0bV4 {
  align-items: center;
  background: var(--primary-color);
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: 150%;
  padding: 4px 12px;
  text-align: center;
  &:disabled {
    background: var(--elevation-2);
    color: var(--text-3);
    cursor: default;
  }
}
.PrivateWalletsList_subtitle__SJeka {
  color: var(--text-2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.PrivateWalletsList_shareMessage__VONbC {
  background-color: var(--elevation-2);
  color: var(--text-2);
}
.PrivateWalletsList_pendingMessage__rSOVm,
.PrivateWalletsList_shareMessage__VONbC {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 20px;
}
.PrivateWalletsList_pendingMessage__rSOVm {
  background-color: var(--base);
  color: var(--warning);
}
.PrivateWalletsList_secondaryButton__s4HX2 {
  background: var(--error);
}
.ManageBundles_rightPanel__Ko590 {
  background: var(--elevation-1);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 100px;
  position: fixed;
  width: 37.5%;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.ManageBundles_header__nWtKt {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px 0;
}
.ManageBundles_title__xtCa2 {
  color: var(--text-1);
  flex-grow: 1;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 8px;
}
.ManageBundles_subtitle__AeEWJ {
  color: var(--text-2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.ManageBundles_notificationDot__zqaDo {
  background: var(--error);
  border: 2px solid var(--base);
  border-radius: 9px;
  border-radius: 14px;
  color: #fff;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
}
.ManageBundles_spanDot__5VtNK {
  background: var(--text-2);
  border-radius: 50%;
  height: 4px;
  width: 4px;
}
.ManageBundles_tab__5Ojo1 {
  background-color: var(--base);
  border-radius: 4px;
  color: var(--text-2);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  padding: 8px;
}
.ManageBundles_selected__AA3cl {
  background-color: #e1e8f7;
  color: var(--primary-color);
}
.ManageBundles_userAvatar__QkJIp {
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.ManageBundles_userAvatarSmall__EpKKU {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.ManageBundles_chevronIcon__rWX5p {
  height: 12px;
  width: 12px;
}
.ManageBundles_manageBundles__MF-vU {
  border: 1px solid var(--border-dark);
  border-radius: 24px;
  padding: 0 16px 0 12px;
}
.WalletDetails_rightPanel__M\+q54 {
  margin-bottom: 20px;
}
.WalletDetails_detailsContainer__s19AG,
.WalletDetails_rightPanel__M\+q54 {
  background: var(--elevation-1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.WalletDetails_detailsContainer__s19AG {
  gap: 16px;
  padding: 16px 20px;
}
.WalletDetails_header__XPBw4 {
  background: var(--base);
  display: flex;
  flex-direction: column;
  padding: 0;
}
.WalletDetails_header__XPBw4 .WalletDetails_wrapper__9dL-\+ {
  display: flex;
  flex-direction: column;
  padding: 24px 20px 0;
}
.WalletDetails_title__KSfd5 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.WalletDetails_subtitle__Pyuid {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.WalletDetails_crossIcon__K9YO\+ {
  cursor: pointer;
  height: 16px;
  margin-bottom: 16px;
  margin-right: 8px;
  width: 16px;
}
.WalletDetails_tabbar__\+hb-g {
  align-items: flex-start;
  background: "transparent";
  border-bottom: 1px solid var(--border-dark);
  bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  left: 0;
  padding: 0 20px;
  position: relative;
  right: 0;
}
.WalletDetails_tabbarlink__r4A7H {
  color: var(--text-2);
  font-weight: 400;
  padding-bottom: 4px;
}
.WalletDetails_active__ny9Ab,
.WalletDetails_tabbarlink__r4A7H {
  cursor: pointer;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.WalletDetails_active__ny9Ab {
  align-items: bottom;
  border-bottom: 4px solid var(--primary-color);
  color: var(--text-1);
  font-weight: 600;
}
.WalletDetails_panelDetailsPadding__eReRg,
.WalletDetails_portfolioWrapper__LEK86 {
  padding: 16px 20px;
}
.OtherUserBundle_userDetails__iDi9G {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}
.OtherUserBundle_iconRow__TJDN0 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding-bottom: 20px;
  padding-top: 24px;
}
.OtherUserBundle_avatar__qSJN\+ {
  border-radius: 24px;
  height: 40px;
  width: 40px;
}
.InfoTile_box__SbcOu {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.InfoTile_iconTextRow__NA-dq {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0;
}
.InfoTile_contentBox__wIuW3 {
  align-items: space-between;
  background: var(--base);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  padding: 10px 18px 9px;
}
.InfoTile_indicator__eGUP7 {
  border-radius: 0 0 6px 6px;
  height: 3px;
}
.InfoTile_success__AEbJH {
  background: var(--success);
}
.InfoTile_info__h47UU {
  background: var(--primary-color);
}
.InfoTile_neutral__ZxZvP {
  background: var(--text-2);
}
.InfoTile_text__-dkRg {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.InfoTile_textColorSuccess__JgW0u {
  color: var(--success);
}
.InfoTile_textColorNeutral__lyob1 {
  color: var(--text-2);
}
.InfoTile_textColorInfo__Cs1Mx {
  color: var(--text-1);
}
.InfoTile_iconColorSuccess__RzlWv {
  color: var(--success);
}
.InfoTile_iconColorNeutral__LDc7d {
  color: var(--primary);
}
.InfoTile_iconColorInfo__4AZs- {
  color: var(--text-2);
}
.deployedContracts_deployedContracts__Ehyhy {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  gap: 10px;
  margin-top: 16px;
  padding: 16px 20px;
}
.deployedContracts_createdAt__hEif- {
  white-space: nowrap;
}
.BundleAddressTab_container__VDgLZ {
  background: var(--base);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  margin-top: 20px;
  padding: 16px 20px;
}
.BundleAddressTab_header__hIVnl {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  margin-bottom: 16px;
}
.ProfileComponent_image__FpYLB {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.ProfileComponent_name__ZlPw4 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 8px;
}
.ProfileComponent_profile_component__MEGyk {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ProfileActivities_profileActivities__ZEGgr {
  display: flex;
  flex-direction: column;
}
.ProfileActivities_filtersPadding__AOdGF {
  padding-top: 16px;
}
.ProfileActivities_profileActivitiesFilters__PPVcE {
  height: 48px;
  margin-left: 11px;
  padding: 0 16px;
}
.TopPnl_container__X0q31 {
  column-gap: 12px;
  display: flex;
  overflow-x: auto;
  padding: 0 16px;
}
.TopPnl_container__X0q31::-webkit-scrollbar {
  display: none;
}
.TopPnl_cardContainer__VJaLJ {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  row-gap: 8px;
}
.TopPnl_commentsContainer__gRO-x {
  column-gap: 8px;
  display: flex;
  margin-top: 8px;
  overflow: auto;
}
.TopPnl_commentsContainer__gRO-x::-webkit-scrollbar {
  display: none;
}
.TopPnl_engagementContainer__5xp5r {
  overflow: visible;
}
.ProfileRightCards_mutualAvatar__Ip4\+S {
  border-radius: 8px;
  height: 52px;
  width: 52px;
}
.ProfileRightCards_mutualHolding__nGNgs {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4px;
}
.ProfileRightCards_mutualHoldingAvatar__yOvnG {
  align-items: center;
  border: 1px solid var(--border-dark);
  border-radius: 32px;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid #0000;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff
    url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=)
    50% no-repeat;
}
@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
  src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix)
      format("embedded-opentype"),
    url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),
    url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),
    url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: #0000;
  color: #0000;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.slick-dots li button {
  background: #0000;
  border: 0;
  color: #0000;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "•";
  font-family: slick;
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.ZxNftDetails_container__-KBpK {
  display: flex;
  flex-direction: column;
}
.ZxNftDetails_nftWrapper__J9lcU {
  border: 4px solid var(--base);
  border-radius: 12px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.078);
  height: 330px;
  width: 330px;
}
.ZxNftDetails_nftWrapper__J9lcU img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.ZxNftDetails_avatar__5eZj5,
.ZxNftDetails_collectionAvatar__5BGSf {
  border-radius: 24px;
  height: 24px;
  width: 24px;
}
.ZxNftDetails_collectionAvatar__5BGSf {
  border: 1px solid var(--border-dark);
}
.ZxNftDetails_nftDetails__bxX9a {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  row-gap: 0;
}
.ZxNftDetails_similarNftsContainer__MBcJg {
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 8px;
  row-gap: 16px;
}
.ZxNftTraits_container__h42zH {
  column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.ZxNftTraits_trait__ox9eR {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 12px 24px;
  width: 49%;
}
.ZxNftActivities_container__WVKpK {
  padding-top: 8px;
  position: relative;
}
.ZxNftActivities_imageContainer__vUql5 {
  border-radius: 12px;
  height: 48px;
  width: 48px;
}
.ZxNftActivities_imageContainer__vUql5 img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
}
.ZxNftActivities_row__UXHuW {
  align-items: center;
  display: grid;
  grid-template-columns: 4.5fr 7.5fr 2fr 48px;
}
.ZxNftActivities_nftRow__K5FZU {
  grid-template-columns: 8fr 2fr 32px;
}
.ZxNftActivities_avatar__hy2Dq {
  border-radius: 24px;
  height: 24px;
  width: 24px;
}
.ZxNftActivities_priceTimeContainer__U5X4L {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-self: flex-end;
  row-gap: 4px;
}
.WalletAccessPage_container__mHxEr {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 84px);
  padding: 16px;
  row-gap: 16px;
}
.WalletAccessPage_actors__dXXpu {
  background-color: var(--elevation-1);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
}
.WalletAccessPage_actor__ur-jo {
  background-color: var(--base);
  border-radius: 40px;
  padding: 4px;
  width: 350px;
}
.WalletAccessPage_walletCount__C7sZW {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 50px;
  column-gap: 8px;
  display: flex;
  justify-content: center;
  width: 48px;
}
.WalletAccessPage_otherActor__2Jmhy {
  background-color: var(--primary-color);
}
.WalletAccessPage_walletRow__-\+CkB {
  background-color: var(--base);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  cursor: pointer;
}
.WalletAccessPage_walletRow__-\+CkB.WalletAccessPage_selected__zsaJQ {
  background-color: var(--primary-color10);
}
.WalletAccessPage_disabled__fNuff {
  cursor: not-allowed;
}
.WalletAccessPage_buttonRow__59WCi {
  grid-column-gap: 16px;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.WalletAccessPage_wallets__ztGFv {
  height: 400px;
  overflow: scroll;
}
.WalletAccessPage_requestRow__IxfsB {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.WalletAccessPage_count__OMwtn {
  border-radius: 8px;
  font-size: 10px;
  padding: 2px 8px;
}
.WalletAccessPage_red__Nd6Q5 {
  background-color: var(--error);
  color: var(--text-white);
}
.WalletAccessPage_black__JUilI {
  background-color: var(--text-white);
  color: #000;
}
.WalletAccessPage_newRequestBtn__cwbO- {
  cursor: pointer;
}
.WalletAccessPage_followingContainer__Tp\+HS {
  height: 400px;
  margin-top: 16px;
  overflow: scroll;
}
.WalletAccessPage_followingRow__vKOqq {
  cursor: pointer;
}
.ZxCheckBox_container__LHXSj {
  cursor: pointer;
  padding: 8px;
}
.ZxCheckBox_checkbox__t-7rq {
  padding: 0 !important;
}
.ZxCheckBox_checkbox__t-7rq.ZxCheckBox_Mui-checked__JhUhm
  + .ZxCheckBox_MuiFormControlLabel-label__LQi\+W {
  color: var(--text-1) !important;
}
.ZxCheckBox_checkbox__t-7rq .ZxCheckBox_MuiSvgIcon-root__igzAd {
  font-size: 18px;
  padding: 0;
}
.ZxCheckBox_checkbox__t-7rq .ZxCheckBox_Mui-checked__JhUhm {
  background-color: var(--elevation-2);
  color: var(--primary-color);
}
.ZxCheckBox_checkedLabel__-40oQ {
  background-color: var(--primary-color10);
  color: var(--primary-color) !important;
  font-weight: 500 !important;
}
.ZxCheckBox_MuiCheckbox-root__i\+lTR {
  color: #fff;
  padding: 0;
}
.ZxCheckBox_MuiCheckbox-colorPrimary__mmayW.ZxCheckBox_Mui-checked__JhUhm {
  color: var(--primary-color);
  padding: 0;
  transition: all 0.3s ease;
}
.ZxCheckBox_checked__f0BOd {
  color: var(--primary-color) !important;
}
.ProfleEditPage_dp__73ESz {
  object-fit: cover;
}
.ConnectWallet_mainContent__m8ZPF {
  margin-top: 25px;
  width: 100%;
}
.ConnectWallet_header__s1MlY {
  margin-bottom: 20px;
}
.ConnectWallet_mainTitle__H6b6Y {
  font-size: 20px;
  font-weight: 600;
}
.ConnectWallet_mainTitle__H6b6Y,
.ConnectWallet_subtitle__NFyoj {
  color: #1b1f22;
  font-family: Roboto;
  letter-spacing: normal;
  line-height: 130%;
}
.ConnectWallet_subtitle__NFyoj {
  font-size: 28px;
  font-weight: 700;
}
.ConnectWallet_requirements__j3z23 {
  background: #d8f5e5;
  background: url(/static/media/wallet-connect.212a5003c7f74131fb16.svg)
    no-repeat;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
}
.ConnectWallet_textContainer__\+VH4I {
  flex-grow: 1;
  max-width: 380px;
  position: relative;
}
.ConnectWallet_textContainer__\+VH4I ol {
  list-style: none;
  padding: 0;
}
.ConnectWallet_textContainer__\+VH4I li {
  align-items: center;
  color: #1b1f22;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px;
  position: relative;
}
.ConnectWallet_itemNum__Rlw7G {
  align-items: center;
  background: #1b1f22;
  border-radius: 50%;
  color: #fff;
  content: attr(data-index);
  display: flex;
  font-size: 11px;
  font-weight: 500;
  height: 16px;
  justify-content: center;
  margin-right: 10px;
  width: 16px;
}
.ConnectWallet_shield__WKof9 {
  height: 140px;
  width: 140px;
}
.ConnectWallet_readThis__zYPQ7 {
  position: absolute;
  right: 0;
  top: -80px;
}
.ConnectWallet_readThisImg__F-eIm {
  width: 175px;
}
.ConnectWallet_walletConnection__uv\+Bp h2 {
  color: #1b1f22;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 4px;
  text-align: left;
}
.ConnectWallet_walletConnection__uv\+Bp p {
  color: #687684;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
.ConnectWallet_walletButtons__oesVc {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}
.ConnectWallet_walletButton__PBiue {
  align-items: center;
  background: #6876840a;
  border: 2px solid #0000;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 120px;
  justify-content: center;
  position: relative;
  width: 49%;
}
.ConnectWallet_selected__BAQlT {
  background-color: #0648d71f;
}
.ConnectWallet_walletButton__PBiue .ConnectWallet_typeIcon__S3VhM {
  height: 48px;
  width: 48px;
}
.ConnectWallet_publicText__0lEyQ {
  color: #0648d7;
  font-size: 15px;
  font-weight: 600;
  padding-top: 8px;
}
.ConnectWallet_privateText__hOpNF {
  color: #687684;
  font-size: 15px;
  font-weight: 300;
  padding-top: 8px;
}
.ConnectWallet_infoIcon__tk4oc {
  height: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
}
.ConnectWallet_continueButton__MrYMJ {
  align-items: center;
  background: #0648d7;
  border: none;
  border-radius: 8px !important;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 600;
  height: 58px !important;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.ConnectWallet_paginationContainer__KoV48 {
  align-items: center;
  background: #f0f2f5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 5px 8px;
}
.ConnectWallet_bgBanner__W6y1f {
  background-repeat: none;
  background-size: cover;
  width: 100%;
}
.ConnectWallet_contentText__32W82 {
  color: #425c4d;
}
.ConnectWallet_points__IshGM {
  min-height: 150px;
  padding: 12px;
}
.ConnectWallet_restrictionItem__Uvclc {
  align-items: center;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  gap: 8px;
  margin: 15px 0;
}
.ConnectWallet_restrictionItemNum__XE\+PP {
  background-color: #425c4d;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.ConnectWallet_text__-hOK7 {
  color: #000;
  font-size: 15px;
}
.ConnectWallet_restrictionItemValid__c5lbE {
  color: #587381;
}
.ConnectWallet_restrictionItemInvalid__lJsts {
  color: #d9534f;
}
.ConnectWallet_shimmerCont__y1yaP {
  border-radius: 12px;
  display: flex;
  flex: 1 1;
  min-height: inherit;
  overflow: auto;
  position: relative;
}
@media only screen and (max-width: 576px) {
  .ConnectWallet_mainContent__m8ZPF {
    margin-top: 12px;
  }
  .ConnectWallet_subtitle__NFyoj {
    font-size: 24px;
  }
  .ConnectWallet_header__s1MlY {
    margin-bottom: 12px;
  }
  .ConnectWallet_requirements__j3z23 {
    background-size: 380px;
  }
}
.OnboardingBg_container__hxG8w {
  background: #f8f8f9;
  display: flex;
  min-height: 100vh;
}
.OnboardingBg_sidebar__PpqCn {
  align-items: flex-start;
  background: #f8f8f9;
  display: flex;
  justify-content: flex-start;
  min-width: 320px;
  padding: 24px;
  width: 23%;
}
.OnboardingBg_logo__9n3b1 {
  border-radius: 16px;
  box-shadow: 0 4.27px 12.8px 0 #08173814;
  height: 80px;
  width: 80px;
}
.OnboardingBg_contentHeaderActions__yeZbR {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 20px;
  width: 100%;
}
.OnboardingBg_content__rTC3i {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 20px 60px 20px 8%;
  max-width: 600px;
  min-width: 600px;
}
.OnboardingBg_mainContent__N8BZe {
  margin-top: 40px;
  width: 100%;
}
.OnboardingBg_talkToUs__aFvzq {
  align-items: center;
  background: #68768414;
  border-radius: 8px;
  color: #687684;
  cursor: pointer;
  display: flex;
  gap: 8px;
  margin-left: auto;
  padding: 6px 15px;
}
.OnboardingBg_paginationContainer__HpHUb {
  align-items: center;
  background: #f0f2f5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  padding: 5px 8px;
}
.OnboardingBg_liveChat__tkJ9- {
  align-items: center;
  background-color: var(--success-light);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
}
.OnboardingBg_linksContainer__Wpd9I {
  display: flex;
  gap: 8px;
}
.OnboardingBg_logoutContainer__kQAm8 {
  align-items: center;
  column-gap: 8px;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .OnboardingBg_content__rTC3i {
    margin: 20px 12px;
    max-width: 500px;
    min-width: 0;
    overflow: scroll;
  }
  .OnboardingBg_contentHeaderActions__yeZbR {
    margin-top: 0;
  }
  .OnboardingBg_linksContainer__Wpd9I {
    display: flex;
    gap: 8px;
  }
  .OnboardingBg_contentHeaderActions__yeZbR {
    align-items: flex-end;
    column-gap: 12px;
    justify-content: flex-start;
  }
  .OnboardingBg_logoutContainer__kQAm8 {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
}
._1n3pr300 {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  background-color: initial;
  border: 0 solid #f1f1f1;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 13px 21px;
  text-align: left;
  transition: opacity 0.2s;
  vertical-align: initial;
}
._1n3pr300:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
._1n3pr301 {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  background-color: #7c65c1;
  border: 0 solid #f1f1f1;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 13px 21px;
  text-align: left;
  transition: opacity 0.2s;
  vertical-align: initial;
}
._1n3pr301:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
._1n3pr302 {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  background-color: #00000008;
  border: solid #d2d2d2;
  border-radius: 8px;
  border-width: 1px medium;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 13px 21px;
  text-align: left;
  transition: opacity 0.2s;
  vertical-align: initial;
}
._1n3pr302:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
._1n3pr303 {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  background-color: initial;
  border: 0 solid #f1f1f1;
  border-radius: 8px;
  box-sizing: border-box;
  color: #7c65c1;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 13px 21px;
  text-align: left;
  transition: opacity 0.2s;
  vertical-align: initial;
}
._1n3pr303:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
._1n3pr304 {
  -webkit-user-select: none;
  user-select: none;
}
._1n3pr305 {
  display: flex;
  height: 0;
  justify-content: center;
  position: relative;
}
._1rbg3ua0 {
  box-shadow: 0 6px 12px #0000001f;
  font-weight: 400;
  margin-top: 12px;
}
._1rbg3ua1 {
  align-items: flex-start;
  display: flex;
}
._1rbg3ua2 {
  border-radius: 28px;
  height: 28px;
  object-fit: cover;
  width: 28px;
}
._1rbg3ua3 {
  margin-left: 9px;
  margin-right: 12px;
}
._16wbil70 {
  font-weight: 400;
  margin-top: 12px;
}
._16wbil71 {
  margin-right: 9px;
}
@keyframes nao3n40 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes nao3n41 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nao3n42 {
  animation: nao3n41 0.15s ease;
  -webkit-backdrop-filter: modalOverlay;
  backdrop-filter: modalOverlay;
  background: #0000004d;
  bottom: -200px;
  display: flex;
  justify-content: center;
  left: -200px;
  padding: 200px;
  position: fixed;
  right: -200px;
  top: -200px;
  transform: translateZ(0);
  z-index: 999999999;
}
.nao3n43 {
  animation: nao3n40 0.35s cubic-bezier(0.15, 1.15, 0.6, 1), nao3n41 0.15s ease;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  position: relative;
}
._1sj0tk80 {
  background-color: #fff;
  border-radius: 12px;
  font-family: Inter, sans-serif;
  letter-spacing: -0.09px;
  max-width: 405px;
  padding: 16px;
  position: relative;
}
._1sj0tk81 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
._1sj0tk82 {
  color: #00000080;
  font-size: 15px;
  line-height: 20px;
}
._1sj0tk83 {
  color: #7c65c1;
  text-decoration: none;
}
._1sj0tk84 {
  color: #00000080;
  font-size: 15.5px;
  margin-top: 8px;
}
._1sj0tk85 {
  border: 1px solid #e5e7eb55;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 16px;
  padding: 16px;
}
._1sj0tk85,
._8rz8bk0 {
  background-color: #fff;
}
._8rz8bk0 {
  bottom: 9px;
  box-shadow: 0 0 6px #0000004d;
  left: 9px;
  overflow: scroll;
  padding: 24px;
  position: fixed;
  width: 600px;
  z-index: 10;
}
.FarcasterSignInButton_container__Fp58n {
  background-color: var(--farcaster-connect);
  border-radius: 8px;
  cursor: pointer;
  padding: 12px 16px;
  width: 100%;
}
.FarcasterSignInButton_connected__00liC {
  background-color: var(--elevation-1);
  color: var(--text-1);
}
.FarcasterSignInButton_disabled__qcJOJ {
  cursor: not-allowed !important;
}
.FarcasterSignInButton_header__rSqCg {
  margin-bottom: 20px;
}
.FarcasterSignInButton_mainTitle__0yTMZ {
  color: #1b1f22;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 36px;
  margin-bottom: 4px;
}
.FarcasterSignInButton_subtitle__o8HMW {
  color: #687684;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 160%;
}
.FarcasterSignInButton_socialsContainer__x9YDI {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.FarcasterSignInButton_socialButton__VNnG1 {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  height: 120px;
  justify-content: center;
  padding: 20px;
  position: relative;
  transition: transform 0.3s;
  width: 160px;
}
.FarcasterSignInButton_socialButton__VNnG1:hover {
  transform: translateY(-5px);
}
.FarcasterSignInButton_farcasterButton__I7AAH {
  background: #855dcd;
  color: #fff;
}
.FarcasterSignInButton_twitterButton__TC5if {
  background: #1b1f22;
  color: #fff;
}
.FarcasterSignInButton_twitter_icon__nDQ5B {
  margin-bottom: 5px;
}
.FarcasterSignInButton_lensButton__y7huc {
  background: #42673b;
  color: #fff;
}
.FarcasterSignInButton_farcasterLogo__-wukX,
.FarcasterSignInButton_lensLogo__VIQ7Y {
  height: 20px;
  width: 20px;
}
.TelegramLoginButton_telegramBtn__FCfd0 {
  color: var(--primary-color);
  cursor: pointer;
  flex: 3 1;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 150%;
  overflow: auto;
}
.ZxTokenPage_container__ZcsrA {
  column-gap: 12px;
  display: flex;
  margin: 12px;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .ZxTokenPage_container__ZcsrA {
    justify-content: space-between;
    margin-left: -4px;
    width: calc(100vw - 100px);
  }
}
.ZxTokenPage_content__QcdyQ {
  background-color: var(--base);
  border-radius: 8px;
  flex: 1 1;
  height: auto;
  padding: 12px;
}
.ZxTokenPage_rightBar__rM7\+7 {
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .ZxTokenPage_container__ZcsrA {
    margin-left: -78px;
  }
  .ZxTokenPage_content__QcdyQ {
    padding: 12px 0 0;
    width: 100vw;
  }
}
.TokenPageRightBar_container__j\+J5y {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.TokenPageRightBar_card__0cvqi {
  background-color: var(--base);
  border-radius: 8px;
  height: auto;
  padding: 12px;
}
.TokenPageRightBar_liquidity__cSGyQ {
  border-right: 1px solid var(--border-light);
}
.TokenPageRightBar_buySellBar__s7HgX {
  border-radius: 2px;
  height: 3px;
  width: 120px;
}
.TokenPageRightBar_bar__kk8xd {
  height: 3px;
  width: 100%;
}
.TokenPageRightBar_buyBar__kM3BD {
  background-color: var(--success);
  border-radius: 3px;
  height: 3px;
  width: 100%;
}
.TokenPageRightBar_sellBar__tNKK9 {
  background-color: var(--error);
  border-radius: 3px;
  height: 3px;
}
.TokenPage_container__SXfXQ {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-left: -330px;
  min-height: calc(100vh - 52px);
  width: 800px;
}
.TokenPage_pageContent__hdJyL {
  background-color: var(--base) !important;
  border: 1px solid var(--elevation-2);
  border-radius: 12px;
  margin-top: 16px;
  min-height: calc(100vh - 48px);
  overflow-x: auto;
  overflow-y: scroll;
  padding-top: 8px;
  width: 100%;
}
.TokenPage_loadingContainer__GSAUU {
  margin-top: 0;
  padding-top: 0;
}
.TokenPage_rightBar__h7olS {
  border-radius: 8px;
  border-top-right-radius: 0;
  height: calc(100vh - 52px);
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 64px;
  width: 320px;
}
.TokenPage_whiteBg__feZIM {
  background-color: var(--base);
  border: 1px solid var(--elevation-2);
}
.TokenPage_loader-container__JMR4F {
  display: grid;
  grid-template-columns: 7fr 3fr;
  height: 98vh;
  width: 100%;
}
.TokenPage_loader-header__gjBQp {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.TokenPage_loader-header-buttons__NKZBc {
  align-items: center;
  column-gap: 16px;
  display: flex;
}
.TokenPage_loader-left__Dof\+R,
.TokenPage_loader-right__RxY1E {
  border-right: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding-right: 12px;
  row-gap: 12px;
}
.TokenPage_loader-tabs__vd4qk {
  align-items: center;
  column-gap: 16px;
  display: flex;
}
.TokenPage_loader-charts__ePpac {
  height: 380px;
}
.TokenPage_loader-charts__ePpac .TokenPage_loader-chart__WYi9i {
  --webkit-transform: none;
  transform: none;
}
.TokenPage_icon_wrapper__a7oJg {
  align-items: center;
  border-right: 1px solid var(--border-dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 8px;
  padding-right: 8px;
}
.TokenPage_edit_icon__izHAx {
  margin-left: 8px;
}
.TokenPage_edit_form_heading__bCgKY {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  margin-top: 10px;
}
.TokenPage_loader_button__OsuSB {
  border-radius: 18px;
  height: 36px;
  width: 124px;
}
.TokenDescription_image__X6COV {
  border-radius: 8px;
  height: 120px;
  width: 100%;
}
.TokenDescription_flagContainer__0jtaB {
  align-items: center;
  border-radius: 30px;
  column-gap: 4px;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  height: 30px;
  padding: 4px 12px;
}
.TokenDescription_redFlag__f73dy {
  background-color: var(--error-light);
  color: var(--error);
}
.TokenDescription_greenFlag__-YRWl {
  background-color: var(--success-light);
  color: var(--success);
}
.TokenDescription_text__0J1sG {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.TokenDescription_showMoreText__X1gVo {
  color: var(--primary-color);
  font-weight: 400;
}
.TokenTwitterPill_container__9vcJS {
  align-items: center;
  background-color: var(--twitter-banner);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.TokenTwitterPill_text-left__ZmsmB {
  align-items: center;
  column-gap: 8px;
  display: flex;
}
.TokenTwitterPill_logo__ltTce {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.PartOfProfile_protocol_card_container__V0CsE {
  align-items: center;
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  margin: 16px 0;
  padding: 9px 20px;
}
.PartOfProfile_protocol_details__wPIhs {
  flex-grow: 1;
}
.PartOfProfile_protocol_name__wETZM {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 8px;
}
.PartOfProfile_protocol__85jfG {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.PartOfProfile_protocol_text__sHQLu {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.PartOfProfile_open_in_new_tab__TgDXi {
  color: var(--text-2);
  height: 40px;
  margin-right: 16px;
}
.PartOfProfile_layers_icon__CPWOo {
  color: var(--text-2);
  height: 40px;
  margin-right: 6px;
}
.PartOfProfile_view_protocol__Kf-dc {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.PartOfProfile_view_protocol_text__IfPot {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.PartOfProfile_icon__uNJ2Z {
  margin-left: 12px;
}
.PartOfProfile_protocol_image__0eCZ4 {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
@media (max-width: 768px) {
  .PartOfProfile_creator_details_container__sItws {
    flex-wrap: wrap;
    gap: 6px;
  }
}
.ProfileHeader_profile_header__u18jb {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.ProfileHeader_main__JmUCN {
  width: 800px;
}
.ProfileHeader_cards__hNtP6 {
  grid-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  width: 100%;
}
.ProfileHeader_profileInfoShimmer__SHxfu {
  background-color: var(--base);
  display: block;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .ProfileHeader_cards__hNtP6 {
    overflow: auto;
    width: 90vw;
  }
  .ProfileHeader_main__JmUCN {
    width: 95vw;
  }
  .ProfileHeader_profile_header__u18jb {
    align-items: flex-start;
    padding-top: 16px;
  }
}
.ProfileHeader_dotLight__tEMoN,
.ProfileHeader_dot__oKbVZ {
  background-color: var(--text-2);
  border-radius: 50%;
  display: inline-block;
  height: 3px;
  margin: 0 2px;
  width: 3px;
}
.ProfileHeader_follower_info__mWRQP {
  align-items: center;
  color: var(--text-2);
  column-gap: 8px;
  display: flex;
  font-size: 13px;
}
.ProfileHeader_mutual_contacts_cont__p9bbJ {
  background-color: var(--elevation-1);
  border-radius: 6px;
  margin: 8px 0;
  padding: 6px 12px;
}
.ProfileHeader_follower_info_item__c5aYT {
  align-items: center;
  display: flex;
  gap: 4px;
}
.ProfileHeader_count__ptWbo {
  color: var(--text-1);
  font-size: 14px;
  font-weight: 500;
}
.NotificationPopUp_container__nbFu9 {
  min-width: 160px;
}
.NotificationPopUp_title__cn0wm {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 150%;
  text-transform: uppercase;
}
.NotificationPopUp_notificationType__imQFP {
  background: var(--base);
  cursor: pointer;
  padding: 6px 0;
}
.NotificationPopUp_isActive__X7fCL {
  background: var(--elevation-1);
}
.NotificationPopUp_typeText__JB3U2 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.NotificationPopUp_isActiveText__9xYKg {
  color: var(--text-1);
  font-weight: 600;
}
.ConnectionButton_connectButton__Bj7j0 {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 8px;
  color: var(--text-2);
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  gap: 4px;
  height: 38px;
  justify-content: center;
  padding: 6px 12px;
  position: relative;
  width: auto;
}
.ConnectionButton_requestPending__ci6JC {
  background-color: var(--warning-light);
  color: var(--warning);
}
.ConnectionButton_requestAccepted__jtU9G {
  background-color: var(--success-light);
  color: var(--success);
}
.ConnectionButton_count__zXE65 {
  background-color: var(--elevation-2);
  border-radius: 8px;
  color: var(--text-2);
  font-size: 10px;
  margin-left: 4px;
  padding: 2px 8px;
}
.NetWorthCard_net_worth_card__iPqXo {
  background-size: cover;
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
  height: 180px;
  padding: 16px 20px;
  position: relative;
  transition: all 0.1s ease-in;
  width: 500px;
}
.NetWorthCard_net_worth_card__iPqXo:hover {
  background-color: #0648d708;
  border: 1px solid var(--card-hover);
  box-shadow: 0 0 16px 0 #0000000a;
}
.NetWorthCard_shimmerBox__Tekai {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.NetWorthCard_container_class__D-RXu {
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  height: 160px;
  width: 240px;
}
.NetWorthCard_net_worth_info__Io95S {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.NetWorthCard_top__TYuVX {
  flex-grow: 1;
}
.NetWorthCard_categories__dpJ5W {
  margin: 0;
  padding: 0;
}
.NetWorthCard_category__YVaAX {
  align-items: center;
  display: flex;
  height: 28px;
}
.Mui-disabled {
  color: var(--primary-color40) !important;
}
.NetWorthCard_filterCheckbox__vdorV {
  padding: 0 !important;
}
.NetWorthCard_category_value__S61z1 {
  align-items: center;
  color: var(--text-1);
  column-gap: 8px;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normalpx;
  line-height: 130%;
  margin-top: 4px;
  text-transform: capitalize;
}
.NetWorthCard_value__BU9vB {
  align-items: center;
  display: flex;
  gap: 8px;
}
.NetWorthCard_title__4QErU {
  align-items: center;
  color: var(--text-2);
  column-gap: 8px;
  display: flex;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 150%;
  text-transform: uppercase;
}
.NetWorthCard_value_number__tjPjb {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
@media (max-width: 768px) {
  .NetWorthCard_net_worth_card__iPqXo {
    flex-shrink: 0;
  }
}
.NetWorthCard_graph_component_refetch__7ceTa {
  align-items: center;
  display: flex;
  width: 100%;
}
.NetWorthCard_graphContainer__I9NGb {
  bottom: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
}
.NetWorthCard_graphError__cts3C {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 60px;
  width: 200px;
}
.NetWorthCard_graph__o91Bv {
  border-radius: 4px;
  bottom: 16px;
  position: absolute;
  right: 0;
}
.NetWorthCard_graphLoader__aKjmz {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.NetWorthCard_holdingsTile__1AOzr {
  color: var(--text-1);
  font-size: 11px;
}
.NetWorthCard_holdingsValue__g47P3 {
  color: var(--text-1);
  font-size: 11px;
  font-weight: 600;
}
.NetWorthCard_dropdownButton__-WDJZ {
  color: var(--text-2) !important;
  cursor: pointer;
  z-index: 1;
}
.NetWorthCard_dropdownList__jc9Fy {
  width: 66px !important;
}
.FollowerFollowingRightPanel_rightPanel__n-Er5 {
  background: var(--elevation-1);
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.FollowerFollowingRightPanel_header__nKkJZ {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  padding: 16px 20px;
}
.FollowerFollowingRightPanel_title__Mi1M7 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.FollowerFollowingRightPanel_listContainer__FYlBM {
  padding: 16px 20px;
}
.MutualFollowersRightPanel_rightPanel__c28li {
  background: var(--elevation-1);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.MutualFollowersRightPanel_header__EwvPO {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px 0;
}
.MutualFollowersRightPanel_title__IyccM {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 20px;
}
.MutualFollowersRightPanel_listContainer__WOPb3 {
  overflow: auto;
  padding: 16px 20px;
}
.Settings_container__piz5z {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
.Settings_heading__6HZAu {
  color: var(--text-1);
}
.Settings_heading__6HZAu,
.Settings_walletCountText__8e6yo {
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.Settings_walletCountText__8e6yo {
  color: var(--text-2);
}
.Settings_detailsContainer__sT1PH {
  padding-top: 24px;
}
.Settings_basicInfoColumn__BlZjz,
.Settings_detailsContainer__sT1PH {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
  width: 100%;
}
.Settings_walletsHeaderRow__cCxsR {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.Settings_walletDeleteRow__wMZmf {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-end;
  width: 100%;
}
.Settings_verifyWalletText__ktuln {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  padding-bottom: 2px;
  text-align: right;
  text-transform: none;
}
.postSuccess_successWrapper__SfWnZ {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  display: flex;
  height: 48px;
  justify-content: space-between;
  margin-top: 24px;
}
.postSuccess_contentWrapper__XVIel {
  align-items: center;
  display: flex;
  gap: 24px;
  padding: 12px 28px;
}
.postSuccess_successIconWrapper__4DwuS {
  display: flex;
}
.postSuccess_successIcon__FVsFs {
  height: 20px;
  width: 20px;
}
.postSuccess_successMessage__o4n9m {
  color: var(--success);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 23px;
}
.postError_errorWrapper__CL7-Y {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  display: flex;
  height: 48px;
  justify-content: space-between;
  margin-top: 24px;
}
.postError_contentWrapper__aq0HP {
  align-items: center;
  display: flex;
  gap: 24px;
  padding: 12px 28px;
}
.postError_errorIconWrapper__KUcLh {
  display: flex;
}
.postError_errorIcon__2qiiU {
  height: 20px;
  width: 20px;
}
.postError_errorMessage__Y1LVR {
  color: var(--error);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 23px;
}
.ScheduledPostList_container__Gi8EO {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  height: 100%;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.ScheduledPostList_noDataContainer__5dPr2 {
  align-items: center;
  color: var(--text-2);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 100%;
  justify-content: center;
}
.ScheduledPostList_postContainer__DQ\+sK {
  border-bottom: 1px solid var(--border-dark);
  margin-bottom: 10px;
  padding: 15px;
  position: relative;
}
.ScheduledPostList_imagesContainer__qdBY\+ {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.ScheduledPostList_imagePreview__GszaZ {
  border-radius: 4px;
  height: 32px;
  width: 32px;
}
.ScheduledPostList_date__o3fjB {
  align-items: center;
  color: var(--text-2);
  display: flex;
  font-size: 12px;
  gap: 4px;
}
.ScheduledPostList_content__jMOBy {
  color: var(--text-1);
}
.ScheduledPostList_actions__pJJEC {
  display: flex;
  gap: 4px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.ScheduledPostList_actions__pJJEC button {
  background-color: initial;
  border: none;
}
.ScheduledPostList_truncate__KMUV3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
}
.newPostModal_modalWrapper__QEMpU {
  align-items: start;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.newPostModal_modalContainer__OHrBI {
  background-color: var(--base);
  border-radius: 6px;
  left: -40px;
  margin-top: 10%;
  position: relative;
  width: 700px;
}
.newPostModal_modalTitleWrapper__dpFBw {
  margin: 16px 20px 0;
  position: relative;
}
.newPostModal_close__j77MJ {
  background: none;
  display: flex;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.newPostModal_close__j77MJ svg {
  stroke: var(--text-1);
}
.newPostModal_title__TJVrQ {
  color: var(--text-1);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 26px;
}
.newPostModal_modalContentWrapper__2K30z {
  margin: 16px 20px;
}
@media (max-width: 768px) {
  .newPostModal_modalContainer__OHrBI {
    left: 0;
    width: 95vw;
  }
}
.Feed_borderTop__C34BF {
  border-top: 1px solid var(--border-dark);
}
.Feed_tabbar__cac0p {
  background-color: var(--base);
  border-bottom: 1px solid var(--border-dark);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  z-index: 3;
}
.ZxWatchlistTicker_container__7doB9 {
  align-items: center;
  border-bottom: 1px solid var(--border-light);
  column-gap: 0;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.ZxWatchlistTicker_starWrapper__BFhqw {
  align-items: center;
  box-shadow: 20px 0 12px -20px #0000001a;
  display: flex;
  height: 66px;
  padding: 0 16px;
}
.ZxWatchlistTicker_starContainer__hVuQL {
  height: 32px;
  width: 32px;
}
.ZxWatchlistTicker_tickerWrapper__K\+Mcv {
  overflow: hidden;
  width: 100%;
}
.ZxWatchlistTicker_tickerWrapper__K\+Mcv::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.ZxWatchlistTicker_tickerWrapper__K\+Mcv:hover
  .ZxWatchlistTicker_tickerContainer__1harT {
  animation-play-state: paused;
}
.ZxWatchlistTicker_tickerContainer__1harT {
  display: inline-flex;
  min-width: -webkit-max-content;
  min-width: max-content;
  white-space: nowrap;
  will-change: transform;
}
.ZxWatchlistTicker_tickerContainer__1harT::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.ZxWatchlistTicker_tickerItemWrapper__KuBQL {
  padding: 16px 0;
}
.ZxWatchlistTicker_tickerItemWrapper__KuBQL:hover {
  background-color: var(--elevation-1);
}
.ZxWatchlistTicker_tickerItemWrapper__KuBQL:hover
  .ZxWatchlistTicker_tickerItem__R1Eg0 {
  border-right: 1px solid #0000;
}
.ZxWatchlistTicker_tickerItem__R1Eg0 {
  border-right: 1px solid var(--border-dark);
  padding: 0 8px 2px 20px;
}
.ZxWatchlistTicker_hovering__TCIv4 .ZxWatchlistTicker_tickerItemActions__dT7G7 {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  width: 100%;
}
.ZxWatchlistTicker_tickerItemActions__dT7G7 {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  width: 20px;
}
.ZxWatchlistTicker_paused__l1VzL {
  animation-play-state: paused;
}
.ZxWatchlistTicker_paused__l1VzL::-webkit-scrollbar {
  height: 0;
  width: 0;
}
@keyframes ZxWatchlistTicker_scrolling__FIS\+m {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.pageNotFound_wrapper__hKko\+ {
  background-image: url(/static/media/404_bg.cf096ee3c34c5717d100.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: relative;
}
.pageNotFound_content__ypntJ {
  display: flex;
  flex-direction: column;
  gap: 92px;
  left: 50%;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .pageNotFound_wrapper__hKko\+ {
    margin-top: -60px;
    position: static;
  }
  .pageNotFound_content__ypntJ {
    gap: 0;
    left: 50%;
    top: 17%;
    transform: translateX(-50%);
  }
}
.NftPageAvatar_avatar__FSPNj {
  border: 6px solid var(--background);
  border-radius: 20px;
  height: 112px;
  width: 112px;
}
.NftPageAvatar_dark__sAy0b {
  border: 6px solid var(--border-dark);
}
.NftPageAvatar_image__N4E5M {
  border-radius: 16px;
  height: 100px;
  width: 100px;
}
.ZxNftHeader_infoPill__K5u1d {
  background-color: var(--elevation-2);
  border-radius: 8px;
  padding: 8px;
  width: 150px;
}
.ZxNftHeader_graphContainer__FeZmU {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ZxNftHeader_floorPriceContainer__97Arw {
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  padding: 16px;
}
.ZxNftHeader_infoPills__Bk4Rq {
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  column-gap: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8px;
}
.Graph_container__PuMg9 {
  position: relative;
}
.Graph_container__PuMg9.Graph_right_pane__jruDe .Graph_net_worth__b3p\+0 {
  left: 520px;
}
.Graph_live__u7UFg,
.Graph_net_worth__b3p\+0 {
  display: flex;
  flex-direction: row;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  left: 736px;
  letter-spacing: normal;
  line-height: 130%;
  padding: 2px 4px;
  position: absolute;
  top: 42px;
}
.Graph_left_bar__n1jLk {
  height: 32px;
  margin-right: 14px;
  width: 6px;
}
.Graph_content_top__9C\+G\+ {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.Graph_content_value__KIp8T {
  color: var(--text-1);
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  margin-right: 8px;
}
.Graph_content_change__yM9Il,
.Graph_content_value__KIp8T {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
}
.Graph_content_change__yM9Il {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 2px;
}
.Graph_content_bottom__xV\+cq {
  color: #687684;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 130%;
  text-transform: uppercase;
}
.Graph_icon__H1PAu {
  margin-bottom: 4px;
  margin-right: 2px;
}
.Graph_hover_card__V7\+QY {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  padding: 12px;
}
.Graph_value__PAU3W {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 23px;
  margin-right: 8px;
}
.Graph_time__LCvhZ {
  color: #687684;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 130%;
  text-transform: uppercase;
}
.ZxCommonChart_duration__TDDjq {
  color: var(--text-2);
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 4px;
  transition: all 0.1s ease;
}
.ZxCommonChart_selected__v0d5z {
  border-bottom: 2px solid var(--text-2);
  font-weight: 600;
}
.ZxNftCollectionList_filterContainer__bHTw3 {
  grid-column-gap: 16px;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 4fr 1fr;
  margin-bottom: 12px;
}
.ZxNftCollectionList_allContainer__7cMEk {
  grid-template-columns: 4fr 1fr 0.5fr;
}
.ZxNftCollectionList_filterPills__R1gFL {
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
.ZxNftCollectionList_filterPills__R1gFL::-webkit-scrollbar {
  background: #0000;
  height: 0;
  width: 0;
}
.ZxNftCollectionList_filterPill__BAgck {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 4px;
  color: var(--text-2);
  column-gap: 4px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  min-width: 120px;
  padding: 8px;
}
.ZxSortButton_container__vahYp {
  border-radius: 8px;
  color: var(--text-2);
  cursor: pointer;
  height: 38px;
  padding: 10px 12px;
  width: 160px;
}
.ZxSortButton_container__vahYp,
.ZxSortButton_menu__Pblt9 {
  background-color: var(--elevation-1);
}
.ZxSortButton_menuItem__RqQxJ {
  align-items: center;
  column-gap: 4px;
  display: flex;
  justify-content: space-between;
  width: 130px;
}
.ZxFilterButton_container__aK6W7 {
  align-items: center;
  background-color: var(--elevation-1);
  border-radius: 8px;
  color: var(--text-2);
  cursor: pointer;
  display: flex;
  gap: 4px;
  height: 38px;
  padding: 10px 12px;
  width: 80px;
}
.ZxFilterButton_active__gUagk {
  background-color: var(--text-2);
}
.ZxFilterButton_menu__V9QTq {
  background-color: var(--elevation-1);
}
.ZxFilterButton_items__46b0v {
  max-height: 400px;
  overflow-y: scroll;
}
.ZxFilterButton_menuItem__FNzKU {
  align-items: center;
  column-gap: 4px;
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.ZxFilterButton_submit__oGtTo {
  padding: 8px 16px;
  width: 100%;
}
.ZxFilterButton_closebtn__tHaXr {
  align-items: center;
  background-color: var(--elevation-1);
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.ZxFilterButton_clearbtn__AThoi {
  color: var(--primary-color);
  cursor: pointer;
  font-size: 11px;
}
.ProtocolHeader_protocol_header__Cw6KK {
  padding-top: 12px;
  width: 100%;
}
.ProtocolHeader_cards__IgPiR {
  grid-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  width: 800px;
}
@media (max-width: 768px) {
  .ProtocolHeader_cards__IgPiR {
    width: auto;
  }
}
.ProtocolHeader_horizontal__m5oNv {
  grid-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.ProtocolHeader_protocol_header_ghost__StXyF {
  display: flex;
  flex-direction: column;
}
.ProtocolHeader_refetch_container__vVrJd {
  height: 100vh;
}
.ProtocolHeader_bio__JZVVg {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.ProtocolInfo_container__hzqTx {
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .ProtocolInfo_container__hzqTx {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.ProtocolInfo_image__uF5PX {
  border-radius: 50%;
  height: 64px;
  object-fit: cover;
  width: 64px;
}
.ProtocolInfo_details__EmOj5 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  margin-left: 20px;
}
.ProtocolInfo_top__XGf8P {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.ProtocolInfo_cards__cpml1 {
  grid-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  width: 800px;
}
.ProtocolInfo_name__fNyWq {
  color: var(--text-1);
  font-size: 20px;
}
.ProtocolInfo_contract_tag__5kVhh,
.ProtocolInfo_name__fNyWq {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.ProtocolInfo_contract_tag__5kVhh {
  background-color: var(--text-3);
  border-radius: 24px;
  color: var(--base);
  font-size: 12px;
  height: 18px;
  margin-left: 8px;
  padding: 1px 6px;
  width: 62px;
}
.ProtocolInfo_chain_icon__A23vS {
  height: 18px;
  margin-left: 8px;
  width: 18px;
}
.ProtocolInfo_bottom__NdG5E {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.ProtocolInfo_deployed_by_text__f1X6R {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
}
.ProtocolInfo_creator_image__535f5 {
  margin-left: 8px;
}
.ProtocolInfo_creator_image__535f5,
.ProtocolInfo_protocol_image__DcDKX {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.ProtocolInfo_deployed_by_name__cRiv6 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 130%;
  margin-left: 6px;
}
.ProtocolInfo_protocol_card_container__\+kf7W {
  align-items: center;
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  margin: 16px 0;
  padding: 9px 20px;
}
.ProtocolInfo_protocol_details__uInNm {
  flex-grow: 1;
}
.ProtocolInfo_protocol_name__63QWN {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 8px;
}
.ProtocolInfo_protocol__fQG1i {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.ProtocolInfo_protocol_text__IjkxY {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.ProtocolInfo_open_in_new_tab__BStVT {
  color: var(--text-2);
  height: 40px;
  margin-right: 16px;
}
.ProtocolInfo_layers_icon__kWMAY {
  color: var(--text-2);
  height: 40px;
  margin-right: 6px;
}
.ProtocolInfo_view_protocol__WYgm5 {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ProtocolInfo_view_protocol_text__v9i1a {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.ProtocolInfo_icon__fXTAR {
  margin-left: 12px;
}
.NetWorthCardToken_net_worth_card_token__HA9il,
.ProtocolInfo_socials__kLtwy {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.NetWorthCardToken_net_worth_card_token__HA9il {
  margin-top: 6px;
}
.NetWorthCardToken_icon__b7Qso {
  height: 14px;
  margin-right: 8px;
  width: 14px;
}
.NetWorthCardToken_name__hxVHB {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
  text-align: center;
}
.TVLCard_net_worth_card__JLeUk {
  background-image: url(/static/media/graph_bg.433634c2694506b73cd9.png);
  background-size: cover;
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 160px;
  padding: 16px 20px;
  position: relative;
  width: 240px;
}
.TVLCard_middle__7AW2b {
  flex-grow: 1;
}
.TVLCard_title__8R6uz {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 130%;
  text-transform: uppercase;
}
.TVLCard_value_number__pPAA7 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 23px;
}
.TVLCard_value__Fq8UG {
  margin-top: 3px;
}
.TokenCard_net_worth_card__OmtGN {
  background-image: url(/static/media/graph_bg.433634c2694506b73cd9.png);
  background-size: cover;
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 160px;
  padding: 16px 20px;
  position: relative;
  width: 240px;
}
.TokenCard_middle__sRWkY {
  flex-grow: 1;
}
.TokenCard_title__iObpD {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 130%;
  text-transform: uppercase;
}
.TokenCard_value_number__NYk0l {
  font-size: 20px;
  line-height: 130%;
}
.TokenCard_value_number__NYk0l,
.TokenCard_value_percent__5ymGn {
  color: var(--text-1);
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
}
.TokenCard_value_percent__5ymGn {
  align-items: flex-end;
  display: flex;
  font-size: 13px;
  line-height: 150%;
}
.TokenCard_value_container__K2vqC {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  margin-top: 3px;
}
.TokenCard_value__WkJnq {
  align-items: flex-end;
  display: flex;
  margin-left: 4px;
}
.TokenCard_bottom__ywM7O {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.TokenCard_up__Fx6gK {
  color: var(--success);
}
.TokenCard_down__QMA8i {
  color: var(--error);
}
.TokenCard_percent_container__uGAFy {
  align-items: center;
  display: flex;
  margin-left: 4px;
  padding-bottom: 1px;
}
.TokenCard_logo__Kwkha {
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
}
.ProtocolDetails_protocol_details_ghost__JJJot {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.ProtocolDetails_vertical__KhRuO {
  grid-gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.Contracts_contracts__6M7PT {
  grid-gap: 8px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.ContractItem_contract_item__T4ntw {
  align-items: center;
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 20px;
}
.ContractItem_chain_icon__Zazu8 {
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
  width: 20px;
}
.ContractItem_label__03SLC {
  background: var(--base);
  border: 1px solid var(--text-2);
  border-radius: 24px;
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 130%;
  padding: 2px 8px;
}
.ContractItem_contract_item_right__TLSsZ {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ContractItem_chevron_right__oQLoL {
  color: var(--text-2);
  font-size: 16px;
}
.ContractItem_link__r\+R8G {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.ContractItem_contract_item_left_top__WDxym {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.ContractItem_contract_item_left_bottom__5SZk0 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-top: 4px;
}
.TimelineGraphWrapper_graph_wrapper__zVT1T {
  margin: 16px 0 0;
}
.ProfileGraphs_profile_graphs__yeXv6 {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  width: 100%;
}
.ProfileGraphs_right_panel__92Y2v {
  align-items: center;
  display: flex;
  height: 100%;
}
.ProfileGraphs_header__8Da6j {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
.ProfileGraphs_tab__jgbOn {
  color: var(--text-2);
  cursor: pointer;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-right: 16px;
}
.ProfileGraphs_tab_active__It\+DA {
  color: var(--text-1);
  cursor: default;
  font-weight: 600;
}
.ProfileGraphs_duration__JwlvM {
  color: var(--text-3);
  cursor: pointer;
  font-weight: 400;
  margin-left: 12px;
}
.ProfileGraphs_duration__JwlvM,
.ProfileGraphs_duration_active__Sx3k- {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
  text-align: center;
}
.ProfileGraphs_duration_active__Sx3k- {
  color: var(--text-2);
  cursor: default;
  font-weight: 600;
}
.ProfileGraphs_graph_component__h2eEb {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: center;
  width: 100%;
}
.TokenTab_token_tab__qU1bV {
  display: flex;
  flex-direction: column;
}
.TopUsers_top_users__Gqsyg {
  background-color: var(--base);
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 0 20px;
}
.TopUsers_header__lUzJ\+ {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 16px;
  width: 100%;
}
.TopUsers_tab__gYrIG {
  color: var(--text-2);
  cursor: pointer;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-right: 16px;
}
.TopUsers_tab_active__x1kj2 {
  color: var(--text-1);
  cursor: default;
  font-weight: 600;
}
.TopUsers_duration__5yDe5 {
  color: var(--text-3);
  cursor: pointer;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .TopUsers_duration__5yDe5:first-of-type {
    margin-left: 0;
  }
}
.TopUsers_duration_active__U2ywS {
  color: var(--text-2);
  cursor: default;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  text-align: center;
}
.TopUsers_error__O638B {
  height: 250px;
  width: 100%;
}
.TopUsers_right_panel__V4Th4 {
  align-items: center;
  display: flex;
}
.TopUsers_shimmer__9g93U {
  grid-gap: 24px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding-bottom: 24px;
}
.TopUsers_shimmer_line__y19S8 {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 20px;
  justify-content: space-between;
  width: 100%;
}
.TopUsers_durationPill__S2q5s {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  color: var(--text-1);
  cursor: pointer;
  font-size: 13px;
  padding: 4px 12px;
  &:hover {
    background-color: var(--primary-color10);
  }
}
.TopUsers_activeDuration__932rh {
  background-color: var(--primary-color10);
  color: var(--primary-color);
}
.trendingTokenDetails_additionalInfo__CoNVu,
.trendingTokenDetails_trendingTile__1rnVc {
  background: var(--base);
  border: 1px solid var(--border-light);
  height: 100%;
  min-width: 392px;
  padding: 16px;
  position: relative;
  width: 100%;
}
.trendingTokenDetails_trendingTile__1rnVc.trendingTokenDetails_fadingGradient__n0pke:before {
  background: linear-gradient(0deg, var(--base), #0000);
  border-radius: 6px;
  bottom: 0;
  content: "";
  height: 64px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
}
.trendingTokenDetails_transferAvatar__nmku\+ {
  border: 1px solid var(--success);
  border-radius: 50%;
  display: flex;
  height: 20px;
  overflow: hidden;
  padding: 2px;
  width: 20px;
}
.trendingTokenDetails_sold__3aDLh {
  border: 1px solid var(--error);
}
.trendingTokenDetails_actorName__QYvx0 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 150%;
  max-width: 110px;
}
.trendingTokenDetails_textOverflow__WnvI6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.trendingTokenDetails_tileIcon__Z9l7U {
  height: 14px;
  width: 14px;
}
@media (max-width: 768px) {
  .trendingTokenDetails_additionalInfoWrapper__uxRQm {
    flex-wrap: wrap;
  }
}
.AuditFlags_audit-flags__5FL7o ol {
  font-size: 13px;
  letter-spacing: normal;
  line-height: 21px;
  padding-inline-start: 20px;
}
.AuditFlags_audit-flags__5FL7o li {
  margin-bottom: 2px;
}
.LoginPopup_login_popup__fBcs3 {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  padding: 16px 20px;
  position: fixed;
  width: 224px;
}
.LoginPopup_title__H1EmP {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.LoginPopup_logo__A0X0B {
  height: 40px;
  margin-bottom: 16px;
  margin-top: 8px;
  width: auto;
}
.LoginPopup_list__iYOwF {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  padding-inline-start: 16px;
}
.LoginPopup_grow__GEhwb {
  flex-grow: 1;
}
.EditContractPopup_edit_form_heading__F5R26 {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  margin-top: 10px;
}
.EditContractPopup_icon_wrapper__Uf-d8 {
  align-items: center;
  border-left: 1px solid var(--border-dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: 8px;
  padding-left: 8px;
}
.ProfileRenderer_profileIcon__-9Czv {
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.parseToggleSwitch_switchLabel__n2vsU {
  font-family: Roboto;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 150%;
}
.parseToggleSwitch_switchUnselectedText__y7WDI {
  color: var(--text-3);
  font-size: 13px;
  font-weight: 400;
}
.parseToggleSwitch_switchSelectedText__37AjR {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 600;
}
.parseToggleSwitch_disabled__ga1JM {
  opacity: 0.5;
}
.inputData_arguments__UOV\+W {
  word-break: break-all;
}
.inputData_code__PrN\+A {
  background: var(--elevation-1);
  border-left: 1px solid var(--border-dark);
  border-radius: 4px 0 0 0;
  border-top: 1px solid var(--border-dark);
  max-height: 280px;
  overflow-x: auto;
  overflow-y: auto;
  padding: 12px 24px 12px 16px;
  scrollbar-width: thin;
}
.inputData_code__PrN\+A::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.inputData_code__PrN\+A::-webkit-scrollbar-thumb {
  background-color: initial;
}
.inputData_code__PrN\+A:hover::-webkit-scrollbar-thumb {
  background-color: var(--text-3);
  border-radius: 20px;
}
.inputData_code__PrN\+A::-webkit-scrollbar-track {
  background: #0000;
}
.inputData_codeText__UNG2D {
  word-wrap: break-word;
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 180%;
  white-space: pre-wrap;
}
.TransactionInternalCalls_tileContentContainer__3WAg- {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.TransactionInternalCalls_subtitle__-huxE {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  text-transform: capitalize;
}
.TransactionInternalCalls_tileContainer__lAcjc {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.TransactionInternalCalls_borderSideContainer__VvHK8 {
  background: var(--border-dark);
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  display: flex;
  width: 6px;
}
.TransactionInternalCalls_borderSideContainer__VvHK8
  .TransactionInternalCalls_borderSide__ND16k {
  background: var(--border-dark);
  border-radius: 0;
  width: 6px;
}
.TransactionInternalCalls_templatingContainer__0DX7O {
  flex-grow: 1;
}
.TransactionInternalCalls_title__KEOzm {
  color: var(--text-2);
}
.TransactionInternalCalls_body__JJ2WW,
.TransactionInternalCalls_title__KEOzm {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionInternalCalls_body__JJ2WW {
  color: var(--text-1);
  overflow: auto;
}
.TransactionInternalCalls_heading__6vFKz {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionInternalCalls_tableTitle__oq4W2 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 150%;
  text-transform: uppercase;
}
.TransactionInternalCalls_tableItemText__kF7KK {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TransactionInternalCalls_contractMethodValue__BbOJ4 {
  color: #2d8690;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionInternalCalls_contractIcon__Yf6HA {
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.TransactionInternalCalls_contractName__8ldOG {
  color: var(--text-1);
  font-weight: 500;
}
.TransactionInternalCalls_contractName__8ldOG,
.TransactionLogs_heading__aIFcn {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionLogs_heading__aIFcn {
  color: var(--text-2);
  font-weight: 600;
}
.TransactionLogs_title__dHIg7 {
  color: var(--text-1);
}
.TransactionLogs_subtitle__\+ZoGh,
.TransactionLogs_title__dHIg7 {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionLogs_subtitle__\+ZoGh {
  color: var(--text-2);
}
.TransactionLogs_contractIcon__nGrHQ {
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.TransactionLogs_argTableText__KYI2d {
  font-weight: 400;
  overflow: auto;
  text-overflow: ellipsis;
}
.TransactionLogs_argTableText__KYI2d,
.TransactionLogs_highlightedText__Sno2n {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.TransactionLogs_highlightedText__Sno2n {
  font-weight: 500;
}
.TransactionLogs_switchUnselectedText__1NJp- {
  color: var(--text-3);
  font-weight: 400;
}
.TransactionLogs_switchSelectedText__ISttp,
.TransactionLogs_switchUnselectedText__1NJp- {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.TransactionLogs_switchSelectedText__ISttp {
  color: var(--text-2);
  font-weight: 600;
}
.TransactionLogs_maxHeight__jcxIH {
  max-height: 32px;
}
.LogsSearchBar_searchInputContainer__Xt1-J {
  align-items: center;
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  padding: 6px 16px;
}
.LogsSearchBar_searchInputContainer__Xt1-J.LogsSearchBar_focus__PACf\+ {
  border: 1px solid var(--primary-color);
}
.LogsSearchBar_searchInputContainer__Xt1-J .LogsSearchBar_searchInput__sAgx3 {
  align-items: center;
  display: flex;
  flex-grow: 1;
  gap: 18px;
}
.LogsSearchBar_searchInputContainer__Xt1-J
  .LogsSearchBar_searchInput__sAgx3
  .LogsSearchBar_searchIcon__W34oA {
  height: 13px;
  width: 13px;
}
.LogsSearchBar_searchInputContainer__Xt1-J
  .LogsSearchBar_searchInput__sAgx3
  input {
  background: #0000;
  border: none;
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  width: 100%;
}
.LogsSearchBar_searchInputContainer__Xt1-J
  .LogsSearchBar_searchInput__sAgx3
  input::placeholder {
  color: var(--text-3);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.LogsSearchBar_searchInputContainer__Xt1-J
  .LogsSearchBar_searchInput__sAgx3
  input:focus {
  outline: none;
}
.ActivityDetails_avatar__42K\+I {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.ActivityDetails_title__r5Xr2 {
  color: var(--text-1);
  font-size: 15px;
  font-weight: 600;
}
.ActivityDetails_subtitle__Z8OKk,
.ActivityDetails_title__r5Xr2 {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.ActivityDetails_subtitle__Z8OKk {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 400;
}
.ActivityDetails_newsContainer__tkd3I {
  background: #0648d70a;
  border: 1px solid var(--card-hover);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 16px;
}
@media (max-width: 768px) {
  .ActivityDetails_detailsRow__RnSyS {
    flex-wrap: wrap-reverse;
  }
}
.Community_community__\+3wld {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  padding-top: 24px;
}
.Community_title__BL-G8 {
  color: var(--text-1);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.Community_sub_title__tOKnD,
.Community_title__BL-G8 {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
}
.Community_sub_title__tOKnD {
  color: var(--text-2);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 4px;
}
.Community_tabs__rhSoI {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  padding-bottom: 4px;
  padding-top: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  z-index: 3;
}
.Community_tab__2blNp {
  color: var(--text-2);
  font-weight: 400;
  margin-right: 20px;
  padding-bottom: 4px;
}
.Community_active__06xVU,
.Community_tab__2blNp {
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.Community_active__06xVU {
  border-bottom: 3px solid var(--primary-color);
  color: var(--text-1);
  font-weight: 600;
}
.Community_tabs_container__Q7FOU {
  margin-top: 16px;
}
.Community_follow_all__8fWkH {
  color: var(--primary-color);
  cursor: pointer;
}
.Community_follow_all__8fWkH,
.Community_following_all__L1Jwk {
  align-items: center;
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.Community_following_all__L1Jwk {
  color: var(--text-2);
}
.Community_tabs_header_container__9TfeC {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
}
.Community_popup__FfM88 {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 5;
}
.Community_glass__UW8m9 {
  align-items: center;
  background-color: #0000004d;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.Community_popup_content__FZfy9 {
  grid-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: var(--navBg);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  box-shadow: 0 0 24px #6876840f;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 560px;
}
.Community_popup_title__MMVhw {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.Community_popup_note__pJnAa {
  font-size: 15px;
  font-weight: 400;
}
.Community_popup_note__pJnAa,
.Community_popup_subnote__FnO9z {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.Community_popup_subnote__FnO9z {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}
.Community_got_it_button__bOgbY {
  background: #0648d7;
  border-radius: 40px;
  color: var(--text-white);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  line-height: 150%;
  margin-top: 16px;
  text-align: center;
  width: 124px;
}
.Community_circle__7vJST {
  border: 1px solid var(--success);
  border-radius: 50%;
  height: 10px;
  margin-right: 8px;
  width: 10px;
}
@media (max-width: 768px) {
  .Community_community__\+3wld {
    width: 100%;
  }
}
.TopProfileList_profile__o4qje {
  display: flex;
  flex-direction: column;
}
.Bookmarks_title__3Gawy {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.TokenChart_profile_graphs__lM4XB {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  width: 100%;
}
.TokenChart_existing-data-chart-container__Wi8V8 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.TokenChart_existing-data-chart-container__Wi8V8
  .TokenChart_duration_panel__KQHEq {
  display: flex;
  justify-content: flex-end;
}
.TokenChart_right_panel__Ot5mn {
  align-items: center;
  display: flex;
  height: 100%;
}
.TokenChart_header__ptRE9 {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 20px;
  width: 100%;
}
.TokenChart_header__ptRE9.TokenChart_paddingTop__W1tkK {
  padding: 10px 20px;
}
.TokenChart_tab__4-urm {
  color: var(--text-2);
  cursor: pointer;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
  margin-right: 16px;
}
.TokenChart_tab_active__XwwtZ {
  color: var(--text-1);
  cursor: default;
  font-weight: 600;
}
.TokenChart_duration__CtFsB {
  color: var(--text-3);
  cursor: pointer;
  font-weight: 400;
  margin-left: 12px;
}
.TokenChart_duration__CtFsB,
.TokenChart_duration_active__3hpDJ {
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
  text-align: center;
}
.TokenChart_duration_active__3hpDJ {
  color: var(--text-2);
  cursor: default;
  font-weight: 600;
}
.TokenChart_live__zuGSD {
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  color: var(--primary-color);
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 5px;
  height: 25px;
  justify-content: center;
  left: 20px;
  line-height: 160%;
  top: 10px;
  width: 55px;
}
@media (max-width: 768px) {
  .TokenChart_header__ptRE9 {
    align-items: flex-start;
    flex-direction: column;
  }
}
.graphV2_graphContainer__xsPaR {
  position: relative;
}
.graphV2_tooltipContainer__AWr1P {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: var(--base);
  border-color: var(--text-1);
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 12px;
  height: 80px;
  left: 12px;
  padding: 12px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 12px;
  z-index: 1000;
}
.graphV2_ohlc__zpMCA {
  height: auto;
}
.graphV2_name__EWZRu {
  color: var(--text-1);
}
.graphV2_price__qyL\+e {
  color: var(--text-1);
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0;
}
.graphV2_timeStamp__DUKHE {
  color: var(--text-2);
}
.graphV2_attribution__DlCnB {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 12px;
  left: 10px;
  padding: 10px 0 0 12px;
  position: absolute;
  top: 0;
  z-index: 3;
}
.graphV2_attributionText__DjVgZ {
  color: var(--text-3);
}
.tokenLiquidity_tokenLiquidity__orNXe {
  background: var(--base);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  gap: 10px;
  padding: 16px 20px;
}
.tokenLiquidity_createdAt__sl6FP {
  white-space: nowrap;
}
.tokenLiquidity_poolImage__ucbVm {
  border-radius: 50%;
  height: 18px;
  overflow: hidden;
  width: 18px;
}
.tokenLiquidity_overlap__gBtOw {
  margin-right: -5px;
  z-index: 1;
}
.react-flow {
  direction: ltr;
}
.react-flow__container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.react-flow__pane {
  cursor: grab;
  z-index: 1;
}
.react-flow__pane.selection {
  cursor: pointer;
}
.react-flow__pane.dragging {
  cursor: grabbing;
}
.react-flow__viewport {
  pointer-events: none;
  transform-origin: 0 0;
  z-index: 2;
}
.react-flow__renderer {
  z-index: 4;
}
.react-flow__selection {
  z-index: 6;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible {
  outline: none;
}
.react-flow .react-flow__edges {
  overflow: visible;
  pointer-events: none;
}
.react-flow__connection-path,
.react-flow__edge-path {
  stroke: #b1b1b7;
  stroke-width: 1;
  fill: none;
}
.react-flow__edge {
  cursor: pointer;
  pointer-events: visibleStroke;
}
.react-flow__edge.animated path {
  stroke-dasharray: 5;
  animation: dashdraw 0.5s linear infinite;
}
.react-flow__edge.animated path.react-flow__edge-interaction {
  stroke-dasharray: none;
  animation: none;
}
.react-flow__edge.inactive {
  pointer-events: none;
}
.react-flow__edge.selected,
.react-flow__edge:focus,
.react-flow__edge:focus-visible {
  outline: none;
}
.react-flow__edge.selected .react-flow__edge-path,
.react-flow__edge:focus .react-flow__edge-path,
.react-flow__edge:focus-visible .react-flow__edge-path {
  stroke: #555;
}
.react-flow__edge-textwrapper {
  pointer-events: all;
}
.react-flow__edge-textbg {
  fill: #fff;
}
.react-flow__edge .react-flow__edge-text {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.react-flow__connection {
  pointer-events: none;
}
.react-flow__connection .animated {
  stroke-dasharray: 5;
  animation: dashdraw 0.5s linear infinite;
}
.react-flow__connectionline {
  z-index: 1001;
}
.react-flow__nodes {
  pointer-events: none;
  transform-origin: 0 0;
}
.react-flow__node {
  box-sizing: border-box;
  cursor: grab;
  pointer-events: all;
  position: absolute;
  transform-origin: 0 0;
  -webkit-user-select: none;
  user-select: none;
}
.react-flow__node.dragging {
  cursor: grabbing;
}
.react-flow__nodesselection {
  pointer-events: none;
  transform-origin: left top;
  z-index: 3;
}
.react-flow__nodesselection-rect {
  cursor: grab;
  pointer-events: all;
  position: absolute;
}
.react-flow__handle {
  background: #1a192b;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 6px;
  min-height: 5px;
  min-width: 5px;
  pointer-events: none;
  position: absolute;
  width: 6px;
}
.react-flow__handle.connectionindicator {
  cursor: crosshair;
  pointer-events: all;
}
.react-flow__handle-bottom {
  bottom: -4px;
  left: 50%;
  top: auto;
  transform: translate(-50%);
}
.react-flow__handle-top {
  left: 50%;
  top: -4px;
  transform: translate(-50%);
}
.react-flow__handle-left {
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}
.react-flow__handle-right {
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
}
.react-flow__edgeupdater {
  cursor: move;
  pointer-events: all;
}
.react-flow__panel {
  margin: 15px;
  position: absolute;
  z-index: 5;
}
.react-flow__panel.top {
  top: 0;
}
.react-flow__panel.bottom {
  bottom: 0;
}
.react-flow__panel.left {
  left: 0;
}
.react-flow__panel.right {
  right: 0;
}
.react-flow__panel.center {
  left: 50%;
  transform: translateX(-50%);
}
.react-flow__attribution {
  background: #ffffff80;
  font-size: 10px;
  margin: 0;
  padding: 2px 3px;
}
.react-flow__attribution a {
  color: #999;
  text-decoration: none;
}
@keyframes dashdraw {
  0% {
    stroke-dashoffset: 10;
  }
}
.react-flow__edgelabel-renderer {
  height: 100%;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.react-flow__edge.updating .react-flow__edge-path {
  stroke: #777;
}
.react-flow__edge-text {
  font-size: 10px;
}
.react-flow__node.selectable:focus,
.react-flow__node.selectable:focus-visible {
  outline: none;
}
.react-flow__node-default,
.react-flow__node-group,
.react-flow__node-input,
.react-flow__node-output {
  background-color: #fff;
  border: 1px solid #1a192b;
  border-radius: 3px;
  color: #222;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  width: 150px;
}
.react-flow__node-default.selectable:hover,
.react-flow__node-group.selectable:hover,
.react-flow__node-input.selectable:hover,
.react-flow__node-output.selectable:hover {
  box-shadow: 0 1px 4px 1px #00000014;
}
.react-flow__node-default.selectable.selected,
.react-flow__node-default.selectable:focus,
.react-flow__node-default.selectable:focus-visible,
.react-flow__node-group.selectable.selected,
.react-flow__node-group.selectable:focus,
.react-flow__node-group.selectable:focus-visible,
.react-flow__node-input.selectable.selected,
.react-flow__node-input.selectable:focus,
.react-flow__node-input.selectable:focus-visible,
.react-flow__node-output.selectable.selected,
.react-flow__node-output.selectable:focus,
.react-flow__node-output.selectable:focus-visible {
  box-shadow: 0 0 0 0.5px #1a192b;
}
.react-flow__node-group {
  background-color: #f0f0f040;
}
.react-flow__nodesselection-rect,
.react-flow__selection {
  background: #0059dc14;
  border: 1px dotted #0059dccc;
}
.react-flow__nodesselection-rect:focus,
.react-flow__nodesselection-rect:focus-visible,
.react-flow__selection:focus,
.react-flow__selection:focus-visible {
  outline: none;
}
.react-flow__controls {
  box-shadow: 0 0 2px 1px #00000014;
}
.react-flow__controls-button {
  align-items: center;
  background: #fefefe;
  border: none;
  border-bottom: 1px solid #eee;
  box-sizing: initial;
  cursor: pointer;
  display: flex;
  height: 16px;
  justify-content: center;
  padding: 5px;
  -webkit-user-select: none;
  user-select: none;
  width: 16px;
}
.react-flow__controls-button:hover {
  background: #f4f4f4;
}
.react-flow__controls-button svg {
  max-height: 12px;
  max-width: 12px;
  width: 100%;
}
.react-flow__controls-button:disabled {
  pointer-events: none;
}
.react-flow__controls-button:disabled svg {
  fill-opacity: 0.4;
}
.react-flow__minimap {
  background-color: #fff;
}
.react-flow__minimap svg {
  display: block;
}
.react-flow__resize-control {
  position: absolute;
}
.react-flow__resize-control.left,
.react-flow__resize-control.right {
  cursor: ew-resize;
}
.react-flow__resize-control.bottom,
.react-flow__resize-control.top {
  cursor: ns-resize;
}
.react-flow__resize-control.bottom.right,
.react-flow__resize-control.top.left {
  cursor: nwse-resize;
}
.react-flow__resize-control.bottom.left,
.react-flow__resize-control.top.right {
  cursor: nesw-resize;
}
.react-flow__resize-control.handle {
  background-color: #3367d9;
  border: 1px solid #fff;
  border-radius: 1px;
  height: 4px;
  transform: translate(-50%, -50%);
  width: 4px;
}
.react-flow__resize-control.handle.left {
  left: 0;
  top: 50%;
}
.react-flow__resize-control.handle.right {
  left: 100%;
  top: 50%;
}
.react-flow__resize-control.handle.top {
  left: 50%;
  top: 0;
}
.react-flow__resize-control.handle.bottom {
  left: 50%;
  top: 100%;
}
.react-flow__resize-control.handle.bottom.left,
.react-flow__resize-control.handle.top.left {
  left: 0;
}
.react-flow__resize-control.handle.bottom.right,
.react-flow__resize-control.handle.top.right {
  left: 100%;
}
.react-flow__resize-control.line {
  border: 0 solid #3367d9;
}
.react-flow__resize-control.line.left,
.react-flow__resize-control.line.right {
  height: 100%;
  top: 0;
  transform: translate(-50%);
  width: 1px;
}
.react-flow__resize-control.line.left {
  border-left-width: 1px;
  left: 0;
}
.react-flow__resize-control.line.right {
  border-right-width: 1px;
  left: 100%;
}
.react-flow__resize-control.line.bottom,
.react-flow__resize-control.line.top {
  height: 1px;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.react-flow__resize-control.line.top {
  border-top-width: 1px;
  top: 0;
}
.react-flow__resize-control.line.bottom {
  border-bottom-width: 1px;
  top: 100%;
}
.invite-node-container {
  padding: 12px 12px 0;
  position: relative;
}
.invite-graph_avatar {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.react-flow__node-default,
.react-flow__node-group,
.react-flow__node-input,
.react-flow__node-output {
  background-color: var(--base);
  border: 1px solid var(--border-light);
}
.invite-graph_add {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 60px;
  &:hover {
    background-color: var(--elevation-1);
  }
}
.invite-graph_add-count {
  background-color: var(--error);
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  min-width: 18px;
  padding: 2px 4px;
  position: absolute;
  right: -8px;
  top: -8px;
}
.react-flow__panel.react-flow__attribution {
  display: none;
}
.x-followers-count {
  background-color: var(--elevation-1);
  padding: 4px 0;
}
.ReferFriends_invite__eZKDU {
  align-items: center;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: 16px 0 16px 20px;
  position: relative;
  width: 72px;
}
.ReferFriends_inviteCounter__HL-cX {
  align-items: center;
  background-color: var(--error);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
}
.ReferFriends_summary__v-1K5 {
  background-color: var(--elevation-1);
  margin: 16px 0;
  padding: 16px 20px;
}
.ReferFriends_rightPanel__T3M01 {
  background: var(--elevation-1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding-bottom: 86px;
  position: fixed;
  width: 37.5%;
}
.ReferFriends_header__6tlbW {
  background: var(--base);
  border-bottom: 1px solid var(--elevation-2);
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
}
.ReferFriends_title__cRvqZ {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
  padding-bottom: 20px;
}
.ReferFriends_subtitle__\+XTyq {
  color: var(--text-2);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.ReferFriends_rankInfo__jqcJc {
  line-height: 18px;
}
.ReferFriends_claimBanner__C4Yv8 {
  background-color: var(--elevation-1);
  border-radius: 8px;
  color: var(--text-1);
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
}
.ReferFriends_claimButton__Yb4\+S {
  background-color: var(--text-1);
  border-radius: 16px;
  font-size: 13px;
  line-height: 16px;
  min-width: 120px;
  opacity: 0.95;
  padding: 8px 16px;
}
.ReferFriends_copyBtn__HDC21.ReferFriends_copied__UrKgi {
  background-color: var(--border-light);
  color: var(--text-2);
}
.ReferFriends_copyBtn__HDC21 {
  transition: all 0.3s ease;
}
.styles_protocol_header__pXZQe {
  padding-top: 12px;
  width: 100%;
}
.styles_horizontal__pE4NQ {
  grid-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.styles_protocol_header_ghost__mku77 {
  display: flex;
  flex-direction: column;
}
.styles_refetch_container__bFHhq {
  height: 100vh;
}
.styles_bio__cSy6K {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.styles_container__WKG5Y {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.styles_image__tZaZo {
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
.styles_details__iKniJ {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  margin-left: 20px;
}
.styles_top__kWHXy {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.styles_cards__7KqeU {
  grid-gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  width: 800px;
}
.styles_name__AHpB3 {
  color: var(--text-1);
  font-size: 20px;
}
.styles_contract_tag__6fNok,
.styles_name__AHpB3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 130%;
}
.styles_contract_tag__6fNok {
  background-color: var(--text-3);
  border-radius: 24px;
  color: var(--base);
  font-size: 12px;
  height: 18px;
  margin-left: 8px;
  padding: 1px 6px;
  width: 44px;
}
.styles_chain_icon__HmNmY {
  height: 18px;
  margin-left: 8px;
  width: 18px;
}
.styles_bottom__vQ2jS {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.styles_deployed_by_text__BtNMF {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 130%;
}
.styles_creator_image__3SGi2 {
  margin-left: 8px;
}
.styles_creator_image__3SGi2,
.styles_protocol_image__QhqoH {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.styles_deployed_by_name__qHBWS {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 130%;
  margin-left: 6px;
}
.styles_protocol_card_container__7s5ID {
  align-items: center;
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  margin: 16px 0;
  padding: 9px 20px;
}
.styles_protocol_details__UKVAn {
  flex-grow: 1;
}
.styles_protocol_name__nTcv\+ {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  margin-left: 8px;
}
.styles_protocol__3GRtt {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 2px;
}
.styles_protocol_text__i0lJo {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 150%;
}
.styles_open_in_new_tab__nCBmq {
  color: var(--text-2);
  height: 40px;
  margin-right: 16px;
}
.styles_layers_icon__UGN9H {
  color: var(--text-2);
  height: 40px;
  margin-right: 6px;
}
.styles_view_protocol__3CJ9t {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.styles_view_protocol_text__nRxy2 {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
  text-align: right;
}
.styles_icon__2Xt4t {
  margin-left: 12px;
}
.styles_socials__uxpHi {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.styles_metamask_logo_img__RRxVH {
  height: 16px;
  margin-top: 3px;
  width: 16px;
}
.styles_nativeTokenLogo__y6TkN {
  height: 20px;
  object-fit: cover;
  width: 20px;
}
.styles_modalContainer__fOJaz {
  background-color: var(--base);
  border-radius: 6px;
  font-family: Roboto;
  left: calc(50% + 25px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}
.styles_modalTitleWrapper__y0xda {
  align-items: center;
  border-bottom: 1px solid var(--border-dark);
  display: flex;
  gap: 16px;
  margin: 16px 20px 0;
  padding-bottom: 16px;
}
.styles_close__qB5iP {
  background: none;
  display: flex;
  padding: 0;
}
.styles_close__qB5iP svg {
  stroke: var(--text-1);
}
.styles_title__UWAHZ {
  color: var(--text-1);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 26px;
}
.styles_transactionPageLogo__LHJ6w {
  height: 64px;
  width: 64px;
}
@media (max-width: 768px) {
  .styles_modalContainer__fOJaz {
    left: 50%;
    width: 95vw;
  }
}
.styles_dappImage__usUZr {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.styles_navigateButtons__4T6lv {
  border-radius: 5px;
  color: var(--base);
  height: 30px;
  padding: 0 8px;
}
.styles_row__JQtpt {
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.styles_row__JQtpt.styles_open__-\+w1a {
  width: 180px;
}
.styles_blockChainLogo__dCHCw {
  height: 40px;
  width: 40px;
}
.trendingItemChartPreview_chartPreview__MgIVr {
  position: relative;
}
@media (max-width: 768px) {
  .trendingItemChartPreview_chartPreview__MgIVr:before {
    width: 15px;
  }
}
.ZxNativeTokenpage_container__jILP- {
  grid-column-gap: 12px;
  column-gap: 12px;
  column-gap: 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  margin: 12px;
  width: 100%;
}
.ZxNativeTokenpage_content__0-F6z {
  background-color: var(--base);
  border-radius: 8px;
  padding: 8px;
}
.ZxNativeTokenpage_header__5uFXn {
  width: 100%;
}
.ZxNativeTokenpage_card__6Kevp {
  background-color: var(--base);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px;
}
.ZxTokenStats_priceContainer__TpR\+E {
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}
.ZxTokenStats_priceChange__9inzs {
  border-right: 1px solid var(--border-dark);
  cursor: pointer;
  padding: 8px;
  transition: background-color 0.2s ease;
  width: 100%;
}
.ZxTokenStats_last__qf8P2 {
  border-bottom-right-radius: 6px;
  border-right: none;
  border-top-right-radius: 6px;
}
.ZxTokenStats_first__C5fQi {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.ZxTokenStats_activeGreen__plpqa {
  background-color: var(--success-light);
}
.ZxTokenStats_activeRed__QJpu2 {
  background-color: var(--error-light);
}
.ZxDegenChat_container__YWDW1 {
  background-color: var(--base);
  border-radius: 8px;
  cursor: pointer;
  overflow-y: hidden;
  padding: 12px;
}
.ZxDegenChat_chatContainer__YQb7Y {
  height: calc(100vh - 225px);
  overflow: scroll;
}
.ZxDegenChat_chatCount__zRn3D {
  background-color: var(--error);
  border-radius: 30px;
  color: var(--text-white);
  font-size: 11px;
  font-weight: 500;
  padding: 2px 12px;
}
.ZxDegenChat_newCommentContainer__gyyyz {
  box-shadow: 0 -4px 8px 0 #0000000a;
  overflow-y: hidden;
  padding: 0;
}
.ZxRightPanel_closeBtn__81tZf {
  align-items: center;
  background-color: var(--elevation-2);
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 4px;
  width: 24px;
}
.ZxRightPanel_container__pYMnt {
  width: 100%;
}
.TokenPageHeader_displayPicture__mTjj- {
  border-radius: 48px;
  height: 48px;
  width: 48px;
}
.BuySellButton_buy__Gbsbs {
  background: var(--primary-color);
}
.BuySellButton_sell__th4S4 {
  background: var(--secondary-color);
}
.BuySellButton_button__ifyhp {
  border-radius: 36px;
  padding: 4px 12px;
  width: 72px;
}
.TokenInteractionsBanner_smileyImage__3EywU {
  height: 48px;
  width: 48px;
}
.TokenInteractionsBanner_bannerContainer__7HDFn {
  background-color: var(--elevation-1);
  border-radius: 8px;
  cursor: pointer;
}
.TokenInteractionsBanner_picturesContainer__6vXlr {
  align-items: center;
  column-gap: 0;
  display: flex;
}
.TokenInteractionsBanner_userImage__HpS0v {
  border-radius: 24px;
  height: 28px;
  width: 28px;
  z-index: 2;
}
.TokenInteractionsBanner_secondaryImages__zg6Up {
  border: 1px solid var(--base);
  height: 32px;
  margin-left: -8px;
  width: 32px;
  z-index: 1;
}
.PPLxAccordion_accordionWrapper__Zc16a {
  background: var(--base);
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  margin: 12px 0;
  padding: 0;
}
.PPLxAccordion_accordionHeader__7qjGo {
  align-items: center;
  background: none;
  color: var(--text-1);
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 13px;
  height: 44px;
  justify-content: space-between;
  letter-spacing: normal;
  line-height: 150%;
  padding: 0 20px;
}
.PPLxAccordion_collapseExpandIcon__vF8\+N {
  background: none;
  color: var(--text-3);
  height: 18px;
  width: 18px;
}
.PPLxAccordion_helpIcon__r-z8l {
  background: #ebebeb;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  height: 16px;
  margin-right: 10px;
  text-align: center;
  width: 16px;
}
.PPLxAccordion_body__ywDim {
  display: none;
  margin: 10px 20px;
  overflow: auto;
}
.PPLxAccordion_expanded__Bjw2r {
  display: block;
}
.downloadButton_downloadButton__RVwz- {
  background: none;
  color: var(--text-2);
  display: flex;
  padding: 0;
}
.downloadButton_downloadButton__RVwz-:hover {
  color: var(--text-1);
}
.readContract_container__P2zPX {
  margin-top: 16px;
}
.readContract_accordion__w84\+h {
  border: 1px solid var(--base);
  margin: 5px 0;
}
.readContract_arguments__jTa\+a,
.readContract_input__Z3dpd {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 150%;
}
.readContract_input__Z3dpd {
  background: #0000;
  border: 1px solid var(--border-dark);
  font-style: normal;
  font-weight: 400;
  padding: 4px 16px;
  width: 100%;
}
.readContract_submitButton__-Ts2L {
  background: var(--primary-color);
  border-radius: 2px;
  color: var(--text-1);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  height: 29px;
  letter-spacing: normal;
  line-height: 150%;
  padding: 4px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 60px;
}
.readContract_error__Tsbpz {
  color: var(--error);
}
.readContract_responseTitle__-J3fA {
  color: var(--text-2);
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 150%;
}
.readContract_responseContent__WKlFD {
  display: flex;
}
.readContract_successIcon__7ImkQ {
  color: var(--success);
}
.readContract_errorMessage__c7ETX {
  color: var(--error);
}
.readContract_popup_title__W8gjx {
  color: var(--text-1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
.readContract_popup_note__88s6x {
  font-size: 15px;
  font-weight: 400;
}
.readContract_popup_note__88s6x,
.readContract_popup_subnote__Kp0PS {
  color: var(--text-2);
  font-family: Roboto;
  font-style: normal;
  letter-spacing: normal;
  line-height: 150%;
}
.readContract_popup_subnote__Kp0PS {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}
.readContract_add_to_wallet_button__r6KKN {
  background: #0648d7;
  border-radius: 40px;
  color: var(--text-white);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  height: 36px;
  line-height: 150%;
  margin-top: 16px;
  text-align: center;
  width: 156px;
}
.TokenPageTransfersTable_actorImage__wTErB {
  border-radius: 20px;
  height: 20px;
  width: 20px;
}
.TokenPageTransfersTable_actorName__unMYo {
  cursor: pointer;
  transition: all 0.1s ease;
}
.TokenPageTransfersTable_actorName__unMYo:hover {
  text-decoration: underline;
}
.TokenPageTransfersTable_actorCell__9N4tu {
  align-items: center;
  column-gap: 4px;
}
.TokenPageTransfersTable_actorCell__9N4tu,
.TokenPageTransfersTable_userHeader__K5y7N {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.TokenPageTransfersTable_filterIcon__Nn8t6 {
  cursor: pointer;
}
.TokenPageTransfersTable_filterIcon__Nn8t6:hover {
  color: var(--text-1);
}
.TokenPageTransfersTable_filterInput__BbuO4 {
  background-color: var(--elevation-1);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  color: var(--text-1);
  flex: 1 1;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  height: 36px;
  padding: 8px 12px;
  transition: all 0.2s ease;
  width: 100%;
}
.TokenPageTransfersTable_filterInput__BbuO4:focus {
  background-color: var(--base);
  border: 1px solid var(--border-dark);
}
.TokenPageTransfersTable_filterButtons__v2dJg {
  padding: 8px 16px;
}
.TokenPageTransfersTable_rowsContainer__zwZ-q {
  height: 300px;
  min-height: 300px;
  overflow: auto;
}
.TokenPageTransfersTable_searchpill__DSipY {
  background-color: var(--elevation-2);
  border-radius: 12px;
  color: var(--text-2);
  cursor: pointer;
  overflow: auto !important;
  padding: 4px 8px;
}
.TokenPageTransfersTable_searchContainer__MQ6fg {
  position: relative;
}
.TokenDetails_pricesContainer__C9N0P {
  background-color: var(--elevation-1);
  border-radius: 8px;
  display: flex;
}
.TokenDetails_borderLeft__97vDf {
  border-left: 1px solid var(--elevation-2);
}
.TokenDetails_pricePill__wxS2p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px;
  width: 68px;
}
.TokenDetails_pillsContainer__lcf6x {
  column-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.TokenDetails_detailsPill__u7oSX {
  flex: 45% 1;
}
.TokenDetails_addressContainer__Z-iz\+,
.TokenDetails_detailsPill__u7oSX {
  background-color: var(--elevation-1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  row-gap: 4px;
}
.TokenDetails_addressContainer__Z-iz\+ {
  width: 100%;
}
.TokenDetails_deployerImage__6NE1J {
  border-radius: 24px;
  height: 24px;
  width: 24px;
}
.TokenFlags_header__NuFn6 {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  padding: 8px 16px;
  text-transform: uppercase;
}
.TokenFlags_open__W7lst {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.TokenFlags_green__GapVx {
  background-color: var(--success-light);
  color: var(--success);
}
.TokenFlags_red__j1Dwk {
  background-color: var(--error-light);
  color: var(--error);
}
.TokenFlags_content__bQBQy {
  border: 1px solid var(--elevation-1);
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ZxTopTradersTable_container__K1Yan {
  position: relative;
}
.ZxTopTradersTable_durations__gd\+6o {
  position: absolute;
  right: 0;
  top: -36px;
}
.PPLWalletSnackbar_container__ASXUI {
  align-items: center;
  background-color: #000;
  border-radius: 4px;
  color: var(--text-1);
  column-gap: 12px;
  display: flex;
  padding: 8px;
  width: 380px;
}
.PPLWalletSnackbar_animation__Xxkjy {
  height: 36px;
  width: 36px;
}
.PPLWalletSnackbar_link__6uOOO {
  cursor: pointer;
}
.PPLWalletSend_sendContainer__mYKaA {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  position: relative;
  row-gap: 20px;
}
.PPLWalletSend_profileWalletSelect__EzetT {
  grid-column-gap: 24px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.PPLWalletSend_tokenInput__IT8MD,
.PPLWalletSend_tokenInput__IT8MD:focus {
  border: none;
  outline: none;
}
.PPLWalletSend_tokenInputContainer__EStR6 {
  width: 200px;
}
.PPLWalletSend_tokenInput__IT8MD {
  background-color: var(--base);
  color: var(--text-1);
  font-size: 24px;
  font-weight: 500;
  width: auto;
}
.PPLWalletSend_selectLabel__JaXgt {
  background-color: var(--elevation-1);
  border-radius: 4px;
  cursor: pointer;
  padding: 8px;
}
.PPLWalletSend_chainIcon__QMad3 {
  border-radius: 16px;
  height: 16px;
  width: 16px;
}
.PPLWalletSend_recentSearchItem__LWr5c {
  background-color: var(--elevation-1);
  border-radius: 8px;
  min-width: 100px;
  padding: 8px;
}
.PPLWalletSend_recentSearchItem__LWr5c img {
  border-radius: 50%;
}
.PPLWalletSend_inputText__EKwWR {
  font-weight: 500 !important;
}
.PPLWalletSend_errorText__eUVDb {
  color: var(--error) !important;
  font-weight: 600 !important;
}
.PPLWalletSend_tokenBalance__cWW0v {
  color: var(--primary-color);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.PPLWalletSend_recentSearchContainer__q1oon {
  flex-wrap: wrap;
  row-gap: 16px !important;
}
.PPLWalletActions_sendContainer__9kuTG {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  row-gap: 20px;
}
.PPLWalletActions_profileWalletSelect__ycfFd {
  grid-column-gap: 24px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/*# sourceMappingURL=main.a58f21c8.css.map*/
