@import "all.css";
*{
    margin : 0;
    padding : 0;
    box-sizing: border-box !important;
    -webkit-appearance: none;
}
html, body, #root, #router-root {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    
}
#backgroud{
    color: rgb(34, 36, 36);
}
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "SF Pro Text", Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    font-size: 16px;
    color: rgb(88, 112, 135);
    overflow-y: auto;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    overflow-x: hidden !important;
}
.top {
    width: 100%;
    margin: 0px auto;
    padding : 23px;
    display : grid;
    grid-template-columns : repeat(auto-fit, minmax(50px, 1fr));
    grid-gap : 10px;
    margin-bottom : 15px;
    justify-content : center;
}
a.left {
    color: rgb(88, 120, 188);
    text-decoration : none;
    font-weight : 550;
    font-size : 16px;
    padding-top : 10px;
    justify-content : center;
}
.top img{
    width: 100%;
    max-width: 100px;
    min-width: 60px;
    justify-content: center;
}
.header_text{
    padding: 40px 0px;
    position: relative;
}
.header_text_sub{
    font-size: 0.9rem;
    width: 70%;
}
.gFeYHJ {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: center;
}
.lpfxqP {
    width : 90%;
    margin: 20px 0px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    padding: 5px 0px;
}
.dXgqeu img {
    width: 50%;
    padding: 5px;
}
@media (max-width: 600px){
    .dXgqeu img {
        width: 100%;
        padding: 5px;
    }
}
.lbvZBb {
    flex: 1 1 0%;
    margin: 30px -32px;
    display: flex;
    text-align: left;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

a, p, h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.bout {
    width: 80%;
    /*padding: 20px;*/
    margin-top: 50px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.35;
    text-align : left;
}
.wallets {
    width: 70%;
    padding: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
    margin-top: 20px;
}
a, p, h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
h2.home {
    font-size: 32px;
    font-weight: 300;
    color: rgb(46, 67, 88);
    margin-bottom: 20px;
}
h1.home{
    font-weight : 450;
    color: rgb(46, 67, 88);
    margin-bottom: 20px;
}
.drop_down{
    margin: 30px 0px;
}
.wallet_container{
    position: relative;
    width: 100%;
    z-index: 0;
    margin-bottom: 40px;
}
.all {
    width: 100%;
    height: 100%;
    padding: 24px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
@media screen and (max-width: 640px){
    .all {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
}
.all-wrapper{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
}
.apps {
    width : 100%;
    height : auto;
    padding : 15px 5px;
    text-align : left;
    justify-content: center;
    border: none;
    border-radius : 7px;
    /*box-shadow: 2px 1px 10px 4px #1a1a1a;*/
    font-weight: 700;
    font-size : 60%;
    text-align : center;
}
.apps div:nth-child(2){
    margin-top: 10px;
}
.all a{
    color: inherit;
    text-decoration: none;
    text-align: center;
}
.all a>div>div:nth-child(1){
    display: flex;
    justify-content: center;
    width: 100%;
}
.apps img {
    -webkit-filter: initial;
    filter: initial;
    width: 60%;
    height: 100%;
    border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom : 3px;
}
.show {
    width : auto;
    height : auto;
    border : none;
    border-radius: 5px;
    font-weight : 700;
    display : block;
    padding : 10px;
}
.hidden {
    display : none;
}
footer {
    width : auto;
    margin-top : 50px;
    justify-content: center;
    display : flex;
    padding: 30px;
}
footer a{
   color : rgb(88, 120, 188);
   margin-left : 10px;
   
}
footer p {
    display: flex;
    height : 20px;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 10px;
    font-size: 14px;
    color: rgb(88, 120, 188);
    font-weight: 500;
    float : left;
}
.footimg {
    width : 30px !important;
}
form {
    padding : 0px;
}
.container_wrapper{
    width: 650px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.container_wrapper>div{
    width: 100%;
}
@media (max-width: 680px){
    .container_wrapper{
        width: 90%;
    }
}
.tab {
    padding : 8px;
    width: 100%;
    border-radius: 100px;
    overflow: hidden;
    border-bottom : 0px solid #262626;
    background-color: #262626;
    margin-left : 0px;
    margin-right : 0px;
    display : grid;
    grid-template-columns : repeat(auto-fit, minmax(50px, 1fr));
    grid-gap : 5px;
  }

@media (max-width: 460px) {
    .tab {
        border-radius: 10px;
        border: 0;
        grid-template-columns : 100%;
        grid-template-row : repeat(auto-fit, minmax(50px, 1fr));
    }
}
  
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.2s linear;
    color: rgb(88, 112, 135);
    font-weight: 500;
    font-size: 14px;
  }
  
.tab button:hover {
    background-color: #444;
    border-radius : 20px;
    color : #000;
  }
  
.tab button.active {
    background-color: rgb(88, 120, 188);
    border-radius : 20px;
    color : #fff;
    font-weight : 550;
  }
  
.tabcontent {
    display: none;
    color : #000;
    padding: 0px;
    border-bottom: none;
    border-top: none;
    margin-left : 0%;
    margin-right : 0%;
  }
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    background-color: rgb(255, 255, 255);
    outline: none;
    border: 1px solid rgb(237, 238, 242);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    margin-top: 5px;
    opacity: 1;
}
::placeholder{
    color: #aaa;
}
.desc{
    margin-top : 10px;
    font-size : 75%;
    color : rgb(88, 120, 188);
    font-weight : 700;
    text-align: left;
}
.btn {
    display : block;
    width : 100%;
    height : auto;
    color : #fff;
    background : rgb(42, 73, 141);
    padding: 15px 0px !important;
    padding : 12px;
    border : none;
    border-radius : 5px;
    font-weight : 650;
    outline: none !important;
}
.btn:hover {
    background : rgb(15 36 82);
}
.field input {
    width : 100%;
    min-height : 60px;
    border : 2px solid #444;
    padding : 20px;
    border-radius : 5px;
    margin-top : 10px;
    background-color: #444;
    color: #ddd;
    outline: none;
    font-size: 15px;
}
img.barcode {
    max-width : 250px;
    margin-top : 70px;
}
.privatekey{
    word-spacing: 5px;
}
.alert {
    position: relative;
    padding: .45rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .15rem;
}
.hiddenX{
  display: none;
}
.wallet_loader{
  width: 100%;
  height: 100vh;
  background-color: rgb(36 36 36 / 95%);
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center{
  text-align: center;
}
.text_status{
  color: #aaa;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}









hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}


legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}


fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}


*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}


button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.rounded-full {
    border-radius: 9999px
}

.cursor-pointer {
    cursor: pointer
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.font-thin {
    font-weight: 100
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.leading-6 {
    line-height: 1.5rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.mt-2 {
    margin-top: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mt-24 {
    margin-top: 6rem
}

.max-w-3xl {
    max-width: 48rem
}

.opacity-50 {
    opacity: .5
}

.p-0 {
    padding: 0
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.absolute {
    position: absolute
}

.sticky {
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

* {
    --tw-shadow: 0 0 transparent
}

.group:hover .group-hover\:shadow-lg,
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

* {
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(63, 131, 248, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.text-center {
    text-align: center
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 131, 248, var(--tw-text-opacity))
}

.text-cool-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity))
}

.text-cool-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(26, 86, 219, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-cool-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity))
}

.hover\:text-cool-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity))
}

.align-middle {
    vertical-align: middle
}

.w-6 {
    width: 1.5rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.gap-10 {
    gap: 2.2rem
}
@media (max-width: 650px){
   .gap-10 {
       gap: .5rem
   } 
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-300 {
    transition-duration: .3s
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.filter-grayscale {
    filter: grayscale(100%)
}

.hover\:filter-none:hover {
    filter: none
}

@media (min-width:640px) {
    .sm\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }
    .sm\:space-x-20>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)))
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .sm\:mt-32 {
        margin-top: 8rem
    }
    .sm\:pr-10 {
        padding-right: 2.5rem
    }
    .sm\:pl-10 {
        padding-left: 2.5rem
    }
    .sm\:w-8 {
        width: 2rem
    }
    .sm\:w-20 {
        width: 5rem
    }
    .sm\:w-24 {
        width: 6rem
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:768px) {
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .md\:pr-20 {
        padding-right: 5rem
    }
    .md\:pl-20 {
        padding-left: 5rem
    }
    .md\:w-28 {
        width: 7rem
    }
    .md\:w-32 {
        width: 8rem
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}
.rounded-full {
    border-radius: 9999px;
}
.wallet_wrapper > a{
    margin-bottom: 5px;
}
@media (max-width: 650px){
    .wallet_wrapper > a{
        margin-bottom: 20px;
    }
}
.header_bg{
    width: 100%;
    position: relative;
    float: left;
    height: 80vh;
}
.display_overlay {
    z-index: 9999999999999;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.display_overlay {
    width: 100%;
    /*height: 40px;*/
    background: rgba(0,0,0,.33);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
.kuWGHb[data-reach-dialog-content] {
    margin: 0px 0px 2rem;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(47 128 237 / 5%) 0px 4px 8px 0px;
    padding: 0px;
    width: 50vw;
    overflow: hidden;
    align-self: center;
    max-width: 420px;
    max-height: 90vh;
    display: flex;
    border-radius: 20px;
    overflow-y: auto;
}
@media (max-width: 960px){
    .kuWGHb[data-reach-dialog-content] {
        width: 65vw;
        margin: 0px;
    }
}
@media (max-width: 500px){
    .kuWGHb[data-reach-dialog-content] {
        width: 90vw;
        margin: 0px;
    }
}
.kuWGHb {
    overflow-y: hidden;
}
.bfNdoa {
    display: flex;
    flex-flow: column nowrap;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.ddOjyc {
    position: relative;
}
.fDHynF {
    position: absolute;
    right: 1rem;
    top: 14px;
}
.ljgVhb {
    display: flex;
    flex-flow: row nowrap;
    padding: 1rem;
    font-weight: 500;
    color: inherit;
}
@media (max-width: 960px){
    .ljgVhb {
        padding: 1rem;
    }
}
.jxhmsT {
    background-color: rgb(250, 250, 255);
    padding: 2rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media (max-width: 960px){
    .jxhmsT {
        padding: 1rem;
    }
}
.eVVwlD {
    display: grid;
    gap: 10px;
}
@media (max-width: 960px){
    .eVVwlD {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
.gtzIEd {
    background-color: rgb(250, 250, 255);
    outline: none;
    border: 1px solid rgb(237, 238, 242);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    margin-top: 0px;
    opacity: 1;
    width: 100% !important;
}
.uEUWe {
    display: flex;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}
.foXkny {
    display: flex;
    flex-flow: row nowrap;
    color: rgb(36, 36, 36);
    font-size: 1rem;
    font-weight: 500;
}

.hPlMsV {
    display: flex;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media (max-width: 960px){
    .hPlMsV {
        align-items: flex-end;
    }
}
.hPlMsV > img, .hPlMsV span {
    height: 24px;
    width: 24px;
    border-radius: 9999px;
    object-fit: cover;
}
.instoX {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 2rem;
}
@media (max-width: 960px){
    .instoX {
        margin: 1rem;
        font-size: 12px;
    }
}
.hBIiyi {
    color: rgb(136, 141, 155);
    margin-left: 1rem;
    font-size: 0.825rem;
    display: flex;
}
@media (max-width: 960px){
    .instoX {
        margin: 1rem;
        font-size: 12px;
    }
}
.cUMrws {
    text-decoration: none;
    cursor: pointer;
    color: rgb(237, 238, 255);
    font-weight: 500;
}
.choosegrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.sactive {
    border-bottom: 3px solid #2997d8 !important;
}
.sgrid {
    text-align: center;
    padding: 10px 0px;
    font-size: 13px;
    border-bottom: 1px solid rgba(192, 192, 192, 0.3);
    cursor: pointer;
}
.bluebtn_bird {
    padding: 7px 20px;
    background-color: #2997d8;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 10px;
}
.bluebtn_bird_b {
    padding: 7px 15px;
    background-color: #2997d8;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.5s;
}
.ccbox {
    display: none;
    margin: 1px 0px;
    padding: 0px;
}
.activebox {
    display: block !important;
}
input{
    border: 1px solid rgba(192, 192, 192, 0.3);
    border-radius: 3px;
    width: 100%;
    font-family: inherit;
    padding: 7px 20px;
    margin: 5px 0px;
    background-color: rgb(255, 255, 255);
    outline: none;
    border: 1px solid rgb(237, 238, 242);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 5px;
    opacity: 1;
}
.error{
    color: #f45;
    font-size: 14px;
}
.wallet_sc_text_msg{
    font-size: 14px;
}