@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
2,713 lines • 131 kB
JavaScript
"use strict";var Xo=Object.create;var W=Object.defineProperty;var Ho=Object.getOwnPropertyDescriptor;var qo=Object.getOwnPropertyNames;var Po=Object.getPrototypeOf,Go=Object.prototype.hasOwnProperty;var Yo=(e,o)=>()=>(e&&(o=e(e=0)),o);var X=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),Vo=(e,o)=>{for(var n in o)W(e,n,{get:o[n],enumerable:!0})},io=(e,o,n,_)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of qo(o))!Go.call(e,p)&&p!==n&&W(e,p,{get:()=>o[p],enumerable:!(_=Ho(o,p))||_.enumerable});return e};var S=(e,o,n)=>(n=e!=null?Xo(Po(e)):{},io(o||!e||!e.__esModule?W(n,"default",{value:e,enumerable:!0}):n,e)),Jo=e=>io(W({},"__esModule",{value:!0}),e);var H=(e,o,n)=>new Promise((_,p)=>{var a=m=>{try{c(n.next(m))}catch(i){p(i)}},r=m=>{try{c(n.throw(m))}catch(i){p(i)}},c=m=>m.done?_(m.value):Promise.resolve(m.value).then(a,r);c((n=n.apply(e,o)).next())});var go=X(q=>{"use strict";s();q.byteLength=Qo;q.toByteArray=Ko;q.fromByteArray=nn;var E=[],b=[],Oo=typeof Uint8Array!="undefined"?Uint8Array:Array,$="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(N=0,lo=$.length;N<lo;++N)E[N]=$[N],b[$.charCodeAt(N)]=N;var N,lo;b["-".charCodeAt(0)]=62;b["_".charCodeAt(0)]=63;function so(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var _=n===o?0:4-n%4;return[n,_]}function Qo(e){var o=so(e),n=o[0],_=o[1];return(n+_)*3/4-_}function $o(e,o,n){return(o+n)*3/4-n}function Ko(e){var o,n=so(e),_=n[0],p=n[1],a=new Oo($o(e,_,p)),r=0,c=p>0?_-4:_,m;for(m=0;m<c;m+=4)o=b[e.charCodeAt(m)]<<18|b[e.charCodeAt(m+1)]<<12|b[e.charCodeAt(m+2)]<<6|b[e.charCodeAt(m+3)],a[r++]=o>>16&255,a[r++]=o>>8&255,a[r++]=o&255;return p===2&&(o=b[e.charCodeAt(m)]<<2|b[e.charCodeAt(m+1)]>>4,a[r++]=o&255),p===1&&(o=b[e.charCodeAt(m)]<<10|b[e.charCodeAt(m+1)]<<4|b[e.charCodeAt(m+2)]>>2,a[r++]=o>>8&255,a[r++]=o&255),a}function Zo(e){return E[e>>18&63]+E[e>>12&63]+E[e>>6&63]+E[e&63]}function on(e,o,n){for(var _,p=[],a=o;a<n;a+=3)_=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(e[a+2]&255),p.push(Zo(_));return p.join("")}function nn(e){for(var o,n=e.length,_=n%3,p=[],a=16383,r=0,c=n-_;r<c;r+=a)p.push(on(e,r,r+a>c?c:r+a));return _===1?(o=e[n-1],p.push(E[o>>2]+E[o<<4&63]+"==")):_===2&&(o=(e[n-2]<<8)+e[n-1],p.push(E[o>>10]+E[o>>4&63]+E[o<<2&63]+"=")),p.join("")}});var fo=X(K=>{s();K.read=function(e,o,n,_,p){var a,r,c=p*8-_-1,m=(1<<c)-1,i=m>>1,l=-7,d=n?p-1:0,k=n?-1:1,u=e[o+d];for(d+=k,a=u&(1<<-l)-1,u>>=-l,l+=c;l>0;a=a*256+e[o+d],d+=k,l-=8);for(r=a&(1<<-l)-1,a>>=-l,l+=_;l>0;r=r*256+e[o+d],d+=k,l-=8);if(a===0)a=1-i;else{if(a===m)return r?NaN:(u?-1:1)*(1/0);r=r+Math.pow(2,_),a=a-i}return(u?-1:1)*r*Math.pow(2,a-_)};K.write=function(e,o,n,_,p,a){var r,c,m,i=a*8-p-1,l=(1<<i)-1,d=l>>1,k=p===23?Math.pow(2,-24)-Math.pow(2,-77):0,u=_?0:a-1,M=_?1:-1,Wo=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(c=isNaN(o)?1:0,r=l):(r=Math.floor(Math.log(o)/Math.LN2),o*(m=Math.pow(2,-r))<1&&(r--,m*=2),r+d>=1?o+=k/m:o+=k*Math.pow(2,1-d),o*m>=2&&(r++,m/=2),r+d>=l?(c=0,r=l):r+d>=1?(c=(o*m-1)*Math.pow(2,p),r=r+d):(c=o*Math.pow(2,d-1)*Math.pow(2,p),r=0));p>=8;e[n+u]=c&255,u+=M,c/=256,p-=8);for(r=r<<p|c,i+=p;i>0;e[n+u]=r&255,u+=M,r/=256,i-=8);e[n+u-M]|=Wo*128}});var To=X(D=>{"use strict";s();var Z=go(),R=fo(),ho=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=t;D.SlowBuffer=tn;D.INSPECT_MAX_BYTES=50;var P=2147483647;D.kMaxLength=P;t.TYPED_ARRAY_SUPPORT=en();!t.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function en(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(t.prototype,"parent",{enumerable:!0,get:function(){if(!!t.isBuffer(this))return this.buffer}});Object.defineProperty(t.prototype,"offset",{enumerable:!0,get:function(){if(!!t.isBuffer(this))return this.byteOffset}});function T(e){if(e>P)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,t.prototype),o}function t(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return _o(e)}return xo(e,o,n)}t.poolSize=8192;function xo(e,o,n){if(typeof e=="string")return pn(e,o);if(ArrayBuffer.isView(e))return an(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(B(e,ArrayBuffer)||e&&B(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(B(e,SharedArrayBuffer)||e&&B(e.buffer,SharedArrayBuffer)))return no(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var _=e.valueOf&&e.valueOf();if(_!=null&&_!==e)return t.from(_,o,n);var p=rn(e);if(p)return p;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return t.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}t.from=function(e,o,n){return xo(e,o,n)};Object.setPrototypeOf(t.prototype,Uint8Array.prototype);Object.setPrototypeOf(t,Uint8Array);function wo(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function _n(e,o,n){return wo(e),e<=0?T(e):o!==void 0?typeof n=="string"?T(e).fill(o,n):T(e).fill(o):T(e)}t.alloc=function(e,o,n){return _n(e,o,n)};function _o(e){return wo(e),T(e<0?0:po(e)|0)}t.allocUnsafe=function(e){return _o(e)};t.allocUnsafeSlow=function(e){return _o(e)};function pn(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!t.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=yo(e,o)|0,_=T(n),p=_.write(e,o);return p!==n&&(_=_.slice(0,p)),_}function oo(e){for(var o=e.length<0?0:po(e.length)|0,n=T(o),_=0;_<o;_+=1)n[_]=e[_]&255;return n}function an(e){if(B(e,Uint8Array)){var o=new Uint8Array(e);return no(o.buffer,o.byteOffset,o.byteLength)}return oo(e)}function no(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var _;return o===void 0&&n===void 0?_=new Uint8Array(e):n===void 0?_=new Uint8Array(e,o):_=new Uint8Array(e,o,n),Object.setPrototypeOf(_,t.prototype),_}function rn(e){if(t.isBuffer(e)){var o=po(e.length)|0,n=T(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||ao(e.length)?T(0):oo(e);if(e.type==="Buffer"&&Array.isArray(e.data))return oo(e.data)}function po(e){if(e>=P)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+P.toString(16)+" bytes");return e|0}function tn(e){return+e!=e&&(e=0),t.alloc(+e)}t.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==t.prototype};t.compare=function(o,n){if(B(o,Uint8Array)&&(o=t.from(o,o.offset,o.byteLength)),B(n,Uint8Array)&&(n=t.from(n,n.offset,n.byteLength)),!t.isBuffer(o)||!t.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var _=o.length,p=n.length,a=0,r=Math.min(_,p);a<r;++a)if(o[a]!==n[a]){_=o[a],p=n[a];break}return _<p?-1:p<_?1:0};t.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};t.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return t.alloc(0);var _;if(n===void 0)for(n=0,_=0;_<o.length;++_)n+=o[_].length;var p=t.allocUnsafe(n),a=0;for(_=0;_<o.length;++_){var r=o[_];if(B(r,Uint8Array))a+r.length>p.length?t.from(r).copy(p,a):Uint8Array.prototype.set.call(p,r,a);else if(t.isBuffer(r))r.copy(p,a);else throw new TypeError('"list" argument must be an Array of Buffers');a+=r.length}return p};function yo(e,o){if(t.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||B(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,_=arguments.length>2&&arguments[2]===!0;if(!_&&n===0)return 0;for(var p=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return eo(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Ao(e).length;default:if(p)return _?-1:eo(e).length;o=(""+o).toLowerCase(),p=!0}}t.byteLength=yo;function mn(e,o,n){var _=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return xn(this,o,n);case"utf8":case"utf-8":return vo(this,o,n);case"ascii":return un(this,o,n);case"latin1":case"binary":return bn(this,o,n);case"base64":return fn(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wn(this,o,n);default:if(_)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),_=!0}}t.prototype._isBuffer=!0;function U(e,o,n){var _=e[o];e[o]=e[n],e[n]=_}t.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)U(this,n,n+1);return this};t.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)U(this,n,n+3),U(this,n+1,n+2);return this};t.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)U(this,n,n+7),U(this,n+1,n+6),U(this,n+2,n+5),U(this,n+3,n+4);return this};t.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?vo(this,0,o):mn.apply(this,arguments)};t.prototype.toLocaleString=t.prototype.toString;t.prototype.equals=function(o){if(!t.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:t.compare(this,o)===0};t.prototype.inspect=function(){var o="",n=D.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};ho&&(t.prototype[ho]=t.prototype.inspect);t.prototype.compare=function(o,n,_,p,a){if(B(o,Uint8Array)&&(o=t.from(o,o.offset,o.byteLength)),!t.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),_===void 0&&(_=o?o.length:0),p===void 0&&(p=0),a===void 0&&(a=this.length),n<0||_>o.length||p<0||a>this.length)throw new RangeError("out of range index");if(p>=a&&n>=_)return 0;if(p>=a)return-1;if(n>=_)return 1;if(n>>>=0,_>>>=0,p>>>=0,a>>>=0,this===o)return 0;for(var r=a-p,c=_-n,m=Math.min(r,c),i=this.slice(p,a),l=o.slice(n,_),d=0;d<m;++d)if(i[d]!==l[d]){r=i[d],c=l[d];break}return r<c?-1:c<r?1:0};function ko(e,o,n,_,p){if(e.length===0)return-1;if(typeof n=="string"?(_=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,ao(n)&&(n=p?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(p)return-1;n=e.length-1}else if(n<0)if(p)n=0;else return-1;if(typeof o=="string"&&(o=t.from(o,_)),t.isBuffer(o))return o.length===0?-1:uo(e,o,n,_,p);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?p?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):uo(e,[o],n,_,p);throw new TypeError("val must be string, number or Buffer")}function uo(e,o,n,_,p){var a=1,r=e.length,c=o.length;if(_!==void 0&&(_=String(_).toLowerCase(),_==="ucs2"||_==="ucs-2"||_==="utf16le"||_==="utf-16le")){if(e.length<2||o.length<2)return-1;a=2,r/=2,c/=2,n/=2}function m(u,M){return a===1?u[M]:u.readUInt16BE(M*a)}var i;if(p){var l=-1;for(i=n;i<r;i++)if(m(e,i)===m(o,l===-1?0:i-l)){if(l===-1&&(l=i),i-l+1===c)return l*a}else l!==-1&&(i-=i-l),l=-1}else for(n+c>r&&(n=r-c),i=n;i>=0;i--){for(var d=!0,k=0;k<c;k++)if(m(e,i+k)!==m(o,k)){d=!1;break}if(d)return i}return-1}t.prototype.includes=function(o,n,_){return this.indexOf(o,n,_)!==-1};t.prototype.indexOf=function(o,n,_){return ko(this,o,n,_,!0)};t.prototype.lastIndexOf=function(o,n,_){return ko(this,o,n,_,!1)};function cn(e,o,n,_){n=Number(n)||0;var p=e.length-n;_?(_=Number(_),_>p&&(_=p)):_=p;var a=o.length;_>a/2&&(_=a/2);for(var r=0;r<_;++r){var c=parseInt(o.substr(r*2,2),16);if(ao(c))return r;e[n+r]=c}return r}function dn(e,o,n,_){return G(eo(o,e.length-n),e,n,_)}function ln(e,o,n,_){return G(vn(o),e,n,_)}function sn(e,o,n,_){return G(Ao(o),e,n,_)}function gn(e,o,n,_){return G(En(o,e.length-n),e,n,_)}t.prototype.write=function(o,n,_,p){if(n===void 0)p="utf8",_=this.length,n=0;else if(_===void 0&&typeof n=="string")p=n,_=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(_)?(_=_>>>0,p===void 0&&(p="utf8")):(p=_,_=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-n;if((_===void 0||_>a)&&(_=a),o.length>0&&(_<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");p||(p="utf8");for(var r=!1;;)switch(p){case"hex":return cn(this,o,n,_);case"utf8":case"utf-8":return dn(this,o,n,_);case"ascii":case"latin1":case"binary":return ln(this,o,n,_);case"base64":return sn(this,o,n,_);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return gn(this,o,n,_);default:if(r)throw new TypeError("Unknown encoding: "+p);p=(""+p).toLowerCase(),r=!0}};t.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function fn(e,o,n){return o===0&&n===e.length?Z.fromByteArray(e):Z.fromByteArray(e.slice(o,n))}function vo(e,o,n){n=Math.min(e.length,n);for(var _=[],p=o;p<n;){var a=e[p],r=null,c=a>239?4:a>223?3:a>191?2:1;if(p+c<=n){var m,i,l,d;switch(c){case 1:a<128&&(r=a);break;case 2:m=e[p+1],(m&192)===128&&(d=(a&31)<<6|m&63,d>127&&(r=d));break;case 3:m=e[p+1],i=e[p+2],(m&192)===128&&(i&192)===128&&(d=(a&15)<<12|(m&63)<<6|i&63,d>2047&&(d<55296||d>57343)&&(r=d));break;case 4:m=e[p+1],i=e[p+2],l=e[p+3],(m&192)===128&&(i&192)===128&&(l&192)===128&&(d=(a&15)<<18|(m&63)<<12|(i&63)<<6|l&63,d>65535&&d<1114112&&(r=d))}}r===null?(r=65533,c=1):r>65535&&(r-=65536,_.push(r>>>10&1023|55296),r=56320|r&1023),_.push(r),p+=c}return hn(_)}var bo=4096;function hn(e){var o=e.length;if(o<=bo)return String.fromCharCode.apply(String,e);for(var n="",_=0;_<o;)n+=String.fromCharCode.apply(String,e.slice(_,_+=bo));return n}function un(e,o,n){var _="";n=Math.min(e.length,n);for(var p=o;p<n;++p)_+=String.fromCharCode(e[p]&127);return _}function bn(e,o,n){var _="";n=Math.min(e.length,n);for(var p=o;p<n;++p)_+=String.fromCharCode(e[p]);return _}function xn(e,o,n){var _=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>_)&&(n=_);for(var p="",a=o;a<n;++a)p+=Bn[e[a]];return p}function wn(e,o,n){for(var _=e.slice(o,n),p="",a=0;a<_.length-1;a+=2)p+=String.fromCharCode(_[a]+_[a+1]*256);return p}t.prototype.slice=function(o,n){var _=this.length;o=~~o,n=n===void 0?_:~~n,o<0?(o+=_,o<0&&(o=0)):o>_&&(o=_),n<0?(n+=_,n<0&&(n=0)):n>_&&(n=_),n<o&&(n=o);var p=this.subarray(o,n);return Object.setPrototypeOf(p,t.prototype),p};function f(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}t.prototype.readUintLE=t.prototype.readUIntLE=function(o,n,_){o=o>>>0,n=n>>>0,_||f(o,n,this.length);for(var p=this[o],a=1,r=0;++r<n&&(a*=256);)p+=this[o+r]*a;return p};t.prototype.readUintBE=t.prototype.readUIntBE=function(o,n,_){o=o>>>0,n=n>>>0,_||f(o,n,this.length);for(var p=this[o+--n],a=1;n>0&&(a*=256);)p+=this[o+--n]*a;return p};t.prototype.readUint8=t.prototype.readUInt8=function(o,n){return o=o>>>0,n||f(o,1,this.length),this[o]};t.prototype.readUint16LE=t.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||f(o,2,this.length),this[o]|this[o+1]<<8};t.prototype.readUint16BE=t.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||f(o,2,this.length),this[o]<<8|this[o+1]};t.prototype.readUint32LE=t.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||f(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};t.prototype.readUint32BE=t.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||f(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};t.prototype.readIntLE=function(o,n,_){o=o>>>0,n=n>>>0,_||f(o,n,this.length);for(var p=this[o],a=1,r=0;++r<n&&(a*=256);)p+=this[o+r]*a;return a*=128,p>=a&&(p-=Math.pow(2,8*n)),p};t.prototype.readIntBE=function(o,n,_){o=o>>>0,n=n>>>0,_||f(o,n,this.length);for(var p=n,a=1,r=this[o+--p];p>0&&(a*=256);)r+=this[o+--p]*a;return a*=128,r>=a&&(r-=Math.pow(2,8*n)),r};t.prototype.readInt8=function(o,n){return o=o>>>0,n||f(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};t.prototype.readInt16LE=function(o,n){o=o>>>0,n||f(o,2,this.length);var _=this[o]|this[o+1]<<8;return _&32768?_|4294901760:_};t.prototype.readInt16BE=function(o,n){o=o>>>0,n||f(o,2,this.length);var _=this[o+1]|this[o]<<8;return _&32768?_|4294901760:_};t.prototype.readInt32LE=function(o,n){return o=o>>>0,n||f(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};t.prototype.readInt32BE=function(o,n){return o=o>>>0,n||f(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};t.prototype.readFloatLE=function(o,n){return o=o>>>0,n||f(o,4,this.length),R.read(this,o,!0,23,4)};t.prototype.readFloatBE=function(o,n){return o=o>>>0,n||f(o,4,this.length),R.read(this,o,!1,23,4)};t.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||f(o,8,this.length),R.read(this,o,!0,52,8)};t.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||f(o,8,this.length),R.read(this,o,!1,52,8)};function h(e,o,n,_,p,a){if(!t.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>p||o<a)throw new RangeError('"value" argument is out of bounds');if(n+_>e.length)throw new RangeError("Index out of range")}t.prototype.writeUintLE=t.prototype.writeUIntLE=function(o,n,_,p){if(o=+o,n=n>>>0,_=_>>>0,!p){var a=Math.pow(2,8*_)-1;h(this,o,n,_,a,0)}var r=1,c=0;for(this[n]=o&255;++c<_&&(r*=256);)this[n+c]=o/r&255;return n+_};t.prototype.writeUintBE=t.prototype.writeUIntBE=function(o,n,_,p){if(o=+o,n=n>>>0,_=_>>>0,!p){var a=Math.pow(2,8*_)-1;h(this,o,n,_,a,0)}var r=_-1,c=1;for(this[n+r]=o&255;--r>=0&&(c*=256);)this[n+r]=o/c&255;return n+_};t.prototype.writeUint8=t.prototype.writeUInt8=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,1,255,0),this[n]=o&255,n+1};t.prototype.writeUint16LE=t.prototype.writeUInt16LE=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};t.prototype.writeUint16BE=t.prototype.writeUInt16BE=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};t.prototype.writeUint32LE=t.prototype.writeUInt32LE=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};t.prototype.writeUint32BE=t.prototype.writeUInt32BE=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};t.prototype.writeIntLE=function(o,n,_,p){if(o=+o,n=n>>>0,!p){var a=Math.pow(2,8*_-1);h(this,o,n,_,a-1,-a)}var r=0,c=1,m=0;for(this[n]=o&255;++r<_&&(c*=256);)o<0&&m===0&&this[n+r-1]!==0&&(m=1),this[n+r]=(o/c>>0)-m&255;return n+_};t.prototype.writeIntBE=function(o,n,_,p){if(o=+o,n=n>>>0,!p){var a=Math.pow(2,8*_-1);h(this,o,n,_,a-1,-a)}var r=_-1,c=1,m=0;for(this[n+r]=o&255;--r>=0&&(c*=256);)o<0&&m===0&&this[n+r+1]!==0&&(m=1),this[n+r]=(o/c>>0)-m&255;return n+_};t.prototype.writeInt8=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};t.prototype.writeInt16LE=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};t.prototype.writeInt16BE=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};t.prototype.writeInt32LE=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};t.prototype.writeInt32BE=function(o,n,_){return o=+o,n=n>>>0,_||h(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function Eo(e,o,n,_,p,a){if(n+_>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Bo(e,o,n,_,p){return o=+o,n=n>>>0,p||Eo(e,o,n,4,34028234663852886e22,-34028234663852886e22),R.write(e,o,n,_,23,4),n+4}t.prototype.writeFloatLE=function(o,n,_){return Bo(this,o,n,!0,_)};t.prototype.writeFloatBE=function(o,n,_){return Bo(this,o,n,!1,_)};function Fo(e,o,n,_,p){return o=+o,n=n>>>0,p||Eo(e,o,n,8,17976931348623157e292,-17976931348623157e292),R.write(e,o,n,_,52,8),n+8}t.prototype.writeDoubleLE=function(o,n,_){return Fo(this,o,n,!0,_)};t.prototype.writeDoubleBE=function(o,n,_){return Fo(this,o,n,!1,_)};t.prototype.copy=function(o,n,_,p){if(!t.isBuffer(o))throw new TypeError("argument should be a Buffer");if(_||(_=0),!p&&p!==0&&(p=this.length),n>=o.length&&(n=o.length),n||(n=0),p>0&&p<_&&(p=_),p===_||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(_<0||_>=this.length)throw new RangeError("Index out of range");if(p<0)throw new RangeError("sourceEnd out of bounds");p>this.length&&(p=this.length),o.length-n<p-_&&(p=o.length-n+_);var a=p-_;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,_,p):Uint8Array.prototype.set.call(o,this.subarray(_,p),n),a};t.prototype.fill=function(o,n,_,p){if(typeof o=="string"){if(typeof n=="string"?(p=n,n=0,_=this.length):typeof _=="string"&&(p=_,_=this.length),p!==void 0&&typeof p!="string")throw new TypeError("encoding must be a string");if(typeof p=="string"&&!t.isEncoding(p))throw new TypeError("Unknown encoding: "+p);if(o.length===1){var a=o.charCodeAt(0);(p==="utf8"&&a<128||p==="latin1")&&(o=a)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<_)throw new RangeError("Out of range index");if(_<=n)return this;n=n>>>0,_=_===void 0?this.length:_>>>0,o||(o=0);var r;if(typeof o=="number")for(r=n;r<_;++r)this[r]=o;else{var c=t.isBuffer(o)?o:t.from(o,p),m=c.length;if(m===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(r=0;r<_-n;++r)this[r+n]=c[r%m]}return this};var yn=/[^+/0-9A-Za-z-_]/g;function kn(e){if(e=e.split("=")[0],e=e.trim().replace(yn,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function eo(e,o){o=o||1/0;for(var n,_=e.length,p=null,a=[],r=0;r<_;++r){if(n=e.charCodeAt(r),n>55295&&n<57344){if(!p){if(n>56319){(o-=3)>-1&&a.push(239,191,189);continue}else if(r+1===_){(o-=3)>-1&&a.push(239,191,189);continue}p=n;continue}if(n<56320){(o-=3)>-1&&a.push(239,191,189),p=n;continue}n=(p-55296<<10|n-56320)+65536}else p&&(o-=3)>-1&&a.push(239,191,189);if(p=null,n<128){if((o-=1)<0)break;a.push(n)}else if(n<2048){if((o-=2)<0)break;a.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;a.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;a.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return a}function vn(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function En(e,o){for(var n,_,p,a=[],r=0;r<e.length&&!((o-=2)<0);++r)n=e.charCodeAt(r),_=n>>8,p=n%256,a.push(p),a.push(_);return a}function Ao(e){return Z.toByteArray(kn(e))}function G(e,o,n,_){for(var p=0;p<_&&!(p+n>=o.length||p>=e.length);++p)o[p+n]=e[p];return p}function B(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function ao(e){return e!==e}var Bn=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var _=n*16,p=0;p<16;++p)o[_+p]=e[n]+e[p];return o}()});var Uo=X((jn,No)=>{s();var g=No.exports={},F,A;function ro(){throw new Error("setTimeout has not been defined")}function to(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?F=setTimeout:F=ro}catch(e){F=ro}try{typeof clearTimeout=="function"?A=clearTimeout:A=to}catch(e){A=to}})();function Co(e){if(F===setTimeout)return setTimeout(e,0);if((F===ro||!F)&&setTimeout)return F=setTimeout,setTimeout(e,0);try{return F(e,0)}catch(o){try{return F.call(null,e,0)}catch(n){return F.call(this,e,0)}}}function Fn(e){if(A===clearTimeout)return clearTimeout(e);if((A===to||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(e);try{return A(e)}catch(o){try{return A.call(null,e)}catch(n){return A.call(this,e)}}}var C=[],z=!1,L,Y=-1;function An(){!z||!L||(z=!1,L.length?C=L.concat(C):Y=-1,C.length&&Io())}function Io(){if(!z){var e=Co(An);z=!0;for(var o=C.length;o;){for(L=C,C=[];++Y<o;)L&&L[Y].run();Y=-1,o=C.length}L=null,z=!1,Fn(e)}}g.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];C.push(new So(e,o)),C.length===1&&!z&&Co(Io)};function So(e,o){this.fun=e,this.array=o}So.prototype.run=function(){this.fun.apply(null,this.array)};g.title="browser";g.browser=!0;g.env={};g.argv=[];g.version="";g.versions={};function I(){}g.on=I;g.addListener=I;g.once=I;g.off=I;g.removeListener=I;g.removeAllListeners=I;g.emit=I;g.prependListener=I;g.prependOnceListener=I;g.listeners=function(e){return[]};g.binding=function(e){throw new Error("process.binding is not supported")};g.cwd=function(){return"/"};g.chdir=function(e){throw new Error("process.chdir is not supported")};g.umask=function(){return 0}});var x,w,Wn,s=Yo(()=>{x=S(To()),w=S(Uo()),Wn=function(e){function o(){var _=this||self;return delete e.prototype.__magic__,_}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object)});var Ln={};Vo(Ln,{TransactionInfoHash:()=>Un});module.exports=Jo(Ln);s();var Q=S(require("react"));s();var j=S(require("react")),V=require("@fortawesome/free-solid-svg-icons"),mo=require("@fortawesome/react-fontawesome"),Ro=S(require("classnames"));s();function Tn(e){let o=!1,n=document==null?void 0:document.createElement("textarea");n.value=e,n.style.position="fixed",document==null||document.body.appendChild(n),n.focus(),n.select();try{document==null||document.execCommand("copy"),o=!0}catch(_){console.error("Fallback: Oops, unable to copy",_)}return document==null||document.body.removeChild(n),o}function Lo(e){return H(this,null,function*(){let o=!1;return navigator.clipboard?o=yield navigator.clipboard.writeText(e).then(function(){return!0},function(_){return console.error("Async: Could not copy text: ",_),!1}):o=Tn(e),o})}s();var Cn=`.dapp-core-component__copyButtonStyles__copy {
color: #6c757d;
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Cn));var Mo={copy:"dapp-core-component__copyButtonStyles__copy"};var Do=({text:e,className:o="dapp-copy-button"})=>{let[n,_]=(0,j.useState)({default:!0,success:!1});return j.default.createElement("a",{href:"/#",onClick:a=>H(void 0,null,function*(){a.preventDefault(),a.stopPropagation();let r=e&&e.trim();_({default:!1,success:yield Lo(r)}),setTimeout(()=>{_({default:!0,success:!1})},1e3)}),className:(0,Ro.default)(Mo.copy,o)},n.default||!n.success?j.default.createElement(mo.FontAwesomeIcon,{icon:V.faCopy}):j.default.createElement(mo.FontAwesomeIcon,{icon:V.faCheck}))};s();var J=S(require("react")),O=S(require("classnames"));s();var In=`.dapp-core-component__detailItem-module__detail-item:last-child {
border-bottom: 0 !important;
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(In));var zo={"detail-item":"dapp-core-component__detailItem-module__detail-item",detailItem:"dapp-core-component__detailItem-module__detail-item"};s();var Sn=`.dapp-core-component__main__link-style {
color: #1392ff;
}
.dapp-core-component__main__link-second-style {
color: #9dabbd;
}
.dapp-core-component__main__link-second-style:hover {
color: #1392ff;
}
.dapp-core-component__main__link-second-style:hover svg {
color: #1392ff;
}
.dapp-core-component__main__wrapper {
min-height: 100vh;
}
.dapp-core-component__main__opacity-6 {
opacity: 0.6;
}
.dapp-core-component__main__qr-code-svg-container {
width: 15rem;
height: 15rem;
}
.dapp-core-component__main__pair-list {
max-height: 20rem;
overflow-y: auto;
margin-bottom: -0.5rem;
}
.dapp-core-component__main__pair-image {
width: 4rem;
overflow: hidden;
height: auto;
min-width: 2rem;
}
.dapp-core-component__main__pair-remove {
padding: 0 0.5rem;
position: absolute;
right: 0;
top: 0;
}
.dapp-core-component__main__dapp-icon {
padding: 5px;
border-radius: 50%;
background-color: #fafafa;
width: 4.6428571429rem;
height: 4.6428571429rem;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.dapp-core-component__main__dapp-icon.dapp-core-component__main__icon-medium {
width: 80px;
height: 80px;
}
.dapp-core-component__main__centering {
display: flex;
justify-content: center;
align-items: center;
}
.dapp-core-component__main__border-n {
border: none !important;
}
.dapp-core-component__main__t-shadow {
text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
}
.dapp-core-component__main__btn {
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04) !important;
}
.dapp-core-component__main__media {
display: flex;
align-items: flex-start;
}
.dapp-core-component__main__media-body {
flex: 1;
}
.dapp-core-component__main__connect-btns .dapp-core-component__main__btn {
display: flex;
height: 48px;
justify-content: center;
align-items: center;
color: #fff !important;
background-color: #1392ff;
padding: 15px 20px 15px 16px;
border-radius: 6px;
gap: 8px;
}
.dapp-core-component__main__connect-btns .dapp-core-component__main__btn:hover, .dapp-core-component__main__connect-btns .dapp-core-component__main__btn:active {
background-color: #1392ff;
background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
.dapp-core-component__main__connect-btns .dapp-core-component__main__info {
color: #1392ff;
margin-left: 48px;
}
.dapp-core-component__main__btn {
transition: none !important;
}
.dapp-core-component__main__trust-badge {
width: 20px;
height: 20px;
}
/* Navbar
-------------------------------------------------- */
.dapp-core-component__main__navbar .dapp-core-component__main__dapp-name {
display: flex;
align-items: center;
font-size: 1.7142857143rem;
font-weight: 400;
color: #9ba5b4;
margin-left: 1.6428571429rem;
}
.dapp-core-component__main__navbar .dapp-core-component__main__dapp-name:before {
content: "";
display: block;
width: 1px;
height: 3rem;
margin-right: 1.7142857143rem;
}
/* Dashboard
-------------------------------------------------- */
.dapp-core-component__main__action-btn {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
margin: 0 7px;
}
.dapp-core-component__main__action-btn button {
border-radius: 50%;
width: 40px;
height: 40px;
background-color: #fff;
}
.dapp-core-component__main__action-btn button:hover {
opacity: 0.9;
}
.dapp-core-component__main__transactions .dapp-core-component__main__transaction-icon {
border-radius: 50%;
width: 40px;
height: 40px;
}
.dapp-core-component__main__transactions.dapp-core-component__main__table td {
white-space: nowrap;
vertical-align: middle;
}
.dapp-core-component__main__transactions.dapp-core-component__main__table tr:last-of-type td {
border-bottom: 1px solid #dee2e6;
}
/* Loader, Transaction Success/Fail
-------------------------------------------------- */
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.dapp-core-component__main__page-state .dapp-core-component__main__bg-blue .dapp-core-component__main__lds-ellipsis div {
background: rgba(255, 255, 255, 0.4);
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(1) {
left: 6px;
animation: dapp-core-component__main__lds-ellipsis1 0.6s infinite;
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(2) {
left: 6px;
animation: dapp-core-component__main__lds-ellipsis2 0.6s infinite;
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(3) {
left: 26px;
animation: dapp-core-component__main__lds-ellipsis2 0.6s infinite;
}
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(4) {
left: 45px;
animation: dapp-core-component__main__lds-ellipsis3 0.6s infinite;
}
@keyframes dapp-core-component__main__lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes dapp-core-component__main__lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes dapp-core-component__main__lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
}
.dapp-core-component__main__btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0);
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
cursor: pointer;
}
.dapp-core-component__main__btn .dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(27, 70, 194, 0.25);
}
.dapp-core-component__main__btn .dapp-core-component__main__disabled {
opacity: 0.65;
cursor: default;
}
.dapp-core-component__main__btn:hover {
color: #212529;
text-decoration: none;
}
.dapp-core-component__main__btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(27, 70, 194, 0.25);
}
.dapp-core-component__main__btn:disabled {
opacity: 0.65;
cursor: default;
}
.dapp-core-component__main__btn-primary {
color: #fff;
background-color: #1b46c2;
border-color: #007bff;
}
.dapp-core-component__main__btn-primary .dapp-core-component__main__focus {
color: #fff;
background-color: #1b46c2;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.dapp-core-component__main__btn-primary .dapp-core-component__main__disabled {
color: #fff;
background-color: #1b46c2;
border-color: #007bff;
}
.dapp-core-component__main__btn-primary:hover {
color: #fff;
background-color: #1b46c2;
border-color: #0062cc;
}
.dapp-core-component__main__btn-primary:focus {
color: #fff;
background-color: #1b46c2;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.dapp-core-component__main__btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #007bff;
}
.dapp-core-component__main__btn-secondary .dapp-core-component__main__focus {
color: #fff;
background-color: #6c757d;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.dapp-core-component__main__btn-secondary .dapp-core-component__main__disabled {
color: #fff;
background-color: #6c757d;
border-color: #007bff;
}
.dapp-core-component__main__btn-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #0062cc;
}
.dapp-core-component__main__btn-secondary:focus {
color: #fff;
background-color: #6c757d;
border-color: #0062cc;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.dapp-core-component__main__btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.dapp-core-component__main__btn-warning .dapp-core-component__main__focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.dapp-core-component__main__btn-warning .dapp-core-component__main__disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.dapp-core-component__main__btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.dapp-core-component__main__btn-warning:focus {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.dapp-core-component__main__btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.dapp-core-component__main__btn-dark .dapp-core-component__main__focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.dapp-core-component__main__btn-dark .dapp-core-component__main__disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.dapp-core-component__main__btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.dapp-core-component__main__btn-dark:focus {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.dapp-core-component__main__btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.dapp-core-component__main__btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.dapp-core-component__main__btn-link:focus, .dapp-core-component__main__btn-link.dapp-core-component__main__focus {
text-decoration: underline;
}
.dapp-core-component__main__btn-link:disabled, .dapp-core-component__main__btn-link.dapp-core-component__main__disabled {
color: #6c757d;
pointer-events: none;
}
.dapp-core-component__main__btn-light {
color: #212529;
background-color: #fafafa;
border-color: #fafafa;
}
.dapp-core-component__main__btn-light .dapp-core-component__main__focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.dapp-core-component__main__btn-light .dapp-core-component__main__disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.dapp-core-component__main__btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.dapp-core-component__main__btn-light:focus {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.dapp-core-component__main__badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.dapp-core-component__main__badge {
transition: none;
}
}
a.dapp-core-component__main__badge:hover, a.dapp-core-component__main__badge:focus {
text-decoration: none;
}
.dapp-core-component__main__badge:empty {
display: none;
}
.dapp-core-component__main__btn .dapp-core-component__main__badge {
position: relative;
top: -1px;
}
.dapp-core-component__main__badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.dapp-core-component__main__badge-primary {
color: #fff;
background-color: #007bff;
}
a.dapp-core-component__main__badge-primary:hover, a.dapp-core-component__main__badge-primary:focus {
color: #fff;
background-color: #0062cc;
}
a.dapp-core-component__main__badge-primary:focus, a.dapp-core-component__main__badge-primary.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.dapp-core-component__main__badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.dapp-core-component__main__badge-secondary:hover, a.dapp-core-component__main__badge-secondary:focus {
color: #fff;
background-color: #545b62;
}
a.dapp-core-component__main__badge-secondary:focus, a.dapp-core-component__main__badge-secondary.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.dapp-core-component__main__badge-success {
color: #fff;
background-color: #28a745;
}
a.dapp-core-component__main__badge-success:hover, a.dapp-core-component__main__badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
a.dapp-core-component__main__badge-success:focus, a.dapp-core-component__main__badge-success.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.dapp-core-component__main__badge-info {
color: #fff;
background-color: #17a2b8;
}
a.dapp-core-component__main__badge-info:hover, a.dapp-core-component__main__badge-info:focus {
color: #fff;
background-color: #117a8b;
}
a.dapp-core-component__main__badge-info:focus, a.dapp-core-component__main__badge-info.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.dapp-core-component__main__badge-warning {
color: #212529;
background-color: #ffc107;
}
a.dapp-core-component__main__badge-warning:hover, a.dapp-core-component__main__badge-warning:focus {
color: #212529;
background-color: #d39e00;
}
a.dapp-core-component__main__badge-warning:focus, a.dapp-core-component__main__badge-warning.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.dapp-core-component__main__badge-danger {
color: #fff;
background-color: #dc3545;
}
a.dapp-core-component__main__badge-danger:hover, a.dapp-core-component__main__badge-danger:focus {
color: #fff;
background-color: #bd2130;
}
a.dapp-core-component__main__badge-danger:focus, a.dapp-core-component__main__badge-danger.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.dapp-core-component__main__badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.dapp-core-component__main__badge-light:hover, a.dapp-core-component__main__badge-light:focus {
color: #212529;
background-color: #dae0e5;
}
a.dapp-core-component__main__badge-light:focus, a.dapp-core-component__main__badge-light.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.dapp-core-component__main__badge-dark {
color: #fff;
background-color: #343a40;
}
a.dapp-core-component__main__badge-dark:hover, a.dapp-core-component__main__badge-dark:focus {
color: #fff;
background-color: #1d2124;
}
a.dapp-core-component__main__badge-dark:focus, a.dapp-core-component__main__badge-dark.dapp-core-component__main__focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.dapp-core-component__main__card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 5px;
}
.dapp-core-component__main__card > hr {
margin-right: 0;
margin-left: 0;
}
.dapp-core-component__main__card > .dapp-core-component__main__list-group {
border-top: inherit;
border-bottom: inherit;
}
.dapp-core-component__main__card > .dapp-core-component__main__list-group:first-child {
border-top-width: 0;
}
.dapp-core-component__main__card > .dapp-core-component__main__list-group:last-child {
border-bottom-width: 0;
}
.dapp-core-component__main__card > .dapp-core-component__main__card-header + .dapp-core-component__main__list-group,
.dapp-core-component__main__card > .dapp-core-component__main__list-group + .dapp-core-component__main__card-footer {
border-top: 0;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header {
border: 0;
padding: 0;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item {
border-bottom: 1px solid #dee2e6;
padding: 1.1rem 1rem;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item h6,
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item .dapp-core-component__main__h6 {
line-height: 2.5rem;
letter-spacing: unset;
margin: 0;
}
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item.dapp-core-component__main__compact {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
background-color: #fafafa;
}
.dapp-core-component__main__card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.dapp-core-component__main__card-title {
margin-bottom: 0.75rem;
}
.dapp-core-component__main__card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.dapp-core-component__main__card-text:last-child {
margin-bottom: 0;
}
.dapp-core-component__main__card-link:hover {
text-decoration: none;
}
.dapp-core-component__main__card-link + .dapp-core-component__main__card-link {
margin-left: 1.25rem;
}
.dapp-core-component__main__card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.dapp-core-component__main__card-footer {
padding: 0.75rem 1.25rem;
background-color: #fff;
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.dapp-core-component__main__text {
color: #9dabbd;
}
.dapp-core-component__main__text-white {
color: #fff;
}
.dapp-core-component__main__text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.dapp-core-component__main__table .dapp-core-component__main__trim-size-xl .dapp-core-component__main__trim {
max-width: 13rem;
}
.dapp-core-component__main__table .dapp-core-component__main__trim {
max-width: 10rem;
}
.dapp-core-component__main__table .dapp-core-component__main__trim-only-sm .dapp-core-component__main__trim {
max-width: none;
}
.dapp-core-component__main__text-justify {
text-align: justify;
}
.dapp-core-component__main__text-wrap {
white-space: normal;
}
.dapp-core-component__main__text-nowrap {
white-space: nowrap;
}
.dapp-core-component__main__text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dapp-core-component__main__text-left {
text-align: left;
}
.dapp-core-component__main__text-right {
text-align: right;
}
.dapp-core-component__main__text-center {
text-align: center;
}
.dapp-core-component__main__text-primary {
color: #1b46c2;
}
.dapp-core-component__main__text-secondary {
color: #6c757d;
}
.dapp-core-component__main__text-primary-highlight {
color: #1b46c2;
}
.dapp-core-component__main__text-muted {
color: #6c757d;
}
.dapp-core-component__main__text-success {
color: #28a745;
}
.dapp-core-component__main__text-justify {
text-align: justify;
}
.dapp-core-component__main__text-wrap {
white-space: normal;
}
.dapp-core-component__main__text-nowrap {
white-space: nowrap;
}
.dapp-core-component__main__text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dapp-core-component__main__text-body {
color: #212529;
}
.dapp-core-component__main__text-muted {
color: #6c757d;
}
.dapp-core-component__main__text-black-50 {
color: rgba(0, 0, 0, 0.5);
}
.dapp-core-component__main__text-white-50 {
color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
.dapp-core-component__main__text-lg-right {
text-align: right;
}
}
.dapp-core-component__main__text-hide {
font: 0/0 a;
color: rgba(0, 0, 0, 0);
text-shadow: none;
background-color: rgba(0, 0, 0, 0);
border: 0;
}
.dapp-core-component__main__text-decoration-none {
text-decoration: none;
}
.dapp-core-component__main__text-break {
word-break: break-word;
word-wrap: break-word;
}
.dapp-core-component__main__text-reset {
color: inherit;
}
.dapp-core-component__main__text-lowercase {
text-transform: lowercase;
}
.dapp-core-component__main__text-uppercase {
text-transform: uppercase;
}
.dapp-core-component__main__text-capitalize {
text-transform: capitalize;
}
.dapp-core-component__main__text-danger {
color: #d9534f;
}
.dapp-core-component__main__text-warning {
color: #f0ad4e;
}
.dapp-core-component__main__trim-fs-sm {
color: inherit;
}
.dapp-core-component__main__text-break {
word-break: break-word;
word-wrap: break-word;
}
.dapp-core-component__main__mx-auto {
margin-left: auto;
margin-right: auto;
}
.dapp-core-component__main__m-0 {
margin: 0;
}
.dapp-core-component__main__mt-0 {
margin-top: 0;
}
.dapp-core-component__main__my-0 {
margin-top: 0;
margin-bottom: 0;
}
.dapp-core-component__main__mr-0 {
margin-right: 0;
}
.dapp-core-component__main__mx-0 {
margin-right: 0;
margin-left: 0;
}
.dapp-core-component__main__mb-0 {
margin-bottom: 0;
}
.dapp-core-component__main__my-0 {
margin-bottom: 0;
margin-top: 0;
}
.dapp-core-component__main__ml-0 {
margin-left: 0;
}
.dapp-core-component__main__mx-0 {
margin-left: 0;
margin-right: 0;
}
.dapp-core-component__main__m-1 {
margin: 0.25rem;
}
.dapp-core-component__main__mt-1 {
margin-top: 0.25rem;
}
.dapp-core-component__main__my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.dapp-core-component__main__mr-1 {
margin-right: 0.25rem;
}
.dapp-core-component__main__mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.dapp-core-component__main__mb-1 {
margin-bottom: 0.25rem;
}
.dapp-core-component__main__my-1 {
margin-bottom: 0.25rem;
margin-top: 0.25rem;
}
.dapp-core-component__main__ml-1 {
margin-left: 0.25rem;
}
.dapp-core-component__main__mx-1 {
margin-right: 0.25rem;
margin-left: 0.25rem;
}
.dapp-core-component__main__m-2 {
margin: 0.5rem;
}
.dapp-core-component__main__mt-2 {
margin-top: 0.5rem;
}
.dapp-core-component__main__my-2 {
margin-bottom: 0.5rem;
margin-top: 0.5rem;
}
.dapp-core-component__main__mr-2 {
margin-right: 0.5rem;
}
.dapp-core-component__main__mx-2 {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.dapp-core-component__main__mb-2 {
margin-bottom: 0.5rem;
}
.dapp-core-component__main__my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.dapp-core-component__main__ml-2 {
margin-left: 0.5rem;
}
.dapp-core-component__main__mx-2 {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
.dapp-core-component__main__m-3 {
margin: 1rem;
}
.dapp-core-component__main__mt-3,
.dapp-core-component__main__my-3 {
margin-top: 1rem;
}
.dapp-core-component__main__mr-3 {
margin-right: 1rem;
}
.dapp-core-component__main__mx-3 {
margin-left: 1rem;
margin-right: 1rem;
}
.dapp-core-component__main__mb-3 {
margin-bottom: 1rem;
}
.dapp-core-component__main__my-3 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.dapp-core-component__main__ml-3 {
margin-left: 1rem;
}
.dapp-core-component__main__mx-3 {
margin-left: 1rem;
margin-right: 1rem;
}
.dapp-core-component__main__m-4 {
margin: 1.5rem;
}
.dapp-core-component__main__mt-4 {
margin-top: 1.5rem;
}
.dapp-core-component__main__my-4 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.dapp-core-component__main__mr-4 {
margin-right: 1.5rem;
}
.dapp-core-component__main__mx-4 {
margin-right: 1.5rem;
margin-left: 1.5rem;
}
.dapp-core-component__main__mb-4 {
margin-bottom: 1.5rem;
}
.dapp-core-component__main__my-4 {
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}
.dapp-core-component__main__ml-4 {
margin-left: 1.5rem;
}
.dapp-core-component__main__mx-4 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.dapp-core-component__main__m-5 {
margin: 3rem;
}
.dapp-core-component__main__mt-5 {
margin-top: 3rem;
}
.dapp-core-component__main__my-5 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.dapp-core-component__main__mr-5 {
margin-right: 3rem;
}
.dapp-core-component__main__mx-5 {
margin-right: 3rem;
margin-left: 3rem;
}
.dapp-core-component__main__mb-5 {
margin-bottom: 3rem;
}
.dapp-core-component__main__my-5 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.dapp-core-component__main__ml-5 {
margin-left: 3rem;
}
.dapp-core-component__main__mx-5 {
margin-left: 3rem;
margin-right: 3rem;
}
.dapp-core-component__main__p-0 {
padding: 0;
}
.dapp-core-component__main__pt-0 {
padding-top: 0;
}
.dapp-core-component__main__py-0 {
padding-top: 0;
padding-bottom: 0;
}
.dapp-core-component__main__pr-0 {
padding-right: 0;
}
.dapp-core-component__main__px-0 {
padding-left: 0;
padding-right: 0;
}
.dapp-core-component__main__pb-0 {
padding-bottom: 0;
}
.dapp-core-component__main__py-0 {
padding-bottom: 0;
padding-top: 0;
}
.dapp-core-component__main__pl-0 {
padding-left: 0;
}
.dapp-core-component__main__px-0 {
padding-left: 0;
padding-right: 0;
}
.dapp-core-component__main__p-1 {
padding: 0.25rem;
}
.dapp-core-component__main__pt-1 {
padding-top: 0.25rem;
}
.dapp-core-component__main__py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.dapp-core-component__main__pr-1 {
padding-right: 0.25rem;
}
.dapp-core-component__main__px-1 {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.dapp-core-component__main__pb-1 {
padding-bottom: 0.25rem;
}
.dapp-core-component__main__py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.dapp-core-component__main__pl-1 {
padding-left: 0.25rem;
}
.dapp-core-component__main__px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.dapp-core-component__main__p-2 {
padding: 0.5rem;
}
.dapp-core-component__main__pt-2 {
padding-top: 0.5rem;
}
.dapp-core-component__main__py-2 {
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
.dapp-core-component__main__pr-2 {
padding-right: 0.5rem;
}
.dapp-core-component__main__px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.dapp-core-component__main__pb-2 {
padding-bottom: 0.5rem;
}
.dapp-core-component__main__py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.dapp-core-component__main__pl-2 {
padding-left: 0.5rem;
}
.dapp-core-component__main__px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.dapp-core-component__main__p-3 {
padding: 1rem;
}
.dapp-core-component__main__pt-3 {
padding-top: 1rem;
}
.dapp-core-component__main__py-3 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.dapp-core-component__main__pr-3 {
padding-right: 1rem;
}
.dapp-core-component__main__px-3 {
padding-right: 1rem;
padding-left: 1rem;
}
.dapp-core-component__main__pb-3 {
padding-bottom: 1rem;
}
.dapp-core-component__main__py-3 {
padding-bottom: 1rem;
padding-top: 1rem;
}
.dapp-core-component__main__pl-3 {
padding-left: 1rem;
}
.dapp-core-component__main__px-3 {
padding-right: 1rem;
padding-left: 1rem;
}
.dapp-core-component__main__p-4 {
padding: 1.5rem;
}
.dapp-core-component__main__pt-4 {
padding-top: 1.5rem;
}
.dapp-core-component__main__py-4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.dapp-core-component__main__pr-4 {
padding-right: 1.5rem;
}
.dapp-core-component__main__px-4 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.dapp-core-component__main__pb-4 {
padding-bottom: 1.5rem;
}
.dapp-core-component__main__py-4 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.dapp-core-component__main__pl-4 {
padding-left: 1.5rem;
}
.dapp-core-component__main__px-4 {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.dapp-core-component__main__p-5 {
padding: 3rem;
}
.dapp-core-component__main__pt-5 {
padding-top: 3rem;
}
.dapp-core-component__main__py-5 {
padding-bottom: 3rem;
padding-top: 3rem;
}
.dapp-core-component__main__pr-5 {
padding-right: 3rem;
}
.dapp-core-component__main__px-5 {
padding-right: 3rem;
padding-left: 3rem;
}
.dapp-core-component__main__pb-5 {
padding-right: 3rem;
}
.dapp-core-component__main__py-5 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.dapp-core-component__main__pl-5 {
padding-left: 3rem;
}
.dapp-core-component__main__px-5 {
padding-right: 3rem;
padding-left: 3rem;
}
.dapp-core-component__main__m-n1 {
margin: -0.25rem;
}
.dapp-core-component__main__mt-n1 {
margin-top: -0.25rem;
}
.dapp-core-component__main__my-n1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.dapp-core-component__main__mr-n1 {
margin-right: -0.25rem;
}
.dapp-core-component__main__mx-n1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.dapp-core-component__main__mb-n1 {
margin-bottom: -0.25rem;
}
.dapp-core-component__main__my-n1 {
margin-bottom: -0.25rem;
margin-top: -0.25rem;
}
.dapp-core-component__main__ml-n1 {
margin-left: -0.25rem;
}
.dapp-core-component__main__mx-n1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.dapp-core-component__main__m-n2 {
margin: -0.5rem;
}
.dapp-core-component__main__mt-n2 {
margin-top: -0.5rem;
}
.dapp-core-component__main__my-n2 {
margin-top: -0.5rem;
margin-left: -0.5rem;
}
.dapp-core-component__main__mr-n2 {
margin-right: -0.5rem;
}
.dapp-core-component__main__mx-n2 {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.dapp-core-component__main__mb-n2 {
margin-bottom: -0.5rem;
}
.dapp-core-component__main__my-n2 {
margin-bottom: -0.5rem;
margin-top: -0.5rem;
}
.dapp-core-component__main__ml-n2 {
margin-left: -0.5rem;
}
.dapp-core-component__main__mx-n2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.dapp-core-component__main__m-n3 {
margin: -1rem;
}
.dapp-core-component__main__mt-n3 {
margin-top: -1rem;
}
.dapp-core-component__main__my-n3 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.dapp-core-component__main__mr-n3 {
margin-right: -1rem;
}
.dapp-core-component__main__mx-n3 {
margin-right: -1rem;
margin-left: -1rem;
}
.dapp-core-component__main__mb-n3 {
margin-bottom: -1rem;
}
.dapp-core-component__main__my-n3 {
margin-bottom: -1rem;
margin-top: -1rem;
}
.dapp-core-component__main__ml-n3 {
margin-left: -1rem;
}
.dapp-core-component__main__mx-n3 {
margin-left: -1rem;
margin-right: -1rem;
}
.dapp-core-component__main__m-n4 {
margin: -1.5rem;
}
.dapp-core-component__main__mt-n4 {
margin-top: -1.5rem;
}
.dapp-core-component__main__my-n4 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.dapp-core-component__main__mr-n4 {
margin-right: -1.5rem;
}
.dapp-core-component__main__mx-n4 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.dapp-core-component__main__mb-n4 {
margin-bottom: -1.5rem;
}
.dapp-core-component__main__my-n4 {
margin-bottom: -1.5rem;
margin-top: -1.5rem;
}
.dapp-core-component__main__ml-n4 {
margin-left: -1.5rem;
}
.dapp-core-component__main__mx-n4 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.dapp-core-component__main__m-n5 {
margin: -3rem;
}
.dapp-core-component__main__mt-n5 {
margin-top: -3rem;
}
.dapp-core-component__main__my-n5 {
margin-bottom: -3rem;
margin-top: -3rem;
}
.dapp-core-component__main__mr-n5 {
margin-right: -3rem;
}
.dapp-core-component__main__mx-n5 {
margin-left: -3rem;
margin-right: -3rem;
}
.dapp-core-component__main__mb-n5 {
margin-bottom: -3rem;
}
.dapp-core-component__main__my-n5 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.dapp-core-component__main__ml-n5 {
margin-left: -3rem;
}
.dapp-core-component__main__mx-n5 {
margin-right: -3rem;
margin-left: -3rem;
}
.dapp-core-component__main__m-auto {
margin: auto;
}
.dapp-core-component__main__mt-auto {
margin-top: auto;
}
.dapp-core-component__main__my-auto {
margin-bottom: auto;
margin-top: auto;
}
.dapp-core-component__main__mr-auto {
margin-right: auto;
}
.dapp-core-component__main__mx-auto {
margin-left: auto;
margin-right: auto;
}
.dapp-core-component__main__mb-auto {
margin-bottom: auto;
}
.dapp-core-component__main__my-auto {
margin-top: auto;
margin-bottom: auto;
}
.dapp-core-component__main__ml-auto {
margin-left: auto;
}
.dapp-core-component__main__mx-auto {
margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) {
.dapp-core-component__main__mr-lg-1 {
margin-right: 0.25rem;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__mr-lg-4 {
margin-right: 1.5rem;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__mx-lg-4 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
}
@media (min-width: 1200px) {
.dapp-core-component__main__mb-xl-2 {
margin-bottom: 0.5rem;
}
}
@media (min-width: 576px) {
.dapp-core-component__main__pr-sm-2 {
padding-right: 0.5rem;
}
}
@media (min-width: 576px) {
.dapp-core-component__main__px-sm-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
}
@media (min-width: 1200px) {
.dapp-core-component__main__pr-xl-0,
.dapp-core-component__main__px-xl-0 {
padding-right: 0;
}
}
.dapp-core-component__main__col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.dapp-core-component__main__row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.dapp-core-component__main__col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.dapp-core-component__main__col-xl,
.dapp-core-component__main__col-xl-auto,
.dapp-core-component__main__col-xl-12,
.dapp-core-component__main__col-xl-11,
.dapp-core-component__main__col-xl-10,
.dapp-core-component__main__col-xl-9,
.dapp-core-component__main__col-xl-8,
.dapp-core-component__main__col-xl-7,
.dapp-core-component__main__col-xl-6,
.dapp-core-component__main__col-xl-5,
.dapp-core-component__main__col-xl-4,
.dapp-core-component__main__col-xl-3,
.dapp-core-component__main__col-xl-2,
.dapp-core-component__main__col-xl-1,
.dapp-core-component__main__col-lg,
.dapp-core-component__main__col-lg-auto,
.dapp-core-component__main__col-lg-12,
.dapp-core-component__main__col-lg-11,
.dapp-core-component__main__col-lg-10,
.dapp-core-component__main__col-lg-9,
.dapp-core-component__main__col-lg-8,
.dapp-core-component__main__col-lg-7,
.dapp-core-component__main__col-lg-6,
.dapp-core-component__main__col-lg-5,
.dapp-core-component__main__col-lg-4,
.dapp-core-component__main__col-lg-3,
.dapp-core-component__main__col-lg-2,
.dapp-core-component__main__col-lg-1,
.dapp-core-component__main__col-md,
.dapp-core-component__main__col-md-auto,
.dapp-core-component__main__col-md-12,
.dapp-core-component__main__col-md-11,
.dapp-core-component__main__col-md-10,
.dapp-core-component__main__col-md-9,
.dapp-core-component__main__col-md-8,
.dapp-core-component__main__col-md-7,
.dapp-core-component__main__col-md-6,
.dapp-core-component__main__col-md-5,
.dapp-core-component__main__col-md-4,
.dapp-core-component__main__col-md-3,
.dapp-core-component__main__col-md-2,
.dapp-core-component__main__col-md-1,
.dapp-core-component__main__col-sm,
.dapp-core-component__main__col-sm-auto,
.dapp-core-component__main__col-sm-12,
.dapp-core-component__main__col-sm-11,
.dapp-core-component__main__col-sm-10,
.dapp-core-component__main__col-sm-9,
.dapp-core-component__main__col-sm-8,
.dapp-core-component__main__col-sm-7,
.dapp-core-component__main__col-sm-6,
.dapp-core-component__main__col-sm-5,
.dapp-core-component__main__col-sm-4,
.dapp-core-component__main__col-sm-3,
.dapp-core-component__main__col-sm-2,
.dapp-core-component__main__col-sm-1,
.dapp-core-component__main__col,
.dapp-core-component__main__col-auto,
.dapp-core-component__main__col-12,
.dapp-core-component__main__col-11,
.dapp-core-component__main__col-10,
.dapp-core-component__main__col-9,
.dapp-core-component__main__col-8,
.dapp-core-component__main__col-7,
.dapp-core-component__main__col-6,
.dapp-core-component__main__col-5,
.dapp-core-component__main__col-4,
.dapp-core-component__main__col-3,
.dapp-core-component__main__col-2,
.dapp-core-component__main__col-1 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.dapp-core-component__main__col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
@media (min-width: 576px) {
.dapp-core-component__main__col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.dapp-core-component__main__col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.dapp-core-component__main__col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.dapp-core-component__main__col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.dapp-core-component__main__col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.dapp-core-component__main__col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.dapp-core-component__main__col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.dapp-core-component__main__col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.dapp-core-component__main__col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.dapp-core-component__main__col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.dapp-core-component__main__col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.dapp-core-component__main__col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.dapp-core-component__main__col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.dapp-core-component__main__col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.dapp-core-component__main__col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.dapp-core-component__main__col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.dapp-core-component__main__col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.dapp-core-component__main__col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.dapp-core-component__main__col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.dapp-core-component__main__col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.dapp-core-component__main__col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.dapp-core-component__main__col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.dapp-core-component__main__col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.dapp-core-component__main__col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.dapp-core-component__main__col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.dapp-core-component__main__col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.dapp-core-component__main__col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.dapp-core-component__main__col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.dapp-core-component__main__col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.dapp-core-component__main__col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.dapp-core-component__main__col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.dapp-core-component__main__col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.dapp-core-component__main__col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.dapp-core-component__main__col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.dapp-core-component__main__col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
.dapp-core-component__main__col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.dapp-core-component__main__col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.dapp-core-component__main__col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.dapp-core-component__main__col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.dapp-core-component__main__col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.dapp-core-component__main__col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.dapp-core-component__main__col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.dapp-core-component__main__col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.dapp-core-component__main__col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.dapp-core-component__main__col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.dapp-core-component__main__col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.dapp-core-component__main__col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
.dapp-core-component__main__flex-row {
flex-direction: row;
}
.dapp-core-component__main__flex-column {
flex-direction: column;
}
.dapp-core-component__main__flex-row-reverse {
flex-direction: row-reverse;
}
.dapp-core-component__main__flex-column-reverse {
flex-direction: column-reverse;
}
.dapp-core-component__main__flex-wrap {
flex-wrap: wrap;
}
.dapp-core-component__main__flex-nowrap {
flex-wrap: nowrap;
}
.dapp-core-component__main__flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.dapp-core-component__main__flex-fill {
flex: 1 1 auto;
}
.dapp-core-component__main__flex-grow-0 {
flex-grow: 0;
}
.dapp-core-component__main__flex-grow-1 {
flex-grow: 1;
}
.dapp-core-component__main__flex-shrink-0 {
flex-shrink: 0;
}
.dapp-core-component__main__flex-shrink-1 {
flex-shrink: 1;
}
.dapp-core-component__main__justify-content-start {
justify-content: flex-start;
}
.dapp-core-component__main__justify-content-end {
justify-content: flex-end;
}
.dapp-core-component__main__justify-content-center {
justify-content: center;
}
.dapp-core-component__main__justify-content-between {
justify-content: space-between;
}
.dapp-core-component__main__justify-content-around {
justify-content: space-around;
}
.dapp-core-component__main__align-items-start {
align-items: flex-start;
}
.dapp-core-component__main__align-items-end {
align-items: flex-end;
}
.dapp-core-component__main__align-items-center {
align-items: center;
}
.dapp-core-component__main__align-items-baseline {
align-items: baseline;
}
.dapp-core-component__main__align-items-stretch {
align-items: stretch;
}
.dapp-core-component__main__align-content-start {
align-content: flex-start;
}
.dapp-core-component__main__align-content-end {
align-content: flex-end;
}
.dapp-core-component__main__align-content-center {
align-content: center;
}
.dapp-core-component__main__align-content-between {
align-content: space-between;
}
.dapp-core-component__main__align-content-around {
align-content: space-around;
}
.dapp-core-component__main__align-content-stretch {
align-content: stretch;
}
.dapp-core-component__main__align-self-auto {
align-self: auto;
}
.dapp-core-component__main__align-self-start {
align-self: flex-start;
}
.dapp-core-component__main__align-self-end {
align-self: flex-end;
}
.dapp-core-component__main__align-self-center {
align-self: center;
}
.dapp-core-component__main__align-self-baseline {
align-self: baseline;
}
.dapp-core-component__main__align-self-stretch {
align-self: stretch;
}
@media (min-width: 576px) {
.dapp-core-component__main__flex-sm-row {
flex-direction: row;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__flex-lg-row {
flex-direction: row;
}
}
@media (min-width: 992px) {
.dapp-core-component__main__flex-lg-wrap {
flex-wrap: wrap;
}
}
.dapp-core-component__main__form-check {
display: flex;
align-items: center;
justify-content: flex-start;
width: auto;
padding-left: 0;
}
.dapp-core-component__main__form-check-label {
margin-bottom: 0;
}
.dapp-core-component__main__form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.dapp-core-component__main__form-check-input[disabled] ~ .dapp-core-component__main__form-check-label, .dapp-core-component__main__form-check-input:disabled ~ .dapp-core-component__main__form-check-label {
color: #6c757d;
}
.dapp-core-component__main__form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}
.dapp-core-component__main__form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dapp-core-component__main__form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.dapp-core-component__main__form-group {
margin-bottom: 1rem;
}
.dapp-core-component__main__form-text {
display: block;
margin-top: 0.25rem;
color: inherit;
}
.dapp-core-component__main__border {
border: 1px solid #dee2e6;
}
.dapp-core-component__main__border-top {
border-top: 1px solid #dee2e6;
}
.dapp-core-component__main__border-right {
border-right: 1px solid #dee2e6;
}
.dapp-core-component__main__border-bottom {
border-bottom: 1px solid #dee2e6;
}
.dapp-core-component__main__border-left {
border-left: 1px solid #dee2e6;
}
.dapp-core-component__main__border-0 {
border: 0;
}
.dapp-core-component__main__border-top-0 {
border-top: 0;
}
.dapp-core-component__main__border-right-0 {
border-right: 0;
}
.dapp-core-component__main__border-bottom-0 {
border-bottom: 0;
}
.dapp-core-component__main__border-left-0 {
border-left: 0;
}
.dapp-core-component__main__rounded-sm {
border-radius: 0.2rem;
}
.dapp-core-component__main__rounded {
border-radius: 0.25rem;
}
.dapp-core-component__main__rounded-top {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.dapp-core-component__main__rounded-right {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.dapp-core-component__main__rounded-bottom {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.dapp-core-component__main__rounded-left {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.dapp-core-component__main__rounded-lg {
border-radius: 0.3rem;
}
.dapp-core-component__main__rounded-circle {
border-radius: 50%;
}
.dapp-core-component__main__rounded-pill {
border-radius: 50rem;
}
.dapp-core-component__main__rounded-0 {
border-radius: 0;
}
.dapp-core-component__main__h1,
.dapp-core-component__main__h2,
.dapp-core-component__main__h3,
.dapp-core-component__main__h4,
.dapp-core-component__main__h5,
.dapp-core-component__main__h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.dapp-core-component__main__h1 {
font-size: 2.5rem;
}
.dapp-core-component__main__h2 {
font-size: 2rem;
}
.dapp-core-component__main__h3 {
font-size: 1.75rem;
}
.dapp-core-component__main__h4 {
font-size: 1.5rem;
}
.dapp-core-component__main__h5 {
font-size: 1.25rem;
}
.dapp-core-component__main__h6 {
font-size: 1rem;
}
.dapp-core-component__main__lead {
font-size: 1.25rem;
font-weight: 300;
}
.dapp-core-component__main__bg-primary {
background-color: #1b46c2;
}
.dapp-core-component__main__bg-warning,
.dapp-core-component__main__warning {
background-color: #f0ad4e;
}
.dapp-core-component__main__bg-danger,
.dapp-core-component__main__danger {
background-color: #d9534f;
}
.dapp-core-component__main__bg-success,
.dapp-core-component__main__success {
background-color: #5cb85c;
}
.dapp-core-component__main__position-relative {
position: relative;
}
.dapp-core-component__main__position-absolute {
position: absolute;
}
.dapp-core-component__main__w-25 {
width: 25%;
}
.dapp-core-component__main__w-50 {
width: 50%;
}
.dapp-core-component__main__w-75 {
width: 75%;
}
.dapp-core-component__main__w-100 {
width: 100%;
}
.dapp-core-component__main__w-auto {
width: auto;
}
.dapp-core-component__main__h-25 {
height: 25%;
}
.dapp-core-component__main__h-50 {
height: 50%;
}
.dapp-core-component__main__h-75 {
height: 75%;
}
.dapp-core-component__main__h-100 {
height: 100%;
}
.dapp-core-component__main__h-auto {
height: auto;
}
.dapp-core-component__main__mw-100 {
max-width: 100%;
}
.dapp-core-component__main__mh-100 {
max-height: 100%;
}
.dapp-core-component__main__min-vw-100 {
min-width: 100vw;
}
.dapp-core-component__main__min-vh-100 {
min-height: 100vh;
}
.dapp-core-component__main__vw-100 {
width: 100vw;
}
.dapp-core-component__main__vh-100 {
height: 100vh;
}
.dapp-core-component__main__locked-icon {
color: inherit;
}
.dapp-core-component__main__shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.dapp-core-component__main__shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.dapp-core-component__main__shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.dapp-core-component__main__shadow-none {
box-shadow: none;
}
.dapp-core-component__main__d-none {
display: none;
}
.dapp-core-component__main__d-inline {
display: inline;
}
.dapp-core-component__main__d-inline-block {
display: inline-block;
}
.dapp-core-component__main__d-block {
display: block;
}
.dapp-core-component__main__d-table {
display: table;
}
.dapp-core-component__main__d-table-row {
display: table-row;
}
.dapp-core-component__main__d-table-cell {
display: table-cell;
}
.dapp-core-component__main__d-flex {
display: -ms-flexbox;
display: flex;
}
.dapp-core-component__main__d-inline-flex {
display: -ms-inline-flexbox;
display: inline-flex;
}
@media (min-width: 576px) {
.dapp-core-component__main__d-sm-flex {
display: flex;
}
}
.dapp-core-component__main__table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.dapp-core-component__main__table th,
.dapp-core-component__main__table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.dapp-core-component__main__table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.dapp-core-component__main__table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.dapp-core-component__main__table-sm th,
.dapp-core-component__main__table-sm td {
padding: 0.3rem;
}
.dapp-core-component__main__table-bordered {
border: 1px solid #dee2e6;
}
.dapp-core-component__main__table-bordered th,
.dapp-core-component__main__table-bordered td {
border: 1px solid #dee2e6;
}
.dapp-core-component__main__table-bordered thead th,
.dapp-core-component__main__table-bordered thead td {
border-bottom-width: 2px;
}
.dapp-core-component__main__table-borderless th,
.dapp-core-component__main__table-borderless td,
.dapp-core-component__main__table-borderless thead th,
.dapp-core-component__main__table-borderless tbody + tbody {
border: 0;
}
.dapp-core-component__main__table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.dapp-core-component__main__table .dapp-core-component__main__thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.dapp-core-component__main__table .dapp-core-component__main__thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.dapp-core-component__main__table-dark {
color: #fff;
background-color: #343a40;
}
.dapp-core-component__main__table-dark th,
.dapp-core-component__main__table-dark td,
.dapp-core-component__main__table-dark thead th {
border-color: #454d55;
}
.dapp-core-component__main__table-dark.dapp-core-component__main__table-bordered {
border: 0;
}
.dapp-core-component__main__table-dark.dapp-core-component__main__table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.dapp-core-component__main__table-dark.dapp-core-component__main__table-hover tbody tr {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
.dapp-core-component__main__table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.dapp-core-component__main__table-responsive > .dapp-core-component__main__table-bordered {
border: 0;
}
@media (max-width: 767.98px) {
.dapp-core-component__main__transactions.dapp-core-component__main__table .dapp-core-component__main__transaction-hash .dapp-core-component__main__trim {
max-width: 8rem;
}
}
.dapp-core-component__main__font-weight-light {
font-weight: 300 !important;
}
.dapp-core-component__main__font-weight-lighter {
font-weight: lighter !important;
}
.dapp-core-component__main__font-weight-normal {
font-weight: 400 !important;
}
.dapp-core-component__main__font-weight-medium {
font-weight: 500 !important;
}
.dapp-core-component__main__font-weight-bold {
font-weight: 700 !important;
}
.dapp-core-component__main__font-weight-bolder {
font-weight: bolder !important;
}
.dapp-core-component__main__font-italic {
font-style: italic !important;
}
.dapp-core-component__main__icon-state {
display: flex;
align-items: center;
justify-content: center;
width: 6rem;
height: 6rem;
border-radius: 50%;
}
.dapp-core-component__main__icon-state.dapp-core-component__main__half {
width: 3rem;
height: 3rem;
}
.dapp-core-component__main__side-icon {
width: 1.5rem;
height: 1.5rem;
min-width: 1.5rem;
min-height: 1.5rem;
color: transparent;
border-radius: 50%;
overflow: hidden;
border: 1px solid #dee2e6;
}
.dapp-core-component__main__side-icon svg {
color: #cacbcc;
}
div.dapp-core-component__main__side-icon {
display: flex;
align-items: center;
justify-content: center;
}
div.dapp-core-component__main__side-icon img {
transform: scale(0.75);
}
.dapp-core-component__main__toast-messages {
position: fixed;
bottom: 1rem;
left: 1rem;
right: 1rem;
z-index: 9999;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast {
display: block;
flex-basis: 4rem;
width: 100%;
max-width: 28.875rem;
transition: transform 0.3s ease-in-out;
transform: translateX(120%);
background-color: #fff;
border-radius: 0.25rem;
border-color: #dee2e6;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__clickable {
cursor: pointer;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible {
margin-bottom: 0.3rem;
transform: translateX(0);
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress {
background-color: rgba(0, 0, 0, 0);
height: inherit;
font-size: inherit;
line-height: inherit;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress .dapp-core-component__main__progress-bar {
background-color: rgba(108, 117, 125, 0.2);
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress .dapp-core-component__main__progress-bar .dapp-core-component__main__content-height {
z-index: -1;
visibility: hidden;
width: 0 !important;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast .dapp-core-component__main__tx-description {
margin-bottom: 0.2rem;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__close {
opacity: 1;
}
.dapp-core-component__main__toast-messages .dapp-core-component__main__close svg {
color: #6c757d;
}
.dapp-core-component__main__data-field .dapp-core-component__main__textarea {
-moz-appearance: textfield-multiline;
-webkit-appearance: textarea;
border: 1px solid #000;
background-color: #fff;
border-radius: 5px;
font: medium -moz-fixed;
font-size: 0.8125rem;
min-height: 5rem;
overflow: auto;
padding: 0.375rem 0.75rem;
resize: both;
}
.dapp-core-component__main__data-field .dapp-core-component__main__textarea:hover {
border: 1px solid #000;
}
.dapp-core-component__main__data-field .dapp-core-component__main__textarea .dapp-core-component__main__highlighted {
font-size: 1rem;
}
.dapp-core-component__main__data-field .dapp-core-component__main__textarea.dapp-core-component__main__sc-call {
min-height: 3rem;
}
.dapp-core-component__main__data-field .dapp-core-component__main__form-control:disabled,
.dapp-core-component__main__data-field .dapp-core-component__main__form-control[readonly] {
background-color: #fafafa;
}
.dapp-core-component__main__data-field .dapp-core-component__main__small-font {
font-size: 0.8125rem;
}
.dapp-core-component__main__progress-steps {
display: flex;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps {
display: flex;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps hr {
background-color: #6c757d;
border-color: #dee2e6;
z-index: 2;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot {
height: 0.625rem;
width: 0.625rem;
border-radius: 50%;
margin: 0 1rem;
z-index: 5;
background-color: #6c757d;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot:first-of-type {
margin-left: 0;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot:last-of-type {
margin-right: 0;
}
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot.dapp-core-component__main__bg-primary {
background-color: #1b46c2;
}
a.dapp-core-component__main__side-link::after {
right: 0;
left: unset;
width: calc(100% - 1.85rem);
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Sn));var y={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};var jo=({children:e,title:o,className:n="",colWidth:_="2",noBorder:p=!1})=>J.default.createElement("div",{className:(0,O.default)(y.row,zo.detailItem,n,{[y.pt3]:p,[y.pb1]:p,[y.borderBottom]:!p,[y.py3]:!p})},J.default.createElement("div",{className:(0,O.default)(y.textSecondary,y.textLgRight,y.fontWeightMedium,y[`colLg${_}`])},o),J.default.createElement("div",{className:(0,O.default)(y.fontWeightMedium,y[`colLg${12-Number(_)}`])},e));s();var Nn=`.dapp-core-component__styles__hash {
display: flex;
align-items: center;
word-break: break-all;
}
.dapp-core-component__styles__hash .dapp-core-component__styles__copy {
margin-left: 0.5rem;
}
.dapp-core-component__styles__hash .dapp-core-component__styles__copy svg path {
fill: #cacbcc;
transition: all 200ms;
}
.dapp-core-component__styles__hash .dapp-core-component__styles__copy svg path:hover {
fill: #1f43f4;
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Nn));var co={hash:"dapp-core-component__styles__hash",copy:"dapp-core-component__styles__copy"};var Un=({transaction:e})=>Q.default.createElement(jo,{title:"Hash"},Q.default.createElement("div",{className:co.hash},e.txHash,Q.default.createElement(Do,{text:e.txHash,className:co.copy})));0&&(module.exports={TransactionInfoHash});
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
//# sourceMappingURL=TransactionInfoHash.js.map