@font-face {
  font-family: revicons;
  fallback: fallback;
  src: format("woff"), format("ttf"), format("ttf")
}

.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative
}

.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition
}

.react-multiple-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all .5s;
  border-radius: 35px;
  z-index: 1000;
  border: 0;
  background: #00000080;
  min-width: 43px;
  min-height: 43px;
  opacity: 1;
  cursor: pointer
}

.react-multiple-carousel__arrow:hover {
  background: #000c
}

.react-multiple-carousel__arrow:before {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: revicons;
  text-align: center;
  z-index: 2;
  position: relative
}

.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: #00000080
}

.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px)
}

.react-multiple-carousel__arrow--left:before {
  content: ""
}

.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px)
}

.react-multiple-carousel__arrow--right:before {
  content: ""
}

.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  transition: background .5s;
  border-width: 2px;
  border-style: solid;
  border-color: gray;
  padding: 0;
  margin: 0 6px 0 0;
  outline: 0;
  cursor: pointer
}

.react-multi-carousel-dot button:hover:active,
.react-multi-carousel-dot--active button {
  background: #080808
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important
  }

  .react-multi-carousel-track {
    overflow: visible !important
  }
}

[dir=rtl].react-multi-carousel-list {
  direction: rtl
}

.rtl.react-multiple-carousel__arrow--right {
  right: auto;
  left: calc(4% + 1px)
}

.rtl.react-multiple-carousel__arrow--right:before {
  content: ""
}

.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px)
}

.rtl.react-multiple-carousel__arrow--left:before {
  content: ""
}

:root {
  --background-primary: #040507;
  --text-primary: #ffffff;
  --text-accent-purple: #a66cff;
  --text-secondary: rgba(255, 255, 255, .5);
  --input-border-color: #676c74;
  --clr-main: #d75b4c;
  --clr-dark: #333;
  --clr-neutral: #ddd;
  --clr-light: #fff;
  --text-success-color: #28a745;
  --text-pending-color: #ffc107;
  --text-failure-color: #dc3545
}

::-webkit-scrollbar {
  width: 0
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0
}

@font-face {
  font-family: Roobert-Regular;
  src: local("Roobert-Regular"), url("/fonts/ca0e4d3de3b63373.otf") format("opentype")
}

@font-face {
  font-family: Roobert-Bold;
  src: local("Roobert-Bold"), format("opentype")
}

@font-face {
  font-family: Roobert-SemiBold;
  src: local("Roobert-SemiBold"), url("/fonts/0b6ac1756d9080e1.otf") format("opentype")
}

@font-face {
  font-family: Roobert-Medium;
  src: local("Roobert-Medium"), format("opentype")
}

@font-face {
  font-family: Roobert-Light;
  src: local("Roobert-Light"), url("/fonts/04bd5fdc4040ecce.otf") format("opentype")
}

body {
  background-color: var(--background-primary);
  color: var(--text-primary);
  font-family: Roobert-Light, sans-serif
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative
}

.large-container.sticky {
  top: 5px;
  z-index: 100
}

.page-main {
  padding: 50px 0
}

.active-status {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #96de3a;
  display: flex;
  margin: 7px 7px 0 0
}

.responsive-view,
.tablet-show {
  display: none
}

.cursor-pointer {
  cursor: pointer
}

.color-green {
  color: var(--text-success-color)
}

.color-red {
  color: var(--text-failure-color)
}

.color-yellow {
  color: var(--text-pending-color)
}

.navbar-container {
  padding: 1.25% 2% 1.25% 4%;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 2%;
  border-bottom: .5px solid rgba(165, 108, 253, .5);
  border-top: .5px solid rgba(255, 255, 255, .2);
  border-left: .5px solid rgba(255, 255, 255, .2);
  border-right: .5px solid rgba(255, 255, 255, .2);
  background: linear-gradient(231deg, #ffffff03 4.25%, #ffffff05 72.31%, #a66cff0d 95.61%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
  height: 80px;
  z-index: 100
}

.navbar-container a {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 14px
}

.navbar-container .info-block p,
.navbar-container .info-value div {
  font-size: 14px
}

.navbar-container a:hover,
.navbar-container a.active {
  color: var(--text-accent-purple)
}

.navbar-container .btn {
  margin-left: 30px
}

.logo-group {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center
}

.logo-group img {
  width: 90px
}

.menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #000c;
  padding: 20px;
  z-index: 1000
}

.menu-open {
  display: flex;
  padding-top: 5rem;
  background: #000000e6;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px)
}

.nav-base-font {
  font-size: 14px;
  font-weight: 400;
  color: #fff
}

.tvl-info-gradient-container .tvl-info-container {
  padding: 15px 40px;
  background-color: #a66cff0d;
  border-radius: 20px
}

.tvl-info-gradient-container .info-block {
  flex-direction: row
}

.tvl-info-gradient-container .info-row {
  color: var(--text-secondary)
}

.tvl-info-container .info-value {
  color: var(--text-accent-purple);
  font-family: Roobert-SemiBold
}

.tvl-info-container:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: none;
  border-radius: 40px;
  box-sizing: border-box;
  animation: animate-border 1.2s linear infinite
}

.tvl-info-gradient-container.gradient-container {
  border: none
}

.menu-open {
  display: none
}

.mobile-nav {
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0% 1%
}

@keyframes animate-border {
  0% {
    border: 1px solid transparent;
    border-color: rgba(165, 108, 253, .8) rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) rgba(255, 255, 255, .2)
  }

  25% {
    border: 1px solid transparent;
    border-color: rgba(255, 255, 255, .2) rgba(165, 108, 253, .8) rgba(255, 255, 255, .2) rgba(255, 255, 255, .2)
  }

  50% {
    border: 1px solid transparent;
    border-color: rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) rgba(165, 108, 253, .8) rgba(255, 255, 255, .2)
  }

  75% {
    border: 1px solid transparent;
    border-color: rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) rgba(165, 108, 253, .8)
  }

  to {
    border: 1px solid transparent;
    border-color: rgba(165, 108, 253, .8) rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) rgba(255, 255, 255, .2)
  }
}

.tab-nav {
  display: flex;
  height: 69px;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  border-radius: 40px;
  border-bottom: .5px solid rgba(165, 108, 253, .5);
  border-top: .5px solid rgba(255, 255, 255, .2);
  border-left: .5px solid rgba(255, 255, 255, .2);
  border-right: .5px solid rgba(255, 255, 255, .2);
  background: linear-gradient(231deg, #ffffff03 4.25%, #ffffff05 72.31%, #a66cff0d 95.61%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.tab-nav .tab-nav-item {
  color: #fff;
  font-family: Roobert-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  cursor: pointer
}

.tab-nav .tab-nav-item:not(.disabled):hover {
  color: #a56cfd
}

.tab-nav-item.active {
  color: #a56cfd
}

.heading-title {
  display: flex;
  align-items: center
}

.heading-title .heading {
  font-size: 20px
}

.sub-heading-container {
  margin: 5px
}

.sub-heading {
  color: #ffffff80;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%
}

.info-table {
  margin: 30px 0;
  width: 100%;
  display: flex;
  flex-direction: column
}

.info-table-header {
  display: flex;
  z-index: 10;
  height: 55px;
  padding: 10px 26px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 40px;
  border-bottom: .5px solid rgba(165, 108, 253, .5);
  border-top: .5px solid rgba(255, 255, 255, .2);
  border-left: .5px solid rgba(255, 255, 255, .2);
  border-right: .5px solid rgba(255, 255, 255, .2);
  background: linear-gradient(231deg, #ffffff03 4.25%, #ffffff05 72.31%, #a66cff0d 95.61%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.info-table-entry:first-child:nth-last-child(5),
.info-table-entry:first-child:nth-last-child(5)~.info-table-entry {
  display: flex;
  width: 20%;
  align-items: center;
  flex-shrink: 0
}

.info-table-entry:first-child:nth-last-child(4),
.info-table-entry:first-child:nth-last-child(4)~.info-table-entry {
  display: flex;
  width: 25%;
  align-items: center;
  flex-shrink: 0
}

.info-table-entry:first-child:nth-last-child(3),
.info-table-entry:first-child:nth-last-child(3)~.info-table-entry {
  display: flex;
  width: 33.33%;
  align-items: center;
  flex-shrink: 0
}

.info-table-entry:first-child:nth-last-child(2),
.info-table-entry:first-child:nth-last-child(2)~.info-table-entry {
  display: flex;
  width: 50%;
  align-items: center;
  flex-shrink: 0
}

.table-data-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 95%
}

.info-table-body {
  width: 100%;
  padding-top: 60px;
  height: fit-content;
  border-radius: 40px;
  border-bottom: .5px solid rgba(165, 108, 253, .5);
  border-left: .5px solid rgba(255, 255, 255, .2);
  border-right: .5px solid rgba(255, 255, 255, .2);
  margin-top: -55px;
  overflow: auto
}

.info-table-row {
  display: flex;
  height: 55px;
  padding: 10px 26px;
  align-items: center;
  flex-shrink: 0;
  border: transparent;
  width: 100%
}

.info-table-entry {
  flex: 1
}

.info-table-row .info-table-entry:first-child,
.info-table-header .info-table-entry:first-child {
  padding-left: 20px
}

.info-table-row .table-entry-logo {
  margin: 0 5px
}

.info-table-header .table-entry-logo,
.info-table-header .table-entry-text {
  margin-right: 10px
}

.info-table-header .table-entry-logo {
  height: 15px
}

.info-table-row-parent:nth-child(2n) {
  background-color: #a66cff0d
}

.table-entry-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  flex-shrink: 0;
  line-height: 95%
}

.stake-info-table-container .info-table {
  margin: 50px 0
}

.stake-container .info-table-entry:last-child .table-entry-text,
.stake-container .info-table-entry:last-child {
  justify-content: flex-end
}

.stake-container .info-table-entry {
  justify-content: center
}

.stake-container .info-table-entry:first-child .table-entry-text,
.stake-container .info-table-entry:first-child {
  justify-content: flex-start
}

.accordion-content {
  transition: max-height .3s ease-out, opacity .3s ease-in-out;
  overflow: hidden
}

.info-table-row.accordion-header.open+.accordion-content {
  display: block;
  opacity: 1
}

.info-table-row-border-bottom {
  border-bottom: .2px solid rgba(255, 255, 255, .1)
}

.custodians-container {
  display: flex;
  flex-direction: column;
  width: 100%
}

.custodians-container .heading-container {
  align-self: normal
}

.custodians-container .info-table-body {
  transform: none;
  padding: 0;
  width: 45%;
  border-top: .5px solid rgba(255, 255, 255, .2);
  margin: 25px 0
}

.custodian-address {
  color: #a66cff;
  margin-left: auto;
  margin-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 95%
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  cursor: pointer;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  font-family: Roobert-Regular, sans-serif;
  border-radius: 30px;
  font-size: 15px
}

.btn:disabled {
  opacity: .4
}

.btn-small {
  padding: 10px 20px;
  font-size: 12px
}

.btn-small:disabled {
  opacity: .4
}

.btn-secondary {
  background-color: var(--primary-color);
  border: 1px solid var(--text-accent-purple)
}

.btn-mute {
  background-color: var(--input-border-color);
  color: #fff;
  -webkit-user-select: none;
  user-select: none
}

.btn-mute:active {
  pointer-events: none
}

.btn-mute:disabled {
  opacity: 1
}

.btn-outline {
  background-color: transparent;
  border: 1px #fff solid
}

.btn:hover:not(:disabled):not(.btn-mute) {
  transform: scale(.98)
}

.bg-primary,
.btn-primary {
  background-color: var(--text-accent-purple);
  color: #fff
}

.btn-block {
  width: 100%
}

.icon-button svg {
  margin-right: 5px
}

.btn .loader {
  margin-right: 4px
}

.btn .loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid var(--input-border-color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite
}

.btn-small .loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #c59eff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 2s linear infinite
}

.btn:disabled {
  cursor: not-allowed
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.dropdown {
  position: relative
}

.dropdown .dropdown-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 1rem;
  border: 1px solid var(--input-border-color);
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 14px;
  z-index: 2
}

.dropdown .toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  cursor: pointer;
  animation: transform 1.2s
}

.toggle-icon img {
  width: 20px;
  height: 20px;
  margin-top: 1px
}

.toggle-icon.open img {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  transform: rotate(180deg)
}

.dropdown .dropdown-content {
  position: absolute;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin-top: .5rem;
  border-radius: 30px;
  background-color: var(--background-primary);
  box-shadow: #959da51a 0 8px 24px;
  max-height: 40vh;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transform: translateY(-5%);
  transition: transform .15s ease-in-out, opacity .1s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  font-size: 14px
}

.dropdown .dropdown-content::-webkit-scrollbar {
  width: 0;
  height: 0
}

.dropdown .content-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all
}

.dropdown .dropdown-item {
  padding: .5rem;
  margin: .1rem;
  width: 100%;
  border-radius: .5rem;
  cursor: pointer
}

.dropdown .dropdown-item:hover {
  opacity: .6
}

.dropdown .dropdown-item.disabled {
  opacity: .6;
  -webkit-user-select: none;
  user-select: none
}

.dropdown .dropdown-item.disabled:active {
  pointer-events: none
}

.dropdown .button-comp-title {
  display: flex;
  align-items: center;
  justify-content: center
}

.dropdown .button-comp-title img {
  margin-right: 10px;
  width: 20px
}

.dropdown.disable {
  opacity: .6
}

.dropdown.disable .dropdown-btn,
.dropdown.disable .toggle-icon {
  cursor: not-allowed
}

.info-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px
}

.info-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  align-items: center
}

.info-row {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center
}

.info-row img {
  width: 20px
}

.border-right {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #a56cfd;
  align-self: stretch
}

.info-group-item:last-child .border-right {
  border: 0px
}

.info-group-item:last-child {
  gap: 0px
}

.info-box-with-icon-container .icon-img {
  width: 20px;
  height: 20px
}

.icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
  z-index: 100
}

.modal.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--background-primary);
  padding: 2rem 2.5rem;
  width: 30em;
  border-radius: 2rem;
  border: .5px solid rgba(163, 161, 161, .3)
}

.modal .close-button {
  position: absolute;
  width: 1.5rem;
  font-size: 2em;
  line-height: .5;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: .25rem;
  color: #fff;
  transition: color .12s ease-in-out;
  right: 40px;
  top: 30px
}

.modal .close-button:hover {
  color: var(--text-accent-purple)
}

.modal-content-confetti {
  margin-left: 80px
}

.share-crystal-modal .modal-content {
  min-width: 35vw
}

.gradient-container {
  position: relative;
  border-left: .5px solid rgba(165, 108, 253, .3);
  border-top: .5px solid rgba(255, 255, 255, .2);
  border-bottom: .5px solid rgba(255, 255, 255, .2);
  border-right: .5px solid rgba(255, 255, 255, .2);
  border-radius: 40px;
  background: linear-gradient(231deg, #ffffff03 4.25%, #ffffff05 72.31%, #a66cff0d 95.61%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform: translateZ(0);
  z-index: 2
}

.ios-above-18 .gradient-container.backdrop-none {
  backdrop-filter: none;
  -webkit-backdrop-filter: none
}

.link_text a {
  text-decoration: none;
  color: var(--text-accent-purple);
  cursor: pointer
}

.link_text:hover {
  opacity: .5
}

.link_text img {
  width: 10px;
  margin-left: 5px
}

.toaster-custom-styles {
  background-color: var(--background-primary);
  color: #fff
}

.update-toast {
  position: relative;
  border-radius: 25px;
  background-color: var(--background-primary)
}

.custom-toast.triggered {
  opacity: 1;
  animation: fadeIn .3s ease-in-out
}

.custom-toast.dismissed {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.update-toast h3 {
  font-size: 16px
}

.update-toast .close-button {
  position: absolute;
  width: 1.5rem;
  font-size: 1.5em;
  line-height: .5;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: .25rem;
  color: #fff;
  transition: color .12s ease-in-out;
  right: 20px;
  top: 10px
}

.update-toast .close-button:hover {
  color: var(--text-accent-purple)
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.social-handler {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
  bottom: 0;
  margin-bottom: 20px;
  z-index: 100
}

.social-handle {
  margin: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none
}

.social-handler img {
  width: 22px
}

.social-handler svg {
  width: 22px
}

.login-modal .modal-content {
  width: 30vw
}

.login-modal-container .wallet-icon {
  width: 35px;
  margin-right: 8px;
  color: "white"
}

.login-modal-container .wallet-icon.pending {
  color: var(--text-secondary)
}

.login-modal-container .show-password-toggler {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--text-secondary)
}

.login-modal-container .show-password-toggler:hover {
  color: var(--text-accent-purple)
}

.login-modal-container input.password-input {
  background: transparent;
  color: #fff;
  padding-left: 0;
  font-size: 14px;
  padding-right: 35px
}

.login-modal-container input.password-input::placeholder {
  font-size: 14px
}

.login-modal-container .password-input-container .hidden {
  visibility: hidden
}

.login-modal-container .password-input-container .valid {
  color: #84ff82
}

.login-modal-container .password-input-container .invalid,
span.invalid {
  color: #ff7e7e
}

.login-modal-container .forgot-password {
  width: fit-content;
  cursor: pointer;
  color: var(--text-accent-purple)
}

.login-modal-container .forgot-password:hover {
  color: #fff
}

.line-divider-horizontal {
  border-color: #fff3;
  border-width: .01rem;
  border-bottom: 0;
  border-style: solid
}

.line-divider-vertical {
  width: .01rem;
  height: 100%;
  border-color: #fff3;
  border-width: .01rem;
  border-bottom: 0;
  border-style: solid
}

.trouble-signin-text {
  font-size: 12px
}

.lds-ring {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: white transparent transparent transparent
}

.lds-ring-1 {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px
}

.lds-ring-1 div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 104px;
  height: 104px;
  margin: 8px;
  border: 6px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: white transparent transparent transparent
}

.lds-ring div:nth-child(1) {
  animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
  animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
  animation-delay: -.15s
}

.fallback-loader-container {
  display: grid;
  place-items: center;
  position: relative;
  height: 85vh;
  z-index: 99
}

.fallback-loader-container-img {
  width: 40px
}

@keyframes lds-ring {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #c59eff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite
}

.stepper .description {
  font-size: 13px;
  max-width: 270px;
  color: var(--text-secondary)
}

.stepper .loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #c59eff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 2s linear infinite
}

.not-found svg,
.not-found h5 {
  color: var(--text-secondary)
}

.not-found h5 {
  max-width: 200px;
  text-align: center
}

.activity-not-found h5,
.leaderboard-not-founded h5 {
  max-width: 220px
}

.not-found a {
  color: var(--text-accent-purple)
}

.custom-tooltip {
  border: 1px solid #343333;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--background-primary)
}

.custom-tooltip .value,
.custom-tooltip .key {
  font-size: 10px
}

.custom-tooltip .intro.value {
  margin-left: 10px
}

.bar-chart.custom-tooltip {
  width: 150px
}

.bar-chart.custom-tooltip .value,
.bar-chart.custom-tooltip .key,
.pie-chart-label.custom-tooltip .value,
.pie-chart-label.custom-tooltip .key {
  font-size: 13px
}

.pie-chart-label.custom-tooltip .value {
  margin-left: 12px
}

.custom-tooltip .label {
  color: var(--text-secondary);
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin-bottom: 10px
}

.custom-pie-charts {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  align-items: center
}

.custom-pie-charts li:not(:first-child) {
  margin-left: 10px
}

.custom-pie-charts .custom-pie-charts-bg {
  width: 40px;
  height: 25px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px
}

.custom-pie-charts p {
  font-size: 12px
}

.intro-container:not(:last-child) {
  margin-bottom: 10px
}

.custom-tooltip .intro .info-color {
  width: 20px;
  height: 20px;
  border-radius: 10px
}

.custom-legend {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.custom-legend .inactive {
  opacity: .5
}

.chart-wrapper {
  margin-top: 1rem
}

.custom-legend li {
  font-size: 11px;
  background-color: #ffffff1a;
  padding: 7px 13px;
  border-radius: 20px
}

.custom-legend li:hover {
  opacity: .7;
  cursor: pointer
}

.recharts-rectangle.recharts-tooltip-cursor {
  fill: #343333 !important
}

.custom-pie-legend {
  list-style: none
}

.custom-pie-legend li:not(:first-child) {
  list-style: none;
  margin-top: 10px
}

.custom-pie-bg {
  width: 50px;
  height: 20px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  margin-right: 3px
}

.fallback-page {
  text-align: center
}

.fallback-page h2 {
  font-size: 30px
}

.fallback-page p {
  font-size: 20px;
  color: var(--text-secondary)
}

.fallback-page img {
  height: 300px
}

.fallback-text-div {
  max-width: 40vw;
  justify-self: center
}

.support-link {
  color: var(--text-accent-purple)
}

.fileInput {
  display: none
}

.feedback-selected-image-container {
  display: flex;
  flex-direction: row;
  max-width: 400px;
  white-space: nowrap;
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.feedback-selected-image-container img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  background-color: #e4e4e44d
}

.feedback-email-icon .react-tooltip {
  font-family: Roobert-Regular;
  margin-left: 20%;
  width: 100%
}

.feedback-email-icon svg {
  margin-left: 5px;
  cursor: pointer
}

.feedback-container {
  margin-top: 30px;
  font-family: Roobert-Regular
}

.feedback-container input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-family: Roobert-Regular;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  resize: vertical;
  margin-top: 5px;
  margin-bottom: 20px
}

.feedback-container textarea {
  width: 100%;
  height: 80px;
  padding: 13px 16px 0;
  border-radius: 12px;
  border: 2px solid transparent;
  font-family: Roobert-Regular;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  resize: vertical;
  min-height: 120px;
  margin-top: 5px;
  margin-bottom: 20px;
  resize: none
}

.unstake-feedback-modal .feedback-container textarea {
  margin-bottom: 0
}

.feedback-container label {
  color: #808191
}

.feedback-container .image-uploader {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid transparent;
  background-color: #232222;
  font-family: Roobert-Regular;
  font-size: 14px;
  font-weight: 600;
  color: #11142d;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  resize: vertical;
  margin-top: 5px;
  margin-bottom: 12px
}

.feedback-container .image-uploader-icon {
  font-size: 20px;
  color: #a66cff;
  position: absolute;
  top: -3px;
  right: 0
}

.feedback-container input::placeholder {
  color: #b1b2b787;
  font-family: Roobert-Regular;
  font-weight: 400
}

.feedback-container textarea::placeholder {
  color: #b1b2b787;
  font-family: Roobert-Regular;
  font-weight: 400
}

.feedback-container textarea:focus {
  outline: none;
  border-color: #dcdde4
}

.feedback-container input:focus {
  outline: none;
  border-color: #dcdde4
}

.feedback-image-uploader-placeholder {
  color: #b1b2b7;
  font-family: Roobert-Regular;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  display: block;
  position: relative
}

.feedback-toast-body {
  background: #fff !important;
  color: #808191 !important
}

.start__feedback_uploading h2 {
  font-size: 14px
}

.start__feedback_uploading p {
  font-size: 12px;
  color: #808191
}

.react-multiple-carousel__arrow {
  background-color: #80819180;
  z-index: 0
}

button.mfp-close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -7px;
  right: -3px;
  z-index: 10;
  border-radius: 50%;
  color: #000;
  background-color: #e4e4e4;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer
}

.marquee {
  height: 50px;
  width: 100%;
  position: relative;
  overflow: hidden
}

.marquee .slider {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 20px;
  width: max-content;
  animation: moveSlideshow 20s linear infinite;
  animation-delay: 1s
}

.marquee .slider img {
  width: 100px;
  height: 100%;
  object-fit: contain;
  margin-bottom: 10px
}

@keyframes moveSlideshow {
  0% {
    transform: translate(0)
  }

  to {
    transform: translate(calc(-50% - 10px))
  }
}

.checkbox {
  display: none
}

.checkbox+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  margin-top: 15px
}

.checkbox+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  border-radius: 4px;
  background: transparent
}

.checkbox:checked+label:before {
  border-color: var(--text-accent-purple)
}

.checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid var(--text-accent-purple);
  border-width: 0 1px 1px 0;
  transform: translateY(-60%) rotate(45deg)
}

.orbs-campaign {
  padding: 5%
}

.orbs-main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px
}

.orbs-campaign .banner-image {
  width: 90px
}

.orbs-campaign-title-container h4 {
  font-size: 22px;
  font-family: Roobert-Regular, sans-serif;
  font-weight: 100;
  margin-bottom: 12px
}

.orbs-campaign-title-container p {
  color: var(--text-secondary)
}

.orbs-campaign-inner-container {
  padding: 5% 4%;
  margin-top: 30px
}

.orbs-earn-container {
  padding: 3% 4%;
  margin-top: 12px
}

.orbs-earn-container h5 {
  font-size: 15px
}

.orbs-campaign-inner-container .info-group-container {
  justify-content: space-around
}

.orbs-campaign-inner-container .info-group-item {
  flex: 1;
  justify-content: space-around
}

.orbs-campaign-inner-container .info-row p {
  color: var(--text-secondary);
  font-size: 16px
}

.orbs-campaign-inner-container .info-value div {
  font-size: 17px
}

.your-orbs-inner-container .info-row p {
  font-size: 16px
}

.your-orbs-inner-container .info-value div {
  font-size: 30px
}

.your-orbs,
.orbs-earn {
  margin-top: 50px
}

.referral-input {
  width: 100%;
  background-color: #000;
  padding: 2% 3%;
  border-radius: 10px
}

.referral-input-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end
}

.referral-input input {
  background-color: #000;
  color: var(--text-accent-purple);
  outline: none;
  font-family: Roobert-Regular;
  font-size: 16px;
  width: 100%
}

.referral-input-buttons button:nth-child(2) {
  margin-left: 10px
}

.orbs-collected-tooltip {
  max-width: 300px;
  text-align: left
}

.dashboard {
  width: 100%
}

.dashboard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center
}

.dashboard-header .header-container {
  align-self: flex-end
}

.dashboard-header .sub-heading-container {
  text-align: right
}

.hedging-tab-container .tab-nav {
  justify-content: flex-start
}

.hedging-tab-container .tab-nav-item {
  color: var(--text-secondary)
}

.tab-nav .tab-nav-item.disabled,
.tab-nav-dropdown.disabled {
  opacity: .4;
  cursor: not-allowed
}

.hedging-tab-container .tab-nav-item:hover,
.hedging-tab-container .tab-nav-item.active {
  color: #fff
}

.chart-gradient-wrapper {
  padding: 30px 40px
}

.chart-gradient-wrapper h3 {
  text-align: center
}

.chart-gradient-wrapper .dropdown {
  position: absolute;
  right: 20px;
  top: 20px
}

.supply-container .chart-gradient-wrapper:nth-child(2n) {
  margin-left: 40px
}

.yield-chart-container {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto;
  row-gap: 30px;
  column-gap: 45px
}

.validator-table {
  overflow-x: scroll;
  scrollbar-width: none
}

.validator-table .data-loader-empty {
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center
}

.validator-table .validator-table-body {
  height: 600px;
  overflow: auto
}

.validator_legend {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 12px
}

.status-indicator.responded {
  background-color: #84ff82
}

.status-indicator.awaiting {
  background-color: #ffe34e
}

.blink {
  animation: blink 1s infinite
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.validator-card {
  border-radius: 15px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.validator-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 1rem 0
}

.validator-img {
  width: 51px;
  height: 51px
}

.validator-percentage {
  font-size: 18px
}

.mini-protocol-section-card,
.mini-audit-section-card {
  border-radius: 40;
  padding: 40px 32px;
  height: 100%
}

.mini-contract-section-card {
  border-radius: 40;
  padding: 40px;
  height: 100%
}

.section-title {
  font-size: 18px
}

.validators-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-bottom: 2rem
}

.validators-legend-container {
  width: 100%;
  max-width: 604px;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2rem;
  padding: 1rem 4rem;
  border-radius: .75rem
}

.legend-item {
  display: flex;
  align-items: center;
  gap: .5rem
}

.status-indicator {
  width: 45px;
  height: 4px;
  border-radius: 10px
}

.collateral-icon-gradient {
  display: flex;
  align-items: center;
  gap: 20px
}

.validator-counter-icon-container {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center
}

.counter-text {
  font-size: 35px
}

.collateral-imgs {
  width: 33px;
  height: 33px
}

.section-header {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.section-body {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 1.25rem
}

.collateral-info {
  width: 40%
}

.collateral-graph {
  width: 50%;
  display: flex;
  align-items: center
}

.audit-info {
  display: flex;
  flex-direction: column;
  gap: 25px
}

.protocol-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

.contract-section {
  display: flex;
  flex-direction: column
}

.audit-section {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.section-value {
  font-size: 20px
}

.stats-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px
}

.stats-gradient {
  max-width: 100%
}

.doc-gradient {
  border-radius: 15px;
  height: 52px
}

.doc-icon-gradient {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center
}

.dashboard-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px
}

.dashboard-section,
.dashboard-audit-section,
.dashboard-contract-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.collateral-section-card,
.validatord-section-card {
  border-radius: 40px;
  padding: 2.5rem
}

.collateral-section-card .collateral-wrap {
  display: flex;
  justify-content: space-between
}

.single-line-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px
}

.horizontal-collateral-line {
  display: none
}

.protocol-info {
  display: flex;
  flex-direction: column
}

.section-value {
  font-size: 20px;
  margin: 0
}

.audit-item {
  display: flex;
  align-items: center;
  height: 52px;
  width: 400px;
  padding: 5px 20px;
  border-radius: 15px;
  cursor: pointer;
  color: var(--text-secondary)
}

.audit-item:hover {
  background: #ffffff0d
}

.audit-item:hover .doc-name,
.audit-item:hover .external-link {
  color: var(--text-primary)
}

.doc-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: var(--text-secondary)
}

.doc-icon img {
  width: 16px;
  height: 16px
}

.doc-name {
  flex: 1;
  font-size: 15px
}

.external-link {
  margin-left: 8px
}

.chain-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px
}

.chain-title img {
  width: 24px;
  height: 24px;
  margin-right: 10px
}

.address-container {
  display: flex;
  align-items: center;
  padding: 5px 0
}

.contract-name {
  font-size: 18px
}

.address {
  font-size: 20px
}

.copy-icon {
  margin-left: 8px;
  cursor: pointer
}

.copy-icon:hover {
  transform: scale(1.1)
}

.data-feed-tooltip {
  width: 300px;
  max-width: 300px;
  white-space: "normal"
}

.validator-card-container {
  position: relative;
  padding: 10px
}

.connection-line {
  position: absolute;
  background-color: #fff3;
  z-index: 0
}

.right-line {
  top: 50%;
  right: -10px;
  width: 20px;
  height: 1px;
  transform: translateY(-50%)
}

.left-line {
  top: 50%;
  left: -10px;
  width: 20px;
  height: 1px;
  transform: translateY(-50%)
}

.bottom-line {
  left: 50%;
  bottom: -10px;
  width: 1px;
  height: 20px;
  transform: translate(-50%)
}

.note-footer {
  font-size: 18px
}

.validators-cell img {
  width: 25px
}

.leaderboard {
  width: 100%
}

.leaderboard-campaign-inner-container {
  padding: 3% 4%
}

.leaderboard-campaign-inner-container .info-group-container {
  justify-content: space-around
}

.leaderboard-campaign-inner-container .info-group-item {
  flex: 1;
  justify-content: space-around
}

.leaderboard-campaign-inner-container .info-row p {
  color: var(--text-secondary);
  font-size: 16px;
  width: max-content
}

.leaderboard-campaign-inner-container .info-value div {
  font-size: 17px
}

.leaderboard-campaign-inner-container:nth-child(1) {
  flex: 1
}

.leaderboard-campaign-inner-container:nth-child(2) {
  flex: .6;
  margin-left: 80px
}

.stake-container {
  margin-top: 20px;
  padding: 2.5%;
  justify-content: space-evenly;
  width: 100%;
  flex: 1
}

.stake-left-container {
  flex: .55
}

.new-stake-container {
  min-width: 32.5vw
}

.initial-orbs-info-container {
  min-width: 29vw
}

.stake-right-container {
  border-radius: 40px;
  background: linear-gradient(231deg, #ffffff03 4.25%, #ffffff05 72.31%, #a66cff0d 95.61%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-top: .1px solid rgba(255, 255, 255, .2);
  border-left: .1px solid rgba(165, 108, 253, .3);
  border-bottom: .1px solid rgba(255, 255, 255, .2);
  border-right: .1px solid rgba(255, 255, 255, .2);
  padding: 7% 6.5% 5%;
  margin-bottom: 2%
}

.stake-divider {
  margin: 5% 0%;
  border-bottom: .2px solid rgba(255, 255, 255, .2)
}

.stake-btn-secondary {
  border-radius: 20px;
  background-color: #222324;
  padding: 1rem 1.5rem;
  cursor: pointer
}

.stake-btn-secondary:hover {
  background-color: #ffffff30
}

.stake-input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  height: 40px;
  overflow: hidden;
  outline: none;
  font-family: Roobert-Regular;
  border-radius: 0;
  margin-right: 5px
}

.stake-info-container {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #040507;
  padding: 2.5% 5%
}

.progress-container {
  width: 100%;
  height: 3px;
  background-color: #ffffff80;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.progress-bar {
  width: 50%;
  height: 100%;
  background-color: #a66cff;
  border-radius: 10px 0 0 10px;
  position: relative
}

.stake-dropdown-item img {
  width: 20px;
  margin-right: 5px
}

.stake-dropdown-tooltip {
  z-index: 100
}

.stake-dropdown-tooltip.stake-disable-button-tooltip {
  max-width: 75%
}

.network-dropdown-item img {
  width: 20px;
  margin-right: 5px;
  border-radius: 10px
}

.network-dropdown.hidden {
  visibility: hidden
}

.network-dropdown-item.disabled {
  opacity: .4
}

.network-dropdown-item.disabled {
  opacity: .4;
  -webkit-user-select: none;
  user-select: none
}

.network-dropdown-item.disabled:active {
  pointer-events: none
}

.stake-dropdown-item.disabled {
  opacity: .4
}

.stake-wallet-request-modal {
  text-align: center
}

.stake-wallet-request-modal .modal-content {
  width: 25rem
}

.stake-wallet-request-modal .stake-wallet-request-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.stake-wallet-request-modal h3 {
  font-size: 17px
}

.stake-wallet-request-modal p {
  color: var(--text-secondary);
  font-size: 15px;
  max-width: 200px
}

.stake-wallet-request-modal img {
  width: 80px;
  margin: 20px 0
}

.stake-stepper-modal .modal-content {
  width: 28rem
}

.user-balance-container {
  height: 20px
}

.user-balance-container svg {
  margin-left: 3px;
  cursor: pointer
}

.user-balance-tooltip-content {
  padding: 4px 5px
}

.user-balance-tooltip-content p {
  font-size: 12px
}

.user-balance-tooltip-content p:first-child {
  margin-bottom: 5px
}

.login-modal-container input,
.login-modal-container textarea,
.teaser-network-modal input,
.teaser-network-modal textarea {
  background-color: #232222;
  padding: 15px 20px;
  border-radius: 10px
}

.login-modal-container input::placeholder,
.teaser-network-modal input::placeholder {
  font-size: 14px
}

.teaser-network-logo {
  width: 23px;
  height: 23px;
  margin-right: 6px
}

.stake-balance-tooltip-content {
  max-width: 200px
}

.withdrawal-container .stepper {
  padding: 0
}

.available-balance .info-table-body {
  height: 270px;
  overflow-y: scroll
}

.available-balance .info-table {
  margin: 15px 0
}

.withdrawal-container .info-table-entry {
  font-size: 13px
}

.info-modal a,
.yield-update-modal a {
  color: #fff;
  font-size: 13px
}

.text-link a {
  font-size: 14px
}

.info-modal p {
  text-align: center;
  font-size: 13px;
  max-width: 245px
}

.info-modal h3 {
  text-align: center;
  margin-bottom: 20px
}

.info-modal .modal-content {
  width: 22vw
}

.info-modal-with-footer .modal-content {
  width: 26vw
}

.info-modal p {
  font-size: 14px
}

.withdrawal-container .info-table-row:last-child {
  border-radius: 0
}

.unstake-data-loader .loader {
  height: 50px;
  width: 50px
}

.unstake-data-loader h5 {
  font-size: 16px
}

.stake-info-table-container .info-table-entry {
  flex: 1
}

.unstake-info-table-container .info-table-entry:nth-child(1) {
  flex: .3
}

.unstake-info-table-container .info-table-entry {
  font-size: 13px
}

.unstake-info-table-container .info-table-body {
  overflow-y: scroll
}

.activity-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.activity-link svg {
  font-size: 20px;
  cursor: pointer;
  height: 100%;
  width: 100%
}

.activity-link svg:hover {
  opacity: .7
}

.stake-switch .disabled {
  cursor: progress;
  opacity: .6
}

.info-container .loader {
  width: 20px;
  height: 20px
}

.info-container p {
  font-size: 13px;
  line-height: 16px
}

.deposit-limit-text span {
  margin-left: 4px;
  cursor: pointer
}

.deposit-limit-tooltip {
  max-width: 200px;
  text-align: center;
  z-index: 20
}

.stake-history-link {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.stake-history-link a {
  font-size: 13px;
  color: var(--text-primary);
  text-decoration: none
}

.network-dropdown .dropdown-btn {
  padding: 7px 10px
}

.network-dropdown .dropdown-btn .toggle-icon {
  margin: 0
}

.network-dropdown .dropdown-content {
  right: 0;
  min-width: 210px
}

.stake-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.dropdown.withdrawal-mode-dropdown .withdrawal-mode-dropdown-image {
  width: 15px;
  height: 15px;
  object-fit: contain
}

.dropdown.withdrawal-mode-dropdown .dropdown-btn {
  padding: 10px 20px
}

.dropdown.withdrawal-mode-dropdown .toggle-icon {
  margin-left: 8px
}

.withdrawal-fee-text-container span {
  margin-left: 2px;
  cursor: pointer
}

.withdrawal-outer-container {
  width: 650px
}

.withdrawal-inner-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 7px
}

.withdrawal-block-tooltip-content {
  max-width: 180px;
  font-size: 13px
}

.referral-info-container-stake h4 {
  font-size: 14px
}

.referral-info-container-stake .referral-info-container-stake-description {
  font-size: 13px;
  margin-top: 12px
}

.referral-info-container-stake {
  border-radius: 20px;
  padding: 18px
}

.referral-info-container-stake {
  text-align: center
}

.total-text-container {
  height: 20px
}

.google-calendar-img {
  width: 22px
}

.txn-info-text {
  font-size: 15px;
  line-height: 20px
}

.progress-container-wrapper {
  min-width: 32.5vw;
  margin-bottom: 5%
}

.txn-info-box {
  border-radius: 40px;
  border: .5px solid rgba(165, 108, 253, .5);
  background: #a66cff1a;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-bottom: 25px
}

#apy-animation-lottie {
  position: absolute;
  top: -40px;
  right: -35px
}

.stake-apy-info-container .text-l {
  font-size: 15px
}

.stake-apy-info-container .text-m {
  font-size: 13px
}

.stake-apy-info-container .info-value {
  gap: 5px
}

.stake-apy-info-container {
  width: 100%
}

.stake-apy-info-container .info-group-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.stake-apy-info-container .info-box-with-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.initial-orbs-info-container {
  max-width: 100%
}

.initial-orbs-info-container {
  height: 100%
}

.initial-orbs-info-item {
  margin-top: 12px
}

.initial-orbs-info-item .text-tiny {
  font-size: 13px;
  margin-top: 5px
}

.initial-orbs-info-item p:not(.text-tiny) {
  margin-top: 12px;
  font-size: 13px
}

.initial-orbs-info-item h2 {
  font-size: 40px
}

.initial-orbs-info-heading h3,
.initial-orbs-info-heading p {
  font-size: 16px
}

.initial-orbs-info-learn-more p {
  margin-top: 12px;
  font-size: 13px
}

.initial-orbs-info-learn-more a {
  color: var(--text-accent-purple)
}

.unstake-feedback-modal {
  z-index: 100
}

.confirm-modal-description p:not(:first-child) {
  margin-top: 15px
}

.initial-orbs-info-learn-more .info-container .text-m {
  font-size: 13px
}

.initial-orbs-info-learn-more .info-container .icon-container svg,
.initial-orbs-info-learn-more .info-container .icon-container {
  width: 21px
}

.transaction-status a {
  color: #fff;
  font-size: 13px
}

.confirm-modal-description span {
  font-weight: 700
}

.holdings {
  width: 100%
}

.user-block-balance {
  padding: 3% 4%
}

.user-block-balance .info-row p {
  color: var(--text-secondary)
}

.user-block-balance .info-value div {
  font-size: 14px
}

.activity-tab {
  width: fit-content
}

.holding-table-container .table-entry-logo {
  width: 20px
}

.activity-body .data-loader-empty {
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center
}

.activity-body img {
  width: 20px
}

.activity-body .info-table-entry,
.holding-table-container .info-table-entry {
  font-size: 14px
}

.activity-status span {
  background-color: #272626;
  width: fit-content;
  padding: 4px 7px;
  font-size: 13px;
  border-radius: 10px
}

.activity-status .holdings-status-tooltip {
  z-index: 10
}

.activity-body .tx-hash a {
  color: var(--text-primary);
  cursor: pointer
}

.activity-body .ready-button svg {
  margin-bottom: -3px
}

.activity-body .ready-button:hover {
  opacity: .8;
  cursor: pointer
}

.activity-table .token-logo-container {
  position: relative;
  margin-right: 6px
}

.activity-table .network-logo {
  position: absolute;
  right: -5px;
  width: 14px;
  height: 14px;
  bottom: 0
}

.activity-body .warning-tx {
  position: absolute;
  right: 20px
}

.activity-body .activity-status {
  position: relative
}

.activity-body svg {
  cursor: pointer
}

.tx-warning-tooltip {
  max-width: 200px;
  z-index: 100
}

.holdings .info-table {
  overflow: revert
}

.allocation-table-container .table-entry-logo.network-logo {
  width: 20px
}

.sell-info-tooltip,
.yield-info-tooltip {
  margin-left: 2px;
  margin-top: 3px
}

.sell-info-tooltip .sell-info-details,
.yield-info-tooltip .yield-info-details {
  max-width: 220px
}

.sell-info-tooltip svg,
.yield-info-tooltip svg {
  cursor: pointer
}

.activity-table-accordion-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 55px;
  row-gap: 5px;
  column-gap: 30px;
  font-size: 13px
}

.border-bottom {
  border-bottom: .5px solid rgba(255, 255, 255, .2)
}

.last-updated-tooltip {
  margin-left: 2px;
  margin-top: 4px
}

.last-updated-tooltip svg {
  cursor: pointer
}

.yield-generation-eta-tooltip-text {
  margin-left: 3px;
  margin-top: 1px
}

.yield-generation-eta-tooltip {
  max-width: 200px;
  text-align: center;
  z-index: 20
}

.quantized-amount {
  border-bottom: 1px dotted var(--text-secondary)
}

.raw-amount-tooltip {
  z-index: 10
}

.yield-info-tooltip a {
  color: #fff;
  font-size: 13px
}

.withdraw-container {
  padding: 5%;
  justify-content: space-between;
  width: 100%;
  flex: 1
}

.withdraw-right-container {
  flex: .35
}

.campaign-container {
  color: #fff;
  padding: 20px;
  min-height: 100vh;
  position: relative;
  overflow: hidden
}

.campaign-container .header {
  text-align: center
}

.campaign-container .header img {
  width: 120px;
  font-weight: 700;
  margin-bottom: 10px
}

.campaign-container .options-card {
  margin-top: 30px;
  background: linear-gradient(180deg, #040507cc 10%, #040507 90%), no-repeat center center;
  background-size: contain
}

.campaign-container .option {
  background: transparent;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px
}

.campaign-container .option h2 {
  font-size: 16px;
  margin-bottom: 10px
}

.campaign-container .option ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
  font-size: 15px
}

.campaign-container .option li:not(:first-child) {
  margin-top: 5px
}

.campaign-container .social-handler {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 3px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (min-width: 768px) {
  .campaign-container {
    max-width: 400px;
    margin: auto;
    background: #2a2a2a1a
  }

  .campaign-container .option {
    background: #140d0d1a
  }
}

.crystals-main .crystals-title-container h4,
.crystals-main .wallet-connected .crystals-title-container h4 {
  margin-bottom: 0
}

.crystals-main .progress-container {
  height: 10px
}

.platform-crystals-wrapper .info-value p {
  font-size: 16px
}

.platform-crystals-wrapper .info-value div {
  font-size: 17px
}

.your-crystals-container .info-value div {
  align-items: baseline
}

.share-crystal-gradient-wrapper {
  background: #141414;
  margin-top: 20px;
  width: 90%
}

.share-crystal-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.share-crystal-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 145px
}

.share-crystal-section {
  display: flex;
  flex-direction: column
}

.share-crystal-section-center {
  align-items: center;
  justify-content: center;
  text-align: center;
  align-self: flex-end
}

.share-crystal-label {
  margin-bottom: .5rem;
  color: #ffffff70
}

.share-crystal-logo {
  margin-bottom: .5rem
}

.share-crystal-avatar-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 0
}

.share-crystal-avatar-wrapper img {
  width: 100%;
  height: 100%
}

.share-crystal-handle {
  display: flex;
  align-items: center;
  margin-top: .5rem;
  gap: .25rem;
  color: #ffffff80;
  font-size: 20px
}

.share-crystal-footer-logo {
  max-width: 250px;
  margin-left: -10%;
  margin-bottom: -6%
}

.share-crystal-footer {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 35px
}

.crystals-sold-text {
  color: #ffffffb3;
  font-size: 12px;
  font-weight: 500
}

.sell-crystal-confirm-button {
  overflow: hidden
}

.crystals-main .progress-bar {
  height: 18px
}

.crystals-main .your-crystals-container .info-value-text {
  font-size: 25px
}

.crystals-main .your-crystals-container.loading .info-value-text {
  font-size: 18px
}

.crystals-table-container .info-table-entry:last-child {
  justify-content: flex-end;
  padding-right: 20px
}

.crystals-table-container .info-table-entry:nth-last-child(3) {
  justify-content: center
}

.crystals-table-container .info-table-entry:nth-last-child(2) {
  justify-content: flex-end;
  padding-left: 30px
}

.your-crystals-container .info-group:last-child {
  margin-right: 60px
}

.crystals-main .info-box-with-icon-container .icon-img {
  width: 32px;
  height: 32px
}

.crystals-main .your-crystal-value-suffix {
  padding-bottom: .25rem
}

.share-crystal-modal .modal-content {
  padding: 1.5rem 0rem
}

.share-crystal-content-wrapper {
  position: relative;
  box-shadow: none !important
}

.share-crystal-content-wrapper:before,
.share-crystal-content-wrapper:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 3px;
  background-color: #20201f
}

.share-crystal-content-wrapper:before {
  left: 25px
}

.share-crystal-content-wrapper:after {
  right: 25px
}

.share-crystal-content-wrapper-hidden {
  width: 550px;
  height: 290px;
  border-radius: 0
}

.share-crystal-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 25px
}

.share-crystal-content-absolute {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.flex-row {
  flex-direction: row
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-column {
  flex-direction: column
}

.flex-column-reverse {
  flex-direction: column-reverse
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.flex-nowrap {
  flex-wrap: nowrap
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.content-start {
  align-content: flex-start
}

.content-end {
  align-content: flex-end
}

.content-center {
  align-content: center
}

.content-between {
  align-content: space-between
}

.content-around {
  align-content: space-around
}

.content-stretch {
  align-content: stretch
}

.self-auto {
  align-self: auto
}

.self-start {
  align-self: flex-start
}

.self-end {
  align-self: flex-end
}

.self-center {
  align-self: center
}

.self-baseline {
  align-self: baseline
}

.self-stretch {
  align-self: stretch
}

.grow-0 {
  flex-grow: 0
}

.grow {
  flex-grow: 1
}

.shrink-0 {
  flex-shrink: 0
}

.shrink {
  flex-shrink: 1
}

.basis-auto {
  flex-basis: auto
}

.basis-full {
  flex-basis: 100%
}

.basis-1-2 {
  flex-basis: 50%
}

.basis-1-4 {
  flex-basis: 25%
}

.basis-3-4 {
  flex-basis: 75%
}

.basis-1-3 {
  flex-basis: 33.3333%
}

.basis-2-3 {
  flex-basis: 66.6667%
}

.basis-1-5 {
  flex-basis: 20%
}

.basis-2-5 {
  flex-basis: 40%
}

.basis-3-5 {
  flex-basis: 60%
}

.basis-4-5 {
  flex-basis: 80%
}

.basis-1-6 {
  flex-basis: 16.6667%
}

.basis-5-6 {
  flex-basis: 83.3333%
}

.gap-10 {
  gap: 10px
}

.gap-5 {
  gap: 5px
}

.gap-15 {
  gap: 15px
}

.gap-3 {
  gap: 3px
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.sticky {
  position: sticky
}

.static {
  position: static
}

.m-0 {
  margin: 0
}

.m-auto {
  margin: auto
}

.m-1 {
  margin: .25rem
}

.m-2 {
  margin: .5rem
}

.m-3 {
  margin: 1rem
}

.m-4 {
  margin: 2rem
}

.m-5 {
  margin: 4rem
}

.mt-0 {
  margin-top: 0
}

.mt-auto {
  margin-top: auto
}

.mt-1 {
  margin-top: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-3 {
  margin-top: 1rem
}

.mt-4 {
  margin-top: 2rem
}

.mt-5 {
  margin-top: 4rem
}

.mr-0 {
  margin-right: 0
}

.mr-auto {
  margin-right: auto
}

.mr-1 {
  margin-right: .25rem
}

.mr-2 {
  margin-right: .5rem
}

.mr-3 {
  margin-right: 1rem
}

.mr-4 {
  margin-right: 2rem
}

.mr-5 {
  margin-right: 4rem
}

.mb-0 {
  margin-bottom: 0
}

.mb-auto {
  margin-bottom: auto
}

.mb-1 {
  margin-bottom: .25rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: 1rem
}

.mb-4 {
  margin-bottom: 2rem
}

.mb-5 {
  margin-bottom: 4rem
}

.ml-0 {
  margin-left: 0
}

.ml-auto {
  margin-left: auto
}

.ml-1 {
  margin-left: .25rem
}

.ml-2 {
  margin-left: .5rem
}

.ml-3 {
  margin-left: 1rem
}

.ml-4 {
  margin-left: 2rem
}

.ml-5 {
  margin-left: 4rem
}

.mx-0 {
  margin-left: 0;
  margin-right: 0
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem
}

.mx-5 {
  margin-left: 4rem;
  margin-right: 4rem
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.my-5 {
  margin-top: 4rem;
  margin-bottom: 4rem
}

.pad-0 {
  padding: 0
}

.pad-1 {
  padding: .25rem
}

.pad-2 {
  padding: .5rem
}

.pad-3 {
  padding: 1rem
}

.pad-3-5 {
  padding: 1.5rem
}

.pad-4 {
  padding: 2rem
}

.pad-5 {
  padding: 4rem
}

.pt-0 {
  padding-top: 0
}

.pt-1 {
  padding-top: .25rem
}

.pt-2 {
  padding-top: .5rem
}

.pt-3 {
  padding-top: 1rem
}

.pt-4 {
  padding-top: 2rem
}

.pt-5 {
  padding-top: 4rem
}

.pr-0 {
  padding-right: 0
}

.pr-1 {
  padding-right: .25rem
}

.pr-2 {
  padding-right: .5rem
}

.pr-3 {
  padding-right: 1rem
}

.pr-4 {
  padding-right: 2rem
}

.pr-5 {
  padding-right: 4rem
}

.pb-0 {
  padding-bottom: 0
}

.pb-1 {
  padding-bottom: .25rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pb-3 {
  padding-bottom: 1rem
}

.pb-4 {
  padding-bottom: 2rem
}

.pb-5 {
  padding-bottom: 4rem
}

.pl-0 {
  padding-left: 0
}

.pl-1 {
  padding-left: .25rem
}

.pl-2 {
  padding-left: .5rem
}

.pl-3 {
  padding-left: 1rem
}

.pl-4 {
  padding-left: 2rem
}

.pl-5 {
  padding-left: 4rem
}

.px-0 {
  padding-left: 0;
  padding-right: 0
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem
}

.px-5 {
  padding-left: 4rem;
  padding-right: 4rem
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.py-5 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.w-auto {
  width: auto
}

.w-0 {
  width: 0%
}

.w-10 {
  width: 10%
}

.w-20 {
  width: 20%
}

.w-25 {
  width: 25%
}

.w-30 {
  width: 30%
}

.w-33 {
  width: 33.3333%
}

.w-40 {
  width: 40%
}

.w-50 {
  width: 50%
}

.w-60 {
  width: 60%
}

.w-66 {
  width: 66.6667%
}

.w-70 {
  width: 70%
}

.w-75 {
  width: 75%
}

.w-80 {
  width: 80%
}

.w-90 {
  width: 90%
}

.w-100 {
  width: 100%
}

.w-1px {
  width: 1px
}

.w-2px {
  width: 2px
}

.w-4px {
  width: 4px
}

.w-8px {
  width: 8px
}

.w-16px {
  width: 16px
}

.w-20px {
  width: 20px
}

.w-25px {
  width: 25px
}

.w-32px {
  width: 32px
}

.w-60px {
  width: 60px
}

.w-50px {
  width: 50px
}

.w-64px {
  width: 64px
}

.w-100px {
  width: 100px
}

.w-128px {
  width: 128px
}

.w-150px {
  width: 150px
}

.w-256px {
  width: 256px
}

.w-350px,
.w-512px {
  width: 512px
}

.w-620px {
  width: 620px
}

.w-1024px {
  width: 1024px
}

.w-1rem {
  width: 1rem
}

.w-2rem {
  width: 2rem
}

.w-4rem {
  width: 4rem
}

.w-8rem {
  width: 8rem
}

.w-16rem {
  width: 16rem
}

.w-32rem {
  width: 32rem
}

.w-64rem {
  width: 64rem
}

.heading {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  margin: 5px
}

.text-xl {
  color: #ffffff80;
  font-size: 22px;
  line-height: 95%;
  font-style: normal
}

.text-2xl {
  color: #ffffff80;
  font-size: 26px;
  line-height: 95%;
  font-style: normal
}

.text-l {
  color: #ffffff80;
  font-size: 18px;
  line-height: 95%;
  font-style: normal
}

.text-m {
  color: #ffffff80;
  font-size: 14px;
  font-style: normal
}

.line-height-120 {
  line-height: 120%
}

.text-medium {
  font-weight: 500
}

.text-bold {
  font-weight: 700
}

.text-active {
  color: #fff
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-link {
  cursor: pointer
}

.underline {
  text-decoration: underline
}

.text-secondary {
  color: var(--text-secondary)
}

.whitespace-pre-wrap {
  white-space: pre-wrap
}

.text-white {
  color: #fff
}

.color-green {
  color: #6ebd70
}

.color-red {
  color: #ff5353
}

.color-orange {
  color: #ff9f38
}

.text-uppercase {
  text-transform: uppercase
}

.text-strike {
  background: linear-gradient(to left top, transparent 47.75%, #ff5353 49.5%, #ff5353 50.5%, transparent 52.25%)
}

.text-white-override {
  color: #fff !important
}

.color-purple {
  color: var(--text-accent-purple)
}

.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite
}

@-webkit-keyframes blink {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

@keyframes blink {

  0%,
  to {
    opacity: 1
  }

  50% {
    opacity: 0
  }
}

.h-100 {
  height: 100%
}

.h-auto {
  height: auto
}

.h-full {
  height: 100vh
}

.h-50 {
  height: 50%
}

.h-20px {
  height: 20px
}

.h-50px {
  height: 50px
}

.h-75 {
  height: 75%
}

.h-50vh {
  height: 50vh
}

.h-75vh {
  height: 75vh
}

.h-200px {
  height: 200px
}

.h-300px {
  height: 300px
}

.h-15px {
  height: 15px
}

.h-16px {
  height: 16px
}

input {
  background-color: #000;
  color: var(--text-accent-purple);
  outline: none;
  font-family: Roobert-Regular;
  font-size: 16px;
  width: 100%
}

input:disabled {
  opacity: .4
}

.tooltip-styles {
  font-family: Roobert-Regular;
  cursor: pointer
}

.tooltip-styles.price_details {
  max-width: 210px;
  text-align: center;
  font-size: 11px
}

.tooltip-styles.feedback-email-details {
  max-width: 270px;
  font-size: 11px;
  color: #fff
}

.tooltip-styles.email-details {
  max-width: 200px;
  text-align: center;
  font-size: 11px
}

.tooltip-styles.info-box-with-icon-details {
  font-family: Roobert-Regular;
  z-index: 5;
  min-width: 300px;
  max-width: 280px;
  position: fixed;
  border-radius: 20px;
  border-left: .5px solid rgba(165, 108, 253, .3);
  border-top: .5px solid rgba(255, 255, 255, .2);
  border-bottom: .5px solid rgba(255, 255, 255, .2);
  border-right: .5px solid rgba(255, 255, 255, .2);
  background: linear-gradient(0deg, #090a0c, #090a0c), linear-gradient(231deg, #ffffff03 4.25%, #ffffff05 72.31%, #a66cff0d 95.61%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.tooltip-info-icon {
  cursor: pointer
}

.stake-info-tooltip-icon {
  width: 22px;
  height: 22px
}

.tooltip-tvl-info-text {
  z-index: 3
}

.tooltip-tvl-info-text:hover {
  cursor: pointer;
  opacity: .7
}

.tooltip-tvl {
  max-width: 250px;
  z-index: 3
}

.layout-tvl {
  z-index: 3
}

.v-hidden {
  visibility: hidden
}

.v-visible {
  visibility: visible
}

.mobile-show {
  display: none
}

@media screen and (max-width: 1500px) {

  .info-table-row .info-table-entry:first-child,
  .info-table-header .info-table-entry:first-child {
    padding: 0
  }

  .leaderboard .info-table-entry,
  .stake-container .info-table-entry {
    text-align: center
  }

  .navbar-container .tvl-info-gradient-container.nav-info-container {
    margin-left: 20px
  }

  .navbar-container .btn.btn-primary {
    margin-left: 0;
    font-size: 12px
  }

  .info-table-entry:first-child:nth-last-child(3),
  .info-table-entry:first-child:nth-last-child(4),
  .info-table-entry:first-child:nth-last-child(5),
  .info-table-entry:first-child:nth-last-child(3)~.info-table-entry,
  .info-table-entry:first-child:nth-last-child(4)~.info-table-entry,
  .info-table-entry:first-child:nth-last-child(5)~.info-table-entry {
    display: block
  }

  .dashboard .info-table-entry:first-child:nth-last-child(3),
  .dashboard .info-table-entry:first-child:nth-last-child(4),
  .dashboard .info-table-entry:first-child:nth-last-child(5),
  .dashboard .info-table-entry:first-child:nth-last-child(3)~.info-table-entry,
  .dashboard .info-table-entry:first-child:nth-last-child(4)~.info-table-entry,
  .dashboard .info-table-entry:first-child:nth-last-child(5)~.info-table-entry {
    display: flex
  }

  .dashboard .info-table-header .table-data-text,
  .dashboard .info-table-entry .table-entry-text,
  .dashboard .info-table-entry .table-entry-logo {
    margin-left: 10px
  }

  .dashboard .info-table-entry {
    text-align: left
  }

  .info-table-entry .table-entry-text {
    text-align: center
  }

  .leaderboard .info-table-entry:first-child .table-entry-text,
  .leaderboard .info-table-entry:first-child,
  .stake-container .info-table-entry:first-child .table-entry-text,
  .stake-container .info-table-entry:first-child {
    text-align: left
  }

  .leaderboard .info-table-entry:last-child .table-entry-text,
  .leaderboard .info-table-entry:last-child,
  .stake-container .info-table-entry:last-child .table-entry-text,
  .stake-container .info-table-entry:last-child {
    text-align: right
  }

  .orbs-campaign {
    margin-bottom: 40px
  }

  .holdings .info-table-entry:first-child:nth-last-child(3),
  .holdings .info-table-entry:first-child:nth-last-child(4),
  .holdings .info-table-entry:first-child:nth-last-child(5),
  .holdings .info-table-entry:first-child:nth-last-child(3)~.info-table-entry,
  .holdings .info-table-entry:first-child:nth-last-child(4)~.info-table-entry,
  .holdings .info-table-entry:first-child:nth-last-child(5)~.info-table-entry {
    display: flex
  }

  .logged-in.nav-info-container {
    display: none
  }

  .logged-in.responsive-view {
    width: fit-content;
    display: flex;
    margin-top: 40px
  }
}

@media screen and (max-width: 1200px) {
  .responsive-view {
    width: fit-content;
    display: flex;
    margin-top: 40px
  }

  .responsive-view .tvl-info-container {
    width: 100%
  }

  .login-modal .modal-content {
    width: 40%
  }

  .page-main {
    flex-direction: column
  }

  .navbar-container .btn.btn-primary {
    font-size: 14px
  }

  .stake-container .stake-right-container {
    margin-top: 40px
  }

  .stake-container .stake-right-container .stake-switch {
    padding: 0 2%;
    width: 30%;
    justify-content: space-between
  }

  .stake-container .stake-right-container .text-m {
    font-size: 16px
  }

  .stake-container .stake-right-container .stake-btn-secondary {
    margin: 0 10px
  }

  .info-table-container,
  .holding-table-container,
  .activity-table {
    overflow-x: scroll;
    scrollbar-width: none
  }

  .stake-container .info-table-container {
    overflow: initial
  }

  .stake-container {
    align-items: center
  }

  .stake-left-container {
    padding-top: 2vh;
    margin-bottom: 50px
  }

  .info-table-header {
    padding: 10px 24px
  }

  .info-table-header .table-entry-text {
    margin: 0
  }

  .table-entry-text {
    overflow-wrap: break-word;
    line-height: 1rem
  }

  .tvl-info-gradient-container .info-group .info-group-item p {
    font-size: 16px
  }

  .dashboard .custodians-container .info-table-body,
  .holdings .custodians-container .info-table-body {
    width: 75%
  }

  .dashboard .info-table-entry .table-data-text {
    line-height: 1rem
  }

  .dashboard .custodians-container .custodian-address,
  .holdings .custodians-container .custodian-address {
    min-width: 0px;
    overflow-wrap: break-word;
    width: 50%;
    line-height: 1rem
  }

  .orbs-main .orbs-campaign .referral-input-buttons {
    width: 50%
  }

  .nav-info-container {
    display: none
  }

  .withdrawal-inner-container .stepper .label {
    text-align: left
  }

  .withdrawal-outer-container {
    width: 100%
  }

  .holdings .info-group .info-group-item .info-value div {
    font-size: 16px
  }

  .holdings .info-group .info-group-item .info-row p {
    font-size: 14px
  }

  .update-toast {
    width: 35%
  }

  .share-crystal-modal .modal-content {
    width: 50%
  }
}

@media screen and (min-width: 1200px) {
  .stake-container-wrapper {
    padding: 5vh
  }

  .connection-line {
    display: block
  }

  .validators-details-cell {
    max-width: 130px
  }

  .validators-latest_answer-cell {
    max-width: 260px
  }

  .validators-date-cell {
    max-width: 290px
  }
}

@media screen and (max-width: 1000px) {
  .leaderboard-campaign-container {
    flex-direction: column
  }

  .leaderboard-campaign-inner-container {
    width: 100%;
    margin: 20px 0
  }

  .leaderboard-campaign-inner-container:nth-child(2) {
    margin-left: 0
  }

  .holdings .info-table-entry:nth-child(1):nth-last-child(5),
  .holdings .info-table-entry:nth-child(2):nth-last-child(4) {
    flex: 0;
    flex-basis: 17%
  }

  .logged-in.mobile-hide {
    display: none
  }

  .logged-in.mobile-show {
    display: flex;
    flex-direction: row;
    align-items: center
  }

  .logged-in .mobile-nav img {
    height: 22px
  }

  .fallback-text-div {
    max-width: 80vw
  }

  .user-block-balance-container {
    flex-direction: column
  }

  .user-block-balance {
    margin: 20px 0
  }

  .user-block-balance-container {
    align-items: flex-start
  }

  .user-block-balance:nth-child(2) {
    margin-left: 0
  }
}

@media screen and (max-width: 940px) {
  .menu-open {
    display: flex;
    flex-direction: column
  }

  .logo-group {
    flex-direction: column
  }

  .hamburger {
    display: flex;
    flex-direction: row;
    align-items: center
  }

  .menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #000;
    padding: 20px;
    border-bottom: .5px solid rgba(165, 108, 253, .5);
    border-top: .5px solid rgba(255, 255, 255, .2);
    border-left: .5px solid rgba(255, 255, 255, .2);
    border-right: .5px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    padding-top: 2rem;
    transform: translateY(-62px);
    z-index: -1;
    transition: none;
    visibility: hidden;
    opacity: 0
  }

  .menu-open {
    padding-top: 3.5rem;
    visibility: visible;
    opacity: 1;
    transition: opacity .4s, transform .8s, visibility .8s
  }

  .mobile-nav-item {
    padding: 20px 10px
  }

  .menu-open .nav-base-font {
    font-size: 16px
  }

  .navbar-container .btn {
    margin-left: 0;
    margin-top: 10px
  }

  .mobile-show {
    display: block
  }

  .mobile-hide {
    display: none
  }

  .navbar-container {
    padding: 1.25% 5%
  }

  .mobile-nav img {
    height: 22px
  }

  .hamburger img {
    height: 15px
  }

  .holdings .info-table {
    width: 200%
  }

  .validators-legend-container {
    max-width: 304px;
    flex-direction: column;
    padding: 1.5rem 1rem;
    gap: 1.5rem
  }
}

@media screen and (max-width: 800px) {
  .login-modal .modal-content {
    width: 60%
  }

  .social-handler {
    bottom: -55px;
    padding-bottom: 5%
  }

  .social-handler .social-handle {
    width: 15%
  }

  .container {
    padding: 0 20px
  }

  .stake-container .stake-right-container {
    padding: 8% 7%
  }

  .stake-container .stake-right-container .stake-switch {
    padding: 0;
    width: 40%
  }

  .leaderboard .info-table {
    width: 150%
  }

  .dashboard .info-table {
    width: 200%
  }

  .dashboard-header .heading-container {
    display: none
  }

  .dashboard .custodians-container .info-table-body,
  .holdings .custodians-container .info-table-body {
    width: 100%
  }

  .dashboard .custodians-container h1,
  .holdings .custodians-container h1 {
    font-size: 18px
  }

  .dashboard .custodians-container span,
  .holdings .custodians-container span {
    font-size: 14px
  }

  .orbs-main {
    padding: 0
  }

  .orbs-main .orbs-campaign .btn {
    padding: 15px;
    font-size: 14px;
    width: 45%;
    margin: 10px 0
  }

  .orbs-main .orbs-campaign .orbs-campaign-title-container .orbs-campaign-title-inner-container {
    width: 50%
  }

  .crystals-main .orbs-campaign .orbs-campaign-title-container .orbs-campaign-title-inner-container {
    width: max-content !important
  }

  .orbs-main .orbs-campaign .orbs-campaign-title-container>.wallet-connected {
    flex-grow: 1
  }

  .orbs-main .orbs-campaign .referral-input {
    flex-direction: column;
    align-items: center
  }

  .orbs-main .orbs-campaign .referral-input .w-70 {
    width: 100%
  }

  .orbs-main .orbs-campaign .referral-input input {
    text-align: center;
    margin: 10px 0;
    width: 100%
  }

  .orbs-main .orbs-campaign .referral-input-buttons {
    display: flex;
    width: 100%;
    justify-content: space-evenly
  }

  .orbs-main .orbs-campaign .referral-input-buttons .btn {
    width: 30%;
    text-align: center
  }

  .orbs-main .orbs-campaign .referral-input-buttons .btn .flex {
    justify-content: center
  }

  .orbs-main .your-orbs .info-group .info-group-item .info-value div {
    font-size: 22px
  }

  .share-crystal-modal .modal-content {
    width: 80%
  }
}

@media screen and (max-width: 880px) {
  .dashboard .supply-container {
    flex-direction: column;
    width: 100%
  }

  .dashboard .supply-container .chart-gradient-wrapper {
    margin: 0
  }

  .dashboard .supply-container .chart-gradient-wrapper:not(:first-child) {
    margin-top: 20px
  }

  .yield-chart-container {
    grid-template-columns: auto;
    row-gap: 20px
  }

  .progress-container-wrapper {
    width: 90%;
    margin-top: 5%;
    margin-bottom: 5%
  }

  .campaign-modal-img {
    max-width: 300px
  }

  .update-toast {
    width: 50%
  }
}

@media screen and (max-width: 550px) {
  .login-modal .modal-content {
    width: 85%
  }

  .responsive-view,
  .logged-in.responsive-view {
    width: 100%
  }

  .navbar-container {
    height: 55px;
    margin-top: 20px
  }

  .tablet-hide {
    display: none
  }

  .tablet-show.tablet-hide {
    display: block
  }

  .navbar-container .dropdown {
    margin-left: 0
  }

  .responsive-view {
    margin: 30px auto auto
  }

  .responsive-view .tvl-info-container {
    justify-content: center
  }

  .stake-container .stake-right-container .stake-switch {
    padding: 5% 0;
    width: 20%
  }

  .stake-container .stake-right-container .stake-divider {
    margin-bottom: 10%
  }

  .stake-container .stake-right-container .text-m {
    font-size: 14px
  }

  .stake-container .stake-right-container .dropdown-btn {
    padding: 10px;
    margin-right: 10px
  }

  .stake-container .stake-right-container .network-dropdown {
    margin-right: 0
  }

  .stake-header-container {
    flex-direction: column;
    align-items: flex-start
  }

  .stake-container .stake-right-container .stake-btn-secondary {
    margin: 0 1px;
    padding: .5rem .7rem
  }

  .stake-container h1 {
    font-size: 18px
  }

  .info-table-header .table-entry-text {
    font-size: 14px
  }

  .stake-container .stake-right-container .btn-block {
    margin: 10% 0
  }

  .stake-container .stake-right-container {
    margin-top: 7%
  }

  .leaderboard .info-group-container,
  .orbs-main .info-group-container,
  .holdings .info-group-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 5%
  }

  .leaderboard .info-table-container {
    margin-top: 10px
  }

  .leaderboard .info-group-container .info-group-item .border-right,
  .orbs-main .info-group-container .info-group-item .border-right {
    display: none
  }

  .leaderboard .info-group-container .info-group-item .info-value,
  .orbs-main .info-group-container .info-group-item .info-value {
    width: 100%
  }

  .dashboard-header .tab-nav {
    width: 100%;
    padding: 0;
    gap: 0
  }

  .hedging-tab-container .tab-nav {
    padding: 10px 30px;
    justify-content: center
  }

  .dashboard-header {
    margin-bottom: 20px
  }

  .dashboard-header .tab-nav .tab-nav-item {
    height: 100%;
    align-content: center;
    flex: 1;
    text-align: center;
    line-height: 1.25rem;
    border-radius: 40px
  }

  .dashboard-header .tab-nav .tab-nav-item.active {
    padding: 5%;
    background: #a66cff24
  }

  .orbs-campaign,
  .orbs-campaign .orbs-campaign-inner-container {
    padding: 10%
  }

  .orbs-main .orbs-campaign .referral-input .btn {
    width: 80%
  }

  .orbs-main .orbs-earn-container {
    padding: 5% 6%
  }

  .orbs-main .orbs-earn-container>div {
    flex-direction: column
  }

  .orbs-main .orbs-earn-container h5 {
    margin: 5px 0
  }

  .crystals-main .orbs-campaign .referral-input-buttons .btn {
    width: 80%
  }

  .orbs-main .orbs-campaign .referral-input-buttons .btn {
    width: 45%
  }

  .orbs-main .orbs-campaign .referral-input input::placeholder {
    font-size: 12px
  }

  .chart-gradient-wrapper h3 {
    text-align: left;
    font-size: 17px
  }

  .chart-gradient-wrapper .dropdown .dropdown-btn {
    padding: 10px 15px
  }

  .chart-wrapper {
    margin-top: 60px
  }

  .custom-legend li {
    font-size: 8px;
    margin: 2px
  }

  .holdings .info-table {
    width: 300%
  }

  .fallback-text-div {
    max-width: 90vw
  }

  .leaderboard .info-table {
    width: 200%
  }

  .holdings .info-group-container,
  .border-right {
    border: 0px
  }

  .user-block-balance {
    width: 100%;
    margin: 20px 0
  }

  .update-toast {
    width: 100%
  }

  .info-block {
    align-items: flex-start
  }

  .info-box-with-icon-container {
    padding: .5rem;
    max-height: fit-content;
    align-self: center
  }

  .info-box-with-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
    margin-top: .5rem
  }

  .stake-info-box-wrapper {
    width: 90vw
  }

  .info-box-with-icon-group {
    flex-direction: column !important;
    align-items: flex-start
  }

  .info-box-with-icon-wrapper .info-group {
    gap: 20px
  }

  .txn-info-text {
    font-size: 12px
  }

  .progress-container-wrapper {
    margin-top: 10%;
    margin-bottom: 10%
  }

  .network-dropdown .dropdown-content {
    left: 0
  }

  .initial-orbs-info-heading p {
    font-size: 14px;
    text-align: center
  }

  .doc-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .share-crystal-modal .modal-content {
    max-width: 95%;
    padding: 1rem .5rem
  }

  .share-crystal-gradient-wrapper {
    margin-top: 40px;
    width: 100%
  }

  .share-crystal-footer-logo {
    margin-bottom: -6%;
    margin-left: -10%;
    max-width: 200px
  }

  .share-crystal-content-wrapper-hidden .share-crystal-footer-logo {
    max-width: 250px;
    margin-left: -10%;
    margin-bottom: -6%
  }

  .share-crystal-content-wrapper:not(.share-crystal-content-wrapper-hidden) {
    min-height: 300px
  }

  .share-crystal-header {
    padding: 0 10px
  }

  .sell-crystal-btn {
    width: 80% !important
  }

  .crystal-sell-helper-button {
    padding: .8rem 1.15rem
  }

  .crystals-main .info-box-with-icon-wrapper .info-group {
    gap: 20px
  }

  .share-crystal-header-text {
    font-size: 18px
  }

  .share-crystal-handle {
    font-size: 16px
  }

  .orbs-campaign .banner-image {
    width: 60px
  }

  .your-crystals-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }

  .your-crystals-title-wrapper .crystals-title-container {
    width: 100%
  }

  .share-crystal-btn {
    width: 100% !important;
    justify-content: center
  }

  .price-per-crystal-row {
    margin-top: .75rem;
    justify-content: flex-start
  }

  .price-per-crystal-label {
    text-align: left
  }

  .platform-crystals-wrapper .info-box-with-icon-wrapper {
    width: 100%
  }

  .crystals-main .info-box-with-icon-container .icon-img {
    width: 24px;
    height: 24px
  }

  .crystals-main .your-crystals-container .info-value-text {
    font-size: 18px !important
  }

  .crystals-main .your-crystal-value-suffix {
    padding-bottom: 2px
  }

  .share-crystal-button-wrapper {
    flex-direction: column
  }

  .share-crystal-button-wrapper button:nth-child(2) {
    margin-top: 10px
  }

  .crystals-title-container {
    max-width: fit-content
  }
}

@media screen and (max-width: 1200px) {
  .stake-container .stake-card-wrapper {
    align-items: revert
  }

  .dashboard-container {
    flex-direction: column
  }

  .dashboard-section,
  .dashboard-audit-section,
  .dashboard-contract-section,
  .audit-item {
    width: 100%
  }

  .collateral-section-card .collateral-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px
  }

  .collateral-info {
    width: 100%
  }

  .collateral-graph {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px
  }

  .vertical-collateral-line {
    display: none
  }

  .horizontal-collateral-line {
    display: inline
  }

  .share-crystal-content-wrapper:not(.share-crystal-content-wrapper-hidden):before,
  .share-crystal-content-wrapper:not(.share-crystal-content-wrapper-hidden):after {
    top: 12px;
    bottom: 12px;
    width: 3px
  }

  .share-crystal-content-wrapper:not(.share-crystal-content-wrapper-hidden):before {
    left: 12px
  }

  .share-crystal-content-wrapper:not(.share-crystal-content-wrapper-hidden):after {
    right: 12px
  }
}

@media screen and (min-width: 550px) {
  .icon-gradient {
    width: 50px;
    height: 50px
  }
}

@media (min-width: 1910px) {
  .large-container {
    padding: auto;
    max-width: 90%
  }

  .login-modal .modal-content {
    width: 22%
  }

  .share-crystal-modal .modal-content {
    min-width: 30vw;
    max-width: 700px
  }

  .stake-guide-modal-content {
    width: 100% !important
  }

  .social-handler {
    position: fixed;
    margin-bottom: 10px;
    right: 7%
  }
}

@media (min-width: 1700px) {

  .stake-right-container,
  .progress-container-wrapper {
    min-width: 500px;
    max-width: 30vw
  }
}

@media screen and (min-width: 1550px) and (max-width: 1699px) {

  .stake-right-container,
  .progress-container-wrapper {
    min-width: 450px
  }
}

@media screen and (max-width: 350px) {
  .campaign-modal-img {
    max-width: 200px
  }
}

@keyframes go2264125279 {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes go3020080000 {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes go463499852 {
  from {
    transform: scale(0) rotate(90deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(90deg);
    opacity: 1;
  }
}

@keyframes go1268368563 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes go1310225428 {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes go651618207 {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }

  40% {
    height: 0;
    width: 6px;
    opacity: 1;
  }

  100% {
    opacity: 1;
    height: 10px;
  }
}

@keyframes go901347462 {
  from {
    transform: scale(0.6);
    opacity: 0.4;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.go4109123758 {
  z-index: 9999;
}

.go4109123758>* {
  pointer-events: auto;
}

.stepper {
  margin: 0;
  padding: 1em;
  display: flex;
  font-family: inherit;
  list-style: none
}

.horizontalStepperWrapper {
  display: flex;
  flex-direction: column
}

.verticalStepperWrapper {
  display: flex;
  flex-direction: row;
  align-items: center
}

.labelLeft {
  justify-content: flex-end
}

.horizontalStepper {
  flex-flow: row nowrap;
  width: 100%;
  height: fit-content;
  justify-content: center
}

.horizontalStepper .stepContainer {
  display: flex;
  flex-direction: row;
  height: auto;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.horizontalStepper .stepConnector {
  margin: 0;
  display: flex;
  flex: 1;
  background-color: #e1e1e1;
  overflow: hidden;
  width: 100px;
  min-width: 0;
  height: 2px
}

.horizontalStepper .activeConnector {
  background-color: #312ec0
}

.horizontalStepper .descriptionContainer {
  display: flex;
  justify-content: center
}

.verticalStepper {
  flex-flow: column nowrap;
  width: fit-content;
  height: 100%
}

.verticalStepper .stepContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.verticalStepper .stepConnector {
  margin: 0;
  display: flex;
  flex: 1;
  background-color: #e1e1e1;
  overflow: hidden;
  height: auto;
  min-height: 10px;
  width: 2px
}

.verticalStepper .middleStepConnector {
  margin: 0;
  display: flex;
  background-color: #e1e1e1;
  overflow: hidden;
  height: auto;
  min-height: 10px;
  width: 2px
}

.verticalStepper .activeConnector {
  background-color: #312ec0
}

.verticalStepper .descriptionContainer {
  display: flex
}

.hiddenConnector {
  visibility: hidden
}

.node {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  padding: 3px
}

.leftConnector {
  order: 1
}

.rightConnector {
  order: 4
}

.labelContainer {
  display: flex;
  word-wrap: break-word;
  justify-content: center;
  order: 3
}

.label {
  font-size: .9em;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  display: flex;
  max-width: 400px
}

.verticalStepperInlineLabel {
  display: flex;
  width: 100px;
  justify-content: center
}

.reversedLabelContainer {
  order: 2
}

.reversedNode {
  order: 3
}

.leftDescription {
  flex-direction: row-reverse
}

.verticalTextLeftContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%
}

.horizontalLabelTop {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 2 100%
}

.horizontalLabelBottom {
  display: flex;
  justify-content: center;
  order: 1
}

.verticalLabelRight {
  order: 1
}

.description {
  color: #4e4b4b;
  padding-bottom: 5px
}

.middleConnectorWrapper {
  display: flex;
  justify-content: flex-end
}

.leftContentMiddleConnectorWrapper {
  display: flex;
  justify-content: flex-start
}

.verticalContentWrapper {
  padding-left: 10px;
  padding-right: 10px
}

.horizontalStepperDescription {
  display: flex;
  justify-content: center
}

.YQZiU8D8fXz6FUlYYoMx {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  background: #7b7b84;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-top: 7px;
  margin-bottom: 7px;
  position: relative
}

.aTj7eBxuaoFY1kwq3ZIA {
  background: #312ec0
}

.n_oCIMCGLeYoP3UENa_J {
  opacity: .4
}

.GqQP1MOuOgqmGBuhjbaj {
  background: #312ec0
}

.nvGmBGRVgsa80Z36Vk2Q {
  object-fit: cover;
  width: 10px;
  height: 8px
}

.EIQieemdrNy0QU2XBXzi {
  cursor: pointer
}

.bBUeX_5x1qVwHuORwr05 {
  position: absolute;
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.DtXBgzEiUtykYl2V24aJ {
  left: 44px
}

.DG4ZC0f4d2f0KA7wqwUk {
  right: 44px;
  align-items: end
}

.bBUeX_5x1qVwHuORwr05 .CRepveqvz0SY44X6OzhR {
  color: #4f4f4f
}

.bBUeX_5x1qVwHuORwr05 .q0ZOanhM1JneObi6OiGy {
  font-weight: 700
}

.bBUeX_5x1qVwHuORwr05 .pmHWv8WHzsLviyl6RGUN {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #929292
}

.bBUeX_5x1qVwHuORwr05 .QKD7Tj_Z6iPdwtix2AMz {
  color: #676767
}

@keyframes slide-in-one-tap {
  from {
    transform: translateY(80px);
  }

  to {
    transform: translateY(0px);
  }
}

.trust-hide-gracefully {
  opacity: 0;
}

.trust-wallet-one-tap .hidden {
  display: none;
}

.trust-wallet-one-tap .semibold {
  font-weight: 500;
}

.trust-wallet-one-tap .binance-plex {
  font-family: 'Binance';
}

.trust-wallet-one-tap .rounded-full {
  border-radius: 50%;
}

.trust-wallet-one-tap .flex {
  display: flex;
}

.trust-wallet-one-tap .flex-col {
  flex-direction: column;
}

.trust-wallet-one-tap .items-center {
  align-items: center;
}

.trust-wallet-one-tap .space-between {
  justify-content: space-between;
}

.trust-wallet-one-tap .justify-center {
  justify-content: center;
}

.trust-wallet-one-tap .w-full {
  width: 100%;
}

.trust-wallet-one-tap .box {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1.43);
  animation: slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
  width: 384px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1020;
}

.trust-wallet-one-tap .header {
  gap: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 18px;
}

.trust-wallet-one-tap .header .left-items {
  gap: 15px;
}

.trust-wallet-one-tap .header .title {
  color: #1e2329;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.trust-wallet-one-tap .header .subtitle {
  color: #474d57;
  font-size: 14px;
  line-height: 20px;
}

.trust-wallet-one-tap .header .close {
  color: #1e2329;
  cursor: pointer;
}

.trust-wallet-one-tap .body {
  padding: 9px 18px;
  gap: 10px;
}

.trust-wallet-one-tap .body .right-items {
  gap: 10px;
  width: 100%;
}

.trust-wallet-one-tap .body .right-items .wallet-title {
  color: #1e2329;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.trust-wallet-one-tap .body .right-items .wallet-subtitle {
  color: #474d57;
  font-size: 14px;
  line-height: 20px;
}

.trust-wallet-one-tap .connect-indicator {
  gap: 15px;
  padding: 8px 0;
}

.trust-wallet-one-tap .connect-indicator .flow-icon {
  color: #474d57;
}

.trust-wallet-one-tap .loading-color {
  color: #fff;
}

.trust-wallet-one-tap .button {
  border-radius: 50px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: rgb(5, 0, 255);
  border-color: rgb(229, 231, 235);
  cursor: pointer;
  text-align: center;
  height: 45px;
}

.trust-wallet-one-tap .button .button-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.trust-wallet-one-tap .footer {
  margin: 20px 30px;
}

.trust-wallet-one-tap .check-icon {
  color: #fff;
}

@font-face {
  font-family: 'Binance';
  src: format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Binance';
  src: format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Binance';
  src: format('opentype');
  font-weight: 600;
  font-style: normal;
}


:root {
  --rt-color-white: #fff;
  --rt-color-dark: #222;
  --rt-color-success: #8dc572;
  --rt-color-error: #be6464;
  --rt-color-warning: #f0ad4e;
  --rt-color-info: #337ab7;
  --rt-opacity: 0.9;
  --rt-transition-show-delay: 0.15s;
  --rt-transition-closing-delay: 0.15s
}

.core-styles-module_tooltip__3vRRp {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  will-change: opacity
}

.core-styles-module_fixed__pcSol {
  position: fixed
}

.core-styles-module_arrow__cvMwQ {
  position: absolute;
  background: inherit
}

.core-styles-module_noArrow__xock6 {
  display: none
}

.core-styles-module_clickable__ZuTTB {
  pointer-events: auto
}

.core-styles-module_show__Nt9eE {
  opacity: var(--rt-opacity);
  transition: opacity var(--rt-transition-show-delay)ease-out
}

.core-styles-module_closing__sGnxF {
  opacity: 0;
  transition: opacity var(--rt-transition-closing-delay)ease-in
}

.styles-module_tooltip__mnnfp {
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 90%;
  width: max-content
}

.styles-module_arrow__K0L3T {
  width: 8px;
  height: 8px
}

[class*='react-tooltip__place-top']>.styles-module_arrow__K0L3T {
  transform: rotate(45deg)
}

[class*='react-tooltip__place-right']>.styles-module_arrow__K0L3T {
  transform: rotate(135deg)
}

[class*='react-tooltip__place-bottom']>.styles-module_arrow__K0L3T {
  transform: rotate(225deg)
}

[class*='react-tooltip__place-left']>.styles-module_arrow__K0L3T {
  transform: rotate(315deg)
}

.styles-module_dark__xNqje {
  background: var(--rt-color-dark);
  color: var(--rt-color-white)
}

.styles-module_light__Z6W-X {
  background-color: var(--rt-color-white);
  color: var(--rt-color-dark)
}

.styles-module_success__A2AKt {
  background-color: var(--rt-color-success);
  color: var(--rt-color-white)
}

.styles-module_warning__SCK0X {
  background-color: var(--rt-color-warning);
  color: var(--rt-color-white)
}

.styles-module_error__JvumD {
  background-color: var(--rt-color-error);
  color: var(--rt-color-white)
}

.styles-module_info__BWdHW {
  background-color: var(--rt-color-info);
  color: var(--rt-color-white)
}

.iframe-window.svelte-1a0fcx6.svelte-1a0fcx6 {
  will-change: transform, transform-origin, opacity;
  position: fixed;
  bottom: 0;
  height: 100%;
  width: 100%;
  right: 0
}

.iframe-window.svelte-1a0fcx6 iframe.svelte-1a0fcx6 {
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0
}

.loadButton.svelte-1a0fcx6.svelte-1a0fcx6 {
  display: none;
  border-radius: 50%
}

.loadButton.svelte-1a0fcx6.svelte-1a0fcx6:active {
  transform: scale(0.8);
  transition: transform 100ms ease-in-out
}

#mava-webchat-launcher.svelte-1a0fcx6>a.svelte-1a0fcx6 {
  font-size: 30px !important
}

.loadButton.svelte-1a0fcx6.svelte-1a0fcx6:hover {
  transform: scale(1.01);
  transition: transform 100ms ease-in-out
}

@media(min-width: 400px) {
  .iframe-window.svelte-1a0fcx6.svelte-1a0fcx6 {
    bottom: 80px;
    height: 100%;
    width: calc(100% - 30px);
    max-width: 400px;
    margin: auto 15px 0 15px
  }

  .loadButton.svelte-1a0fcx6.svelte-1a0fcx6 {
    display: block
  }
}


@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;

  src: format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;

  src: format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;

  src: format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;

  src: format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;

  src: format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;

  src: format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;

  src: format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;

  src: format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;

  src: format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;

  src: format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;

  src: format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;

  src: format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;

  src: format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;

  src: format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;

  src: format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;

  src: format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;

  src: format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;

  src: format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;

  src: format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;

  src: format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;

  src: format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;

  src: format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;

  src: format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;

  src: format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;

  src: format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;

  src: format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;

  src: format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;

  src: format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@keyframes w3m-shake {
  0% {
    transform: scale(1) rotate(0deg);
  }

  20% {
    transform: scale(1) rotate(-1deg);
  }

  40% {
    transform: scale(1) rotate(1.5deg);
  }

  60% {
    transform: scale(1) rotate(-1.5deg);
  }

  80% {
    transform: scale(1) rotate(1deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes w3m-iframe-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes w3m-iframe-zoom-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes w3m-iframe-zoom-in-mobile {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

:root {
  --w3m-modal-width: 360px;
  --w3m-color-mix-strength: 0%;
  --w3m-font-family: Inter, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  ;
  --w3m-font-size-master: 10px;
  --w3m-border-radius-master: 4px;
  --w3m-z-index: 1200;

  --wui-font-family: var(--w3m-font-family);

  --wui-font-size-mini: calc(var(--w3m-font-size-master) * 0.8);
  --wui-font-size-micro: var(--w3m-font-size-master);
  --wui-font-size-tiny: calc(var(--w3m-font-size-master) * 1.2);
  --wui-font-size-small: calc(var(--w3m-font-size-master) * 1.4);
  --wui-font-size-paragraph: calc(var(--w3m-font-size-master) * 1.6);
  --wui-font-size-medium: calc(var(--w3m-font-size-master) * 1.8);
  --wui-font-size-large: calc(var(--w3m-font-size-master) * 2);
  --wui-font-size-title-6: calc(var(--w3m-font-size-master) * 2.2);
  --wui-font-size-medium-title: calc(var(--w3m-font-size-master) * 2.4);
  --wui-font-size-2xl: calc(var(--w3m-font-size-master) * 4);

  --wui-border-radius-5xs: var(--w3m-border-radius-master);
  --wui-border-radius-4xs: calc(var(--w3m-border-radius-master) * 1.5);
  --wui-border-radius-3xs: calc(var(--w3m-border-radius-master) * 2);
  --wui-border-radius-xxs: calc(var(--w3m-border-radius-master) * 3);
  --wui-border-radius-xs: calc(var(--w3m-border-radius-master) * 4);
  --wui-border-radius-s: calc(var(--w3m-border-radius-master) * 5);
  --wui-border-radius-m: calc(var(--w3m-border-radius-master) * 7);
  --wui-border-radius-l: calc(var(--w3m-border-radius-master) * 9);
  --wui-border-radius-3xl: calc(var(--w3m-border-radius-master) * 20);

  --wui-font-weight-light: 400;
  --wui-font-weight-regular: 500;
  --wui-font-weight-medium: 600;
  --wui-font-weight-bold: 700;

  --wui-letter-spacing-2xl: -1.6px;
  --wui-letter-spacing-medium-title: -0.96px;
  --wui-letter-spacing-title-6: -0.88px;
  --wui-letter-spacing-large: -0.8px;
  --wui-letter-spacing-medium: -0.72px;
  --wui-letter-spacing-paragraph: -0.64px;
  --wui-letter-spacing-small: -0.56px;
  --wui-letter-spacing-tiny: -0.48px;
  --wui-letter-spacing-micro: -0.2px;
  --wui-letter-spacing-mini: -0.16px;

  --wui-spacing-0: 0px;
  --wui-spacing-4xs: 2px;
  --wui-spacing-3xs: 4px;
  --wui-spacing-xxs: 6px;
  --wui-spacing-2xs: 7px;
  --wui-spacing-xs: 8px;
  --wui-spacing-1xs: 10px;
  --wui-spacing-s: 12px;
  --wui-spacing-m: 14px;
  --wui-spacing-l: 16px;
  --wui-spacing-2l: 18px;
  --wui-spacing-xl: 20px;
  --wui-spacing-xxl: 24px;
  --wui-spacing-2xl: 32px;
  --wui-spacing-3xl: 40px;
  --wui-spacing-4xl: 90px;
  --wui-spacing-5xl: 95px;

  --wui-icon-box-size-xxs: 14px;
  --wui-icon-box-size-xs: 20px;
  --wui-icon-box-size-sm: 24px;
  --wui-icon-box-size-md: 32px;
  --wui-icon-box-size-mdl: 36px;
  --wui-icon-box-size-lg: 40px;
  --wui-icon-box-size-2lg: 48px;
  --wui-icon-box-size-xl: 64px;

  --wui-icon-size-inherit: inherit;
  --wui-icon-size-xxs: 10px;
  --wui-icon-size-xs: 12px;
  --wui-icon-size-sm: 14px;
  --wui-icon-size-md: 16px;
  --wui-icon-size-mdl: 18px;
  --wui-icon-size-lg: 20px;
  --wui-icon-size-xl: 24px;
  --wui-icon-size-xxl: 28px;

  --wui-wallet-image-size-inherit: inherit;
  --wui-wallet-image-size-sm: 40px;
  --wui-wallet-image-size-md: 56px;
  --wui-wallet-image-size-lg: 80px;

  --wui-visual-size-size-inherit: inherit;
  --wui-visual-size-sm: 40px;
  --wui-visual-size-md: 55px;
  --wui-visual-size-lg: 80px;

  --wui-box-size-md: 100px;
  --wui-box-size-lg: 120px;

  --wui-ease-out-power-2: cubic-bezier(0, 0, 0.22, 1);
  --wui-ease-out-power-1: cubic-bezier(0, 0, 0.55, 1);

  --wui-ease-in-power-3: cubic-bezier(0.66, 0, 1, 1);
  --wui-ease-in-power-2: cubic-bezier(0.45, 0, 1, 1);
  --wui-ease-in-power-1: cubic-bezier(0.3, 0, 1, 1);

  --wui-ease-inout-power-1: cubic-bezier(0.45, 0, 0.55, 1);

  --wui-duration-lg: 200ms;
  --wui-duration-md: 125ms;
  --wui-duration-sm: 75ms;

  --wui-path-network-sm: path('M15.4 2.1a5.21 5.21 0 0 1 5.2 0l11.61 6.7a5.21 5.21 0 0 1 2.61 4.52v13.4c0 1.87-1 3.59-2.6 4.52l-11.61 6.7c-1.62.93-3.6.93-5.22 0l-11.6-6.7a5.21 5.21 0 0 1-2.61-4.51v-13.4c0-1.87 1-3.6 2.6-4.52L15.4 2.1Z'
    );

  --wui-path-network-md: path('M43.4605 10.7248L28.0485 1.61089C25.5438 0.129705 22.4562 0.129705 19.9515 1.61088L4.53951 10.7248C2.03626 12.2051 0.5 14.9365 0.5 17.886V36.1139C0.5 39.0635 2.03626 41.7949 4.53951 43.2752L19.9515 52.3891C22.4562 53.8703 25.5438 53.8703 28.0485 52.3891L43.4605 43.2752C45.9637 41.7949 47.5 39.0635 47.5 36.114V17.8861C47.5 14.9365 45.9637 12.2051 43.4605 10.7248Z'
    );

  --wui-path-network-lg: path('M78.3244 18.926L50.1808 2.45078C45.7376 -0.150261 40.2624 -0.150262 35.8192 2.45078L7.6756 18.926C3.23322 21.5266 0.5 26.3301 0.5 31.5248V64.4752C0.5 69.6699 3.23322 74.4734 7.6756 77.074L35.8192 93.5492C40.2624 96.1503 45.7376 96.1503 50.1808 93.5492L78.3244 77.074C82.7668 74.4734 85.5 69.6699 85.5 64.4752V31.5248C85.5 26.3301 82.7668 21.5266 78.3244 18.926Z'
    );

  --wui-width-network-sm: 36px;
  --wui-width-network-md: 48px;
  --wui-width-network-lg: 86px;

  --wui-height-network-sm: 40px;
  --wui-height-network-md: 54px;
  --wui-height-network-lg: 96px;

  --wui-icon-size-network-xs: 12px;
  --wui-icon-size-network-sm: 16px;
  --wui-icon-size-network-md: 24px;
  --wui-icon-size-network-lg: 42px;

  --wui-color-inherit: inherit;

  --wui-color-inverse-100: #fff;
  --wui-color-inverse-000: #000;

  --wui-cover: rgba(20, 20, 20, 0.8);

  --wui-color-modal-bg: var(--wui-color-modal-bg-base);

  --wui-color-accent-100: var(--wui-color-accent-base-100);
  --wui-color-accent-090: var(--wui-color-accent-base-090);
  --wui-color-accent-080: var(--wui-color-accent-base-080);

  --wui-color-success-100: var(--wui-color-success-base-100);
  --wui-color-success-125: var(--wui-color-success-base-125);

  --wui-color-warning-100: var(--wui-color-warning-base-100);

  --wui-color-error-100: var(--wui-color-error-base-100);
  --wui-color-error-125: var(--wui-color-error-base-125);

  --wui-color-blue-100: var(--wui-color-blue-base-100);
  --wui-color-blue-90: var(--wui-color-blue-base-90);

  --wui-icon-box-bg-error-100: var(--wui-icon-box-bg-error-base-100);
  --wui-icon-box-bg-blue-100: var(--wui-icon-box-bg-blue-base-100);
  --wui-icon-box-bg-success-100: var(--wui-icon-box-bg-success-base-100);
  --wui-icon-box-bg-inverse-100: var(--wui-icon-box-bg-inverse-base-100);

  --wui-all-wallets-bg-100: var(--wui-all-wallets-bg-100);

  --wui-avatar-border: var(--wui-avatar-border-base);

  --wui-thumbnail-border: var(--wui-thumbnail-border-base);

  --wui-wallet-button-bg: var(--wui-wallet-button-bg-base);

  --wui-box-shadow-blue: var(--wui-color-accent-glass-020);
}

@supports (background: color-mix(in srgb, white 50%, black)) {
  :root {
    --wui-color-modal-bg: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-modal-bg-base));

    --wui-box-shadow-blue: color-mix(in srgb, var(--wui-color-accent-100) 20%, transparent);

    --wui-color-accent-100: color-mix(in srgb,
        var(--wui-color-accent-base-100) 100%,
        transparent);
    --wui-color-accent-090: color-mix(in srgb,
        var(--wui-color-accent-base-100) 90%,
        transparent);
    --wui-color-accent-080: color-mix(in srgb,
        var(--wui-color-accent-base-100) 80%,
        transparent);
    --wui-color-accent-glass-090: color-mix(in srgb,
        var(--wui-color-accent-base-100) 90%,
        transparent);
    --wui-color-accent-glass-080: color-mix(in srgb,
        var(--wui-color-accent-base-100) 80%,
        transparent);
    --wui-color-accent-glass-020: color-mix(in srgb,
        var(--wui-color-accent-base-100) 20%,
        transparent);
    --wui-color-accent-glass-015: color-mix(in srgb,
        var(--wui-color-accent-base-100) 15%,
        transparent);
    --wui-color-accent-glass-010: color-mix(in srgb,
        var(--wui-color-accent-base-100) 10%,
        transparent);
    --wui-color-accent-glass-005: color-mix(in srgb,
        var(--wui-color-accent-base-100) 5%,
        transparent);
    --wui-color-accent-002: color-mix(in srgb,
        var(--wui-color-accent-base-100) 2%,
        transparent);

    --wui-color-fg-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-100));
    --wui-color-fg-125: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-125));
    --wui-color-fg-150: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-150));
    --wui-color-fg-175: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-175));
    --wui-color-fg-200: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-200));
    --wui-color-fg-225: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-225));
    --wui-color-fg-250: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-250));
    --wui-color-fg-275: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-275));
    --wui-color-fg-300: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-300));
    --wui-color-fg-325: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-325));
    --wui-color-fg-350: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-fg-350));

    --wui-color-bg-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-100));
    --wui-color-bg-125: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-125));
    --wui-color-bg-150: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-150));
    --wui-color-bg-175: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-175));
    --wui-color-bg-200: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-200));
    --wui-color-bg-225: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-225));
    --wui-color-bg-250: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-250));
    --wui-color-bg-275: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-275));
    --wui-color-bg-300: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-300));
    --wui-color-bg-325: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-325));
    --wui-color-bg-350: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-bg-350));

    --wui-color-success-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-success-base-100));
    --wui-color-success-125: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-success-base-125));

    --wui-color-warning-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-warning-base-100));

    --wui-color-error-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-error-base-100));
    --wui-color-blue-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-blue-base-100));
    --wui-color-blue-90: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-blue-base-90));
    --wui-color-error-125: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-color-error-base-125));

    --wui-icon-box-bg-error-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-icon-box-bg-error-base-100));
    --wui-icon-box-bg-accent-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-icon-box-bg-blue-base-100));
    --wui-icon-box-bg-success-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-icon-box-bg-success-base-100));
    --wui-icon-box-bg-inverse-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-icon-box-bg-inverse-base-100));

    --wui-all-wallets-bg-100: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-all-wallets-bg-100));

    --wui-avatar-border: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-avatar-border-base));

    --wui-thumbnail-border: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-thumbnail-border-base));

    --wui-wallet-button-bg: color-mix(in srgb,
        var(--w3m-color-mix) var(--w3m-color-mix-strength),
        var(--wui-wallet-button-bg-base));
  }
}


:root {
  --w3m-color-mix: #000;
  --w3m-accent: hsla(231, 100%, 70%, 1);
  --w3m-default: #000;

  --wui-color-modal-bg-base: #fff;
  --wui-color-accent-base-100: var(--w3m-accent);

  --wui-color-blueberry-100: hsla(231, 100%, 70%, 1);
  --wui-color-blueberry-090: hsla(231, 97%, 72%, 1);
  --wui-color-blueberry-080: hsla(231, 92%, 74%, 1);

  --wui-color-fg-100: #141414;
  --wui-color-fg-125: #2d3131;
  --wui-color-fg-150: #474d4d;
  --wui-color-fg-175: #636d6d;
  --wui-color-fg-200: #798686;
  --wui-color-fg-225: #828f8f;
  --wui-color-fg-250: #8b9797;
  --wui-color-fg-275: #95a0a0;
  --wui-color-fg-300: #9ea9a9;
  --wui-color-fg-325: #9a9a9a;
  --wui-color-fg-350: #d0d0d0;

  --wui-color-bg-100: #ffffff;
  --wui-color-bg-125: #f5fafa;
  --wui-color-bg-150: #f3f8f8;
  --wui-color-bg-175: #eef4f4;
  --wui-color-bg-200: #eaf1f1;
  --wui-color-bg-225: #e5eded;
  --wui-color-bg-250: #e1e9e9;
  --wui-color-bg-275: #dce7e7;
  --wui-color-bg-300: #d8e3e3;
  --wui-color-bg-325: #f3f3f3;
  --wui-color-bg-350: #202020;

  --wui-color-success-base-100: #26b562;
  --wui-color-success-base-125: #30a46b;

  --wui-color-warning-base-100: #f3a13f;

  --wui-color-error-base-100: #f05142;
  --wui-color-error-base-125: #df4a34;

  --wui-color-blue-base-100: rgba(102, 125, 255, 1);
  --wui-color-blue-base-90: rgba(102, 125, 255, 0.9);

  --wui-color-success-glass-001: rgba(38, 181, 98, 0.01);
  --wui-color-success-glass-002: rgba(38, 181, 98, 0.02);
  --wui-color-success-glass-005: rgba(38, 181, 98, 0.05);
  --wui-color-success-glass-010: rgba(38, 181, 98, 0.1);
  --wui-color-success-glass-015: rgba(38, 181, 98, 0.15);
  --wui-color-success-glass-020: rgba(38, 181, 98, 0.2);
  --wui-color-success-glass-025: rgba(38, 181, 98, 0.25);
  --wui-color-success-glass-030: rgba(38, 181, 98, 0.3);
  --wui-color-success-glass-060: rgba(38, 181, 98, 0.6);
  --wui-color-success-glass-080: rgba(38, 181, 98, 0.8);

  --wui-color-success-glass-reown-020: rgba(48, 164, 107, 0.2);

  --wui-color-warning-glass-reown-020: rgba(243, 161, 63, 0.2);

  --wui-color-error-glass-001: rgba(240, 81, 66, 0.01);
  --wui-color-error-glass-002: rgba(240, 81, 66, 0.02);
  --wui-color-error-glass-005: rgba(240, 81, 66, 0.05);
  --wui-color-error-glass-010: rgba(240, 81, 66, 0.1);
  --wui-color-error-glass-015: rgba(240, 81, 66, 0.15);
  --wui-color-error-glass-020: rgba(240, 81, 66, 0.2);
  --wui-color-error-glass-025: rgba(240, 81, 66, 0.25);
  --wui-color-error-glass-030: rgba(240, 81, 66, 0.3);
  --wui-color-error-glass-060: rgba(240, 81, 66, 0.6);
  --wui-color-error-glass-080: rgba(240, 81, 66, 0.8);

  --wui-color-error-glass-reown-020: rgba(223, 74, 52, 0.2);

  --wui-icon-box-bg-error-base-100: #f4dfdd;
  --wui-icon-box-bg-blue-base-100: #d9ecfb;
  --wui-icon-box-bg-success-base-100: #daf0e4;
  --wui-icon-box-bg-inverse-base-100: #dcecfc;

  --wui-all-wallets-bg-100: #e8f1fa;

  --wui-avatar-border-base: #f3f4f4;

  --wui-thumbnail-border-base: #eaefef;

  --wui-wallet-button-bg-base: var(--wui-color-bg-125);

  --wui-color-gray-glass-001: rgba(0, 0, 0, 0.01);
  --wui-color-gray-glass-002: rgba(0, 0, 0, 0.02);
  --wui-color-gray-glass-005: rgba(0, 0, 0, 0.05);
  --wui-color-gray-glass-010: rgba(0, 0, 0, 0.1);
  --wui-color-gray-glass-015: rgba(0, 0, 0, 0.15);
  --wui-color-gray-glass-020: rgba(0, 0, 0, 0.2);
  --wui-color-gray-glass-025: rgba(0, 0, 0, 0.25);
  --wui-color-gray-glass-030: rgba(0, 0, 0, 0.3);
  --wui-color-gray-glass-060: rgba(0, 0, 0, 0.6);
  --wui-color-gray-glass-080: rgba(0, 0, 0, 0.8);
  --wui-color-gray-glass-090: rgba(0, 0, 0, 0.9);

  --wui-color-dark-glass-100: rgba(233, 233, 233, 1);

  --w3m-card-embedded-shadow-color: rgb(224 225 233 / 25%);
}


:root {
  --w3m-color-mix: #fff;
  --w3m-accent: hsla(230, 100%, 67%, 1);
  --w3m-default: #fff;

  --wui-color-modal-bg-base: #121313;
  --wui-color-accent-base-100: var(--w3m-accent);

  --wui-color-blueberry-100: hsla(230, 100%, 67%, 1);
  --wui-color-blueberry-090: hsla(231, 76%, 61%, 1);
  --wui-color-blueberry-080: hsla(230, 59%, 55%, 1);
  --wui-color-blueberry-050: hsla(231, 100%, 70%, 0.1);

  --wui-color-fg-100: #e4e7e7;
  --wui-color-fg-125: #d0d5d5;
  --wui-color-fg-150: #a8b1b1;
  --wui-color-fg-175: #a8b0b0;
  --wui-color-fg-200: #949e9e;
  --wui-color-fg-225: #868f8f;
  --wui-color-fg-250: #788080;
  --wui-color-fg-275: #788181;
  --wui-color-fg-300: #6e7777;
  --wui-color-fg-325: #9a9a9a;
  --wui-color-fg-350: #363636;

  --wui-color-bg-100: #141414;
  --wui-color-bg-125: #191a1a;
  --wui-color-bg-150: #1e1f1f;
  --wui-color-bg-175: #222525;
  --wui-color-bg-200: #272a2a;
  --wui-color-bg-225: #2c3030;
  --wui-color-bg-250: #313535;
  --wui-color-bg-275: #363b3b;
  --wui-color-bg-300: #3b4040;
  --wui-color-bg-325: #252525;
  --wui-color-bg-350: #ffffff;

  --wui-color-success-base-100: #26d962;
  --wui-color-success-base-125: #30a46b;

  --wui-color-warning-base-100: #f3a13f;

  --wui-color-error-base-100: #f25a67;
  --wui-color-error-base-125: #df4a34;

  --wui-color-blue-base-100: rgba(102, 125, 255, 1);
  --wui-color-blue-base-90: rgba(102, 125, 255, 0.9);

  --wui-color-success-glass-001: rgba(38, 217, 98, 0.01);
  --wui-color-success-glass-002: rgba(38, 217, 98, 0.02);
  --wui-color-success-glass-005: rgba(38, 217, 98, 0.05);
  --wui-color-success-glass-010: rgba(38, 217, 98, 0.1);
  --wui-color-success-glass-015: rgba(38, 217, 98, 0.15);
  --wui-color-success-glass-020: rgba(38, 217, 98, 0.2);
  --wui-color-success-glass-025: rgba(38, 217, 98, 0.25);
  --wui-color-success-glass-030: rgba(38, 217, 98, 0.3);
  --wui-color-success-glass-060: rgba(38, 217, 98, 0.6);
  --wui-color-success-glass-080: rgba(38, 217, 98, 0.8);

  --wui-color-success-glass-reown-020: rgba(48, 164, 107, 0.2);

  --wui-color-warning-glass-reown-020: rgba(243, 161, 63, 0.2);

  --wui-color-error-glass-001: rgba(242, 90, 103, 0.01);
  --wui-color-error-glass-002: rgba(242, 90, 103, 0.02);
  --wui-color-error-glass-005: rgba(242, 90, 103, 0.05);
  --wui-color-error-glass-010: rgba(242, 90, 103, 0.1);
  --wui-color-error-glass-015: rgba(242, 90, 103, 0.15);
  --wui-color-error-glass-020: rgba(242, 90, 103, 0.2);
  --wui-color-error-glass-025: rgba(242, 90, 103, 0.25);
  --wui-color-error-glass-030: rgba(242, 90, 103, 0.3);
  --wui-color-error-glass-060: rgba(242, 90, 103, 0.6);
  --wui-color-error-glass-080: rgba(242, 90, 103, 0.8);

  --wui-color-error-glass-reown-020: rgba(223, 74, 52, 0.2);

  --wui-color-gray-glass-001: rgba(255, 255, 255, 0.01);
  --wui-color-gray-glass-002: rgba(255, 255, 255, 0.02);
  --wui-color-gray-glass-005: rgba(255, 255, 255, 0.05);
  --wui-color-gray-glass-010: rgba(255, 255, 255, 0.1);
  --wui-color-gray-glass-015: rgba(255, 255, 255, 0.15);
  --wui-color-gray-glass-020: rgba(255, 255, 255, 0.2);
  --wui-color-gray-glass-025: rgba(255, 255, 255, 0.25);
  --wui-color-gray-glass-030: rgba(255, 255, 255, 0.3);
  --wui-color-gray-glass-060: rgba(255, 255, 255, 0.6);
  --wui-color-gray-glass-080: rgba(255, 255, 255, 0.8);
  --wui-color-gray-glass-090: rgba(255, 255, 255, 0.9);

  --wui-color-dark-glass-100: rgba(42, 42, 42, 1);

  --wui-icon-box-bg-error-base-100: #3c2426;
  --wui-icon-box-bg-blue-base-100: #20303f;
  --wui-icon-box-bg-success-base-100: #1f3a28;
  --wui-icon-box-bg-inverse-base-100: #243240;

  --wui-all-wallets-bg-100: #222b35;

  --wui-avatar-border-base: #252525;

  --wui-thumbnail-border-base: #252525;

  --wui-wallet-button-bg-base: var(--wui-color-bg-125);

  --w3m-card-embedded-shadow-color: rgb(17 17 18 / 25%);
}


:root {}


/*__SWIPER_HEIGHT_FIX__*/
html .swiper:not(.swiper-vertical):not([class*="full"]):not([class*="vh"]) {
  align-self: start !important;
  height: auto !important;
}

html .swiper:not(.swiper-vertical):not([class*="full"]):not([class*="vh"])>.swiper-wrapper,
html .swiper:not(.swiper-vertical):not([class*="full"]):not([class*="vh"]) .swiper-slide {
  height: auto !important;
}