/* /Pages/AboutPage/About.razor.rz.scp.css */
.title[b-je6t8fb6c3] {
    font-size: 2.75rem;
    margin: 1rem 0 .5rem;
    display: flex;
    justify-content: center;
}

.x-style[b-je6t8fb6c3] {
    font-size: 1.6rem;
    margin: 4px 12px 0 2px;
}

.description[b-je6t8fb6c3] {
    font-size: 1.25rem;
}

.multiversx-logo[b-je6t8fb6c3] {
    margin: -7px 2px 0 5px;
    width: 115px;
}

.emoticon[b-je6t8fb6c3] {
    width: 20px;
}

.emoticon-h4[b-je6t8fb6c3] {
    width: 26px;
    margin-top: -6px;
}

.top-panel[b-je6t8fb6c3] {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    border-radius: 3px;
}

.social[b-je6t8fb6c3] {
    border: 1px solid var(--c-default);
    border-radius: .25rem;
    width: 100px;
    height: 85px;
    color: var(--c-default);
}

.bi[b-je6t8fb6c3] {
    font-size: 1.35rem;
}

.social-icon[b-je6t8fb6c3] {
    width: 28px;
    height: 28px;
}

.disclaimer[b-je6t8fb6c3] {
    color: #d7d7d7 !important;
}

@media(hover: hover) and (pointer: fine) {
    .social:hover[b-je6t8fb6c3] {
        background-color: var(--b-dark-gray);
    }

    .disclaimer:hover[b-je6t8fb6c3] {
        color: var(--c-primary) !important;
    }

}

@media (max-width: 768px) {
    .title[b-je6t8fb6c3] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .x-style[b-je6t8fb6c3] {
        font-size: 1.4rem;
        margin: 0 10px 0 2px;
    }
}

@media (max-width: 475px) {
    .emoticon-h4[b-je6t8fb6c3] {
        width: 20px;
        margin-top: -9px;
    }
}
/* /Pages/AboutPage/Components/Announcements/Announcement.razor.rz.scp.css */
.announcement[b-auh37kuz2x] {
    display: flex;
    align-items: center;
    color: var(--c-default);
    background-color: var(--b-default);
    box-shadow: var(--bsh-default);
    border-radius: .5rem;
    max-width: 500px;
    width: 100%;
    height: 58px;
    padding: .5rem;
    margin-top: 1rem;
}

    .announcement:hover[b-auh37kuz2x] {
        background-color: var(--c-dark);
    }

.icon-panel[b-auh37kuz2x] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--b-gray);
    border-radius: .5rem;
    min-width: 40px;
    height: 40px;
}

.icon[b-auh37kuz2x] {
    width: 22px;
}

.text[b-auh37kuz2x] {
    max-width: 410px;
    width: 100%;
}

.date[b-auh37kuz2x] {
    line-height: 1;
}
/* /Pages/AboutPage/Components/BlockchainAnimation.razor.rz.scp.css */
.background[b-ory5yd27ck] {
  width: 100%;
  height: 100%;
}

.inside[b-ory5yd27ck] {
  display: flex;
  align-items: center;
  justify-content: center;
}

#redblocks > *[b-ory5yd27ck] {
  transform: translate3d(160px, -93px, 0);
  animation: moveblocks-b-ory5yd27ck 4s 1s ease infinite;
}

@keyframes moveblocks-b-ory5yd27ck {
  0% {
    transform: translate3d(160px, -93px, 0);
  }
  50%, 100% {
    transform: translate(0);
  }
}
#firstBlock[b-ory5yd27ck] {
  transform: translate3d(160px, -93px, 0);
  animation: firstBlock-b-ory5yd27ck 4s 1s ease infinite;
}

#blockdis[b-ory5yd27ck] {
  animation: blockdis-b-ory5yd27ck 4s 1s ease infinite;
}

@keyframes blockdis-b-ory5yd27ck {
  30% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
    transform: translate3d(-160px, 93px, 0);
  }
}
@keyframes firstBlock-b-ory5yd27ck {
  0%, 15% {
    opacity: 0;
  }
  40%, 100% {
    opacity: 1;
  }
}
#redblocksparticles g:nth-child(1) polygon[b-ory5yd27ck] {
  opacity: 0.35;
  animation: glow-b-ory5yd27ck 4s 1s ease infinite;
}

#redblocksparticles g:nth-child(2) polygon[b-ory5yd27ck] {
  opacity: 0.35;
  animation: glow-b-ory5yd27ck 4s 1s ease infinite;
}

#redblocksparticles g:nth-child(3) polygon[b-ory5yd27ck] {
  opacity: 0.35;
  animation: glow-b-ory5yd27ck 4s 1s ease infinite;
}

#redblocksparticles g:nth-child(4) polygon[b-ory5yd27ck] {
  opacity: 0.35;
  animation: glow-b-ory5yd27ck 4s 1s ease infinite;
}

@keyframes glow-b-ory5yd27ck {
  0%, 45% {
    opacity: 0;
  }
  60%, 100% {
    opacity: 0.35;
  }
}
@keyframes dots-b-ory5yd27ck {
  0%, 35% {
    transform: translate(0);
    opacity: 0;
  }
  60%, 80% {
    transform: translate(55px, -35px);
    opacity: 1;
  }
  100% {
    transform: translate(55px, -35px);
    opacity: 0;
  }
}
#purplebg > :nth-child(1)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 500ms ease infinite alternate;
}

#purplebg > :nth-child(2)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 1000ms ease infinite alternate;
}

#purplebg > :nth-child(3)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 1500ms ease infinite alternate;
}

#purplebg > :nth-child(4)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 2000ms ease infinite alternate;
}

#purplebg > :nth-child(5)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 2500ms ease infinite alternate;
}

#purplebg > :nth-child(6)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 3000ms ease infinite alternate;
}

#purplebg > :nth-child(7)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 3500ms ease infinite alternate;
}

#purplebg > :nth-child(8)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 4000ms ease infinite alternate;
}

#purplebg > :nth-child(9)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 4500ms ease infinite alternate;
}

#purplebg > :nth-child(10)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 5000ms ease infinite alternate;
}

#purplebg > :nth-child(11)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 5500ms ease infinite alternate;
}

#purplebg > :nth-child(12)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 6000ms ease infinite alternate;
}

#purplebg > :nth-child(13)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 6500ms ease infinite alternate;
}

#purplebg > :nth-child(14)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 7000ms ease infinite alternate;
}

#purplebg > :nth-child(15)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 7500ms ease infinite alternate;
}

#purplebg > :nth-child(16)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 8000ms ease infinite alternate;
}

#purplebg > :nth-child(17)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 8500ms ease infinite alternate;
}

#purplebg > :nth-child(18)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 9000ms ease infinite alternate;
}

#purplebg > :nth-child(19)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 9500ms ease infinite alternate;
}

#purplebg > :nth-child(20)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 10000ms ease infinite alternate;
}

#purplebg > :nth-child(21)[b-ory5yd27ck] {
  animation: up-b-ory5yd27ck 2s 10500ms ease infinite alternate;
}

@keyframes up-b-ory5yd27ck {
  to {
    transform: translate(0, -25px);
  }
}
#bottomparticles > :nth-child(1)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 300ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(1)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 300ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(1)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 300ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(2)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 600ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(2)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 600ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(2)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 600ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(3)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 900ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(3)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 900ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(3)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 900ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(4)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1200ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(4)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1200ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(4)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1200ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(5)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1500ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(5)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1500ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(5)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1500ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(6)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1800ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(6)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1800ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(6)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 1800ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(7)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2100ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(7)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2100ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(7)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2100ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(8)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2400ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(8)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2400ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(8)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2400ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(9)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2700ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(9)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2700ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(9)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 2700ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(10)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3000ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(10)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3000ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(10)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3000ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(11)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3300ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(11)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3300ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(11)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3300ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles > :nth-child(12)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3600ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#bottomparticles2 > :nth-child(12)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3600ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

#redglowparticles > :nth-child(12)[b-ory5yd27ck] {
  animation: particles-b-ory5yd27ck 4s 3600ms ease infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

@keyframes p-b-ory5yd27ck {
  85%, 100% {
    opacity: 0;
  }
}
@keyframes particles-b-ory5yd27ck {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(10px, 15px);
  }
}
.particlespoly[b-ory5yd27ck] {
  animation: p-b-ory5yd27ck 2s ease infinite alternate;
}

#d-app g:nth-child(1)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 200ms ease-in-out infinite alternate;
}

#d-app g:nth-child(2)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 400ms ease-in-out infinite alternate;
}

#d-app g:nth-child(3)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 600ms ease-in-out infinite alternate;
}

#d-apps2 g:nth-child(1)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 200ms ease-in-out infinite alternate;
}

#d-apps2 g:nth-child(2)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 400ms ease-in-out infinite alternate;
}

#d-apps2 g:nth-child(3)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 600ms ease-in-out infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(1)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 50ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(2)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 100ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(3)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 150ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(4)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 200ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(5)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 250ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(6)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 300ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(7)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 350ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(8)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 400ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(9)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 450ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(10)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 500ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(11)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 550ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(12)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 600ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(13)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 650ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(14)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 700ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(15)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 750ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(16)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 800ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(17)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 850ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(18)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 900ms ease infinite alternate;
}

#d-apps2wrapper g:nth-child(3) g > circle:nth-child(19)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 950ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(1)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 50ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(2)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 100ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(3)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 150ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(4)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 200ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(5)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 250ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(6)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 300ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(7)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 350ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(8)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 400ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(9)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 450ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(10)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 500ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(11)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 550ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(12)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 600ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(13)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 650ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(14)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 700ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(15)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 750ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(16)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 800ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(17)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 850ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(18)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 900ms ease infinite alternate;
}

#d-appswrapper g:nth-child(2) g > circle:nth-child(19)[b-ory5yd27ck] {
  animation: updown-b-ory5yd27ck 2s 950ms ease infinite alternate;
}

@keyframes updown-b-ory5yd27ck {
  100% {
    transform: translate(0, -20px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(18) > g:nth-child(12)[b-ory5yd27ck] {
  animation: arrows-b-ory5yd27ck 1s ease-in-out infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

@keyframes arrows-b-ory5yd27ck {
  to {
    transform: translate(25px, 25px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(13)[b-ory5yd27ck] {
  animation: arrows2-b-ory5yd27ck 1s ease-in-out infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}

@keyframes arrows2-b-ory5yd27ck {
  to {
    transform: translate(-25px, -25px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(12)[b-ory5yd27ck] {
  animation: arrows-b-ory5yd27ck 1s ease-in-out infinite alternate, p-b-ory5yd27ck 2s ease infinite alternate;
}
/* /Pages/AboutPage/Components/GitRepos.razor.rz.scp.css */
.emoticon-small[b-jrvd8gox4a] {
    margin-top: -5px;
    width: 16px;
}

.repo-panel[b-jrvd8gox4a] {
    position: relative;
}

.repo-icon[b-jrvd8gox4a] {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    border-radius: 50%;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.repo-icon-dim[b-jrvd8gox4a] {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.repo-content[b-jrvd8gox4a] {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    border-radius: .25rem;
    width: 300px;
    height: 350px;
    margin-top: 40px;
    padding: 60px 1rem 1rem 1rem;
}

.repo-btn[b-jrvd8gox4a] {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.x-style[b-jrvd8gox4a] {
    height: 10px;
    margin-left: 2px;
    margin-bottom: 8px;
}

.w-50p[b-jrvd8gox4a] {
    width: 50px !important;
}
/* /Pages/AboutPage/Components/RoadmapTable.razor.rz.scp.css */
.timeline[b-h32wflkz32] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.timeline-category[b-h32wflkz32] {
    box-shadow: var(--bsh-default);
    background-color: var(--b-gray);
    border-radius: 0.5rem;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
}

.timeline-category-icon[b-h32wflkz32] {
    border-radius: 8px 0 0 8px;
    background-color: var(--b-roadmaptitle);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 40%;
    font-size: 2rem;
    padding: 20px;
}

    .timeline-category-icon .category-icon[b-h32wflkz32] {
        position: absolute;
        top: 50%;
        left: -76px;
        transform: translateY(-50%);
        color: var(--b-roadmaptitle);
        width: 32px;
        height: 32px;
        z-index: 2;
    }

.timeline-category-title[b-h32wflkz32] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    white-space: nowrap;
}

.timeline-category-content[b-h32wflkz32] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timeline-category-tasks[b-h32wflkz32] {
    flex-basis: 60%;
    margin-left: 16px;
}

    .timeline-category-tasks div.arrow[b-h32wflkz32]::before {
        content: "";
        position: absolute;
        margin-left: -15px;
        margin-top: 9px;
        width: 6px;
        height: 6px;
        border: 1px solid var(--c-a);
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
    }

    .timeline-category-tasks div.arrow-done[b-h32wflkz32]::before {
        content: "✓";
        margin-left: -15px;
        margin-right: 5px;
        color: var(--bs-teal);
    }

    .timeline-category-tasks div.spinner-border[b-h32wflkz32] {
        margin: 9px 6px 0 -15px;
        color: orange;
        --bs-spinner-width: 9px;
        --bs-spinner-height: 9px;
        --bs-spinner-border-width: 2px;
        --bs-spinner-animation-speed: 1s;
    }

.timeline-category[b-h32wflkz32]:before {
    content: "";
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    border-radius: 100%;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid var(--br-separator);
    background-color: var(--b-gray);
    z-index: 1;
}

.timeline-category[b-h32wflkz32]:after {
    content: "";
    width: 2px;
    height: 118%;
    background: var(--br-separator);
    position: absolute;
    top: 68%;
    left: -3.75rem;
    z-index: 0;
}

.timeline-category:last-child[b-h32wflkz32]:after {
    content: none;
}

.bi-box-arrow-up-right[b-h32wflkz32] {
    font-size: .8rem;
    margin-left: .25rem;
}

@media (max-width: 1126px) {
    .timeline-category[b-h32wflkz32]::before, .timeline-category[b-h32wflkz32]::after, .category-icon[b-h32wflkz32] {
        display: none;
    }
}

@media (max-width: 786px) {
    .timeline-category[b-h32wflkz32] {
        flex-direction: column;
    }

    .timeline-category-icon[b-h32wflkz32] {
        border-radius: 4px 4px 0 0;
    }
}
/* /Pages/AboutPage/Components/Stats/Stat.razor.rz.scp.css */
.panel[b-nq7x4owh9a] {
    background-color: var(--b-default);
    box-shadow: var(--bsh-default);
    border-radius: .5rem;
    max-width: 350px;
    width: 100%;
}

.stat-loading[b-nq7x4owh9a] {
    width: 40px;
    height: 42px;
    display: flex;
    align-items: center;
    float: right;
    margin-right: 1rem;
}
/* /Pages/AboutPage/Components/Tool.razor.rz.scp.css */
.mh-0[b-yj845n5vkr] {
    max-height: 0;
}

.mh-1[b-yj845n5vkr] {
    max-height: 100px;
}

.bi[b-yj845n5vkr] {
    transition: .4s all ease-out;
}

.caret-rotated[b-yj845n5vkr] {
    transform: rotate(180deg);
}

.description[b-yj845n5vkr] {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
/* /Pages/AboutPage/Components/WebGit.razor.rz.scp.css */
.webgit[b-h4jas926q2] {
    background-color: #f8f8f8;
    box-shadow: var(--bsh-default);
    margin: 10px;
}

@media(hover: hover) and (pointer: fine) {
    .webgit:hover[b-h4jas926q2] {
        background-color: #e7e7e7 !important;
    }

        .webgit:hover .webgit-icon[b-h4jas926q2] {
            background-color: var(--bs-gray-100) !important;
        }

        .webgit:hover .bi[b-h4jas926q2] {
            color: var(--c-primary-hover) !important;
        }
}

.webgit-img[b-h4jas926q2] {
    width: 88px;
}

.webgit-icon[b-h4jas926q2] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-gray-100);
    box-shadow: var(--bsh-default);
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.bi-clipboard2-fill[b-h4jas926q2] {
    color: var(--bs-gray-700);
}
/* /Pages/DashboardPage/Components/Boxes/Box.razor.rz.scp.css */
.box[b-vsl7jbl964] {
    border-radius: .75rem;
    border: 4px solid var(--bs-gray-200);
    box-shadow: var(--bsh-default);
    background-color: var(--b-box);
    margin: .5rem;
    height: 115px;
    width: 160px;
}

.dim-icon[b-vsl7jbl964] {
    width: 24px;
    height: 24px;
}

@media (min-width: 768px) {
    .box[b-vsl7jbl964] {
        height: 130px;
        width: 165px;
    }
}

@media (min-width: 1161px) {
    .box[b-vsl7jbl964] {
        margin: 1rem 1.5rem;
        width: 175px;
    }
}
/* /Pages/DashboardPage/Components/Boxes/Box2.razor.rz.scp.css */
.box[b-j1wzz8582f] {
    border-radius: .75rem;
    border: 4px solid var(--bs-gray-200);
    box-shadow: var(--bsh-default);
    background-color: var(--b-box);
    margin: .5rem;
    height: 115px;
    width: 165px;
}

.dim-icon[b-j1wzz8582f] {
    font-size: 22px;
}

@media (min-width: 768px) {
    .box[b-j1wzz8582f] {
        height: 130px;
    }
}

@media (min-width: 1161px) {
    .box[b-j1wzz8582f] {
        margin: 1rem 1.5rem;
        width: 175px;
    }
}
/* /Pages/DashboardPage/Components/NetworkStats.razor.rz.scp.css */
.x-style[b-5bd4pvyzcs] {
    height: 14px;
    margin: 0 3px 16px;
}

.swiper-wrapper[b-5bd4pvyzcs] {
    margin-bottom: 2.5rem;
    padding: 1rem 0 .5rem;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .swiper-wrapper[b-5bd4pvyzcs]::-webkit-scrollbar {
        display: none;
    }

.swiper[b-5bd4pvyzcs] {
    width: fit-content;
    display: flex;
    justify-content: center;
    padding: 0 .5rem;
    margin: 0 auto;
}

.brand-beta[b-5bd4pvyzcs] {
    font-size: .7rem;
}
/* /Pages/DashboardPage/Components/Partners.razor.rz.scp.css */
.partners-panel[b-6pui4he0n2] {
    background-color: var(--b-partners);
    color: #1c1c1c;
}

.partner[b-6pui4he0n2] {
    margin: 20px 60px;
    width: 175px;
}

.partner-name[b-6pui4he0n2] {
    margin: 8px;
    text-align: center;
}

.partner-logo[b-6pui4he0n2] {
    width: 100px;
    max-height: 100px;
    margin: 10px;
}


@media (max-width: 768px) {
    .partner[b-6pui4he0n2] {
        margin: 15px 20px;
        width: 115px;
    }

    .partner-logo[b-6pui4he0n2] {
        width: 70px;
        max-height: 70px;
        margin: 10px;
    }
}
/* /Pages/DashboardPage/Components/Supporters.razor.rz.scp.css */
.supporters-panel[b-h4eyurv62d] {
    background-color: var(--b-partners);
    color: #1c1c1c;
    width: 100%;
}

.supporter[b-h4eyurv62d] {
    margin: 10px;
    width: 325px;
    height: 60px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.border[b-h4eyurv62d] {
    border-color: rgb(75 75 75 / 50%) !important;
}

.supporter-name[b-h4eyurv62d] {
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 15px 0 0;
}

.supporter-logo[b-h4eyurv62d] {
    height: 36px;
    margin: 0px 15px;
}

@media (max-width: 370px) {
    .supporter[b-h4eyurv62d] {
        width: 260px;
    }

    .supporter-name[b-h4eyurv62d] {
        font-size: 1rem;
    }
}

@media(hover: hover) and (pointer: fine) {
    .supporter:hover[b-h4eyurv62d] {
        background-color: #e7e7e7 !important;
    }
}
/* /Pages/DashboardPage/Components/ToolsStatistics.razor.rz.scp.css */
.swiper-wrapper[b-yop9g1jogq] {
    margin-bottom: 2.5rem;
    padding: 1rem 0 .5rem;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .swiper-wrapper[b-yop9g1jogq]::-webkit-scrollbar {
        display: none;
    }

.swiper[b-yop9g1jogq] {
    width: fit-content;
    display: flex;
    justify-content: center;
    padding: 0 .5rem;
    margin: 0 auto;
}

    .swiper .stat[b-yop9g1jogq] {
        margin: .5rem 1rem .5rem 0;
    }

        .swiper .stat:last-child[b-yop9g1jogq] {
            margin: .5rem 0rem;
        }

.stat[b-yop9g1jogq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    border-radius: .375rem;
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    width: 145px;
    height: 125px;
}

    .stat .text[b-yop9g1jogq] {
        font-size: 1.1rem;
    }

    .stat .value[b-yop9g1jogq] {
        font-size: 1.25rem;
        font-weight: bold;
    }

@media (max-width: 768px) {
    .stat[b-yop9g1jogq] {
        padding: .5rem;
        width: 125px;
        height: 110px;
    }

        .stat .text[b-yop9g1jogq] {
            font-size: 1rem;
        }

        .stat .value[b-yop9g1jogq] {
            font-size: 1.1rem;
        }
}

.loading[b-yop9g1jogq] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
/* /Pages/DashboardPage/Dashboard.razor.rz.scp.css */
.main-bg[b-g29o9vmh8z] {
    user-select: none;
    background-color: var(--b-gray);
    text-align: center;
    padding: 5rem .5rem 9rem;
}

.title[b-g29o9vmh8z] {
    font-size: 2.75rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.x-style[b-g29o9vmh8z] {
    font-size: 1.6rem;
    margin: 4px 12px 0 2px;
}

.description[b-g29o9vmh8z] {
    font-size: 1.25rem;
}

.multiversx-logo[b-g29o9vmh8z] {
    margin: -7px 2px 0 5px;
    width: 115px;
}

.emoticon[b-g29o9vmh8z] {
    width: 20px;
}

.main-panels[b-g29o9vmh8z] {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -4rem;
    margin-bottom: 2rem;
}

.panel[b-g29o9vmh8z] {
    width: 100%;
    max-width: 565px;
    border-radius: .25rem;
    box-shadow: var(--bsh-default);
    background-color: var(--b-dark-gray);
    margin: 0 2rem 2rem;
    display: flex;
    flex-direction: column;
}

.img[b-g29o9vmh8z] {
    border-radius: .25rem 0.25rem 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tag[b-g29o9vmh8z] {
    border-radius: 1rem;
    border: 2px solid var(--br-default);
    padding: .1rem .75rem;
    margin: .25rem;
}

.c-default:hover[b-g29o9vmh8z] {
    color: var(--c-default-hover);
}

.announcements-panel[b-g29o9vmh8z] {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    margin: 1rem 0rem 4rem;
    padding: 1.5rem 1rem 2.5rem;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .main-bg[b-g29o9vmh8z] {
        padding: 3rem .5rem 7rem;
    }

    .title[b-g29o9vmh8z] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .x-style[b-g29o9vmh8z] {
        font-size: 1.4rem;
        margin: 0 10px 0 2px;
    }

    .panel[b-g29o9vmh8z] {
        margin: 0 .5rem 1rem;
    }
}
/* /Pages/SmartSend/EGLD/EGLDSend.razor.rz.scp.css */
[b-c2xr3wpyw8] .get-btn {
    height: 38px;
}

.tab-bar[b-c2xr3wpyw8] {
    position: relative;
    user-select: none;
    display: flex;
    color: #1c1c1c !important;
    background: var(--b-tab-bar);
    justify-content: space-between;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    width: 100%;
    max-width: 544px;
}

.tab[b-c2xr3wpyw8] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 1.1rem;
    border-radius: 15px;
    z-index: 2;
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .tab[b-c2xr3wpyw8] {
        font-size: 1rem;
    }
}

@media (max-width: 490px) {
    .tab[b-c2xr3wpyw8] {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .tab[b-c2xr3wpyw8] {
        font-size: .8rem;
    }
}

.glider[b-c2xr3wpyw8] {
    position: absolute;
    display: flex;
    height: 35px;
    background: white;
    z-index: 0;
    border-radius: 12px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: .25s ease-out;
    width: calc((100% - 10px) / 3);
}

[b-c2xr3wpyw8] .value-box {
    max-width: 150px;
}

[b-c2xr3wpyw8] .input-file {
    font-size: .9rem;
    font-weight: 600;
    padding: 0 .25rem 1px;
}

[b-c2xr3wpyw8] .bi-file-earmark-arrow-up-fill {
    margin-right: 2px;
}

[b-c2xr3wpyw8] .egld-icon {
    width: 26px;
    height: 26px;
    margin-right: .35rem;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
}
/* /Pages/SmartSend/Management/Components/AllowedContracts.razor.rz.scp.css */
.u-panel[b-hf7cwni6g6] {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    border-radius: .5rem;
    max-width: 645px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-outline-primary[b-hf7cwni6g6] {
    padding: .1rem .5rem .2rem;
    color: var(--c-default);
    border: 1px solid var(--c-default);
}

.bi-pencil-square:hover[b-hf7cwni6g6] {
    color: #D54E14;
}

.bi-trash3:hover[b-hf7cwni6g6] {
    color: #D54E14;
}

.m-24[b-hf7cwni6g6] {
    margin: 0 24px;
}

.top--5[b-hf7cwni6g6] {
    top: -5px !important;
}
/* /Pages/SmartSend/Management/Components/OwnerContracts.razor.rz.scp.css */
.u-panel[b-3uhl2636wz] {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    border-radius: .5rem;
    max-width: 645px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-outline-primary[b-3uhl2636wz] {
    padding: .2rem .5rem .3rem;
    color: var(--c-default);
    border: 1px solid var(--c-default);
}

.bi-pencil-square:hover[b-3uhl2636wz] {
    color: #D54E14;
}

.bi-trash3:hover[b-3uhl2636wz] {
    color: #D54E14;
}

.m-24[b-3uhl2636wz] {
    margin: 0 24px;
}

.btn-outline-danger[b-3uhl2636wz] {
    position: absolute;
    right: 0;
    font-weight: 600;
    border: none;
}
/* /Pages/SmartSend/Management/Components/Question.razor.rz.scp.css */
.q-panel[b-cesm3wul81] {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    border-radius: .5rem;
}

.mh-0[b-cesm3wul81] {
    max-height: 0;
}

.mh-1[b-cesm3wul81] {
    max-height: 230px;
}

.bi[b-cesm3wul81] {
    transition: .4s all ease-out;
}

.caret-rotated[b-cesm3wul81] {
    transform: rotate(180deg);
}

.description[b-cesm3wul81] {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
/* /Pages/SmartSend/Management/ScGeneration.razor.rz.scp.css */
.panel-generation[b-5hy2nwc01c] {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    border-radius: 5px;
    width: fit-content;
}

.arrow[b-5hy2nwc01c]::before {
    content: "";
    position: absolute;
    margin: 9px 0 .25rem -15px;
    width: 6px;
    height: 6px;
    border: 1px solid var(--c-a);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.badge[b-5hy2nwc01c] {
    padding-left: 0.35em;
    padding-right: 0.35em;
}
/* /Pages/SmartSend/MetaESDT/MetaESDTSend.razor.rz.scp.css */
[b-8v8rsehuma] .get-btn {
    height: 38px;
}

.tab-bar[b-8v8rsehuma] {
    position: relative;
    user-select: none;
    display: flex;
    color: #1c1c1c !important;
    background: var(--b-tab-bar);
    justify-content: space-between;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    width: 100%;
    max-width: 544px;
}

.tab[b-8v8rsehuma] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 1.1rem;
    border-radius: 15px;
    z-index: 2;
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .tab[b-8v8rsehuma] {
        font-size: 1rem;
    }
}

@media (max-width: 490px) {
    .tab[b-8v8rsehuma] {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .tab[b-8v8rsehuma] {
        font-size: .8rem;
    }
}

.glider[b-8v8rsehuma] {
    position: absolute;
    display: flex;
    height: 35px;
    background: white;
    z-index: 0;
    border-radius: 12px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: .25s ease-out;
    width: calc((100% - 10px) / 3);
}

[b-8v8rsehuma] .value-box {
    max-width: 150px;
}

[b-8v8rsehuma] .input-file {
    font-size: .9rem;
    font-weight: 600;
    padding: 0 .25rem 1px;
}

[b-8v8rsehuma] .bi-file-earmark-arrow-up-fill {
    margin-right: 2px;
}

[b-8v8rsehuma] .blazored-typeahead {
    width: 100%;
    max-width: 400px;
}
/* /Pages/SmartSend/Modals/ConfirmSendModal.razor.rz.scp.css */
.rt-modal-content[b-qrejnh25vo] {
    max-width: fit-content;
    width: 100%;
    max-height: 100%;
}

.rt-modal-header[b-qrejnh25vo] {
    justify-content: center;
}

.rt-modal-body[b-qrejnh25vo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden !important;
}

.rt-modal-table[b-qrejnh25vo]::-webkit-scrollbar {
    display: none;
}

.rt-modal-table[b-qrejnh25vo] {
    user-select: none;
    border-radius: 0.5rem;
    box-shadow: var(--bsh-default);
    border: 2px solid var(--br-separator);
    overflow: scroll;
    margin: 6px;
    padding: 0 5px 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.table[b-qrejnh25vo] {
    --bs-table-bg: inherit !important;
}

.rt-modal-footer[b-qrejnh25vo] {
    justify-content: center;
}

td[b-qrejnh25vo] {
    padding: 0.5rem 0.75rem;
    color: var(--c-default);
    white-space: nowrap;
}
/* /Pages/SmartSend/NFTs/NFTsSend.razor.rz.scp.css */
.get-btn[b-ozgcvzdz0s] {
    height: 38px;
}

[b-ozgcvzdz0s] .value-box {
    max-width: 100px;
}

[b-ozgcvzdz0s] .input-file {
    font-size: .9rem;
    font-weight: 600;
    padding: 0 .25rem 1px;
}

[b-ozgcvzdz0s] .bi-file-earmark-arrow-up-fill {
    margin-right: 2px;
}
/* /Pages/SmartSend/SFT/SFTSend.razor.rz.scp.css */
[b-pnnnb8zmok] .get-btn {
    height: 38px;
}

.tab-bar[b-pnnnb8zmok] {
    position: relative;
    user-select: none;
    display: flex;
    color: #1c1c1c !important;
    background: var(--b-tab-bar);
    justify-content: space-between;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    width: 100%;
    max-width: 444px;
}

.tab[b-pnnnb8zmok] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 1.1rem;
    border-radius: 15px;
    z-index: 2;
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .tab[b-pnnnb8zmok] {
        font-size: 1rem;
    }
}

.glider[b-pnnnb8zmok] {
    position: absolute;
    display: flex;
    height: 35px;
    background: white;
    z-index: 0;
    border-radius: 12px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: .25s ease-out;
    width: calc((100% - 10px) / 2);
}

[b-pnnnb8zmok] .value-box {
    max-width: 100px;
}

[b-pnnnb8zmok] .input-file {
    font-size: .9rem;
    font-weight: 600;
    padding: 0 .25rem 1px;
}

[b-pnnnb8zmok] .bi-file-earmark-arrow-up-fill {
    margin-right: 2px;
}

[b-pnnnb8zmok] .blazored-typeahead {
    width: 100%;
    max-width: 400px;
}
/* /Pages/SmartSend/Token/TokenSend.razor.rz.scp.css */
[b-yfbkmwriq4] .get-btn {
    height: 38px;
}

.tab-bar[b-yfbkmwriq4] {
    position: relative;
    user-select: none;
    display: flex;
    color: #1c1c1c !important;
    background: var(--b-tab-bar);
    justify-content: space-between;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    width: 100%;
    max-width: 544px;
}

.tab[b-yfbkmwriq4] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 1.1rem;
    border-radius: 15px;
    z-index: 2;
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .tab[b-yfbkmwriq4] {
        font-size: 1rem;
    }
}

@media (max-width: 490px) {
    .tab[b-yfbkmwriq4] {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .tab[b-yfbkmwriq4] {
        font-size: .8rem;
    }
}

.glider[b-yfbkmwriq4] {
    position: absolute;
    display: flex;
    height: 35px;
    background: white;
    z-index: 0;
    border-radius: 12px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: .25s ease-out;
    width: calc((100% - 10px) / 3);
}

[b-yfbkmwriq4] .value-box {
    max-width: 150px;
}

[b-yfbkmwriq4] .input-file {
    font-size: .9rem;
    font-weight: 600;
    padding: 0 .25rem 1px;
}

[b-yfbkmwriq4] .bi-file-earmark-arrow-up-fill {
    margin-right: 2px;
}

[b-yfbkmwriq4] .blazored-typeahead {
    width: 100%;
    max-width: 400px;
}
/* /Pages/Snapshots/MakeFilePage/Components/Generator1.razor.rz.scp.css */
.mh-0[b-fvn1hfs98r] {
    max-height: 0;
}

.mh-1[b-fvn1hfs98r] {
    max-height: 500px;
}

.bi[b-fvn1hfs98r] {
    transition: .4s all ease-out;
}

.caret-rotated[b-fvn1hfs98r] {
    transform: rotate(180deg);
}

.generator[b-fvn1hfs98r] {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.get-btn[b-fvn1hfs98r] {
    height: 38px;
}
/* /Pages/Snapshots/MakeFilePage/Components/Generator2.razor.rz.scp.css */
.mh-0[b-gxrwy4y9yc] {
    max-height: 0;
}

.mh-1[b-gxrwy4y9yc] {
    max-height: 500px;
}

.bi[b-gxrwy4y9yc] {
    transition: .4s all ease-out;
}

.caret-rotated[b-gxrwy4y9yc] {
    transform: rotate(180deg);
}

.generator[b-gxrwy4y9yc] {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.get-btn[b-gxrwy4y9yc] {
    height: 38px;
}
/* /Pages/Snapshots/MakeFilePage/MakeFile.razor.rz.scp.css */
.mh-0[b-qsrqy925kt] {
    max-height: 0;
}

.mh-1[b-qsrqy925kt] {
    max-height: 100px;
}

.bi-caret-down-fill[b-qsrqy925kt] {
    transition: .4s all ease-out;
}

.caret-rotated[b-qsrqy925kt] {
    transform: rotate(180deg);
}

.description[b-qsrqy925kt] {
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
/* /Pages/Snapshots/MetaEsdtSnapshot.razor.rz.scp.css */
.queries-separator[b-qddyuzr8oc] {
    margin-top: 1rem;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg,rgba(84,84,84,.8) 0%,rgba(34,34,34,0) 100%);
}

.query-link[b-qddyuzr8oc] {
    color: var(--c-default);
}

    .query-link:hover[b-qddyuzr8oc] {
        color: var(--c-light-gray);
    }

.textbox[b-qddyuzr8oc] {
    font-size: .9rem;
}

    .textbox[b-qddyuzr8oc]::placeholder {
        font-size: .85rem;
        font-style: italic;
        opacity: .7;
    }

.get-btn[b-qddyuzr8oc] {
    height: 38px;
}

.tab-bar[b-qddyuzr8oc] {
    position: relative;
    user-select: none;
    display: flex;
    color: #1c1c1c !important;
    background: var(--b-tab-bar);
    justify-content: space-between;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    width: 100%;
    max-width: 444px;
}

.tab[b-qddyuzr8oc] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 1.1rem;
    border-radius: 15px;
    z-index: 2;
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .tab[b-qddyuzr8oc] {
        font-size: 1rem;
    }
}

.glider[b-qddyuzr8oc] {
    position: absolute;
    display: flex;
    height: 35px;
    background: white;
    z-index: 0;
    border-radius: 12px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: .25s ease-out;
    width: calc((100% - 10px) / 2);
}

@media(hover: hover) and (pointer: fine) {
    .bi-pencil-square:hover[b-qddyuzr8oc] {
        color: #e07915;
    }
}
/* /Pages/Snapshots/NftAttributesSnapshot.razor.rz.scp.css */
.queries-separator[b-x1aftr1a5u] {
    margin-top: 1rem;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg,rgba(84,84,84,.8) 0%,rgba(34,34,34,0) 100%);
}

.query-link[b-x1aftr1a5u] {
    color: var(--c-default);
}

    .query-link:hover[b-x1aftr1a5u] {
        color: var(--c-light-gray);
    }

.textbox[b-x1aftr1a5u] {
    font-size: .9rem;
}

    .textbox[b-x1aftr1a5u]::placeholder {
        font-size: .85rem;
        font-style: italic;
        opacity: .7;
    }

.get-btn[b-x1aftr1a5u] {
    height: 38px;
}

.tab-bar[b-x1aftr1a5u] {
    position: relative;
    user-select: none;
    display: flex;
    color: #1c1c1c !important;
    background: var(--b-tab-bar);
    justify-content: space-between;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    width: 100%;
    max-width: 544px;
}

.tab[b-x1aftr1a5u] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 1.1rem;
    border-radius: 15px;
    z-index: 2;
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .tab[b-x1aftr1a5u] {
        font-size: 1rem;
    }
}

@media (max-width: 490px) {
    .tab[b-x1aftr1a5u] {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .tab[b-x1aftr1a5u] {
        font-size: .8rem;
    }
}

.glider[b-x1aftr1a5u] {
    position: absolute;
    display: flex;
    height: 35px;
    background: white;
    z-index: 0;
    border-radius: 12px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: .25s ease-out;
    width: calc((100% - 10px) / 4);
}

@media(hover: hover) and (pointer: fine) {
    .bi-pencil-square:hover[b-x1aftr1a5u] {
        color: #e07915;
    }
}
/* /Pages/Snapshots/NftSftSnapshot.razor.rz.scp.css */
.queries-separator[b-12fl65fcr2] {
    margin-top: 1rem;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg,rgba(84,84,84,.8) 0%,rgba(34,34,34,0) 100%);
}

.query-link[b-12fl65fcr2] {
    color: var(--c-default);
}

    .query-link:hover[b-12fl65fcr2] {
        color: var(--c-light-gray);
    }

.textbox[b-12fl65fcr2] {
    font-size: .9rem;
}

    .textbox[b-12fl65fcr2]::placeholder {
        font-size: .85rem;
        font-style: italic;
        opacity: .7;
    }

.get-btn[b-12fl65fcr2] {
    height: 38px;
}

.tab-bar[b-12fl65fcr2] {
    position: relative;
    user-select: none;
    display: flex;
    color: #1c1c1c !important;
    background: var(--b-tab-bar);
    justify-content: space-between;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    width: 100%;
    max-width: 544px;
}

.tab[b-12fl65fcr2] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 1.1rem;
    border-radius: 15px;
    z-index: 2;
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .tab[b-12fl65fcr2] {
        font-size: 1rem;
    }
}

@media (max-width: 490px) {
    .tab[b-12fl65fcr2] {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .tab[b-12fl65fcr2] {
        font-size: .8rem;
    }
}

.glider[b-12fl65fcr2] {
    position: absolute;
    display: flex;
    height: 35px;
    background: white;
    z-index: 0;
    border-radius: 12px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: .25s ease-out;
    width: calc((100% - 10px) / 4);
}

@media(hover: hover) and (pointer: fine) {
    .bi-pencil-square:hover[b-12fl65fcr2] {
        color: #e07915;
    }
}
/* /Pages/Snapshots/TokenSnapshot.razor.rz.scp.css */
.queries-separator[b-08im2sdb2i] {
    margin-top: 1rem;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg,rgba(84,84,84,.8) 0%,rgba(34,34,34,0) 100%);
}

.query-link[b-08im2sdb2i] {
    color: var(--c-default);
}

    .query-link:hover[b-08im2sdb2i] {
        color: var(--c-default-hover);
    }

.textbox[b-08im2sdb2i] {
    font-size: .9rem;
}

    .textbox[b-08im2sdb2i]::placeholder {
        font-size: .85rem;
        font-style: italic;
        opacity: .7;
    }

.get-btn[b-08im2sdb2i] {
    height: 38px;
}

.tab-bar[b-08im2sdb2i] {
    position: relative;
    user-select: none;
    display: flex;
    color: #1c1c1c !important;
    background: var(--b-tab-bar);
    justify-content: space-between;
    border-radius: 15px;
    padding: 5px;
    margin: auto;
    width: 100%;
    max-width: 444px;
}

.tab[b-08im2sdb2i] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    font-size: 1.1rem;
    border-radius: 15px;
    z-index: 2;
    padding: 0 5px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .tab[b-08im2sdb2i] {
        font-size: 1rem;
    }
}

.glider[b-08im2sdb2i] {
    position: absolute;
    display: flex;
    height: 35px;
    background: white;
    z-index: 0;
    border-radius: 12px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    transition: .25s ease-out;
    width: calc((100% - 10px) / 2);
}

@media(hover: hover) and (pointer: fine) {
    .bi-pencil-square:hover[b-08im2sdb2i] {
        color: #e07915;
    }
}
/* /Pages/Snapshots/TxsFilter.razor.rz.scp.css */
.queries-separator[b-luh0zhvgwv] {
    margin-top: 1rem;
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg,rgba(84,84,84,.8) 0%,rgba(34,34,34,0) 100%);
}

.query-link[b-luh0zhvgwv] {
    color: var(--c-default);
}

    .query-link:hover[b-luh0zhvgwv] {
        color: var(--c-light-gray);
    }

.textbox[b-luh0zhvgwv] {
    font-size: .9rem;
}

    .textbox[b-luh0zhvgwv]::placeholder {
        font-size: .85rem;
        font-style: italic;
        opacity: .7;
    }

.get-btn[b-luh0zhvgwv] {
    height: 38px;
}


.table-wrapper[b-luh0zhvgwv] {
    overflow-x: auto;
}

.ic-status[b-luh0zhvgwv] {
    cursor: default;
    width: 16px;
}

.ic-herotag[b-luh0zhvgwv] {
    cursor: default;
    width: 14px;
    margin-top: -2px;
}

.c-trunc[b-luh0zhvgwv] {
    color: var(--c-default) !important;
}

.box[b-luh0zhvgwv] {
    background-color: rgba(255,255,255,.04);
    border: 1px solid #efae53 !important;
    color: #efae53;
    border-radius: .25rem;
    padding: .1rem .35rem;
    max-width: 175px;
    width: fit-content;
}

.bi-hourglass[b-luh0zhvgwv] {
    color: #a0a030;
}

.token-highlight[b-luh0zhvgwv] {
    color: #fff;
    background-color: #6c757d;
    border-radius: 200px;
}

.bi-file-earmark-code[b-luh0zhvgwv] {
    color: #9a9fa5;
}

.w-135[b-luh0zhvgwv] {
    width: 135px !important;
}

.age[b-luh0zhvgwv] {
    opacity: .6;
}

@media(hover: hover) and (pointer: fine) {
    .bi-pencil-square:hover[b-luh0zhvgwv] {
        color: #e07915;
    }

    .c-trunc:hover[b-luh0zhvgwv] {
        color: var(--c-a) !important;
    }
}
/* /Pages/Tools/BalanceHistory.razor.rz.scp.css */
.textbox[b-we22urqrst] {
    font-size: .9rem;
}

    .textbox[b-we22urqrst]::placeholder {
        font-size: .85rem;
        font-style: italic;
        opacity: .7;
    }

.get-btn[b-we22urqrst] {
    height: 38px;
}

.w-address[b-we22urqrst] {
    width: 100%;
    max-width: 510px;
}
/* /Pages/Tools/ClaimHerotag.razor.rz.scp.css */
.textbox[b-qd5fu6pkaj] {
    font-size: .9rem;
    width: 180px;
}

    .textbox[b-qd5fu6pkaj]::placeholder {
        font-size: .85rem;
        font-style: italic;
        opacity: .7;
    }
/* /Pages/Tools/TokensManagement/Components/ConfirmOperationModal.razor.rz.scp.css */
.rt-modal-index[b-9eop53w55u] {
    z-index: 101;
}

.rt-modal-content[b-9eop53w55u] {
    max-width: 500px;
    width: 100%;
}

.rt-modal-body[b-9eop53w55u] {
    margin-top: 0;
}

.btn[b-9eop53w55u] {
    width: 60px;
}
/* /Pages/Tools/TokensManagement/Management.razor.rz.scp.css */
.grid[b-4rw3zyb2mj] {
    justify-content: space-around;
    flex-wrap: nowrap;
}

[b-4rw3zyb2mj] .panel {
    background-color: var(--b-gray);
    box-shadow: var(--bsh-default);
    border-radius: .25rem;
    max-width: 645px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto;
}

[b-4rw3zyb2mj] .btn-outline-primary {
    padding: .2rem .5rem .3rem;
    color: var(--c-default);
    border: 1px solid var(--c-default);
}

[b-4rw3zyb2mj] .flex-items {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 1000px) {
    .grid[b-4rw3zyb2mj] {
        justify-content: center;
        flex-wrap: wrap;
    }

    .grid > :first-child[b-4rw3zyb2mj] {
        margin-bottom: 3rem !important;
    }
}

@media (max-width: 575.98px) {
    [b-4rw3zyb2mj] .flex-items {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

        [b-4rw3zyb2mj] .flex-items > label {
            margin-bottom: .25rem;
        }

        [b-4rw3zyb2mj] .flex-items > button {
            margin: .5rem auto 0 !important;
            padding: .2rem .8rem .3rem;
        }
}
/* /Pages/WebsiteError.razor.rz.scp.css */
article[b-gs79z1ixvo] {
    font: 20px Helvetica, sans-serif;
    text-align: center;
    padding: 50px 20px 20px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    article[b-gs79z1ixvo] {
        padding-top: 150px;
    }
}
/* /Shared/Components/Common/PageContentHeader.razor.rz.scp.css */
.bi-docs[b-ebgwuzk3yc] {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: .25rem;
    margin-bottom: .5rem;
}

.bi-journal-bookmark-fill[b-ebgwuzk3yc] {
    color: var(--c-default);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4rem;
    margin-right: .4rem;
    box-shadow: var(--bsh-default);
    background-color: #b37b44;
    transition: all .3s;
}

.bi-text[b-ebgwuzk3yc] {
    color: var(--c-default);
    font-size: 1.2rem;
    transition: all .3s;
}

@media(hover: hover) and (pointer: fine) {
    .bi-docs:hover .bi-journal-bookmark-fill[b-ebgwuzk3yc] {
        background-color: #7a5025;
    }

    .bi-docs:hover .bi-text[b-ebgwuzk3yc] {
        color: var(--c-default-hover);
    }
}
/* /Shared/Components/Common/RadioBtn.razor.rz.scp.css */
.radiobtn[b-ozcd9w0s65] {
    position: relative;
    width: fit-content;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radiobtn input[b-ozcd9w0s65] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.name[b-ozcd9w0s65] {
    position: relative;
    z-index: 2;
    padding: .25rem .5rem;
}

.checkmark[b-ozcd9w0s65] {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: .25rem;
}

.radiobtn:hover input ~ .checkmark[b-ozcd9w0s65] {
    background-color: rgba(255,255,255,0.25);
}

.radiobtn input:checked ~ .checkmark[b-ozcd9w0s65] {
    background-color: var(--bs-primary);
}

.checkmark[b-ozcd9w0s65]:after {
    content: "";
    position: absolute;
    display: none;
}

.radiobtn input:checked ~ .checkmark[b-ozcd9w0s65]:after {
    display: block;
}
/* /Shared/Components/LoadingGifs/Loading.razor.rz.scp.css */
@keyframes loading-anim-b-9i70wtn202 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.loading-anim div[b-9i70wtn202] {
    left: 42px;
    top: 11.5px;
    position: absolute;
    animation: loading-anim-b-9i70wtn202 linear 1s infinite;
    background: #9c9c9c;
    width: 16px;
    height: 17px;
    border-radius: 8px / 8.5px;
    transform-origin: 8px 38.5px;
}

    .loading-anim div:nth-child(1)[b-9i70wtn202] {
        transform: rotate(0deg);
        animation-delay: -0.875s;
        background: #9c9c9c;
    }

    .loading-anim div:nth-child(2)[b-9i70wtn202] {
        transform: rotate(45deg);
        animation-delay: -0.75s;
        background: #9c9c9c;
    }

    .loading-anim div:nth-child(3)[b-9i70wtn202] {
        transform: rotate(90deg);
        animation-delay: -0.625s;
        background: #9c9c9c;
    }

    .loading-anim div:nth-child(4)[b-9i70wtn202] {
        transform: rotate(135deg);
        animation-delay: -0.5s;
        background: #9c9c9c;
    }

    .loading-anim div:nth-child(5)[b-9i70wtn202] {
        transform: rotate(180deg);
        animation-delay: -0.375s;
        background: #9c9c9c;
    }

    .loading-anim div:nth-child(6)[b-9i70wtn202] {
        transform: rotate(225deg);
        animation-delay: -0.25s;
        background: #9c9c9c;
    }

    .loading-anim div:nth-child(7)[b-9i70wtn202] {
        transform: rotate(270deg);
        animation-delay: -0.125s;
        background: #9c9c9c;
    }

    .loading-anim div:nth-child(8)[b-9i70wtn202] {
        transform: rotate(315deg);
        animation-delay: 0s;
        background: #9c9c9c;
    }

.loading-box[b-9i70wtn202] {
    width: 38px;
    height: 38px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.loading-anim[b-9i70wtn202] {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.38);
    backface-visibility: hidden;
    transform-origin: 0 0; 
}

    .loading-anim div[b-9i70wtn202] {
        box-sizing: content-box;
    }
/* /Shared/Components/LoadingGifs/LoadingGif.razor.rz.scp.css */
.loading[b-3gqzer9e93] {
    width: 100%;
    height: 100%;
}

.loading-icon[b-3gqzer9e93] {
    background-image: url("/icons/loadingGif.gif");
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: center;
}
/* /Shared/Components/LoadingGifs/LoadingLineDots.razor.rz.scp.css */
.dot-pulse[b-3em3r7xw19] {
    --uib-size: 40px;
    --uib-speed: 1.2s;
    --uib-color: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--uib-size);
    height: calc(var(--uib-size) * 0.27);
}

    .dot-pulse__dot[b-3em3r7xw19],
    .dot-pulse[b-3em3r7xw19]::before,
    .dot-pulse[b-3em3r7xw19]::after {
        content: '';
        display: block;
        height: calc(var(--uib-size) * 0.14);
        width: calc(var(--uib-size) * 0.14);
        border-radius: 50%;
        background-color: var(--c-light-gray);
        transform: scale(0);
    }

    .dot-pulse[b-3em3r7xw19]::before {
        animation: pulse-b-3em3r7xw19 var(--uib-speed) ease-in-out infinite;
    }

.dot-pulse__dot[b-3em3r7xw19] {
    animation: pulse-b-3em3r7xw19 var(--uib-speed) ease-in-out calc(var(--uib-speed) * 0.125) infinite both;
}

.dot-pulse[b-3em3r7xw19]::after {
    animation: pulse-b-3em3r7xw19 var(--uib-speed) ease-in-out calc(var(--uib-speed) * 0.25) infinite;
}

@keyframes pulse-b-3em3r7xw19 {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.5);
    }
}
/* /Shared/Components/Login/LedgerList.razor.rz.scp.css */
.bi-window-x[b-xq8881fl7o] {
    font-size: 3em;
}
/* /Shared/Components/Login/Login.razor.rz.scp.css */
.modal[b-736kh36elk] {
    padding-right: 0 !important;
    background: rgb(0 0 0 / 60%) !important;
}

    .modal.fade[b-736kh36elk] {
        -webkit-transition: opacity .1s ease-out;
        -moz-transition: opacity .1s ease-out;
        -o-transition: opacity .1s ease-out;
        transition: opacity .1s ease-out;
    }

.modal-dialog[b-736kh36elk] {
    width: 100%;
    max-width: 500px;
    padding: .5rem;
    margin: auto;
}

.rt-modal-btn-close[b-736kh36elk] {
    background-color: inherit;
    box-shadow: none;
}

.rt-modal-content[b-736kh36elk] {
    background-color: var(--b-modal);
}

.br-05[b-736kh36elk] {
    border-radius: .5rem;
}

.btn-multiversx[b-736kh36elk] {
    color: black;
    background-color: #23f7dd;
}

    .btn-multiversx:hover[b-736kh36elk] {
        background-color: #08d3ba;
    }

.icon[b-736kh36elk] {
    width: 20px;
}

.ledger-modal[b-736kh36elk] {
    min-height: 452px;
}

.spinner-border[b-736kh36elk] {
    width: 90px;
    height: 90px;
    border-width: 8px;
}

.bi-x-circle-fill[b-736kh36elk], .bi-lock[b-736kh36elk] {
    font-size: 3em;
}
/* /Shared/Components/Login/LoginBtn.razor.rz.scp.css */
.button[b-jta05ylqzh] {
    height: 70px;
    color: var(--c-default);
    color: #f1f1f1;
    background-color: var(--b-loginbtn);
    border: none !important;
    box-shadow: 0 1px 2px 0px #181818;
    border-radius: .25rem;
}

    .button:hover[b-jta05ylqzh] {
        background-color: var(--b-loginbtn-hover);
    }

.icon[b-jta05ylqzh] {
    width: 24px;
}

.type[b-jta05ylqzh] {
    text-align: left;
    margin-left: 1rem;
    font-size: .8rem;
    color: var(--c-light-gray);
}

.name[b-jta05ylqzh] {
    text-align: left;
    margin-left: 1rem;
}
/* /Shared/Components/NavMenu/ConnectionDropdown.razor.rz.scp.css */
.connection-dropdown[b-8h5mqr7tb6] {
    z-index: 51;
/*    cursor: pointer;*/
    position: relative;
    display: inline-block;
    box-shadow: var(--bsh-default);
}

.login-method-icon[b-8h5mqr7tb6] {
    width: 16px;
    height: 16px;
    margin-right: .5rem;
}

.connection[b-8h5mqr7tb6] {
    position: relative;
    cursor: pointer;
    background-color: var(--c-primary);
    border-radius: 6px;
    font-size: .8rem;
    padding: .25rem .75rem .25rem .6rem;
    margin: 3px 0;
    transition: all .3s;
    z-index: 51;
}

    .connection:hover[b-8h5mqr7tb6] {
        background-color: var(--c-primary-hover);
    }

    .connection .bi-caret-down-fill[b-8h5mqr7tb6] {
        transition: all .3s;
    }

    .connection .caret-state[b-8h5mqr7tb6] {
        transform: rotateZ(180deg);
    }

.connection-items[b-8h5mqr7tb6]::before {
    position: absolute;
    top: -10px;
    right: -1px;
    z-index: 49;
    width: 6px;
    height: 10px;
    background-color: var(--c-primary);
    content: '';
    display: block;
}

.connection-items[b-8h5mqr7tb6] {
    display: none;
    position: absolute;
    width: 220px;
    right: 0px;
    flex-direction: column;
    border: 1px solid var(--c-primary);
    border-radius: 1px;
    padding: .25rem 0;
    background-color: var(--b-dropdown);
    box-shadow: var(--bsh-default);
    -webkit-animation: fadeIn .3s ease-out;
    -moz-animation: fadeIn .3s ease-out;
    -o-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
}

    .connection-items a[b-8h5mqr7tb6] {
        color: var(--c-default);
        white-space: nowrap;
        padding: .5rem 1.5rem;
        display: flex;
        align-items: center;
    }

        .connection-items a:hover[b-8h5mqr7tb6] {
            background-color: var(--c-secondary);
        }

            .connection-items a:hover .bi-box-arrow-up-right[b-8h5mqr7tb6] {
                color: var(--c-primary);
            }

        .connection-items a:active[b-8h5mqr7tb6] {
            color: var(--c-default-hover);
        }

    .connection-items[b-8h5mqr7tb6]  .bi-box-arrow-up-right {
        font-size: .8rem;
    }

    .connection-items[b-8h5mqr7tb6]  .bi-search {
        font-size: .9rem;
        margin-top: 2px;
        transform: rotateY(180deg);
    }

@media (min-width: 315px) {
    .connection[b-8h5mqr7tb6] {
        font-size: .8rem;
/*        padding: .25rem .75rem .25rem .9rem;*/
    }
}

@media (min-width: 355px) {
    .connection[b-8h5mqr7tb6] {
        font-size: 1rem;
/*        padding: .25rem .75rem .25rem .9rem;*/
    }
}
/* /Shared/Components/NavMenu/WeblinksDropdown.razor.rz.scp.css */
.weblinks-dropdown[b-kh0adqhlng] {
    position: relative;
    display: inline-block;
    z-index: 52;
}

.weblinks-dropdown[b-kh0adqhlng] {
    display: none;
}

.weblinks[b-kh0adqhlng] {
    transition: all .3s;
    cursor: pointer;
    width: 38px;
    height: 38px;
    margin: 3px 0 3px 1.25rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c-light-gray);
    background-color: rgba(255,255,255,0.08);
}

    .weblinks:hover[b-kh0adqhlng] {
        color: var(--c-default);
        background-color: rgba(255,255,255,0.12);
    }

    .weblinks .bi-grid-3x3-gap-fill[b-kh0adqhlng] {
        font-size: 1.1rem;
    }

.weblinks-title[b-kh0adqhlng] {
    font-weight: 600;
    font-size: 1.1rem;
    margin: .25rem 1rem;
}

.social-icon[b-kh0adqhlng] {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem .8rem !important;
    box-shadow: var(--bsh-default);
}

.X-icon[b-kh0adqhlng] {
    background-color: black;
}

.discord-icon[b-kh0adqhlng] {
    background-color: #5562ea;
}

.telegram-icon[b-kh0adqhlng] {
    background-color: #259bd8;
}

.bi-twitter-x[b-kh0adqhlng], .bi-discord[b-kh0adqhlng], .bi-telegram[b-kh0adqhlng] {
    font-size: .9rem !important;
}

.weblinks-items[b-kh0adqhlng] {
    position: absolute;
    width: 270px;
    display: none;
    top: 43px;
    right: 0px;
    flex-direction: column;
    border: 1px solid var(--br-default);
    border-radius: 1px;
    padding: .25rem 0;
    background-color: var(--b-dropdown);
    box-shadow: var(--bsh-default);
    -webkit-animation: fadeIn .3s ease-out;
    -moz-animation: fadeIn .3s ease-out;
    -o-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
}

    .weblinks-items a[b-kh0adqhlng] {
        color: var(--c-default);
        white-space: nowrap;
        padding: .5rem 1.5rem;
        display: flex;
        align-items: center;
    }

        .weblinks-items a:hover[b-kh0adqhlng] {
            background-color: var(--c-secondary);
        }

            .weblinks-items a:hover .bi-box-arrow-up-right[b-kh0adqhlng] {
                color: var(--c-primary);
            }

        .weblinks-items a:active[b-kh0adqhlng] {
            color: var(--c-default-hover);
        }

    .weblinks-items[b-kh0adqhlng]  .R-icon-wrapper {
        height: 26px;
        width: 26px;
        margin-right: .75rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #1b1c1e;
        border: 1px solid var(--br-default);
    }

    .weblinks-items[b-kh0adqhlng]  .R-icon {
        padding: .4rem;
    }

    .weblinks-items[b-kh0adqhlng]  .bi {
        font-size: 1rem;
    }

    .weblinks-items .separator-bottom[b-kh0adqhlng] {
        margin: .5rem 0;
    }

    .weblinks-items[b-kh0adqhlng]  .bi-box-arrow-up-right {
        font-size: .8rem;
    }

.weblinks-dropdown:hover .weblinks-items[b-kh0adqhlng] {
    display: flex;
}

.bi-github[b-kh0adqhlng], .bi-info-circle[b-kh0adqhlng], .bi-journal-bookmark-fill[b-kh0adqhlng] {
    color: var(--c-default);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem;
    box-shadow: var(--bsh-default);
}

.bi-info-circle[b-kh0adqhlng] {
    background-color: #2d57ae;
}

.bi-journal-bookmark-fill[b-kh0adqhlng] {
    background-color: #7a5025;
}

.bi-github[b-kh0adqhlng] {
    background-color: #171515;
}

@media (min-width: 768px) {
    .weblinks-wrapper[b-kh0adqhlng], .weblinks-dropdown[b-kh0adqhlng] {
        display: flex !important;
    }
}
/* /Shared/Components/SmallSwitch.razor.rz.scp.css */
.switch[b-b3n8kahlum] {
    position: relative;
    display: inline-block;
    width: 35.5px;
    height: 21px;
}

    .switch input[b-b3n8kahlum] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-b3n8kahlum] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--b-switch);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-b3n8kahlum]:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3.5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-b3n8kahlum] {
    background-color: #0d5ac6;
}

input:checked + .slider[b-b3n8kahlum]:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round[b-b3n8kahlum] {
    border-radius: 34px;
}

    .slider.round[b-b3n8kahlum]:before {
        border-radius: 50%;
    }
/* /Shared/Components/Switch.razor.rz.scp.css */
.switch[b-25bvaptm3u] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

    .switch input[b-25bvaptm3u] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-25bvaptm3u] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--b-switch);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-25bvaptm3u]:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-25bvaptm3u] {
    background-color: #0d5ac6;
}

input:checked + .slider[b-25bvaptm3u]:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round[b-25bvaptm3u] {
    border-radius: 34px;
}

    .slider.round[b-25bvaptm3u]:before {
        border-radius: 50%;
    }
/* /Shared/Components/Transactions/AutomatedTx.razor.rz.scp.css */
.component[b-ghlmx77gqp] {
    background-color: var(--b-toast);
    box-shadow: var(--bsh-default);
    border-radius: 0.25rem;
    width: 100%;
}

.title[b-ghlmx77gqp] {
    font-weight: 600;
    height: fit-content;
    width: 100%;
    max-width: 221px;
    margin: auto;
    padding: 0 .25rem;
}

.icon[b-ghlmx77gqp] {
    height: 36px;
    width: 36px;
}

.tx-icon[b-ghlmx77gqp] {
    width: 16px;
}

.bi-x-circle[b-ghlmx77gqp] {
    font-size: .8rem;
}

.dots[b-ghlmx77gqp] {
    margin: 0 2px;
}

.dismiss[b-ghlmx77gqp] {
    cursor: pointer;
    margin-top: -5px;
}

    .dismiss:hover[b-ghlmx77gqp] {
        color: var(--bs-gray-600);
    }

.hashes-panel[b-ghlmx77gqp] {
    max-height: 130px;
}

.bi-clipboard-check[b-ghlmx77gqp], .bi-search[b-ghlmx77gqp] {
    cursor: pointer;
    font-size: .8rem;
}
/* /Shared/Components/Transactions/CanceledToast.razor.rz.scp.css */
.toast[b-3uk3ap1din] {
    user-select: none;
    position: relative;
    background-color: var(--b-toast);
    box-shadow: var(--bsh-default);
    border-radius: 0.25rem;
    padding: .5rem 1rem;
    width: auto;
}

.dismiss[b-3uk3ap1din] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin-right: .5rem;
}

.bi-exclamation-diamond-fill[b-3uk3ap1din] {
    font-size: 2rem;
    color: goldenrod;
}

.text[b-3uk3ap1din] {
    margin-right: 26px;
}

@media(hover: hover) and (pointer: fine) {
    .dismiss:hover[b-3uk3ap1din] {
        color: var(--bs-gray-600);
    }
}
/* /Shared/Components/Transactions/TransactionsPanel.razor.rz.scp.css */
.panel[b-ndorb0owk0] {
    z-index: 99;
    position: fixed;
    bottom: 0;
    margin-bottom: 1rem;
    width: fit-content;
}

@media (min-width: 316px) {
    .panel[b-ndorb0owk0] {
        right: 0;
        margin: 1rem;
    }
}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-2tx4unx915] {
    position: relative;
    color: #d7d7d7 !important;
    user-select: none;
    width: 100%;
}

.multiversx-logo[b-2tx4unx915] {
    margin-top: -7px;
    margin-left: 5px;
    width: 95px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9al93l9bay] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page:focus-visible[b-9al93l9bay] {
    outline: none;
}

main[b-9al93l9bay] {
    margin-bottom: auto;
}
/* /Shared/MobileMenu.razor.rz.scp.css */
.nav-wrapper[b-g325lg0zp2] {
    z-index: 51;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.R-wrapper[b-g325lg0zp2] {
    -webkit-animation: fadeIn .2s ease-out;
    -moz-animation: fadeIn .2s ease-out;
    -o-animation: fadeIn .2s ease-out;
    animation: fadeIn .2s ease-out;
    background-color: var(--b-secondary);
}

nav[b-g325lg0zp2] {
    user-select: none;
    display: flex;
    width: 100%;
    position: sticky;
    bottom: 0;
    background-color: var(--b-secondary);
    border-top: 1px solid var(--br-default);
    box-shadow: var(--bsh-default);
    z-index: 52;
}

.nav-item[b-g325lg0zp2] {
    padding: .5rem 0;
}

    .nav-item[b-g325lg0zp2]  a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--c-default);
        transition: all .3s;
    }

        .nav-item[b-g325lg0zp2]  a:hover {
            color: var(--c-default-hover);
        }

        .nav-item[b-g325lg0zp2]  a.active {
            color: var(--c-primary);
        }

    .nav-item[b-g325lg0zp2]  .bi-caret-up-fill {
        position: absolute;
        top: 8px;
        right: 6px;
        font-size: .7rem !important;
    }

    .nav-item[b-g325lg0zp2]  .caret-state {
        color: var(--c-primary);
    }

.nav-item-text[b-g325lg0zp2] {
    font-size: .6rem;
    white-space: nowrap;
}

.nav-item[b-g325lg0zp2]  .bi {
    font-size: 1rem;
}

.R[b-g325lg0zp2] {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--c-primary);
    border-radius: 50%;
    padding: .6rem;
    transition: all .3s;
}

.R-selected[b-g325lg0zp2] {
    background-color: var(--c-primary-active) !important;
}

.R-fill[b-g325lg0zp2] {
    background-color: var(--c-primary);
    border: 1px solid var(--c-primary);
}

.R-logo[b-g325lg0zp2] {
    height: 28px;
    width: 28px;
}

.R-menu[b-g325lg0zp2] {
    position: relative;
    display: inline-block;
}

.R-items-wrapper[b-g325lg0zp2] {
    position: fixed;
    max-width: 390px;
    width: 100%;
    max-height: calc(100% - 85px);
    padding: 0 10px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.R-disconnect[b-g325lg0zp2] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.1rem 0 .65rem;
}

.R-disconnect-icon[b-g325lg0zp2] {
    width: 22px;
    height: 22px;
    margin-right: .5rem;
}

.R-disconnect-text[b-g325lg0zp2] {
    color: var(--c-primary);
    font-weight: 600;
    font-size: 1.1rem;
}

.R-items[b-g325lg0zp2] {
    -webkit-animation: fadeIn .4s ease-out;
    -moz-animation: fadeIn .4s ease-out;
    -o-animation: fadeIn .4s ease-out;
    animation: fadeIn .4s ease-out;
    flex-direction: column;
    width: 100%;
    border-radius: .9rem;
    padding: 1rem;
    box-shadow: var(--bsh-default);
    background-color: var(--b-dropdown);
    overflow-y: auto;
}

    .R-items .item-title[b-g325lg0zp2] {
        text-align: center;
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: .75rem;
    }

    .R-items a[b-g325lg0zp2] {
        color: var(--c-default);
        padding: .5rem 1.5rem;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
    }

    .R-items .separator-bottom[b-g325lg0zp2] {
        margin: 1.25rem 0;
    }

.social-icon[b-g325lg0zp2] {
    color: var(--c-default);
    border-radius: 5px;
    display: flex;
    font-size: 1.1rem;
    justify-content: center;
    align-items: center;
    padding: .3rem .8rem !important;
    box-shadow: var(--bsh-default);
}

.X-icon[b-g325lg0zp2] {
    background-color: black;
}

.discord-icon[b-g325lg0zp2] {
    background-color: #5562ea;
}

.telegram-icon[b-g325lg0zp2] {
    background-color: #259bd8;
}

.R-icon-wrapper[b-g325lg0zp2] {
    height: 34px;
    width: 34px;
    margin-right: .75rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1c1e;
    border: 1px solid var(--br-default);
}

.R-icon[b-g325lg0zp2] {
    height: 17px;
}

.bi-github[b-g325lg0zp2], .bi-info-circle[b-g325lg0zp2], .bi-journal-bookmark-fill[b-g325lg0zp2] {
    color: var(--c-default);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    box-shadow: var(--bsh-default);
}

.bi-info-circle[b-g325lg0zp2] {
    background-color: #2d57ae;
}

.bi-journal-bookmark-fill[b-g325lg0zp2] {
    background-color: #7a5025;
}

.bi-github[b-g325lg0zp2] {
    background-color: #171515;
}

.bi-box-arrow-up-right[b-g325lg0zp2] {
    font-size: .9rem;
}

.nav-dropdown[b-g325lg0zp2] {
    position: relative;
    display: inline-block;
}

.snapshot-dropdown[b-g325lg0zp2] {
    left: -60%;
}

.tools-dropdown[b-g325lg0zp2] {
    right: -60%;
}

.smartsend-dropdown[b-g325lg0zp2] {
    right: 1px;
}

.dropdown-items[b-g325lg0zp2] {
    -webkit-animation: fadeIn .3s ease-out;
    -moz-animation: fadeIn .3s ease-out;
    -o-animation: fadeIn .3s ease-out;
    animation: fadeIn .3s ease-out;
    flex-direction: column;
    position: absolute;
    bottom: 56px;
    border: 1px solid var(--br-default);
    border-radius: 4px;
    padding: .4rem;
    box-shadow: var(--bsh-default);
    background-color: var(--b-dropdown);
}

    .dropdown-items[b-g325lg0zp2]  a {
        color: var(--c-default);
        white-space: nowrap;
        padding: .5rem 1.5rem;
        border-radius: 4px;
        margin-bottom: .25rem;
    }

        .dropdown-items[b-g325lg0zp2]  a:last-of-type {
            margin-bottom: 0;
        }

        .dropdown-items[b-g325lg0zp2]  a:hover {
            background-color: var(--c-secondary);
        }

        .dropdown-items[b-g325lg0zp2]  a:active {
            color: var(--c-default-hover);
        }

        .dropdown-items[b-g325lg0zp2]  a.active {
            background-color: rgba(255,255,255,.1);
            color: var(--c-default);
        }

    .dropdown-items[b-g325lg0zp2]  .egld-icon {
        width: 18px;
        height: 18px;
    }

    .dropdown-items[b-g325lg0zp2]  .x-icon {
        width: 18px;
        height: 18px;
    }

    .dropdown-items[b-g325lg0zp2]  .bi {
        font-size: 1rem;
    }

@media (min-width: 350px) {
    .nav-item[b-g325lg0zp2]  .bi {
        font-size: 1.1rem;
    }

    .nav-item-text[b-g325lg0zp2] {
        font-size: .8rem;
    }

    .dropdown-items[b-g325lg0zp2] {
        bottom: 62px;
    }
}

@media (min-width: 400px) {
    .nav-item[b-g325lg0zp2]  .bi-caret-up-fill {
        left: calc(50% + 20px);
    }
}

@media (min-width: 460px) {
    .snapshot-dropdown[b-g325lg0zp2] {
        left: 50%;
        transform: translateX(-50%);
    }

    .tools-dropdown[b-g325lg0zp2] {
        right: 50%;
        transform: translateX(50%);
    }
}

@media (min-width: 576px) {
    .nav-item[b-g325lg0zp2] {
        padding: .5rem 1rem;
    }
}

@media (min-width: 768px) {
    nav[b-g325lg0zp2] {
        display: none !important;
    }
}
/* /Shared/Modals/AlertModal.razor.rz.scp.css */
.rt-modal-index[b-atggjqqhor] {
    z-index: 101;
}

.rt-modal-content[b-atggjqqhor] {
    max-width: 400px;
    width: 100%;
}

.rt-modal-body[b-atggjqqhor] {
    margin-top: 0;
}

.btn[b-atggjqqhor] {
    width: 60px;
}
/* /Shared/Modals/ConfirmModal.razor.rz.scp.css */
.rt-modal-index[b-9vfjsn4ezg] {
    z-index: 101;
}

.rt-modal-content[b-9vfjsn4ezg] {
    max-width: 400px;
    width: 100%;
}

.rt-modal-body[b-9vfjsn4ezg] {
    margin-top: 0;
}

.btn[b-9vfjsn4ezg] {
    width: 60px;
}
/* /Shared/Modals/ModalAddQuery.razor.rz.scp.css */
.rt-modal-content[b-zwm6q8a0vf] {
    max-width: 600px;
    width: 100%;
}

.rt-modal-footer[b-zwm6q8a0vf] {
    justify-content: center;
}
/* /Shared/Modals/ModalContract.razor.rz.scp.css */
.form-control-disabled[b-zmojblf74k] {
    color: #1c1c1c !important;
    background-color: #aaadab !important;
}

.rt-modal-footer[b-zmojblf74k] {
    position: relative;
}

.btn-outline-danger[b-zmojblf74k] {
    position: absolute;
    right: 0;
    font-weight: 600;
    border: none;
}

.btn-outline-secondary[b-zmojblf74k] {
    color: var(--c-default);
    border: none;
    padding: 0 .25rem;
}
/* /Shared/Modals/ModalRemoveQueries.razor.rz.scp.css */
.rt-modal-content[b-5h5midbzzh] {
    max-width: 600px;
    width: 100%;
}

.rt-modal-footer[b-5h5midbzzh] {
    justify-content: center;
}

.queries[b-5h5midbzzh] {
    overflow-y: auto;
}

.query[b-5h5midbzzh] {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    font-size: 1.2rem;
    border-radius: .5rem;
    padding: .25rem 1rem;
    color: var(--c-default);
}

.bi-trash3[b-5h5midbzzh] {
    padding: .25rem .5rem;
}

@media(hover: hover) and (pointer: fine) {
    .query:hover[b-5h5midbzzh] {
        background-color: var(--b-dark-gray);
    }

    .bi-trash3:hover[b-5h5midbzzh] {
        color: #D54E14;
    }
}
/* /Shared/Modals/WaitingForMessageSignatureModal.razor.rz.scp.css */
.modal[b-j426hcnp55] {
    padding-right: 0 !important;
    background: rgb(0 0 0 / 50%) !important;
}

.modal-content[b-j426hcnp55] {
    background-color: var(--bs-gray-900) !important;
    box-shadow: 0 1px 6px 0px var(--c-shadow-btn);
}

.modal-footer[b-j426hcnp55] {
    justify-content: center;
    border: 0;
}

.modal.fade[b-j426hcnp55] {
    -webkit-transition: opacity .1s linear, top .1s ease-out;
    -moz-transition: opacity .1s linear, top .1s ease-out;
    -o-transition: opacity .1s linear, top .1s ease-out;
    transition: opacity .1s linear, top .1s ease-out;
}
/* /Shared/Modals/WaitingForSignatureModal.razor.rz.scp.css */
.modal[b-qla2jvzfk4] {
    padding-right: 0 !important;
    background: rgb(0 0 0 / 35%) !important;
}

    .modal.fade[b-qla2jvzfk4] {
        -webkit-transition: opacity .1s ease-out;
        -moz-transition: opacity .1s ease-out;
        -o-transition: opacity .1s ease-out;
        transition: opacity .1s ease-out;
    }

.modal-dialog[b-qla2jvzfk4] {
    width: 100%;
    max-width: 500px;
    padding: .5rem;
    margin: auto;
}

.rt-modal-body[b-qla2jvzfk4] {
    margin: 1.75rem 0;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.menu[b-vt864dw7ke] {
    user-select: none;
    position: relative;
    padding: 1.25rem 0rem;
    z-index: 50;
}

.logo[b-vt864dw7ke] {
    display: block;
    height: 26px;
    margin-right: .5rem;
}

.website[b-vt864dw7ke] {
    height: 38px;
}

.brand[b-vt864dw7ke] {
    font-size: 1.1rem;
    margin-right: 5px;
}

nav[b-vt864dw7ke] {
    display: none !important;
    padding-top: 1rem;
}

    nav a[b-vt864dw7ke] {
        color: var(--c-default);
        transition: all .3s;
    }

.nav-item[b-vt864dw7ke] {
    margin: 5px;
    position: relative;
}

    .nav-item[b-vt864dw7ke]  a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        padding: .3rem 1rem;
        color: var(--c-default);
    }

    .nav-item last-of-type[b-vt864dw7ke] {
        margin: 0 0 0 5px;
    }

    .nav-item[b-vt864dw7ke]  a:hover {
        color: var(--c-default-hover);
    }

    .nav-item[b-vt864dw7ke]  a.active, .dropdown-items[b-vt864dw7ke]  a.active {
        color: var(--c-primary);
    }


.nav-item-text[b-vt864dw7ke] {
    font-size: 1rem;
    white-space: nowrap;
    padding-left: .7rem;
    padding-right: .35rem;
}

.nav-item[b-vt864dw7ke]  .bi {
    font-size: 1.25rem;
}

.nav-item[b-vt864dw7ke]  .bi-caret-down-fill {
    font-size: .8rem;
    margin-top: 4px;
}

.nav-item[b-vt864dw7ke]  .bi-chevron-down {
    font-size: .8rem;
    margin-top: 3px;
}

/* snapshot dropdown start ---------------------------------------------- */
.nav-snapshots-dropdown[b-vt864dw7ke] {
    position: relative;
    display: inline-block;
}

.snapshot-title[b-vt864dw7ke] {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .25rem;
}

.snapshot-description[b-vt864dw7ke] {
    font-size: .9rem;
}

.snapshot-items[b-vt864dw7ke]::before {
    position: absolute;
    top: -8px;
    left: 161px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4b4b4b;
    content: '';
    display: block;
    transition: all 200ms linear;
}

.snapshot-items[b-vt864dw7ke] {
    display: none;
    position: absolute;
    left: -138px;
    border: 1px solid var(--br-default);
    border-radius: 4px;
    padding: .5rem;
    box-shadow: var(--bsh-default);
    background-color: var(--b-dropdown);
    -webkit-animation: fadeIn .2s ease-out;
    -moz-animation: fadeIn .2s ease-out;
    -o-animation: fadeIn .2s ease-out;
    animation: fadeIn .2s ease-out;
}

    .snapshot-items[b-vt864dw7ke]  a {
        color: var(--c-default);
        padding: 1.3rem 1.2rem;
        border-radius: 4px;
    }

        .snapshot-items[b-vt864dw7ke]  a div {
            width: 240px;
        }

        .snapshot-items[b-vt864dw7ke]  a:hover {
            background-color: var(--c-secondary);
        }

            .snapshot-items[b-vt864dw7ke]  a:hover i {
                opacity: .7;
            }

            .snapshot-items[b-vt864dw7ke]  a:hover .snapshot-title {
                color: var(--c-primary);
            }

        .snapshot-items[b-vt864dw7ke]  a.active {
            background-color: rgba(255,255,255,.1);
        }

            .snapshot-items[b-vt864dw7ke]  a.active i {
                opacity: 1;
            }

            .snapshot-items[b-vt864dw7ke]  a.active .snapshot-title {
                color: var(--c-default);
            }

    .snapshot-items[b-vt864dw7ke]  .bi {
        font-size: 2rem;
    }

.nav-snapshots-dropdown:hover .snapshot-items[b-vt864dw7ke] {
    display: flex;
}
/* snapshot dropdown end ------------------------------------------------ */

/* simple dropdown start ------------------------------------------------ */
.nav-simple-dropdown[b-vt864dw7ke] {
    position: relative;
    display: inline-block;
}

.dropdown-items[b-vt864dw7ke]::before {
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #4b4b4b;
    content: '';
    display: block;
}

.dropdown-items-tools[b-vt864dw7ke]::before {
    left: 63px;
}

.dropdown-items-smartsend[b-vt864dw7ke]::before {
    left: 17px;
}

.dropdown-items[b-vt864dw7ke] {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--br-default);
    border-radius: 4px;
    padding: .4rem;
    box-shadow: var(--bsh-default);
    background-color: var(--b-dropdown);
    -webkit-animation: fadeIn .2s ease-out;
    -moz-animation: fadeIn .2s ease-out;
    -o-animation: fadeIn .2s ease-out;
    animation: fadeIn .2s ease-out;
}

    .dropdown-items[b-vt864dw7ke]  a {
        color: var(--c-default);
        white-space: nowrap;
        padding: .5rem .75rem;
        border-radius: 4px;
        margin-bottom: .25rem;
    }

        .dropdown-items[b-vt864dw7ke]  a:last-of-type {
            margin-bottom: 0;
        }

        .dropdown-items[b-vt864dw7ke]  a:hover {
            background-color: var(--c-secondary);
        }

        .dropdown-items[b-vt864dw7ke]  a:active {
            color: var(--c-default-hover);
        }

        .dropdown-items[b-vt864dw7ke]  a.active {
            background-color: rgba(255,255,255,.1);
            color: var(--c-default);
        }

    .dropdown-items[b-vt864dw7ke]  .egld-icon {
        width: 18px;
        height: 18px;
    }

    .dropdown-items[b-vt864dw7ke]  .x-icon {
        width: 18px;
        height: 18px;
    }

    .dropdown-items[b-vt864dw7ke]  .bi {
        font-size: 1rem;
    }

.nav-simple-dropdown:hover .dropdown-items[b-vt864dw7ke] {
    display: flex;
}
/* simple dropdown end -------------------------------------------------- */

@media (min-width: 270px) {
    .brand-beta[b-vt864dw7ke] {
        font-size: .7rem;
        border-radius: .5rem;
    }
}

@media (min-width: 500px) {
    .brand[b-vt864dw7ke] {
        display: block !important;
    }
}

@media (min-width: 768px) {
    nav[b-vt864dw7ke] {
        display: flex !important;
    }
}

@media (min-width: 1300px) {
    nav[b-vt864dw7ke] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 0;
    }
}
/* /Shared/PageLayout/ConnectionLayout.razor.rz.scp.css */
.page[b-o72qija0mg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.lb-address[b-o72qija0mg] {
    display: none;
    padding-bottom: 2px;
}

.btn-connect[b-o72qija0mg] {
    border-radius: 4px;
    height: 2.5rem;
    padding: 0;
}

.btn-disconnect[b-o72qija0mg] {
    border-radius: 4px;
    border: 1px solid rgba(200,200,200,0.25);
    height: 2.5rem;
    color: var(--c-default);
    padding: 0;
}

.btn-disconnect-text[b-o72qija0mg] {
    display: none;
}

.address[b-o72qija0mg]{
    width: calc(100vw - 141px);
}

@media (min-width: 360px) {
    .lb-address[b-o72qija0mg] {
        display: block;
    }

    .address[b-o72qija0mg] {
        width: calc(100vw - 209px);
    }
}

@media (min-width: 576px) {
    .address[b-o72qija0mg] {
        width: calc(100vw - 329px);
        max-width: 546px;
    }

    .btn-disconnect-text[b-o72qija0mg] {
        display: block;
    }
}

@media(hover: hover) and (pointer: fine) {
    .btn-disconnect:hover[b-o72qija0mg] {
        background-color: rgba(255,255,255,0.1);
    }

    .bi-clipboard-check:hover[b-o72qija0mg] {
        opacity: 1 !important;
        cursor: pointer;
        color: var(--c-a);
    }

    .bi-clipboard-check:active[b-o72qija0mg] {
        color: var(--c-a-hover);
    }
}
/* /Shared/PageLayout/ToolLayout.razor.rz.scp.css */
.btnScrollTop[b-owley36o70] {
    height: 40px;
    width: 40px;
    background-color: #1F60EC;
    color: var(--c-default);
    position: fixed;
    bottom: 63px;
    right: 10px;
    z-index: 20;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    border: 0;
    transition: background-color .3s,opacity .5s,visibility .5s;
    border-radius: 3px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.3);
    padding-bottom: 5px;
}

.hide[b-owley36o70] {
    visibility: hidden;
    opacity: 0
}

@media (min-width: 350px) {
    .btnScrollTop[b-owley36o70] {
        bottom: 71px;
    }
}

@media (min-width: 768px) {
    .btnScrollTop[b-owley36o70] {
        height: 50px;
        width: 50px;
        bottom: 30px;
        right: 30px;
        font-size: 1.25rem;
    }
}

@media(hover: hover) and (pointer: fine) {
    .btnScrollTop:hover[b-owley36o70] {
        background-color: #1354DF;
    }
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-f6ajxagjoy] {
    position: fixed;
    margin-left: 2rem;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-f6ajxagjoy 1s ease-out;
    z-index: 1;
}

@media (max-width: 768px) {
    .floating-update-button[b-f6ajxagjoy] {
        bottom: 5rem;
    }
}

@keyframes fadein-b-f6ajxagjoy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
