.cic-button{color:#d9d9d9;box-sizing:border-box;cursor:pointer;z-index:2;background:#2a2a2a;border-radius:1.875rem;height:2.625rem;font-size:1rem;font-weight:500;transition-property:border,color,transform,background;transition-duration:.3s;position:relative;overflow:hidden}.cic-button .cic-button__content{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.cic-button.icon-button{border-radius:none;background:0 0;padding:.3125rem}.cic-button.icon-button img{width:1.75rem;height:auto}.cic-button:hover:not(:disabled),.cic-button.active{background:rgba(128,85,219,.78)}.cic-button:active:not(:disabled){background:#8055db}.cic-button:disabled{background:#8c8c8c}.cic-button .ant-spin{color:#d9d9d9}.cic-button .ant-spin .ant-spin-dot{font-size:1rem}.cic-button .ant-spin .ant-spin-dot-holder{color:#fff}.cic-link-button{cursor:pointer;transition-property:opacity,color;transition-duration:.3s}.cic-link-button img{width:1.75rem;height:auto}.cic-link-button:hover:not(:disabled),.cic-link-button:active:not(:disabled){color:var(--cic-value-color)}.cic-action-button{box-sizing:border-box;background:var(--cic-base-color);border-radius:.25rem;min-width:5.625rem;height:2.125rem;transition-property:background,color,opacity;transition-duration:.3s}.cic-action-button.pink{background:var(--cic-mini-color)}.cic-action-button:hover:not(:disabled){opacity:.8}.cic-action-button:active:not(:disabled){opacity:.7}.cic-action-button:disabled{color:#f8f8f8;background:#6d6d6d}.cic-action-button:disabled:hover,.cic-action-button:disabled:active{opacity:1}.cic-action-button .ant-spin .ant-spin-dot{font-size:1rem}.cic-action-button .ant-spin .ant-spin-dot-holder{color:#fff}.cic-transform-button{color:#fff;width:3.75rem;height:3.75rem;transition-property:color,opacity;transition-duration:.3s}.cic-transform-button:hover,.cic-transform-button:active{color:#8055db}@media (max-width:576px){.cic-transform-button{width:1.875rem;height:1.875rem}.cic-transform-button .icon{width:1.25rem;height:1.25rem}.cic-button{height:2.125rem;font-size:.8125rem}}
.hash-copy-text{text-align:center;color:rgba(255,255,255,.75);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;display:flex}.hash-copy-text .copy-icon{width:1.125rem;height:1.125rem}
.cic-user-popup{box-sizing:border-box;-webkit-backdrop-filter:blur(1.125rem);backdrop-filter:blur(1.125rem);background:linear-gradient(225deg,rgba(35,35,35,.96) 0%,rgba(16,15,17,.98) 100%);border:.0625rem solid rgba(255,255,255,.08);border-radius:1.375rem;flex-direction:column;gap:1.75rem;width:27.125rem;max-height:calc(100vh - 7.5rem);margin-top:1.75rem;padding:2.25rem 2.25rem 1.875rem;display:flex;overflow-y:auto;box-shadow:0 1.5rem 4.375rem rgba(0,0,0,.48),inset 0 .0625rem .09375rem rgba(255,255,255,.1)}.cic-user-popup::-webkit-scrollbar{width:0}.cic-user-popup .header{flex:none}.cic-user-popup .header .ava{width:2.75rem;height:2.75rem}.cic-user-popup .header .address{color:#fff;font-size:1.25rem}.cic-user-popup .header .chain-logo{width:2.25rem;height:2.25rem}.cic-user-popup .header .hash-copy-text{color:#84909a}.cic-user-popup .header .hash-copy-text svg{width:.9375rem;height:.9375rem}.cic-user-popup .menu-sections{flex-direction:column;flex:1;gap:1rem;display:flex}.cic-user-popup .menu-card{background:#050505;border:.0625rem solid rgba(255,255,255,.035);border-radius:1.125rem;padding:0 1.125rem;overflow:hidden}.cic-user-popup .primary-menu-card .menu-item:not(:last-child){border-bottom:.0625rem solid rgba(255,255,255,.12)}.cic-user-popup .menu-item{color:#f2f2f2;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:3.625rem;padding:0 .5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;text-decoration:none;transition:color .18s,background .18s;display:flex}.cic-user-popup .menu-item:hover{color:#fff;background:rgba(184,173,253,.055)}.cic-user-popup .menu-item .menu-item-content{align-items:center;gap:1rem;min-width:0;display:inline-flex}.cic-user-popup .menu-item .icon{color:#a68afa;flex:0 0 1.375rem;width:1.375rem;font-size:1.375rem}.cic-user-popup .menu-item .arrow{color:#d9d9d9;flex:none;font-size:.8125rem}.cic-user-popup .menu-item.disconnect-item{color:#f2f2f2}.cic-user-popup .menu-item.disconnect-item .icon{color:#ff4d5a}.cic-user-popup .footer{border-top:.0625rem solid rgba(184,173,253,.55);flex:none;justify-content:flex-end;align-items:flex-end;min-height:2.125rem;padding-top:1.5rem;display:flex}.cic-user-popup .footer .social{gap:1.25rem!important}.cic-user-popup .footer .social .cic-link-button{color:#d7d7d7}.cic-user-popup .footer .social .cic-link-button:hover{color:#b8adfd}.cic-user-popup .footer .social .cic-link-button svg{width:1.25rem;height:1.25rem}@media (max-width:576px){.cic-user-popup{border-radius:1rem;gap:1.125rem;width:min(20rem,100vw - 1.5rem);max-height:calc(100vh - 5.5rem);margin-top:.875rem;padding:1.375rem 1.25rem 1.125rem}.cic-user-popup .header .ava{width:2rem;height:2rem}.cic-user-popup .header .address{font-size:.875rem}.cic-user-popup .header .chain-logo{width:1.5rem;height:1.5rem}.cic-user-popup .menu-sections{gap:.625rem}.cic-user-popup .menu-card{border-radius:.75rem;padding:0 .75rem}.cic-user-popup .menu-item{gap:.75rem;min-height:2.75rem;padding:0 .25rem;font-size:.8125rem}.cic-user-popup .menu-item .menu-item-content{gap:.75rem}.cic-user-popup .menu-item .icon{flex-basis:1.125rem;width:1.125rem;font-size:1.125rem}.cic-user-popup .menu-item .arrow{font-size:.625rem}.cic-user-popup .footer{min-height:1.625rem;padding-top:1rem}.cic-user-popup .footer .social{gap:.75rem!important}.cic-user-popup .footer .social .cic-link-button svg{width:1rem;height:1rem}}
