html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* stylelint-disable */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote::before,blockquote::after,q::before,q::after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border-style: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: none;
}

.fa,.fas,.far,.fal,.fad,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */
.fa-500px:before {
    content: "飰�";
}

.fa-accessible-icon:before {
    content: "飴�";
}

.fa-accusoft:before {
    content: "飴�";
}

.fa-acquisitions-incorporated:before {
    content: "餁�";
}

.fa-ad:before {
    content: "餀�";
}

.fa-address-book:before {
    content: "飱�";
}

.fa-address-card:before {
    content: "飱�";
}

.fa-adjust:before {
    content: "飦�";
}

.fa-adn:before {
    content: "飬�";
}

.fa-adobe:before {
    content: "餄�";
}

.fa-adversal:before {
    content: "飴�";
}

.fa-affiliatetheme:before {
    content: "飴�";
}

.fa-air-freshener:before {
    content: "飾�";
}

.fa-airbnb:before {
    content: "餇�";
}

.fa-algolia:before {
    content: "飴�";
}

.fa-align-center:before {
    content: "飥�";
}

.fa-align-justify:before {
    content: "飥�";
}

.fa-align-left:before {
    content: "飥�";
}

.fa-align-right:before {
    content: "飥�";
}

.fa-alipay:before {
    content: "餀�";
}

.fa-allergies:before {
    content: "飸�";
}

.fa-amazon:before {
    content: "飰�";
}

.fa-amazon-pay:before {
    content: "飷�";
}

.fa-ambulance:before {
    content: "飪�";
}

.fa-american-sign-language-interpreting:before {
    content: "飱�";
}

.fa-amilia:before {
    content: "飴�";
}

.fa-anchor:before {
    content: "飫�";
}

.fa-android:before {
    content: "飬�";
}

.fa-angellist:before {
    content: "飯�";
}

.fa-angle-double-down:before {
    content: "飫�";
}

.fa-angle-double-left:before {
    content: "飫€";
}

.fa-angle-double-right:before {
    content: "飫�";
}

.fa-angle-double-up:before {
    content: "飫�";
}

.fa-angle-down:before {
    content: "飫�";
}

.fa-angle-left:before {
    content: "飫�";
}

.fa-angle-right:before {
    content: "飫�";
}

.fa-angle-up:before {
    content: "飫�";
}

.fa-angry:before {
    content: "飼�";
}

.fa-angrycreative:before {
    content: "飴�";
}

.fa-angular:before {
    content: "飷�";
}

.fa-ankh:before {
    content: "餀�";
}

.fa-app-store:before {
    content: "飴�";
}

.fa-app-store-ios:before {
    content: "飴�";
}

.fa-apper:before {
    content: "飴�";
}

.fa-apple:before {
    content: "飬�";
}

.fa-apple-alt:before {
    content: "飾�";
}

.fa-apple-pay:before {
    content: "飷�";
}

.fa-archive:before {
    content: "飭�";
}

.fa-archway:before {
    content: "飼�";
}

.fa-arrow-alt-circle-down:before {
    content: "飴�";
}

.fa-arrow-alt-circle-left:before {
    content: "飴�";
}

.fa-arrow-alt-circle-right:before {
    content: "飴�";
}

.fa-arrow-alt-circle-up:before {
    content: "飴�";
}

.fa-arrow-circle-down:before {
    content: "飩�";
}

.fa-arrow-circle-left:before {
    content: "飩�";
}

.fa-arrow-circle-right:before {
    content: "飩�";
}

.fa-arrow-circle-up:before {
    content: "飩�";
}

.fa-arrow-down:before {
    content: "飦�";
}

.fa-arrow-left:before {
    content: "飦�";
}

.fa-arrow-right:before {
    content: "飦�";
}

.fa-arrow-up:before {
    content: "飦�";
}

.fa-arrows-alt:before {
    content: "飩�";
}

.fa-arrows-alt-h:before {
    content: "飳�";
}

.fa-arrows-alt-v:before {
    content: "飳�";
}

.fa-artstation:before {
    content: "餄�";
}

.fa-assistive-listening-systems:before {
    content: "飱�";
}

.fa-asterisk:before {
    content: "飦�";
}

.fa-asymmetrik:before {
    content: "飴�";
}

.fa-at:before {
    content: "飮�";
}

.fa-atlas:before {
    content: "飼�";
}

.fa-atlassian:before {
    content: "餄�";
}

.fa-atom:before {
    content: "飾�";
}

.fa-audible:before {
    content: "飴�";
}

.fa-audio-description:before {
    content: "飱�";
}

.fa-autoprefixer:before {
    content: "飷�";
}

.fa-avianex:before {
    content: "飴�";
}

.fa-aviato:before {
    content: "飷�";
}

.fa-award:before {
    content: "飼�";
}

.fa-aws:before {
    content: "飴�";
}

.fa-baby:before {
    content: "餄�";
}

.fa-baby-carriage:before {
    content: "餄�";
}

.fa-backspace:before {
    content: "飼�";
}

.fa-backward:before {
    content: "飦�";
}

.fa-bacon:before {
    content: "餆�";
}

.fa-bahai:before {
    content: "餀�";
}

.fa-balance-scale:before {
    content: "飰�";
}

.fa-balance-scale-left:before {
    content: "飻�";
}

.fa-balance-scale-right:before {
    content: "飻�";
}

.fa-ban:before {
    content: "飦�";
}

.fa-band-aid:before {
    content: "飸�";
}

.fa-bandcamp:before {
    content: "飲�";
}

.fa-barcode:before {
    content: "飥�";
}

.fa-bars:before {
    content: "飪�";
}

.fa-baseball-ball:before {
    content: "飷�";
}

.fa-basketball-ball:before {
    content: "飷�";
}

.fa-bath:before {
    content: "飲�";
}

.fa-battery-empty:before {
    content: "飰�";
}

.fa-battery-full:before {
    content: "飰€";
}

.fa-battery-half:before {
    content: "飰�";
}

.fa-battery-quarter:before {
    content: "飰�";
}

.fa-battery-three-quarters:before {
    content: "飰�";
}

.fa-battle-net:before {
    content: "餇�";
}

.fa-bed:before {
    content: "飯�";
}

.fa-beer:before {
    content: "飪�";
}

.fa-behance:before {
    content: "飭�";
}

.fa-behance-square:before {
    content: "飭�";
}

.fa-bell:before {
    content: "飪�";
}

.fa-bell-slash:before {
    content: "飮�";
}

.fa-bezier-curve:before {
    content: "飼�";
}

.fa-bible:before {
    content: "餀�";
}

.fa-bicycle:before {
    content: "飯�";
}

.fa-biking:before {
    content: "铩�";
}

.fa-bimobject:before {
    content: "飴�";
}

.fa-binoculars:before {
    content: "飮�";
}

.fa-biohazard:before {
    content: "餅€";
}

.fa-birthday-cake:before {
    content: "飮�";
}

.fa-bitbucket:before {
    content: "飬�";
}

.fa-bitcoin:before {
    content: "飴�";
}

.fa-bity:before {
    content: "飴�";
}

.fa-black-tie:before {
    content: "飰�";
}

.fa-blackberry:before {
    content: "飴�";
}

.fa-blender:before {
    content: "飻�";
}

.fa-blender-phone:before {
    content: "餁�";
}

.fa-blind:before {
    content: "飱�";
}

.fa-blog:before {
    content: "餅�";
}

.fa-blogger:before {
    content: "飴�";
}

.fa-blogger-b:before {
    content: "飴�";
}

.fa-bluetooth:before {
    content: "飱�";
}

.fa-bluetooth-b:before {
    content: "飱�";
}

.fa-bold:before {
    content: "飥�";
}

.fa-bolt:before {
    content: "飪�";
}

.fa-bomb:before {
    content: "飮�";
}

.fa-bone:before {
    content: "飾�";
}

.fa-bong:before {
    content: "飼�";
}

.fa-book:before {
    content: "飥�";
}

.fa-book-dead:before {
    content: "餁�";
}

.fa-book-medical:before {
    content: "餆�";
}

.fa-book-open:before {
    content: "飻�";
}

.fa-book-reader:before {
    content: "飾�";
}

.fa-bookmark:before {
    content: "飥�";
}

.fa-bootstrap:before {
    content: "餇�";
}

.fa-border-all:before {
    content: "铩�";
}

.fa-border-none:before {
    content: "铩�";
}

.fa-border-style:before {
    content: "铩�";
}

.fa-bowling-ball:before {
    content: "飷�";
}

.fa-box:before {
    content: "飸�";
}

.fa-box-open:before {
    content: "飹�";
}

.fa-box-tissue:before {
    content: "铳�";
}

.fa-boxes:before {
    content: "飸�";
}

.fa-braille:before {
    content: "飱�";
}

.fa-brain:before {
    content: "飾�";
}

.fa-bread-slice:before {
    content: "餆�";
}

.fa-briefcase:before {
    content: "飩�";
}

.fa-briefcase-medical:before {
    content: "飸�";
}

.fa-broadcast-tower:before {
    content: "飻�";
}

.fa-broom:before {
    content: "飻�";
}

.fa-brush:before {
    content: "飼�";
}

.fa-btc:before {
    content: "飬�";
}

.fa-buffer:before {
    content: "餇�";
}

.fa-bug:before {
    content: "飭�";
}

.fa-building:before {
    content: "飭�";
}

.fa-bullhorn:before {
    content: "飩�";
}

.fa-bullseye:before {
    content: "飬€";
}

.fa-burn:before {
    content: "飸�";
}

.fa-buromobelexperte:before {
    content: "飴�";
}

.fa-bus:before {
    content: "飯�";
}

.fa-bus-alt:before {
    content: "飼�";
}

.fa-business-time:before {
    content: "餀�";
}

.fa-buy-n-large:before {
    content: "铫�";
}

.fa-buysellads:before {
    content: "飯�";
}

.fa-calculator:before {
    content: "飮�";
}

.fa-calendar:before {
    content: "飫�";
}

.fa-calendar-alt:before {
    content: "飦�";
}

.fa-calendar-check:before {
    content: "飰�";
}

.fa-calendar-day:before {
    content: "餅�";
}

.fa-calendar-minus:before {
    content: "飰�";
}

.fa-calendar-plus:before {
    content: "飰�";
}

.fa-calendar-times:before {
    content: "飰�";
}

.fa-calendar-week:before {
    content: "餅�";
}

.fa-camera:before {
    content: "飥�";
}

.fa-camera-retro:before {
    content: "飩�";
}

.fa-campground:before {
    content: "餁�";
}

.fa-canadian-maple-leaf:before {
    content: "餅�";
}

.fa-candy-cane:before {
    content: "餅�";
}

.fa-cannabis:before {
    content: "飼�";
}

.fa-capsules:before {
    content: "飸�";
}

.fa-car:before {
    content: "飭�";
}

.fa-car-alt:before {
    content: "飾�";
}

.fa-car-battery:before {
    content: "飾�";
}

.fa-car-crash:before {
    content: "飾�";
}

.fa-car-side:before {
    content: "飾�";
}

.fa-caravan:before {
    content: "铮�";
}

.fa-caret-down:before {
    content: "飪�";
}

.fa-caret-left:before {
    content: "飪�";
}

.fa-caret-right:before {
    content: "飪�";
}

.fa-caret-square-down:before {
    content: "飬�";
}

.fa-caret-square-left:before {
    content: "飭�";
}

.fa-caret-square-right:before {
    content: "飬�";
}

.fa-caret-square-up:before {
    content: "飬�";
}

.fa-caret-up:before {
    content: "飪�";
}

.fa-carrot:before {
    content: "餅�";
}

.fa-cart-arrow-down:before {
    content: "飯�";
}

.fa-cart-plus:before {
    content: "飯�";
}

.fa-cash-register:before {
    content: "餅�";
}

.fa-cat:before {
    content: "餁�";
}

.fa-cc-amazon-pay:before {
    content: "飷�";
}

.fa-cc-amex:before {
    content: "飮�";
}

.fa-cc-apple-pay:before {
    content: "飷�";
}

.fa-cc-diners-club:before {
    content: "飰�";
}

.fa-cc-discover:before {
    content: "飮�";
}

.fa-cc-jcb:before {
    content: "飰�";
}

.fa-cc-mastercard:before {
    content: "飮�";
}

.fa-cc-paypal:before {
    content: "飮�";
}

.fa-cc-stripe:before {
    content: "飮�";
}

.fa-cc-visa:before {
    content: "飮�";
}

.fa-centercode:before {
    content: "飵€";
}

.fa-centos:before {
    content: "餅�";
}

.fa-certificate:before {
    content: "飩�";
}

.fa-chair:before {
    content: "餂€";
}

.fa-chalkboard:before {
    content: "飻�";
}

.fa-chalkboard-teacher:before {
    content: "飻�";
}

.fa-charging-station:before {
    content: "飾�";
}

.fa-chart-area:before {
    content: "飮�";
}

.fa-chart-bar:before {
    content: "飩€";
}

.fa-chart-line:before {
    content: "飯�";
}

.fa-chart-pie:before {
    content: "飯€";
}

.fa-check:before {
    content: "飥�";
}

.fa-check-circle:before {
    content: "飦�";
}

.fa-check-double:before {
    content: "飼�";
}

.fa-check-square:before {
    content: "飬�";
}

.fa-cheese:before {
    content: "餆�";
}

.fa-chess:before {
    content: "飷�";
}

.fa-chess-bishop:before {
    content: "飷�";
}

.fa-chess-board:before {
    content: "飷�";
}

.fa-chess-king:before {
    content: "飷�";
}

.fa-chess-knight:before {
    content: "飸�";
}

.fa-chess-pawn:before {
    content: "飸�";
}

.fa-chess-queen:before {
    content: "飸�";
}

.fa-chess-rook:before {
    content: "飸�";
}

.fa-chevron-circle-down:before {
    content: "飫�";
}

.fa-chevron-circle-left:before {
    content: "飫�";
}

.fa-chevron-circle-right:before {
    content: "飫�";
}

.fa-chevron-circle-up:before {
    content: "飫�";
}

.fa-chevron-down:before {
    content: "飦�";
}

.fa-chevron-left:before {
    content: "飦�";
}

.fa-chevron-right:before {
    content: "飦�";
}

.fa-chevron-up:before {
    content: "飦�";
}

.fa-child:before {
    content: "飭�";
}

.fa-chrome:before {
    content: "飰�";
}

.fa-chromecast:before {
    content: "餇�";
}

.fa-church:before {
    content: "飻�";
}

.fa-circle:before {
    content: "飫�";
}

.fa-circle-notch:before {
    content: "飮�";
}

.fa-city:before {
    content: "餀�";
}

.fa-clinic-medical:before {
    content: "餆�";
}

.fa-clipboard:before {
    content: "飳�";
}

.fa-clipboard-check:before {
    content: "飸�";
}

.fa-clipboard-list:before {
    content: "飸�";
}

.fa-clock:before {
    content: "飥�";
}

.fa-clone:before {
    content: "飰�";
}

.fa-closed-captioning:before {
    content: "飯�";
}

.fa-cloud:before {
    content: "飪�";
}

.fa-cloud-download-alt:before {
    content: "飵�";
}

.fa-cloud-meatball:before {
    content: "餃�";
}

.fa-cloud-moon:before {
    content: "餂�";
}

.fa-cloud-moon-rain:before {
    content: "餃�";
}

.fa-cloud-rain:before {
    content: "餃�";
}

.fa-cloud-showers-heavy:before {
    content: "餄€";
}

.fa-cloud-sun:before {
    content: "餂�";
}

.fa-cloud-sun-rain:before {
    content: "餄�";
}

.fa-cloud-upload-alt:before {
    content: "飵�";
}

.fa-cloudscale:before {
    content: "飵�";
}

.fa-cloudsmith:before {
    content: "飵�";
}

.fa-cloudversify:before {
    content: "飵�";
}

.fa-cocktail:before {
    content: "飼�";
}

.fa-code:before {
    content: "飫�";
}

.fa-code-branch:before {
    content: "飫�";
}

.fa-codepen:before {
    content: "飮�";
}

.fa-codiepie:before {
    content: "飱�";
}

.fa-coffee:before {
    content: "飪�";
}

.fa-cog:before {
    content: "飥�";
}

.fa-cogs:before {
    content: "飩�";
}

.fa-coins:before {
    content: "飻�";
}

.fa-columns:before {
    content: "飪�";
}

.fa-comment:before {
    content: "飦�";
}

.fa-comment-alt:before {
    content: "飰�";
}

.fa-comment-dollar:before {
    content: "餀�";
}

.fa-comment-dots:before {
    content: "飹�";
}

.fa-comment-medical:before {
    content: "餆�";
}

.fa-comment-slash:before {
    content: "飹�";
}

.fa-comments:before {
    content: "飩�";
}

.fa-comments-dollar:before {
    content: "餀�";
}

.fa-compact-disc:before {
    content: "飻�";
}

.fa-compass:before {
    content: "飬�";
}

.fa-compress:before {
    content: "飦�";
}

.fa-compress-alt:before {
    content: "飷�";
}

.fa-compress-arrows-alt:before {
    content: "餅�";
}

.fa-concierge-bell:before {
    content: "飼�";
}

.fa-confluence:before {
    content: "餅�";
}

.fa-connectdevelop:before {
    content: "飯�";
}

.fa-contao:before {
    content: "飰�";
}

.fa-cookie:before {
    content: "飼�";
}

.fa-cookie-bite:before {
    content: "飼�";
}

.fa-copy:before {
    content: "飪�";
}

.fa-copyright:before {
    content: "飮�";
}

.fa-cotton-bureau:before {
    content: "铫�";
}

.fa-couch:before {
    content: "飹�";
}

.fa-cpanel:before {
    content: "飵�";
}

.fa-creative-commons:before {
    content: "飰�";
}

.fa-creative-commons-by:before {
    content: "飺�";
}

.fa-creative-commons-nc:before {
    content: "飺�";
}

.fa-creative-commons-nc-eu:before {
    content: "飺�";
}

.fa-creative-commons-nc-jp:before {
    content: "飺�";
}

.fa-creative-commons-nd:before {
    content: "飺�";
}

.fa-creative-commons-pd:before {
    content: "飺�";
}

.fa-creative-commons-pd-alt:before {
    content: "飺�";
}

.fa-creative-commons-remix:before {
    content: "飺�";
}

.fa-creative-commons-sa:before {
    content: "飺�";
}

.fa-creative-commons-sampling:before {
    content: "飺�";
}

.fa-creative-commons-sampling-plus:before {
    content: "飺�";
}

.fa-creative-commons-share:before {
    content: "飺�";
}

.fa-creative-commons-zero:before {
    content: "飺�";
}

.fa-credit-card:before {
    content: "飩�";
}

.fa-critical-role:before {
    content: "餂�";
}

.fa-crop:before {
    content: "飫�";
}

.fa-crop-alt:before {
    content: "飼�";
}

.fa-cross:before {
    content: "餀�";
}

.fa-crosshairs:before {
    content: "飦�";
}

.fa-crow:before {
    content: "飻�";
}

.fa-crown:before {
    content: "飻�";
}

.fa-crutch:before {
    content: "餆�";
}

.fa-css3:before {
    content: "飫�";
}

.fa-css3-alt:before {
    content: "飵�";
}

.fa-cube:before {
    content: "飭�";
}

.fa-cubes:before {
    content: "飭�";
}

.fa-cut:before {
    content: "飪�";
}

.fa-cuttlefish:before {
    content: "飵�";
}

.fa-d-and-d:before {
    content: "飵�";
}

.fa-d-and-d-beyond:before {
    content: "餂�";
}

.fa-dailymotion:before {
    content: "铳�";
}

.fa-dashcube:before {
    content: "飯�";
}

.fa-database:before {
    content: "飮€";
}

.fa-deaf:before {
    content: "飱�";
}

.fa-delicious:before {
    content: "飭�";
}

.fa-democrat:before {
    content: "餄�";
}

.fa-deploydog:before {
    content: "飵�";
}

.fa-deskpro:before {
    content: "飵�";
}

.fa-desktop:before {
    content: "飫�";
}

.fa-dev:before {
    content: "餂�";
}

.fa-deviantart:before {
    content: "飭�";
}

.fa-dharmachakra:before {
    content: "餀�";
}

.fa-dhl:before {
    content: "餅�";
}

.fa-diagnoses:before {
    content: "飸�";
}

.fa-diaspora:before {
    content: "餅�";
}

.fa-dice:before {
    content: "飻�";
}

.fa-dice-d20:before {
    content: "餂�";
}

.fa-dice-d6:before {
    content: "餂�";
}

.fa-dice-five:before {
    content: "飻�";
}

.fa-dice-four:before {
    content: "飻�";
}

.fa-dice-one:before {
    content: "飻�";
}

.fa-dice-six:before {
    content: "飻�";
}

.fa-dice-three:before {
    content: "飻�";
}

.fa-dice-two:before {
    content: "飻�";
}

.fa-digg:before {
    content: "飭�";
}

.fa-digital-ocean:before {
    content: "飵�";
}

.fa-digital-tachograph:before {
    content: "飼�";
}

.fa-directions:before {
    content: "飾�";
}

.fa-discord:before {
    content: "飵�";
}

.fa-discourse:before {
    content: "飵�";
}

.fa-disease:before {
    content: "餆�";
}

.fa-divide:before {
    content: "飻�";
}

.fa-dizzy:before {
    content: "飼�";
}

.fa-dna:before {
    content: "飸�";
}

.fa-dochub:before {
    content: "飵�";
}

.fa-docker:before {
    content: "飵�";
}

.fa-dog:before {
    content: "餂�";
}

.fa-dollar-sign:before {
    content: "飬�";
}

.fa-dolly:before {
    content: "飸�";
}

.fa-dolly-flatbed:before {
    content: "飸�";
}

.fa-donate:before {
    content: "飹�";
}

.fa-door-closed:before {
    content: "飻�";
}

.fa-door-open:before {
    content: "飻�";
}

.fa-dot-circle:before {
    content: "飭�";
}

.fa-dove:before {
    content: "飹�";
}

.fa-download:before {
    content: "飥�";
}

.fa-draft2digital:before {
    content: "飵�";
}

.fa-drafting-compass:before {
    content: "飼�";
}

.fa-dragon:before {
    content: "餂�";
}

.fa-draw-polygon:before {
    content: "飾�";
}

.fa-dribbble:before {
    content: "飬�";
}

.fa-dribbble-square:before {
    content: "飵�";
}

.fa-dropbox:before {
    content: "飬�";
}

.fa-drum:before {
    content: "飼�";
}

.fa-drum-steelpan:before {
    content: "飼�";
}

.fa-drumstick-bite:before {
    content: "餂�";
}

.fa-drupal:before {
    content: "飭�";
}

.fa-dumbbell:before {
    content: "飸�";
}

.fa-dumpster:before {
    content: "餅�";
}

.fa-dumpster-fire:before {
    content: "餅�";
}

.fa-dungeon:before {
    content: "餂�";
}

.fa-dyalog:before {
    content: "飵�";
}

.fa-earlybirds:before {
    content: "飵�";
}

.fa-ebay:before {
    content: "飺�";
}

.fa-edge:before {
    content: "飱�";
}

.fa-edit:before {
    content: "飦�";
}

.fa-egg:before {
    content: "餆�";
}

.fa-eject:before {
    content: "飦�";
}

.fa-elementor:before {
    content: "飷�";
}

.fa-ellipsis-h:before {
    content: "飬�";
}

.fa-ellipsis-v:before {
    content: "飬�";
}

.fa-ello:before {
    content: "飾�";
}

.fa-ember:before {
    content: "飷�";
}

.fa-empire:before {
    content: "飮�";
}

.fa-envelope:before {
    content: "飪�";
}

.fa-envelope-open:before {
    content: "飱�";
}

.fa-envelope-open-text:before {
    content: "餀�";
}

.fa-envelope-square:before {
    content: "飭�";
}

.fa-envira:before {
    content: "飱�";
}

.fa-equals:before {
    content: "飻�";
}

.fa-eraser:before {
    content: "飫�";
}

.fa-erlang:before {
    content: "飵�";
}

.fa-ethereum:before {
    content: "飷�";
}

.fa-ethernet:before {
    content: "餅�";
}

.fa-etsy:before {
    content: "飲�";
}

.fa-euro-sign:before {
    content: "飬�";
}

.fa-evernote:before {
    content: "餇�";
}

.fa-exchange-alt:before {
    content: "飴�";
}

.fa-exclamation:before {
    content: "飫�";
}

.fa-exclamation-circle:before {
    content: "飦�";
}

.fa-exclamation-triangle:before {
    content: "飦�";
}

.fa-expand:before {
    content: "飦�";
}

.fa-expand-alt:before {
    content: "飷�";
}

.fa-expand-arrows-alt:before {
    content: "飳�";
}

.fa-expeditedssl:before {
    content: "飯�";
}

.fa-external-link-alt:before {
    content: "飴�";
}

.fa-external-link-square-alt:before {
    content: "飴�";
}

.fa-eye:before {
    content: "飦�";
}

.fa-eye-dropper:before {
    content: "飮�";
}

.fa-eye-slash:before {
    content: "飦�";
}

.fa-facebook:before {
    content: "飩�";
}

.fa-facebook-f:before {
    content: "飵�";
}

.fa-facebook-messenger:before {
    content: "飵�";
}

.fa-facebook-square:before {
    content: "飩�";
}

.fa-fan:before {
    content: "铩�";
}

.fa-fantasy-flight-games:before {
    content: "餂�";
}

.fa-fast-backward:before {
    content: "飦�";
}

.fa-fast-forward:before {
    content: "飦�";
}

.fa-faucet:before {
    content: "铯�";
}

.fa-fax:before {
    content: "飭�";
}

.fa-feather:before {
    content: "飻�";
}

.fa-feather-alt:before {
    content: "飼�";
}

.fa-fedex:before {
    content: "餅�";
}

.fa-fedora:before {
    content: "餅�";
}

.fa-female:before {
    content: "飭�";
}

.fa-fighter-jet:before {
    content: "飪�";
}

.fa-figma:before {
    content: "餅�";
}

.fa-file:before {
    content: "飬�";
}

.fa-file-alt:before {
    content: "飬�";
}

.fa-file-archive:before {
    content: "飮�";
}

.fa-file-audio:before {
    content: "飮�";
}

.fa-file-code:before {
    content: "飮�";
}

.fa-file-contract:before {
    content: "飼�";
}

.fa-file-csv:before {
    content: "餂�";
}

.fa-file-download:before {
    content: "飼�";
}

.fa-file-excel:before {
    content: "飮�";
}

.fa-file-export:before {
    content: "飼�";
}

.fa-file-image:before {
    content: "飮�";
}

.fa-file-import:before {
    content: "飼�";
}

.fa-file-invoice:before {
    content: "飼�";
}

.fa-file-invoice-dollar:before {
    content: "飼�";
}

.fa-file-medical:before {
    content: "飸�";
}

.fa-file-medical-alt:before {
    content: "飸�";
}

.fa-file-pdf:before {
    content: "飮�";
}

.fa-file-powerpoint:before {
    content: "飮�";
}

.fa-file-prescription:before {
    content: "飼�";
}

.fa-file-signature:before {
    content: "飼�";
}

.fa-file-upload:before {
    content: "飼�";
}

.fa-file-video:before {
    content: "飮�";
}

.fa-file-word:before {
    content: "飮�";
}

.fa-fill:before {
    content: "飼�";
}

.fa-fill-drip:before {
    content: "飼�";
}

.fa-film:before {
    content: "飥�";
}

.fa-filter:before {
    content: "飩�";
}

.fa-fingerprint:before {
    content: "飼�";
}

.fa-fire:before {
    content: "飦�";
}

.fa-fire-alt:before {
    content: "餆�";
}

.fa-fire-extinguisher:before {
    content: "飫�";
}

.fa-firefox:before {
    content: "飰�";
}

.fa-firefox-browser:before {
    content: "铯�";
}

.fa-first-aid:before {
    content: "飸�";
}

.fa-first-order:before {
    content: "飱�";
}

.fa-first-order-alt:before {
    content: "飻�";
}

.fa-firstdraft:before {
    content: "飵�";
}

.fa-fish:before {
    content: "飼�";
}

.fa-fist-raised:before {
    content: "餂�";
}

.fa-flag:before {
    content: "飥�";
}

.fa-flag-checkered:before {
    content: "飫�";
}

.fa-flag-usa:before {
    content: "餄�";
}

.fa-flask:before {
    content: "飪�";
}

.fa-flickr:before {
    content: "飬�";
}

.fa-flipboard:before {
    content: "飸�";
}

.fa-flushed:before {
    content: "飼�";
}

.fa-fly:before {
    content: "飷�";
}

.fa-folder:before {
    content: "飦�";
}

.fa-folder-minus:before {
    content: "餀�";
}

.fa-folder-open:before {
    content: "飦�";
}

.fa-folder-plus:before {
    content: "餀�";
}

.fa-font:before {
    content: "飥�";
}

.fa-font-awesome:before {
    content: "飱�";
}

.fa-font-awesome-alt:before {
    content: "飴�";
}

.fa-font-awesome-flag:before {
    content: "飷�";
}

.fa-font-awesome-logo-full:before {
    content: "飺�";
}

.fa-fonticons:before {
    content: "飱€";
}

.fa-fonticons-fi:before {
    content: "飵�";
}

.fa-football-ball:before {
    content: "飸�";
}

.fa-fort-awesome:before {
    content: "飱�";
}

.fa-fort-awesome-alt:before {
    content: "飵�";
}

.fa-forumbee:before {
    content: "飯�";
}

.fa-forward:before {
    content: "飦�";
}

.fa-foursquare:before {
    content: "飭€";
}

.fa-free-code-camp:before {
    content: "飲�";
}

.fa-freebsd:before {
    content: "飵�";
}

.fa-frog:before {
    content: "飻�";
}

.fa-frown:before {
    content: "飫�";
}

.fa-frown-open:before {
    content: "飼�";
}

.fa-fulcrum:before {
    content: "飻�";
}

.fa-funnel-dollar:before {
    content: "餀�";
}

.fa-futbol:before {
    content: "飮�";
}

.fa-galactic-republic:before {
    content: "飻�";
}

.fa-galactic-senate:before {
    content: "飻�";
}

.fa-gamepad:before {
    content: "飫�";
}

.fa-gas-pump:before {
    content: "飻�";
}

.fa-gavel:before {
    content: "飪�";
}

.fa-gem:before {
    content: "飵�";
}

.fa-genderless:before {
    content: "飯�";
}

.fa-get-pocket:before {
    content: "飰�";
}

.fa-gg:before {
    content: "飰�";
}

.fa-gg-circle:before {
    content: "飰�";
}

.fa-ghost:before {
    content: "餂�";
}

.fa-gift:before {
    content: "飦�";
}

.fa-gifts:before {
    content: "餅�";
}

.fa-git:before {
    content: "飮�";
}

.fa-git-alt:before {
    content: "铩�";
}

.fa-git-square:before {
    content: "飮�";
}

.fa-github:before {
    content: "飩�";
}

.fa-github-alt:before {
    content: "飫�";
}

.fa-github-square:before {
    content: "飩�";
}

.fa-gitkraken:before {
    content: "飵�";
}

.fa-gitlab:before {
    content: "飱�";
}

.fa-gitter:before {
    content: "飷�";
}

.fa-glass-cheers:before {
    content: "餅�";
}

.fa-glass-martini:before {
    content: "飥€";
}

.fa-glass-martini-alt:before {
    content: "飼�";
}

.fa-glass-whiskey:before {
    content: "餅�";
}

.fa-glasses:before {
    content: "飻�";
}

.fa-glide:before {
    content: "飱�";
}

.fa-glide-g:before {
    content: "飱�";
}

.fa-globe:before {
    content: "飩�";
}

.fa-globe-africa:before {
    content: "飼�";
}

.fa-globe-americas:before {
    content: "飼�";
}

.fa-globe-asia:before {
    content: "飼�";
}

.fa-globe-europe:before {
    content: "餅�";
}

.fa-gofore:before {
    content: "飵�";
}

.fa-golf-ball:before {
    content: "飸�";
}

.fa-goodreads:before {
    content: "飵�";
}

.fa-goodreads-g:before {
    content: "飵�";
}

.fa-google:before {
    content: "飭�";
}

.fa-google-drive:before {
    content: "飵�";
}

.fa-google-play:before {
    content: "飵�";
}

.fa-google-plus:before {
    content: "飱�";
}

.fa-google-plus-g:before {
    content: "飪�";
}

.fa-google-plus-square:before {
    content: "飪�";
}

.fa-google-wallet:before {
    content: "飮�";
}

.fa-gopuram:before {
    content: "餀�";
}

.fa-graduation-cap:before {
    content: "飭�";
}

.fa-gratipay:before {
    content: "飭�";
}

.fa-grav:before {
    content: "飲�";
}

.fa-greater-than:before {
    content: "飻�";
}

.fa-greater-than-equal:before {
    content: "飻�";
}

.fa-grimace:before {
    content: "飼�";
}

.fa-grin:before {
    content: "飽€";
}

.fa-grin-alt:before {
    content: "飽�";
}

.fa-grin-beam:before {
    content: "飽�";
}

.fa-grin-beam-sweat:before {
    content: "飽�";
}

.fa-grin-hearts:before {
    content: "飽�";
}

.fa-grin-squint:before {
    content: "飽�";
}

.fa-grin-squint-tears:before {
    content: "飽�";
}

.fa-grin-stars:before {
    content: "飽�";
}

.fa-grin-tears:before {
    content: "飽�";
}

.fa-grin-tongue:before {
    content: "飽�";
}

.fa-grin-tongue-squint:before {
    content: "飽�";
}

.fa-grin-tongue-wink:before {
    content: "飽�";
}

.fa-grin-wink:before {
    content: "飽�";
}

.fa-grip-horizontal:before {
    content: "飽�";
}

.fa-grip-lines:before {
    content: "餅�";
}

.fa-grip-lines-vertical:before {
    content: "餅�";
}

.fa-grip-vertical:before {
    content: "飽�";
}

.fa-gripfire:before {
    content: "飵�";
}

.fa-grunt:before {
    content: "飵�";
}

.fa-guitar:before {
    content: "餅�";
}

.fa-gulp:before {
    content: "飵�";
}

.fa-h-square:before {
    content: "飪�";
}

.fa-hacker-news:before {
    content: "飮�";
}

.fa-hacker-news-square:before {
    content: "飵�";
}

.fa-hackerrank:before {
    content: "飾�";
}

.fa-hamburger:before {
    content: "餇�";
}

.fa-hammer:before {
    content: "餂�";
}

.fa-hamsa:before {
    content: "餀�";
}

.fa-hand-holding:before {
    content: "飹�";
}

.fa-hand-holding-heart:before {
    content: "飹�";
}

.fa-hand-holding-medical:before {
    content: "铳�";
}

.fa-hand-holding-usd:before {
    content: "飺€";
}

.fa-hand-holding-water:before {
    content: "飺�";
}

.fa-hand-lizard:before {
    content: "飰�";
}

.fa-hand-middle-finger:before {
    content: "餇�";
}

.fa-hand-paper:before {
    content: "飰�";
}

.fa-hand-peace:before {
    content: "飰�";
}

.fa-hand-point-down:before {
    content: "飩�";
}

.fa-hand-point-left:before {
    content: "飩�";
}

.fa-hand-point-right:before {
    content: "飩�";
}

.fa-hand-point-up:before {
    content: "飩�";
}

.fa-hand-pointer:before {
    content: "飰�";
}

.fa-hand-rock:before {
    content: "飰�";
}

.fa-hand-scissors:before {
    content: "飰�";
}

.fa-hand-sparkles:before {
    content: "铳�";
}

.fa-hand-spock:before {
    content: "飰�";
}

.fa-hands:before {
    content: "飺�";
}

.fa-hands-helping:before {
    content: "飺�";
}

.fa-hands-wash:before {
    content: "铳�";
}

.fa-handshake:before {
    content: "飱�";
}

.fa-handshake-alt-slash:before {
    content: "铳�";
}

.fa-handshake-slash:before {
    content: "铳�";
}

.fa-hanukiah:before {
    content: "餂�";
}

.fa-hard-hat:before {
    content: "餇�";
}

.fa-hashtag:before {
    content: "飱�";
}

.fa-hat-cowboy:before {
    content: "铮€";
}

.fa-hat-cowboy-side:before {
    content: "铮�";
}

.fa-hat-wizard:before {
    content: "餂�";
}

.fa-hdd:before {
    content: "飩�";
}

.fa-head-side-cough:before {
    content: "铳�";
}

.fa-head-side-cough-slash:before {
    content: "铳�";
}

.fa-head-side-mask:before {
    content: "铳�";
}

.fa-head-side-virus:before {
    content: "铳�";
}

.fa-heading:before {
    content: "飮�";
}

.fa-headphones:before {
    content: "飥�";
}

.fa-headphones-alt:before {
    content: "飽�";
}

.fa-headset:before {
    content: "飽�";
}

.fa-heart:before {
    content: "飥�";
}

.fa-heart-broken:before {
    content: "餅�";
}

.fa-heartbeat:before {
    content: "飯�";
}

.fa-helicopter:before {
    content: "飻�";
}

.fa-highlighter:before {
    content: "飽�";
}

.fa-hiking:before {
    content: "餂�";
}

.fa-hippo:before {
    content: "餂�";
}

.fa-hips:before {
    content: "飸�";
}

.fa-hire-a-helper:before {
    content: "飵�";
}

.fa-history:before {
    content: "飮�";
}

.fa-hockey-puck:before {
    content: "飸�";
}

.fa-holly-berry:before {
    content: "餅�";
}

.fa-home:before {
    content: "飥�";
}

.fa-hooli:before {
    content: "飷�";
}

.fa-hornbill:before {
    content: "飽�";
}

.fa-horse:before {
    content: "餂�";
}

.fa-horse-head:before {
    content: "餅�";
}

.fa-hospital:before {
    content: "飪�";
}

.fa-hospital-alt:before {
    content: "飸�";
}

.fa-hospital-symbol:before {
    content: "飸�";
}

.fa-hospital-user:before {
    content: "餇�";
}

.fa-hot-tub:before {
    content: "飽�";
}

.fa-hotdog:before {
    content: "餇�";
}

.fa-hotel:before {
    content: "飽�";
}

.fa-hotjar:before {
    content: "飵�";
}

.fa-hourglass:before {
    content: "飰�";
}

.fa-hourglass-end:before {
    content: "飰�";
}

.fa-hourglass-half:before {
    content: "飰�";
}

.fa-hourglass-start:before {
    content: "飰�";
}

.fa-house-damage:before {
    content: "餂�";
}

.fa-house-user:before {
    content: "铳�";
}

.fa-houzz:before {
    content: "飰�";
}

.fa-hryvnia:before {
    content: "餂�";
}

.fa-html5:before {
    content: "飫�";
}

.fa-hubspot:before {
    content: "飵�";
}

.fa-i-cursor:before {
    content: "飰�";
}

.fa-ice-cream:before {
    content: "餇�";
}

.fa-icicles:before {
    content: "餅�";
}

.fa-icons:before {
    content: "铩�";
}

.fa-id-badge:before {
    content: "飲�";
}

.fa-id-card:before {
    content: "飲�";
}

.fa-id-card-alt:before {
    content: "飸�";
}

.fa-ideal:before {
    content: "铯�";
}

.fa-igloo:before {
    content: "餅�";
}

.fa-image:before {
    content: "飥�";
}

.fa-images:before {
    content: "飳�";
}

.fa-imdb:before {
    content: "飲�";
}

.fa-inbox:before {
    content: "飥�";
}

.fa-indent:before {
    content: "飥�";
}

.fa-industry:before {
    content: "飰�";
}

.fa-infinity:before {
    content: "飻�";
}

.fa-info:before {
    content: "飫�";
}

.fa-info-circle:before {
    content: "飦�";
}

.fa-instagram:before {
    content: "飬�";
}

.fa-instagram-square:before {
    content: "铳�";
}

.fa-intercom:before {
    content: "餅�";
}

.fa-internet-explorer:before {
    content: "飰�";
}

.fa-invision:before {
    content: "餅�";
}

.fa-ioxhost:before {
    content: "飯�";
}

.fa-italic:before {
    content: "飥�";
}

.fa-itch-io:before {
    content: "餇�";
}

.fa-itunes:before {
    content: "飵�";
}

.fa-itunes-note:before {
    content: "飵�";
}

.fa-java:before {
    content: "飺�";
}

.fa-jedi:before {
    content: "餀�";
}

.fa-jedi-order:before {
    content: "飻�";
}

.fa-jenkins:before {
    content: "飵�";
}

.fa-jira:before {
    content: "餅�";
}

.fa-joget:before {
    content: "飵�";
}

.fa-joint:before {
    content: "飽�";
}

.fa-joomla:before {
    content: "飭�";
}

.fa-journal-whills:before {
    content: "餀�";
}

.fa-js:before {
    content: "飵�";
}

.fa-js-square:before {
    content: "飵�";
}

.fa-jsfiddle:before {
    content: "飮�";
}

.fa-kaaba:before {
    content: "餀�";
}

.fa-kaggle:before {
    content: "飾�";
}

.fa-key:before {
    content: "飩�";
}

.fa-keybase:before {
    content: "飺�";
}

.fa-keyboard:before {
    content: "飫�";
}

.fa-keycdn:before {
    content: "飵�";
}

.fa-khanda:before {
    content: "餀�";
}

.fa-kickstarter:before {
    content: "飵�";
}

.fa-kickstarter-k:before {
    content: "飵�";
}

.fa-kiss:before {
    content: "飽�";
}

.fa-kiss-beam:before {
    content: "飽�";
}

.fa-kiss-wink-heart:before {
    content: "飽�";
}

.fa-kiwi-bird:before {
    content: "飻�";
}

.fa-korvue:before {
    content: "飷�";
}

.fa-landmark:before {
    content: "餀�";
}

.fa-language:before {
    content: "飭�";
}

.fa-laptop:before {
    content: "飫�";
}

.fa-laptop-code:before {
    content: "飾�";
}

.fa-laptop-house:before {
    content: "铳�";
}

.fa-laptop-medical:before {
    content: "餇�";
}

.fa-laravel:before {
    content: "飵�";
}

.fa-lastfm:before {
    content: "飯�";
}

.fa-lastfm-square:before {
    content: "飯�";
}

.fa-laugh:before {
    content: "飽�";
}

.fa-laugh-beam:before {
    content: "飽�";
}

.fa-laugh-squint:before {
    content: "飽�";
}

.fa-laugh-wink:before {
    content: "飽�";
}

.fa-layer-group:before {
    content: "飾�";
}

.fa-leaf:before {
    content: "飦�";
}

.fa-leanpub:before {
    content: "飯�";
}

.fa-lemon:before {
    content: "飩�";
}

.fa-less:before {
    content: "飷�";
}

.fa-less-than:before {
    content: "飻�";
}

.fa-less-than-equal:before {
    content: "飻�";
}

.fa-level-down-alt:before {
    content: "飵�";
}

.fa-level-up-alt:before {
    content: "飵�";
}

.fa-life-ring:before {
    content: "飮�";
}

.fa-lightbulb:before {
    content: "飪�";
}

.fa-line:before {
    content: "飶€";
}

.fa-link:before {
    content: "飪�";
}

.fa-linkedin:before {
    content: "飩�";
}

.fa-linkedin-in:before {
    content: "飪�";
}

.fa-linode:before {
    content: "飱�";
}

.fa-linux:before {
    content: "飬�";
}

.fa-lira-sign:before {
    content: "飭�";
}

.fa-list:before {
    content: "飥�";
}

.fa-list-alt:before {
    content: "飥�";
}

.fa-list-ol:before {
    content: "飪�";
}

.fa-list-ul:before {
    content: "飪�";
}

.fa-location-arrow:before {
    content: "飫�";
}

.fa-lock:before {
    content: "飥�";
}

.fa-lock-open:before {
    content: "飶�";
}

.fa-long-arrow-alt-down:before {
    content: "飳�";
}

.fa-long-arrow-alt-left:before {
    content: "飳�";
}

.fa-long-arrow-alt-right:before {
    content: "飳�";
}

.fa-long-arrow-alt-up:before {
    content: "飳�";
}

.fa-low-vision:before {
    content: "飱�";
}

.fa-luggage-cart:before {
    content: "飽�";
}

.fa-lungs:before {
    content: "飿�";
}

.fa-lungs-virus:before {
    content: "铳�";
}

.fa-lyft:before {
    content: "飶�";
}

.fa-magento:before {
    content: "飶�";
}

.fa-magic:before {
    content: "飪�";
}

.fa-magnet:before {
    content: "飦�";
}

.fa-mail-bulk:before {
    content: "餀�";
}

.fa-mailchimp:before {
    content: "飽�";
}

.fa-male:before {
    content: "飭�";
}

.fa-mandalorian:before {
    content: "飻�";
}

.fa-map:before {
    content: "飰�";
}

.fa-map-marked:before {
    content: "飽�";
}

.fa-map-marked-alt:before {
    content: "飽�";
}

.fa-map-marker:before {
    content: "飦�";
}

.fa-map-marker-alt:before {
    content: "飶�";
}

.fa-map-pin:before {
    content: "飰�";
}

.fa-map-signs:before {
    content: "飰�";
}

.fa-markdown:before {
    content: "飿�";
}

.fa-marker:before {
    content: "飽�";
}

.fa-mars:before {
    content: "飯�";
}

.fa-mars-double:before {
    content: "飯�";
}

.fa-mars-stroke:before {
    content: "飯�";
}

.fa-mars-stroke-h:before {
    content: "飯�";
}

.fa-mars-stroke-v:before {
    content: "飯�";
}

.fa-mask:before {
    content: "餂�";
}

.fa-mastodon:before {
    content: "飺�";
}

.fa-maxcdn:before {
    content: "飫�";
}

.fa-mdb:before {
    content: "铮�";
}

.fa-medal:before {
    content: "飽�";
}

.fa-medapps:before {
    content: "飶�";
}

.fa-medium:before {
    content: "飯�";
}

.fa-medium-m:before {
    content: "飶�";
}

.fa-medkit:before {
    content: "飪�";
}

.fa-medrt:before {
    content: "飶�";
}

.fa-meetup:before {
    content: "飲�";
}

.fa-megaport:before {
    content: "飽�";
}

.fa-meh:before {
    content: "飫�";
}

.fa-meh-blank:before {
    content: "飽�";
}

.fa-meh-rolling-eyes:before {
    content: "飽�";
}

.fa-memory:before {
    content: "飻�";
}

.fa-mendeley:before {
    content: "餅�";
}

.fa-menorah:before {
    content: "餀�";
}

.fa-mercury:before {
    content: "飯�";
}

.fa-meteor:before {
    content: "餄�";
}

.fa-microblog:before {
    content: "铯�";
}

.fa-microchip:before {
    content: "飲�";
}

.fa-microphone:before {
    content: "飫�";
}

.fa-microphone-alt:before {
    content: "飶�";
}

.fa-microphone-alt-slash:before {
    content: "飻�";
}

.fa-microphone-slash:before {
    content: "飫�";
}

.fa-microscope:before {
    content: "飿�";
}

.fa-microsoft:before {
    content: "飶�";
}

.fa-minus:before {
    content: "飦�";
}

.fa-minus-circle:before {
    content: "飦�";
}

.fa-minus-square:before {
    content: "飬�";
}

.fa-mitten:before {
    content: "餅�";
}

.fa-mix:before {
    content: "飶�";
}

.fa-mixcloud:before {
    content: "飱�";
}

.fa-mixer:before {
    content: "铳�";
}

.fa-mizuni:before {
    content: "飶�";
}

.fa-mobile:before {
    content: "飫�";
}

.fa-mobile-alt:before {
    content: "飶�";
}

.fa-modx:before {
    content: "飱�";
}

.fa-monero:before {
    content: "飶�";
}

.fa-money-bill:before {
    content: "飪�";
}

.fa-money-bill-alt:before {
    content: "飶�";
}

.fa-money-bill-wave:before {
    content: "飻�";
}

.fa-money-bill-wave-alt:before {
    content: "飻�";
}

.fa-money-check:before {
    content: "飻�";
}

.fa-money-check-alt:before {
    content: "飻�";
}

.fa-monument:before {
    content: "飽�";
}

.fa-moon:before {
    content: "飭�";
}

.fa-mortar-pestle:before {
    content: "飽�";
}

.fa-mosque:before {
    content: "餀�";
}

.fa-motorcycle:before {
    content: "飯�";
}

.fa-mountain:before {
    content: "餂�";
}

.fa-mouse:before {
    content: "铮�";
}

.fa-mouse-pointer:before {
    content: "飰�";
}

.fa-mug-hot:before {
    content: "餅�";
}

.fa-music:before {
    content: "飥�";
}

.fa-napster:before {
    content: "飶�";
}

.fa-neos:before {
    content: "飿�";
}

.fa-network-wired:before {
    content: "餂�";
}

.fa-neuter:before {
    content: "飯�";
}

.fa-newspaper:before {
    content: "飮�";
}

.fa-nimblr:before {
    content: "飽�";
}

.fa-node:before {
    content: "飷�";
}

.fa-node-js:before {
    content: "飶�";
}

.fa-not-equal:before {
    content: "飻�";
}

.fa-notes-medical:before {
    content: "飹�";
}

.fa-npm:before {
    content: "飶�";
}

.fa-ns8:before {
    content: "飶�";
}

.fa-nutritionix:before {
    content: "飶�";
}

.fa-object-group:before {
    content: "飰�";
}

.fa-object-ungroup:before {
    content: "飰�";
}

.fa-odnoklassniki:before {
    content: "飰�";
}

.fa-odnoklassniki-square:before {
    content: "飰�";
}

.fa-oil-can:before {
    content: "飿�";
}

.fa-old-republic:before {
    content: "飻�";
}

.fa-om:before {
    content: "餀�";
}

.fa-opencart:before {
    content: "飯�";
}

.fa-openid:before {
    content: "飭�";
}

.fa-opera:before {
    content: "飰�";
}

.fa-optin-monster:before {
    content: "飯�";
}

.fa-orcid:before {
    content: "铮�";
}

.fa-osi:before {
    content: "飷�";
}

.fa-otter:before {
    content: "餃€";
}

.fa-outdent:before {
    content: "飥�";
}

.fa-page4:before {
    content: "飶�";
}

.fa-pagelines:before {
    content: "飭�";
}

.fa-pager:before {
    content: "餇�";
}

.fa-paint-brush:before {
    content: "飮�";
}

.fa-paint-roller:before {
    content: "飽�";
}

.fa-palette:before {
    content: "飻�";
}

.fa-palfed:before {
    content: "飶�";
}

.fa-pallet:before {
    content: "飹�";
}

.fa-paper-plane:before {
    content: "飮�";
}

.fa-paperclip:before {
    content: "飪�";
}

.fa-parachute-box:before {
    content: "飺�";
}

.fa-paragraph:before {
    content: "飮�";
}

.fa-parking:before {
    content: "飼€";
}

.fa-passport:before {
    content: "飽�";
}

.fa-pastafarianism:before {
    content: "餀�";
}

.fa-paste:before {
    content: "飪�";
}

.fa-patreon:before {
    content: "飶�";
}

.fa-pause:before {
    content: "飦�";
}

.fa-pause-circle:before {
    content: "飱�";
}

.fa-paw:before {
    content: "飭�";
}

.fa-paypal:before {
    content: "飮�";
}

.fa-peace:before {
    content: "餀�";
}

.fa-pen:before {
    content: "飳�";
}

.fa-pen-alt:before {
    content: "飳�";
}

.fa-pen-fancy:before {
    content: "飽�";
}

.fa-pen-nib:before {
    content: "飽�";
}

.fa-pen-square:before {
    content: "飬�";
}

.fa-pencil-alt:before {
    content: "飳�";
}

.fa-pencil-ruler:before {
    content: "飽�";
}

.fa-penny-arcade:before {
    content: "餃�";
}

.fa-people-arrows:before {
    content: "铳�";
}

.fa-people-carry:before {
    content: "飺�";
}

.fa-pepper-hot:before {
    content: "餇�";
}

.fa-percent:before {
    content: "飱�";
}

.fa-percentage:before {
    content: "飼�";
}

.fa-periscope:before {
    content: "飶�";
}

.fa-person-booth:before {
    content: "餄�";
}

.fa-phabricator:before {
    content: "飶�";
}

.fa-phoenix-framework:before {
    content: "飶�";
}

.fa-phoenix-squadron:before {
    content: "飻�";
}

.fa-phone:before {
    content: "飩�";
}

.fa-phone-alt:before {
    content: "铩�";
}

.fa-phone-slash:before {
    content: "飶�";
}

.fa-phone-square:before {
    content: "飩�";
}

.fa-phone-square-alt:before {
    content: "铩�";
}

.fa-phone-volume:before {
    content: "飱�";
}

.fa-photo-video:before {
    content: "铩�";
}

.fa-php:before {
    content: "飸�";
}

.fa-pied-piper:before {
    content: "飱�";
}

.fa-pied-piper-alt:before {
    content: "飭�";
}

.fa-pied-piper-hat:before {
    content: "飺�";
}

.fa-pied-piper-pp:before {
    content: "飭�";
}

.fa-pied-piper-square:before {
    content: "铯�";
}

.fa-piggy-bank:before {
    content: "飺�";
}

.fa-pills:before {
    content: "飹�";
}

.fa-pinterest:before {
    content: "飪�";
}

.fa-pinterest-p:before {
    content: "飯�";
}

.fa-pinterest-square:before {
    content: "飪�";
}

.fa-pizza-slice:before {
    content: "餇�";
}

.fa-place-of-worship:before {
    content: "餀�";
}

.fa-plane:before {
    content: "飦�";
}

.fa-plane-arrival:before {
    content: "飽�";
}

.fa-plane-departure:before {
    content: "飽�";
}

.fa-plane-slash:before {
    content: "铳�";
}

.fa-play:before {
    content: "飦�";
}

.fa-play-circle:before {
    content: "飬�";
}

.fa-playstation:before {
    content: "飶�";
}

.fa-plug:before {
    content: "飮�";
}

.fa-plus:before {
    content: "飦�";
}

.fa-plus-circle:before {
    content: "飦�";
}

.fa-plus-square:before {
    content: "飪�";
}

.fa-podcast:before {
    content: "飲�";
}

.fa-poll:before {
    content: "餁�";
}

.fa-poll-h:before {
    content: "餁�";
}

.fa-poo:before {
    content: "飲�";
}

.fa-poo-storm:before {
    content: "餄�";
}

.fa-poop:before {
    content: "飿�";
}

.fa-portrait:before {
    content: "飶�";
}

.fa-pound-sign:before {
    content: "飬�";
}

.fa-power-off:before {
    content: "飥�";
}

.fa-pray:before {
    content: "餁�";
}

.fa-praying-hands:before {
    content: "餁�";
}

.fa-prescription:before {
    content: "飽�";
}

.fa-prescription-bottle:before {
    content: "飹�";
}

.fa-prescription-bottle-alt:before {
    content: "飹�";
}

.fa-print:before {
    content: "飥�";
}

.fa-procedures:before {
    content: "飹�";
}

.fa-product-hunt:before {
    content: "飱�";
}

.fa-project-diagram:before {
    content: "飼�";
}

.fa-pump-medical:before {
    content: "铳�";
}

.fa-pump-soap:before {
    content: "铳�";
}

.fa-pushed:before {
    content: "飶�";
}

.fa-puzzle-piece:before {
    content: "飫�";
}

.fa-python:before {
    content: "飶�";
}

.fa-qq:before {
    content: "飮�";
}

.fa-qrcode:before {
    content: "飥�";
}

.fa-question:before {
    content: "飫�";
}

.fa-question-circle:before {
    content: "飦�";
}

.fa-quidditch:before {
    content: "飸�";
}

.fa-quinscape:before {
    content: "飸�";
}

.fa-quora:before {
    content: "飲�";
}

.fa-quote-left:before {
    content: "飫�";
}

.fa-quote-right:before {
    content: "飫�";
}

.fa-quran:before {
    content: "餁�";
}

.fa-r-project:before {
    content: "飺�";
}

.fa-radiation:before {
    content: "餅�";
}

.fa-radiation-alt:before {
    content: "餅�";
}

.fa-rainbow:before {
    content: "餄�";
}

.fa-random:before {
    content: "飦�";
}

.fa-raspberry-pi:before {
    content: "餅�";
}

.fa-ravelry:before {
    content: "飲�";
}

.fa-react:before {
    content: "飷�";
}

.fa-reacteurope:before {
    content: "餄�";
}

.fa-readme:before {
    content: "飺�";
}

.fa-rebel:before {
    content: "飮�";
}

.fa-receipt:before {
    content: "飼�";
}

.fa-record-vinyl:before {
    content: "铮�";
}

.fa-recycle:before {
    content: "飭�";
}

.fa-red-river:before {
    content: "飶�";
}

.fa-reddit:before {
    content: "飭�";
}

.fa-reddit-alien:before {
    content: "飱�";
}

.fa-reddit-square:before {
    content: "飭�";
}

.fa-redhat:before {
    content: "餅�";
}

.fa-redo:before {
    content: "飥�";
}

.fa-redo-alt:before {
    content: "飲�";
}

.fa-registered:before {
    content: "飰�";
}

.fa-remove-format:before {
    content: "铩�";
}

.fa-renren:before {
    content: "飭�";
}

.fa-reply:before {
    content: "飶�";
}

.fa-reply-all:before {
    content: "飫�";
}

.fa-replyd:before {
    content: "飶�";
}

.fa-republican:before {
    content: "餄�";
}

.fa-researchgate:before {
    content: "飺�";
}

.fa-resolving:before {
    content: "飶�";
}

.fa-restroom:before {
    content: "餅�";
}

.fa-retweet:before {
    content: "飦�";
}

.fa-rev:before {
    content: "飽�";
}

.fa-ribbon:before {
    content: "飺�";
}

.fa-ring:before {
    content: "餃�";
}

.fa-road:before {
    content: "飥�";
}

.fa-robot:before {
    content: "飼�";
}

.fa-rocket:before {
    content: "飫�";
}

.fa-rocketchat:before {
    content: "飶�";
}

.fa-rockrms:before {
    content: "飶�";
}

.fa-route:before {
    content: "飺�";
}

.fa-rss:before {
    content: "飩�";
}

.fa-rss-square:before {
    content: "飬�";
}

.fa-ruble-sign:before {
    content: "飬�";
}

.fa-ruler:before {
    content: "飼�";
}

.fa-ruler-combined:before {
    content: "飼�";
}

.fa-ruler-horizontal:before {
    content: "飼�";
}

.fa-ruler-vertical:before {
    content: "飼�";
}

.fa-running:before {
    content: "餃�";
}

.fa-rupee-sign:before {
    content: "飬�";
}

.fa-sad-cry:before {
    content: "飽�";
}

.fa-sad-tear:before {
    content: "飽�";
}

.fa-safari:before {
    content: "飰�";
}

.fa-salesforce:before {
    content: "餇�";
}

.fa-sass:before {
    content: "飷�";
}

.fa-satellite:before {
    content: "餅�";
}

.fa-satellite-dish:before {
    content: "餆€";
}

.fa-save:before {
    content: "飪�";
}

.fa-schlix:before {
    content: "飶�";
}

.fa-school:before {
    content: "飼�";
}

.fa-screwdriver:before {
    content: "飼�";
}

.fa-scribd:before {
    content: "飱�";
}

.fa-scroll:before {
    content: "餃�";
}

.fa-sd-card:before {
    content: "餆�";
}

.fa-search:before {
    content: "飥�";
}

.fa-search-dollar:before {
    content: "餁�";
}

.fa-search-location:before {
    content: "餁�";
}

.fa-search-minus:before {
    content: "飥�";
}

.fa-search-plus:before {
    content: "飥�";
}

.fa-searchengin:before {
    content: "飶�";
}

.fa-seedling:before {
    content: "飺�";
}

.fa-sellcast:before {
    content: "飲�";
}

.fa-sellsy:before {
    content: "飯�";
}

.fa-server:before {
    content: "飯�";
}

.fa-servicestack:before {
    content: "飶�";
}

.fa-shapes:before {
    content: "飿�";
}

.fa-share:before {
    content: "飦�";
}

.fa-share-alt:before {
    content: "飮�";
}

.fa-share-alt-square:before {
    content: "飮�";
}

.fa-share-square:before {
    content: "飬�";
}

.fa-shekel-sign:before {
    content: "飯�";
}

.fa-shield-alt:before {
    content: "飶�";
}

.fa-shield-virus:before {
    content: "铳�";
}

.fa-ship:before {
    content: "飯�";
}

.fa-shipping-fast:before {
    content: "飹�";
}

.fa-shirtsinbulk:before {
    content: "飯�";
}

.fa-shoe-prints:before {
    content: "飼�";
}

.fa-shopify:before {
    content: "铳�";
}

.fa-shopping-bag:before {
    content: "飱�";
}

.fa-shopping-basket:before {
    content: "飱�";
}

.fa-shopping-cart:before {
    content: "飦�";
}

.fa-shopware:before {
    content: "飽�";
}

.fa-shower:before {
    content: "飲�";
}

.fa-shuttle-van:before {
    content: "飽�";
}

.fa-sign:before {
    content: "飺�";
}

.fa-sign-in-alt:before {
    content: "飲�";
}

.fa-sign-language:before {
    content: "飱�";
}

.fa-sign-out-alt:before {
    content: "飲�";
}

.fa-signal:before {
    content: "飥�";
}

.fa-signature:before {
    content: "飽�";
}

.fa-sim-card:before {
    content: "餆�";
}

.fa-simplybuilt:before {
    content: "飯�";
}

.fa-sistrix:before {
    content: "飶�";
}

.fa-sitemap:before {
    content: "飪�";
}

.fa-sith:before {
    content: "飻�";
}

.fa-skating:before {
    content: "餆�";
}

.fa-sketch:before {
    content: "餆�";
}

.fa-skiing:before {
    content: "餆�";
}

.fa-skiing-nordic:before {
    content: "餆�";
}

.fa-skull:before {
    content: "飼�";
}

.fa-skull-crossbones:before {
    content: "餃�";
}

.fa-skyatlas:before {
    content: "飯�";
}

.fa-skype:before {
    content: "飬�";
}

.fa-slack:before {
    content: "飭�";
}

.fa-slack-hash:before {
    content: "飶�";
}

.fa-slash:before {
    content: "餃�";
}

.fa-sleigh:before {
    content: "餆�";
}

.fa-sliders-h:before {
    content: "飮�";
}

.fa-slideshare:before {
    content: "飮�";
}

.fa-smile:before {
    content: "飫�";
}

.fa-smile-beam:before {
    content: "飽�";
}

.fa-smile-wink:before {
    content: "飺�";
}

.fa-smog:before {
    content: "餄�";
}

.fa-smoking:before {
    content: "飹�";
}

.fa-smoking-ban:before {
    content: "飼�";
}

.fa-sms:before {
    content: "餆�";
}

.fa-snapchat:before {
    content: "飱�";
}

.fa-snapchat-ghost:before {
    content: "飱�";
}

.fa-snapchat-square:before {
    content: "飱�";
}

.fa-snowboarding:before {
    content: "餆�";
}

.fa-snowflake:before {
    content: "飲�";
}

.fa-snowman:before {
    content: "餆�";
}

.fa-snowplow:before {
    content: "餆�";
}

.fa-soap:before {
    content: "铳�";
}

.fa-socks:before {
    content: "餁�";
}

.fa-solar-panel:before {
    content: "飽�";
}

.fa-sort:before {
    content: "飪�";
}

.fa-sort-alpha-down:before {
    content: "飬�";
}

.fa-sort-alpha-down-alt:before {
    content: "铫�";
}

.fa-sort-alpha-up:before {
    content: "飬�";
}

.fa-sort-alpha-up-alt:before {
    content: "铫�";
}

.fa-sort-amount-down:before {
    content: "飬�";
}

.fa-sort-amount-down-alt:before {
    content: "铫�";
}

.fa-sort-amount-up:before {
    content: "飬�";
}

.fa-sort-amount-up-alt:before {
    content: "铫�";
}

.fa-sort-down:before {
    content: "飪�";
}

.fa-sort-numeric-down:before {
    content: "飬�";
}

.fa-sort-numeric-down-alt:before {
    content: "铫�";
}

.fa-sort-numeric-up:before {
    content: "飬�";
}

.fa-sort-numeric-up-alt:before {
    content: "铫�";
}

.fa-sort-up:before {
    content: "飪�";
}

.fa-soundcloud:before {
    content: "飭�";
}

.fa-sourcetree:before {
    content: "餆�";
}

.fa-spa:before {
    content: "飽�";
}

.fa-space-shuttle:before {
    content: "飭�";
}

.fa-speakap:before {
    content: "飶�";
}

.fa-speaker-deck:before {
    content: "餇�";
}

.fa-spell-check:before {
    content: "铫�";
}

.fa-spider:before {
    content: "餃�";
}

.fa-spinner:before {
    content: "飫�";
}

.fa-splotch:before {
    content: "飽�";
}

.fa-spotify:before {
    content: "飭�";
}

.fa-spray-can:before {
    content: "飽�";
}

.fa-square:before {
    content: "飪�";
}

.fa-square-full:before {
    content: "飸�";
}

.fa-square-root-alt:before {
    content: "餁�";
}

.fa-squarespace:before {
    content: "飽�";
}

.fa-stack-exchange:before {
    content: "飭�";
}

.fa-stack-overflow:before {
    content: "飬�";
}

.fa-stackpath:before {
    content: "铩�";
}

.fa-stamp:before {
    content: "飽�";
}

.fa-star:before {
    content: "飥�";
}

.fa-star-and-crescent:before {
    content: "餁�";
}

.fa-star-half:before {
    content: "飩�";
}

.fa-star-half-alt:before {
    content: "飾€";
}

.fa-star-of-david:before {
    content: "餁�";
}

.fa-star-of-life:before {
    content: "飿�";
}

.fa-staylinked:before {
    content: "飶�";
}

.fa-steam:before {
    content: "飭�";
}

.fa-steam-square:before {
    content: "飭�";
}

.fa-steam-symbol:before {
    content: "飶�";
}

.fa-step-backward:before {
    content: "飦�";
}

.fa-step-forward:before {
    content: "飦�";
}

.fa-stethoscope:before {
    content: "飪�";
}

.fa-sticker-mule:before {
    content: "飶�";
}

.fa-sticky-note:before {
    content: "飰�";
}

.fa-stop:before {
    content: "飦�";
}

.fa-stop-circle:before {
    content: "飱�";
}

.fa-stopwatch:before {
    content: "飲�";
}

.fa-stopwatch-20:before {
    content: "铳�";
}

.fa-store:before {
    content: "飼�";
}

.fa-store-alt:before {
    content: "飼�";
}

.fa-store-alt-slash:before {
    content: "铳�";
}

.fa-store-slash:before {
    content: "铳�";
}

.fa-strava:before {
    content: "飷�";
}

.fa-stream:before {
    content: "飼�";
}

.fa-street-view:before {
    content: "飯�";
}

.fa-strikethrough:before {
    content: "飪�";
}

.fa-stripe:before {
    content: "飷�";
}

.fa-stripe-s:before {
    content: "飷�";
}

.fa-stroopwafel:before {
    content: "飼�";
}

.fa-studiovinari:before {
    content: "飶�";
}

.fa-stumbleupon:before {
    content: "飭�";
}

.fa-stumbleupon-circle:before {
    content: "飭�";
}

.fa-subscript:before {
    content: "飫�";
}

.fa-subway:before {
    content: "飯�";
}

.fa-suitcase:before {
    content: "飪�";
}

.fa-suitcase-rolling:before {
    content: "飾�";
}

.fa-sun:before {
    content: "飭�";
}

.fa-superpowers:before {
    content: "飲�";
}

.fa-superscript:before {
    content: "飫�";
}

.fa-supple:before {
    content: "飶�";
}

.fa-surprise:before {
    content: "飾�";
}

.fa-suse:before {
    content: "餆�";
}

.fa-swatchbook:before {
    content: "飾�";
}

.fa-swift:before {
    content: "铮�";
}

.fa-swimmer:before {
    content: "飾�";
}

.fa-swimming-pool:before {
    content: "飾�";
}

.fa-symfony:before {
    content: "餇�";
}

.fa-synagogue:before {
    content: "餁�";
}

.fa-sync:before {
    content: "飥�";
}

.fa-sync-alt:before {
    content: "飲�";
}

.fa-syringe:before {
    content: "飹�";
}

.fa-table:before {
    content: "飪�";
}

.fa-table-tennis:before {
    content: "飸�";
}

.fa-tablet:before {
    content: "飫�";
}

.fa-tablet-alt:before {
    content: "飶�";
}

.fa-tablets:before {
    content: "飹�";
}

.fa-tachometer-alt:before {
    content: "飶�";
}

.fa-tag:before {
    content: "飥�";
}

.fa-tags:before {
    content: "飥�";
}

.fa-tape:before {
    content: "飺�";
}

.fa-tasks:before {
    content: "飩�";
}

.fa-taxi:before {
    content: "飭�";
}

.fa-teamspeak:before {
    content: "飺�";
}

.fa-teeth:before {
    content: "飿�";
}

.fa-teeth-open:before {
    content: "飿�";
}

.fa-telegram:before {
    content: "飲�";
}

.fa-telegram-plane:before {
    content: "飶�";
}

.fa-temperature-high:before {
    content: "餄�";
}

.fa-temperature-low:before {
    content: "餄�";
}

.fa-tencent-weibo:before {
    content: "飮�";
}

.fa-tenge:before {
    content: "餆�";
}

.fa-terminal:before {
    content: "飫�";
}

.fa-text-height:before {
    content: "飥�";
}

.fa-text-width:before {
    content: "飥�";
}

.fa-th:before {
    content: "飥�";
}

.fa-th-large:before {
    content: "飥�";
}

.fa-th-list:before {
    content: "飥�";
}

.fa-the-red-yeti:before {
    content: "餁�";
}

.fa-theater-masks:before {
    content: "飿�";
}

.fa-themeco:before {
    content: "飾�";
}

.fa-themeisle:before {
    content: "飱�";
}

.fa-thermometer:before {
    content: "飹�";
}

.fa-thermometer-empty:before {
    content: "飲�";
}

.fa-thermometer-full:before {
    content: "飲�";
}

.fa-thermometer-half:before {
    content: "飲�";
}

.fa-thermometer-quarter:before {
    content: "飲�";
}

.fa-thermometer-three-quarters:before {
    content: "飲�";
}

.fa-think-peaks:before {
    content: "餃�";
}

.fa-thumbs-down:before {
    content: "飬�";
}

.fa-thumbs-up:before {
    content: "飬�";
}

.fa-thumbtack:before {
    content: "飩�";
}

.fa-ticket-alt:before {
    content: "飶�";
}

.fa-times:before {
    content: "飥�";
}

.fa-times-circle:before {
    content: "飦�";
}

.fa-tint:before {
    content: "飦�";
}

.fa-tint-slash:before {
    content: "飾�";
}

.fa-tired:before {
    content: "飾�";
}

.fa-toggle-off:before {
    content: "飯�";
}

.fa-toggle-on:before {
    content: "飯�";
}

.fa-toilet:before {
    content: "餆�";
}

.fa-toilet-paper:before {
    content: "餃�";
}

.fa-toilet-paper-slash:before {
    content: "铳�";
}

.fa-toolbox:before {
    content: "飼�";
}

.fa-tools:before {
    content: "餆�";
}

.fa-tooth:before {
    content: "飾�";
}

.fa-torah:before {
    content: "餁�";
}

.fa-torii-gate:before {
    content: "餁�";
}

.fa-tractor:before {
    content: "餃�";
}

.fa-trade-federation:before {
    content: "飻�";
}

.fa-trademark:before {
    content: "飰�";
}

.fa-traffic-light:before {
    content: "飿�";
}

.fa-trailer:before {
    content: "铳�";
}

.fa-train:before {
    content: "飯�";
}

.fa-tram:before {
    content: "餆�";
}

.fa-transgender:before {
    content: "飯�";
}

.fa-transgender-alt:before {
    content: "飯�";
}

.fa-trash:before {
    content: "飮�";
}

.fa-trash-alt:before {
    content: "飲�";
}

.fa-trash-restore:before {
    content: "餇�";
}

.fa-trash-restore-alt:before {
    content: "餇�";
}

.fa-tree:before {
    content: "飭�";
}

.fa-trello:before {
    content: "飭�";
}

.fa-tripadvisor:before {
    content: "飰�";
}

.fa-trophy:before {
    content: "飩�";
}

.fa-truck:before {
    content: "飪�";
}

.fa-truck-loading:before {
    content: "飺�";
}

.fa-truck-monster:before {
    content: "飿�";
}

.fa-truck-moving:before {
    content: "飺�";
}

.fa-truck-pickup:before {
    content: "飿�";
}

.fa-tshirt:before {
    content: "飼�";
}

.fa-tty:before {
    content: "飮�";
}

.fa-tumblr:before {
    content: "飬�";
}

.fa-tumblr-square:before {
    content: "飬�";
}

.fa-tv:before {
    content: "飰�";
}

.fa-twitch:before {
    content: "飮�";
}

.fa-twitter:before {
    content: "飩�";
}

.fa-twitter-square:before {
    content: "飩�";
}

.fa-typo3:before {
    content: "飷�";
}

.fa-uber:before {
    content: "飷�";
}

.fa-ubuntu:before {
    content: "餆�";
}

.fa-uikit:before {
    content: "飷�";
}

.fa-umbraco:before {
    content: "铮�";
}

.fa-umbrella:before {
    content: "飪�";
}

.fa-umbrella-beach:before {
    content: "飾�";
}

.fa-underline:before {
    content: "飪�";
}

.fa-undo:before {
    content: "飪�";
}

.fa-undo-alt:before {
    content: "飲�";
}

.fa-uniregistry:before {
    content: "飷�";
}

.fa-unity:before {
    content: "铳�";
}

.fa-universal-access:before {
    content: "飱�";
}

.fa-university:before {
    content: "飭�";
}

.fa-unlink:before {
    content: "飫�";
}

.fa-unlock:before {
    content: "飩�";
}

.fa-unlock-alt:before {
    content: "飫�";
}

.fa-untappd:before {
    content: "飷�";
}

.fa-upload:before {
    content: "飩�";
}

.fa-ups:before {
    content: "餆�";
}

.fa-usb:before {
    content: "飱�";
}

.fa-user:before {
    content: "飥�";
}

.fa-user-alt:before {
    content: "飷�";
}

.fa-user-alt-slash:before {
    content: "飺�";
}

.fa-user-astronaut:before {
    content: "飺�";
}

.fa-user-check:before {
    content: "飺�";
}

.fa-user-circle:before {
    content: "飱�";
}

.fa-user-clock:before {
    content: "飺�";
}

.fa-user-cog:before {
    content: "飺�";
}

.fa-user-edit:before {
    content: "飺�";
}

.fa-user-friends:before {
    content: "飻€";
}

.fa-user-graduate:before {
    content: "飻�";
}

.fa-user-injured:before {
    content: "餃�";
}

.fa-user-lock:before {
    content: "飻�";
}

.fa-user-md:before {
    content: "飪�";
}

.fa-user-minus:before {
    content: "飻�";
}

.fa-user-ninja:before {
    content: "飻�";
}

.fa-user-nurse:before {
    content: "餇�";
}

.fa-user-plus:before {
    content: "飯�";
}

.fa-user-secret:before {
    content: "飯�";
}

.fa-user-shield:before {
    content: "飻�";
}

.fa-user-slash:before {
    content: "飻�";
}

.fa-user-tag:before {
    content: "飻�";
}

.fa-user-tie:before {
    content: "飻�";
}

.fa-user-times:before {
    content: "飯�";
}

.fa-users:before {
    content: "飪€";
}

.fa-users-cog:before {
    content: "飻�";
}

.fa-usps:before {
    content: "餆�";
}

.fa-ussunnah:before {
    content: "飷�";
}

.fa-utensil-spoon:before {
    content: "飲�";
}

.fa-utensils:before {
    content: "飲�";
}

.fa-vaadin:before {
    content: "飷�";
}

.fa-vector-square:before {
    content: "飾�";
}

.fa-venus:before {
    content: "飯�";
}

.fa-venus-double:before {
    content: "飯�";
}

.fa-venus-mars:before {
    content: "飯�";
}

.fa-viacoin:before {
    content: "飯�";
}

.fa-viadeo:before {
    content: "飱�";
}

.fa-viadeo-square:before {
    content: "飱�";
}

.fa-vial:before {
    content: "飹�";
}

.fa-vials:before {
    content: "飹�";
}

.fa-viber:before {
    content: "飷�";
}

.fa-video:before {
    content: "飥�";
}

.fa-video-slash:before {
    content: "飺�";
}

.fa-vihara:before {
    content: "餁�";
}

.fa-vimeo:before {
    content: "飷�";
}

.fa-vimeo-square:before {
    content: "飭�";
}

.fa-vimeo-v:before {
    content: "飰�";
}

.fa-vine:before {
    content: "飮�";
}

.fa-virus:before {
    content: "铳�";
}

.fa-virus-slash:before {
    content: "铳�";
}

.fa-viruses:before {
    content: "铳�";
}

.fa-vk:before {
    content: "飭�";
}

.fa-vnv:before {
    content: "飷�";
}

.fa-voicemail:before {
    content: "铫�";
}

.fa-volleyball-ball:before {
    content: "飸�";
}

.fa-volume-down:before {
    content: "飥�";
}

.fa-volume-mute:before {
    content: "餁�";
}

.fa-volume-off:before {
    content: "飥�";
}

.fa-volume-up:before {
    content: "飥�";
}

.fa-vote-yea:before {
    content: "餄�";
}

.fa-vr-cardboard:before {
    content: "餃�";
}

.fa-vuejs:before {
    content: "飷�";
}

.fa-walking:before {
    content: "飼�";
}

.fa-wallet:before {
    content: "飼�";
}

.fa-warehouse:before {
    content: "飹�";
}

.fa-water:before {
    content: "餄�";
}

.fa-wave-square:before {
    content: "餇�";
}

.fa-waze:before {
    content: "餇�";
}

.fa-weebly:before {
    content: "飾�";
}

.fa-weibo:before {
    content: "飭�";
}

.fa-weight:before {
    content: "飹�";
}

.fa-weight-hanging:before {
    content: "飾�";
}

.fa-weixin:before {
    content: "飮�";
}

.fa-whatsapp:before {
    content: "飯�";
}

.fa-whatsapp-square:before {
    content: "飷�";
}

.fa-wheelchair:before {
    content: "飭�";
}

.fa-whmcs:before {
    content: "飷�";
}

.fa-wifi:before {
    content: "飮�";
}

.fa-wikipedia-w:before {
    content: "飰�";
}

.fa-wind:before {
    content: "餃�";
}

.fa-window-close:before {
    content: "飷�";
}

.fa-window-maximize:before {
    content: "飲�";
}

.fa-window-minimize:before {
    content: "飲�";
}

.fa-window-restore:before {
    content: "飲�";
}

.fa-windows:before {
    content: "飬�";
}

.fa-wine-bottle:before {
    content: "餃�";
}

.fa-wine-glass:before {
    content: "飺�";
}

.fa-wine-glass-alt:before {
    content: "飾�";
}

.fa-wix:before {
    content: "飾�";
}

.fa-wizards-of-the-coast:before {
    content: "餃�";
}

.fa-wolf-pack-battalion:before {
    content: "飻�";
}

.fa-won-sign:before {
    content: "飬�";
}

.fa-wordpress:before {
    content: "飭�";
}

.fa-wordpress-simple:before {
    content: "飷�";
}

.fa-wpbeginner:before {
    content: "飱�";
}

.fa-wpexplorer:before {
    content: "飲�";
}

.fa-wpforms:before {
    content: "飱�";
}

.fa-wpressr:before {
    content: "飶�";
}

.fa-wrench:before {
    content: "飩�";
}

.fa-x-ray:before {
    content: "飹�";
}

.fa-xbox:before {
    content: "飷�";
}

.fa-xing:before {
    content: "飬�";
}

.fa-xing-square:before {
    content: "飬�";
}

.fa-y-combinator:before {
    content: "飯�";
}

.fa-yahoo:before {
    content: "飭�";
}

.fa-yammer:before {
    content: "铩€";
}

.fa-yandex:before {
    content: "飷�";
}

.fa-yandex-international:before {
    content: "飷�";
}

.fa-yarn:before {
    content: "餆�";
}

.fa-yelp:before {
    content: "飮�";
}

.fa-yen-sign:before {
    content: "飬�";
}

.fa-yin-yang:before {
    content: "餁�";
}

.fa-yoast:before {
    content: "飱�";
}

.fa-youtube:before {
    content: "飬�";
}

.fa-youtube-square:before {
    content: "飷�";
}

.fa-zhihu:before {
    content: "飿�";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../images/fa-solid-900.eot");
    src: url("../images/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../images/fa-solid-900.woff2") format("woff2"), url("../images/fa-solid-900.woff") format("woff"), url("../images/fa-solid-900.ttf") format("truetype"), url("../images/fa-solid-900.svg") format("svg");
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/fa-regular-400.eot");
    src: url("../images/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../images/fa-regular-400.woff2") format("woff2"), url("../images/fa-regular-400.woff") format("woff"), url("../images/fa-regular-400.ttf") format("truetype"), url("../images/fa-regular-400.svg") format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../images/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("../images/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../images/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../images/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../images/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url("../images/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 400;
    src: url("../images/EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: italic;
    font-weight: 400;
    src: url("../images/EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 700;
    src: url("../images/EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "DINAlternate, DINAlternate-Bold";
    font-style: normal;
    font-weight: 400;
    src: url("../images/DINCond-black.otf") format("truetype");
}

/*  Z-Indicies*/
* {
    box-sizing: border-box;
}

html,body {
    color: #4d4d4d;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    overflow: auto;
}

html {
    min-height: 500px;
}

.mouse-user-styles button:focus,.mouse-user-styles input:focus,.mouse-user-styles textarea:focus,.mouse-user-styles .unit-input__input,.mouse-user-styles .currency-display__input {
    outline: none;
}

/*  This error class is used in the following files still:  /ui/pages/create-account/connect-hardware/index.js  /ui/pages/create-account/import-account/json.js  /ui/pages/create-account/import-account/private-key.js  /ui/pages/first-time-flow/create-password/import-with-seed-phrase/import-with-seed-phrase.component.js  /ui/pages/keychains/restore-vault.js*/
.error {
    color: #e55036;
    margin-top: 3px;
    margin-bottom: 9px;
}

/*  This warning class is used in the following files still:  /ui/pages/create-account/import-account/json.js  /ui/pages/confirm-add-suggested-token/confirm-add-suggested-token.component.js*/
.warning {
    color: #ffae00;
}

/* stylelint-disable */
#app-content {
    overflow-x: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 575px) {
    #app-content {
        background-color: #fff;
    }
}

/* stylelint-enable */
a {
    text-decoration: none;
    color: inherit;
}

input.large-input,textarea.large-input {
    padding: 8px;
}

input.large-input {
    height: 36px;
}

.allcaps {
    text-transform: uppercase;
}

.input-label {
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
}

input.form-control {
    padding-left: 10px;
    font-size: 14px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 3px;
    width: 100%;
}

input.form-control::-webkit-input-placeholder {
    font-weight: 100;
    color: #9b9b9b;
}

input.form-control::-moz-placeholder {
    font-weight: 100;
    color: #9b9b9b;
}

input.form-control:-ms-input-placeholder {
    font-weight: 100;
    color: #9b9b9b;
}

input.form-control:-moz-placeholder {
    font-weight: 100;
    color: #9b9b9b;
}

input.form-control--error {
    border: 1px solid #d0021b;
}

/** Default Typography on base elements **/
* {
    font-family: PingFangSC, PingFangSC-Regular;
}

/** Please import your files in alphabetical order **/
.account-list-item__top-row {
    display: flex;
    margin-top: 10px;
    margin-left: 8px;
    position: relative;
}

.account-list-item__account-name {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 8px;
}

.account-list-item__icon {
    position: absolute;
    right: 12px;
    top: 1px;
}

.account-list-item__account-address {
    margin-left: 35px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-menu {
    position: fixed;
    z-index: 100;
    top: 60px;
    width: 360px;
    border-radius: 20px;
    background: #fff;
    min-width: 150px;
    color: #333333;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 575px) {
    .account-menu {
        width: 328px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-radius: 20px;
        max-height: 95vh;
    }
}

@media screen and (min-width: 576px) {
    .account-menu {
        right: calc((100vw - 85vw) / 2);
    }

    .account-menu .account-menu__close {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .account-menu {
        right: calc((100vw - 80vw) / 2);
    }
}

@media screen and (min-width: 1281px) {
    .account-menu {
        right: calc((100vw - 65vw) / 2);
    }
}

.account-menu__block {
    padding: 8px 0;
}

.account-menu__item {
    padding: 0 18px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    z-index: 201;
}

@media screen and (max-width: 575px) {
    .account-menu__item {
        padding: 14px 16px;
    }
}

.account-menu__item--clickable {
    cursor: pointer;
}

.account-menu__item--clickable:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.account-menu__item--clickable:active {
    background-color: rgba(255, 255, 255, 0.1);
}

.account-menu__item-selected {
    color: white !important;
    background-color: #2980fe !important;
}

.account-menu__item-selected .account-menu__name,.account-menu__item-selected .account-menu__address {
    color: white;
    opacity: 0.8;
}

.account-menu__item-selected .account-menu__balance {
    color: white;
}

.account-menu__item-selected .account-menu__type {
    color: white;
    border-color: white;
}

.account-menu__item-selected .creating {
    color: #fff !important;
    -webkit-transform-origin: 0 center !important;
    transform-origin: 0 center !important;
}

.account-menu__item__icon {
    height: 22px;
    width: 22px;
    margin-right: 9px;
}

.account-menu__item__text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
}

.account-menu__item__subtext {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 5px 0 0 30px;
}

.account-menu__item__enter {
    width: 6px;
    height: 10px;
    background: url("../images/enter-black.svg") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 19px;
}

.account-menu__divider {
    width: 100%;
    height: 12px;
    background: #f9f9f9;
}

.account-menu__operation-divider {
    width: calc(100% - 18px);
    height: 1px;
    margin-left: 18px;
    background: #eeeeee;
}

.account-menu__close-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.account-menu__icon {
    margin-left: 1rem;
    cursor: pointer;
}

.account-menu__icon--disabled {
    cursor: initial;
}

.account-menu__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 18px 8px;
    border-radius: 20px 20px 0 0;
    background: #ededed;
}

.account-menu__title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

.account-menu__search {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    width: 100%;
    border: none;
    border-radius: 8px;
    margin-top: 11px;
    font-weight: 400;
    background: url("../images/search1.svg") 15px center no-repeat;
    background-size: 16px 16px;
    padding-left: 38px;
    background-color: white;
    height: 32px;
}

.account-menu__search::-webkit-input-placeholder {
    color: #bbbbbb;
}

.account-menu__search::-moz-placeholder {
    color: #bbbbbb;
}

.account-menu__search::-ms-input-placeholder {
    color: #bbbbbb;
}

.account-menu__search::placeholder {
    color: #bbbbbb;
}

.account-menu__lock-button-container {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.account-menu__lock-button {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background-color: transparent;
    color: #333333;
    margin: 0 auto;
}

.account-menu__item-icon {
    width: 22px;
    height: 22px;
}

.account-menu__accounts-container {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 200;
    overflow-y: auto;
    background: #ededed;
}

@media (max-width: 575px) {
    .account-menu__accounts-container {
        max-height: 200px;
    }
}

@media (min-width: 575px) {
    .account-menu__accounts-container {
        max-height: 300px;
    }
}

.account-menu__accounts {
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
}

.account-menu__accounts::-webkit-scrollbar {
    display: none;
}

.account-menu__accounts .keyring-label {
    font-size: 0.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    z-index: 1;
    border-radius: 10px;
    padding: 4px;
    text-align: center;
    height: 15px;
    margin-top: 5px;
    margin-right: 10px;
    background-color: #9b9b9b;
    color: #000;
    font-weight: normal;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.account-menu__no-accounts {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 16px 14px;
}

.account-menu__account {
    padding: 9px 16px;
    flex: 0 0 auto;
    border-radius: 8px;
    margin: 0 16px 6px;
    background-color: #fff;
}

.account-menu__account .remove-account-icon {
    width: 15px;
    margin-left: 10px;
    height: 15px;
}

.account-menu__account:hover {
    background-color: #f5f9ff;
    border-color: #f5f9ff;
    color: white;
}

.account-menu__account:hover .remove-account-icon::after {
    content: "脳";
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    margin-top: -5px;
}

.account-menu__account-info {
    flex: 1 0 auto;
    display: flex;
    flex-flow: column nowrap;
}

.account-menu__account-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-menu__account-right {
    display: flex;
    align-items: center;
}

.account-menu__account-right img {
    width: 12px;
}

.account-menu__action-wrap {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: 0;
    z-index: 200;
}

.account-menu__action-wrap::-webkit-scrollbar {
    display: none;
}

.account-menu__check-mark {
    width: 20px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.account-menu__check-mark-icon {
    background-image: url("../images/check-white.svg");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 3px 0;
}

.account-menu .identicon {
    margin: 0 12px 0 0;
    flex: 0 0 auto;
}

.account-menu__name-container {
    display: flex;
    align-items: center;
}

.account-menu__name {
    font-size: 13px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
    font-weight: 500;
}

.account-menu__balance {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.account-menu__address-container {
    display: flex;
    align-items: center;
}

.account-menu__address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
}

.account-menu__copy {
    height: 12px;
    margin-left: 6px;
    cursor: pointer;
}

.account-menu__action {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
}

.account-menu__scroll-button {
    position: absolute;
    bottom: 12px;
    right: 12px;
    height: 28px;
    width: 28px;
    border-radius: 14px;
    background: #3f3f3f;
    z-index: 201;
    cursor: pointer;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-menu__scroll-button:hover {
    opacity: 1;
}

.account-menu__icon-list {
    display: flex;
}

.account-menu__operation {
    padding: 7px 19px 8px;
}

.account-menu__operation:hover {
    background-color: #f5f9ff;
}

.account-menu__type {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    padding: 0.5px 6px;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    color: #333333;
    border: 1px solid #333333;
}

.account-menu__close {
    right: 10px;
    top: 10px;
    position: absolute;
    width: 20px;
    z-index: 201;
    cursor: pointer;
}

.account-menu__multisig-disabled-warn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: auto;
    background: rgba(255, 231, 216, 0.95);
    border: 1.5px solid #ff7114;
    border-radius: 41px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 10px;
    color: #ff7114;
    z-index: 202;
}

.account-menu__multisig-disabled-warn-line1 {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.account-menu__multisig-disabled-warn-line1 img {
    height: 20px;
    margin-right: 8px;
}

.account-menu__multisig-disabled-warn-line2 {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-top: 2px;
    font-weight: 400;
}

.account-menu__status {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 8px;
    border-radius: 4px;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    -webkit-transform-origin: -80px center;
    transform-origin: -80px center;
    color: white;
    padding: 1px 8px;
}

.account-menu__status.failed {
    background: #e55036;
}

.account-menu__status.creating {
    color: #2980fe;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    margin: 0;
    padding: 0;
}

.add-token-button__button {
    height: 20px;
    width: 20px;
    background: url("../images/add1.svg") center no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.advanced-gas-controls__row {
    margin-bottom: 20px;
}

.advanced-gas-controls__row-heading {
    display: flex;
}

.advanced-gas-controls .info-tooltip {
    display: inline-block;
}

.advanced-gas-controls__row-heading-detail {
    flex-grow: 1;
    align-self: center;
}

.advanced-gas-controls__row-error,.advanced-gas-controls__row--error h6 {
    color: #d73a49 !important;
    padding-top: 6px;
}

.advanced-gas-controls h6 {
    padding-bottom: 6px;
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;}

.advanced-gas-controls i {
    color: #dadada;
    font-size: 0.75rem;
}

.invalid-custom-network-alert__content {
    border-radius: 0;
    padding: 0 24px 16px 24px;
}

.invalid-custom-network-alert__content>p {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 12px;
}

.invalid-custom-network-alert__content>p:last-of-type {
    padding-bottom: 0;
}

.invalid-custom-network-alert__content-link {
    color: #2980fe;
    cursor: pointer;
}

.invalid-custom-network-alert__footer {
    flex-direction: column;
}

.invalid-custom-network-alert__footer> :only-child {
    margin: 0;
    width: 100%;
}

.invalid-custom-network-alert__footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button {
    height: 40px;
    width: 50%;
    border-radius: 100px;
    margin-right: 24px;
}

.invalid-custom-network-alert__footer-row .invalid-custom-network-alert__footer-row-button:last-of-type {
    margin-right: 0;
}

.invalid-custom-network-alert__error {
    margin-bottom: 16px;
    padding: 16px;
    font-size: 14px;
    border: 1px solid #d73a49;
    background: #f8eae8;
    border-radius: 3px;
}

.unconnected-account-alert {
    -webkit-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
    padding-bottom: 22px;
    position: relative;
}

.unconnected-account-alert .popover-header {
    padding: 20px 0 10px;
}

.unconnected-account-alert .popover-header__title {
    padding-bottom: 16px;
    padding-left: 16px;
}

.unconnected-account-alert .popover-header__subtitle {
    margin-left: 18px;
}

.unconnected-account-alert__content {
    border-radius: 0;
    position: initial !important;
}

.unconnected-account-alert__footer {
    flex-direction: column;
    width: 100%;
}

.unconnected-account-alert__footer-row {
    display: flex;
    flex-direction: row;
    margin: 0 18px;
}

.unconnected-account-alert .unconnected-account-alert__dismiss-button {
    background: #2980fe;
    color: white;
    height: 40px;
    width: 100px;
    border: 0;
    border-radius: 100px;
}

.unconnected-account-alert__error {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background: rgba(255, 231, 216, 0.95);
    border-radius: 8px;
    margin: 6px 18px 0;
    padding: 7px 10px;
    display: flex;
    align-items: center;
}

.unconnected-account-alert__error img {
    width: 16px;
    margin-right: 10px;
}

.unconnected-account-alert__error span {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #ff7114;
}

.unconnected-account-alert__checkbox-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.unconnected-account-alert__checkbox {
    margin-right: 8px;
    padding-top: 1px;
}

.unconnected-account-alert__checkbox--outer {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1.46px solid #979797;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unconnected-account-alert__checkbox--outer-active {
    border-color: #03c288;
}

.unconnected-account-alert__checkbox--inner {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #03c288;
}

.unconnected-account-alert__checkbox-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    font-weight: 500;
    color: #333333;
}

.unconnected-account-alert__checkbox-label-tooltip {
    margin-left: 8px;
}

.unconnected-account-alert__checkbox-warn {
    margin-left: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.unconnected-account-alert__checkbox-warn img {
    display: block;
}

.unconnected-account-alert__close {
    position: absolute;
    right: 12px;
    top: 12px;
    height: 20px;
    cursor: pointer;
}

.app-header {
    align-items: center;
    background: white;
    position: relative;
    z-index: 12;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    flex: 0 0 auto;
}

.app-header .network-display .box {
    max-width: 200px;
}

@media screen and (max-width: 575px) {
    .app-header {
        padding: 8px 16px;
        border-bottom: 1px solid #eeeeee;
        z-index: 26;
    }
}

@media screen and (min-width: 576px) {
    .app-header {
        height: 75px;
        justify-content: center;
    }
}

.app-header__metafox-logo--icon {
    height: 32px;
}

@media screen and (min-width: 576px) {
    .app-header__metafox-logo--icon {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .app-header__metafox-logo--horizontal {
        display: none;
    }
}

.app-header__contents {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .app-header__contents {
        height: 100%;
    }
}

@media screen and (min-width: 576px) {
    .app-header__contents {
        width: 85vw;
    }
}

@media screen and (min-width: 769px) {
    .app-header__contents {
        width: 80vw;
    }
}

@media screen and (min-width: 1281px) {
    .app-header__contents {
        width: 62vw;
    }
}

.app-header__logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
}

.app-header__logo-container--clickable {
    cursor: pointer;
}

.app-header__account-menu-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 1 1 auto;
    width: 0;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.app-header__network-component-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.app-header .node-status-wrap {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.app-header .node-status-wrap-icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.app-header__network-down-arrow {
    background-image: url(../images/slide-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.app-header--hidden {
    display: none;
}

.asset-list-item .list-item__heading {
    max-width: 100%;
}

.asset-list-item .list-item__risk {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 1px 10.5px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    font-weight: 500;
    color: #e55036;
    border: 1px solid #e55036;
    border-radius: 5px;
}

.asset-list-item__token-button {
    -webkit-padding-start: 0;
    padding-inline-start: 0; min-width: 0;
    min-height: 0;
    text-align: start;
}

.asset-list-item__token-button h2 {
    display: flex;
}

.asset-list-item__token-button span {
    font-family: PingFang SC, PingFang SC-Medium;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding-right: 5px;
}

.asset-list-item__token-value {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-family: DIN Alternate, DIN Alternate-Bold;
    font-weight: 700;
    color: #333333;
}

.asset-list-item__token-fiat-value {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #777777;
}

.asset-list-item__chevron-right {
    color: #6a737d;
}

.asset-list-item .list-item__right-content {
    align-self: center;
}

.asset-list-item .list-item__subheading {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 6px;
    flex: 1;
    text-align: right;
}

.asset-list-item__warning {
    flex: 1;
    margin-left: 8px;
}

.asset-list-item .asset-list-item__send-token-button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: none;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 576px) {
    .asset-list-item__warning-tooltip {
        display: none;
    }

    .asset-list-item__warning-icon {
        width: 14px;
        margin-left: 10px;
    }

    .asset-list-item .list-item__mid-content {
        display: flex;
    }

    .asset-list-item:hover .asset-list-item__send-token-button, .asset-list-item:focus-within .asset-list-item__send-token-button {
        display: inline-block;
    }

    .asset-list-item__chevron-right {
        display: none;
    }
}

.confirm-page-container-warning {
    background-color: #fffcdb;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d8dd;
    padding: 12px 24px;
}

.confirm-page-container-warning__icon {
    flex: 0 0 auto;
    margin-right: 16px;
}

.confirm-page-container-warning__warning {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5f5922;
}

.confirm-page-container-summary {
    padding: 20px 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confirm-page-container-summary .project-icon {
    width: 100%;
    height: 100%;
}

.confirm-page-container-summary-no-padding {
    padding: 0;
}

.confirm-page-container-summary__origin {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: white;
    font-weight: 400;
    margin-top: 5px;
}

.confirm-page-container-summary__origin-container {
    padding-bottom: 30px;
    padding-top: 20px;
    width: 100%;
    background-color: #2980fe;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confirm-page-container-summary__origin-content {
    display: flex;
}

.confirm-page-container-summary__origin-content .currency-display-component {
    margin: 3px 3px 0;
}

.confirm-page-container-summary__origin-content .currency-display-component-container {
    display: none;
}

.confirm-page-container-summary__origin-content .currency-display-component__text {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-weight: 500;
}

.confirm-page-container-summary__origin-content .currency-display-component__text-value {
    display: none;
}

.confirm-page-container-summary__origin-content .currency-display-component__suffix {
    color: #fff;
}

.confirm-page-container-summary__origin-desc {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-weight: 500;
    margin-top: 3px;
}

.confirm-page-container-summary__origin-icon-container {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.confirm-page-container-summary__action-row {
    display: flex;
    justify-content: space-between;
}

.confirm-page-container-summary__action {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #8c8e94;
    padding: 3px 8px;
    border: 1px solid #8c8e94;
    border-radius: 4px;
    display: inline-block;
}

.confirm-page-container-summary__nonce {
    color: #8c8e94;
}

.confirm-page-container-summary__title {
    padding: 4px 0;
    display: flex;
    align-items: center;
}

.confirm-page-container-summary__identicon {
    flex: 0 0 auto;
    margin-right: 8px;
}

.confirm-page-container-summary__title-text {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: center;
}

.confirm-page-container-summary__title-text .currency-display-component {
    justify-content: center;
}

.confirm-page-container-summary__title-text .currency-display-component .currency-display-component-container {
    height: 54px;
    width: 54px;
    border: 1px solid #e4ddff;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-page-container-summary__title-text .currency-display-component .currency-display-component-container img {
    height: 32px;
}

.confirm-page-container-summary__title-text span {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    margin-top: 8px;
}

.confirm-page-container-summary__subtitle {
    color: #8c8e94;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confirm-page-container-summary--border {
    border-bottom: #f9f9f9 12px solid;
}

.confirm-page-container-summary__multisig-warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 328px;
    text-align: center;
    margin-top: 8px;
    padding: 10px 14px;
    font-weight: 400;
    color: #fff;
    background: #ff7114;
    border-radius: 8px;
    line-height: 17px;
}

.confirm-page-container-summary__permit2 .confirm-page-container-summary__origin-container {
    padding: 16px;
    background-color: #f9f9f9;
}

.confirm-page-container-summary__permit2-origin-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-page-container-summary__permit2-origin-logo {
    width: 44px;
    margin-right: 9px;
}

.confirm-page-container-summary__permit2-origin-right {
    max-width: 200px;
}

.confirm-page-container-summary__permit2-origin {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confirm-page-container-summary__permit2-origin-name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    font-weight: 400;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confirm-page-container-summary__permit2-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    margin-top: 16px;
}

.confirm-page-container-summary__permit2-warn {
    padding: 12px;
    background: #fff5f3;
    border: 1px solid #e55036;
    border-radius: 12px;
    display: flex;
    margin-top: 16px;
}

.confirm-page-container-summary__permit2-warn img {
    width: 13px;
    margin-right: 6px;
    -webkit-transform: translateY(1.5px);
    transform: translateY(1.5px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.confirm-page-container-summary__permit2-warn-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #e55036;
}

.confirm-page-container-content {
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.confirm-page-container-content::-webkit-scrollbar {
    display: none;
}

.confirm-page-container-content .tabs {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.confirm-page-container-content .tabs__list {
    border-radius: 16px 16px 0 0;
    border-bottom: none;
    width: 100%;
}

.confirm-page-container-content .tabs__list .confirm-page-container-content__tab {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.confirm-page-container-content .tabs__list .confirm-page-container-content__tab button {
    text-transform: capitalize;
}

.confirm-page-container-content .tabs__list .confirm-page-container-content__tab.tab--active {
    font-size: 1rem;
}

.confirm-page-container-content .tabs__list .confirm-page-container-content__tab.tab--active button {
    color: #2980fe;
}

.confirm-page-container-content .page-container__footer {
    border-top: none;
    margin-top: auto;
}

.confirm-page-container-content .page-container__footer footer {
    padding: 0 18px 5px;
}

.confirm-page-container-content .page-container__footer footer button {
    font-weight: 400;
}

.confirm-page-container-content .page-container__footer footer .btn-default {
    margin-right: 8px;
}

.confirm-page-container-content-no-data footer {
    padding-bottom: 26px !important;
}

.confirm-page-container-content__amount {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.confirm-page-container-content__amount-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 18px;
    padding-right: 18px;
    height: 60px;
    border-bottom: #eeeeee 1px solid;
}

.confirm-page-container-content__amount-container .currency-display-component {
    margin-left: auto;
}

.confirm-page-container-content__amount-container .currency-display-component-container {
    display: none;
}

.confirm-page-container-content__error-container {
    padding: 0 16px 16px 16px;
    z-index: 9;
}

.confirm-page-container-content__details {
    box-sizing: border-box;
}

.confirm-page-container-content__data {
    padding: 16px;
    color: #8c8e94;
}

.confirm-page-container-content__data-box {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background-color: #f9fafa;
    padding: 12px;
    margin-bottom: 16px;
    word-wrap: break-word;
    max-height: 200px;
    overflow-y: auto;
}

.confirm-page-container-content__data-box::-webkit-scrollbar {
    display: none;
}

.confirm-page-container-content__data-box-label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 0 12px;
}

.confirm-page-container-content__data-field {
    display: flex;
    flex-direction: row;
}

.confirm-page-container-content__data-field-label {
    font-weight: 500;
    padding-right: 16px;
}

.confirm-page-container-content__data-field:not(:last-child) {
    margin-bottom: 5px;
}

.confirm-page-container-content__gas-fee {
    border-bottom: #f9f9f9 12px solid;
}

.confirm-page-container-content__gas-fee .advanced-gas-inputs__gas-edit-rows {
    margin-bottom: 16px;
}

.confirm-page-container-content__gas-fee .currency-display-component .currency-display-component-container {
    display: none;
}

.confirm-page-container-content__function-type {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    padding-left: 5px;
}

.confirm-page-container-content__tab {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #8c8e94;
    text-transform: uppercase;
    margin: 0 8px;
}

.confirm-page-container-content__tab button {
    font-size: unset;
    color: #8c8e94;
    text-transform: uppercase;
}

.confirm-page-container-content .page-container__footer {
    margin-top: auto;
}

.confirm-page-container-content__wrap {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: 0;
}

.confirm-page-container-content__wrap::-webkit-scrollbar {
    display: none;
}

.confirm-page-container-content__multisig-init-popover {
    position: relative;
    padding: 20px 17px;
}

.confirm-page-container-content__multisig-init-popover .popover-header {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    height: 0;
    font-weight: 500;
    color: #333333;
}

.confirm-page-container-content__multisig-init-popover .popover-content {
    position: initial;
}

.confirm-page-container-content__multisig-init-popover-title {
    text-align: center;
    margin-top: 10px;
}

.confirm-page-container-content__multisig-init-popover-key {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 12px;
    color: #333333;
    font-weight: 400;
}

.confirm-page-container-content__multisig-init-popover-value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
    color: #333333;
    font-weight: 400;
}

.confirm-page-container-content__multisig-init-popover-pic {
    width: 36px;
    margin: 0 auto;
}

.confirm-page-container-content__multisig-init-popover-buttons {
    display: flex;
    margin-top: 20px;
}

.confirm-page-container-content__multisig-init-popover-cancel {
    margin-right: 12px;
    height: 44px;
}

.confirm-page-container-content__multisig-init-popover-confirm {
    height: 44px;
}

.confirm-page-container-content__multisig-init-popover-cancel,.confirm-page-container-content__multisig-init-popover-confirm {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.confirm-page-container-content__multisig-init-popover-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
}

.confirm-page-container-content__eip-1559 {
    padding: 16px;
}

.confirm-page-container-content__button-group {
    padding: 16px;
}

.confirm-page-container-content__permit2-sender {
    padding: 16px 16px 16px 0;
    margin-left: 16px;
    border-bottom: #eeeeee 1px solid;
    display: flex;
}

.confirm-page-container-content__permit2-sender__label {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-right: 20px;
    white-space: nowrap;
}

.confirm-page-container-content__permit2-sender__value {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    word-break: break-all;
}

.confirm-page-container-content__permit2-sender__name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-top: 4px;
}

.confirm-page-container-header {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

.confirm-page-container-header__row {
    display: flex;
    justify-content: space-between;
    padding: 19px;
    flex: 0 0 auto;
    align-items: center;
    border-bottom: #eeeeee 2px solid;
}

.confirm-page-container-header__row .network-display {
    margin-right: 0;
    height: 25px;
}

.confirm-page-container-header__back-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir=rtl] .confirm-page-container-header__back-button-container img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.confirm-page-container-header__back-button {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
    padding-left: 5px;
}

.confirm-page-container-header__back-icon {
    height: 14px;
    width: 14px;
}

.confirm-page-container-header__back-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin-left: 5px;
}

.confirm-page-container-header__address-container {
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.confirm-page-container-header__address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 6px;
}

.confirm-detail-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 16px 18px;
}

.confirm-detail-row--ledger {
    padding: 0;
}

.confirm-detail-row--ledger .dialog {
    padding: 10px 18px;
    border: none;
    background-color: white;
}

.confirm-detail-row--ledger .dialog .ledger-live-dialog {
    color: #666666;
    font-weight: 400;
}

.confirm-detail-row--ledger .dialog .ledger-live-dialog>h6 {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    font-weight: 400;
}

.confirm-detail-row--ledger .dialog .ledger-live-dialog>h6:first-child {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
    color: #333333;
    font-weight: 500;
}

.confirm-detail-row--ledger .dialog .ledger-live-dialog>h6 .btn-link {
    padding: 0;
    display: inline;
    text-decoration: underline;
    font-size: 12px;
}

.confirm-detail-row .confirm-detail-row__primary {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
}

.confirm-detail-row .confirm-detail-row__secondary {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
}

.confirm-detail-row .currency-display-component-container {
    display: none;
}

.confirm-detail-row__label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.confirm-detail-row__details {
    flex: 1;
    text-align: end;
    min-width: 0;
}

.confirm-detail-row__margin {
    margin-right: 31px;
}

.confirm-detail-row__primary {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    justify-content: flex-end;
    color: #333333;
    font-weight: 400;
}

.confirm-detail-row__secondary {
    color: #8c8e94;
    justify-content: flex-end;
}

.confirm-detail-row__header-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #5d5d5d;
}

.confirm-detail-row__header-text--edit {
    color: #2980fe;
    cursor: pointer;
}

.confirm-detail-row__header-text--edit img {
    position: absolute;
    right: 18px;
    top: 30px;
}

.confirm-detail-row__header-text--total {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.confirm-detail-row__header-edit {
    width: 18px;
    height: 18px;
}

.confirm-detail-row__native-currency {
    margin-left: 3px;
}

.confirm-detail-row .advanced-gas-inputs__gas-edit-rows {
    margin-bottom: 16px;
}

.confirm-detail-row .custom-nonce-input {
    width: 128px;
}

.confirm-detail-row .custom-nonce-input .MuiInputBase-root {
    border-color: #d7d7d7;
    border-radius: 4px;
    height: 36px !important;
}

.confirm-detail-row .custom-nonce-input input {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    text-align: right;
    font-weight: 400;
    color: #333333;
}

.confirm-detail-row .custom-nonce-input input::-webkit-outer-spin-button,.confirm-detail-row .custom-nonce-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.confirm-detail-row .custom-nonce-input input[type=number] {
    -moz-appearance: textfield;
}

.confirm-detail-row .custom-nonce-input input::-webkit-input-placeholder {
    color: #999999;
}

.confirm-detail-row .custom-nonce-input input::-moz-placeholder {
    color: #999999;
}

.confirm-detail-row .custom-nonce-input input::-ms-input-placeholder {
    color: #999999;
}

.confirm-detail-row .custom-nonce-input input::placeholder {
    color: #999999;
}

.confirm-detail-row__eip-1559 .confirm-detail-row__details {
    display: flex;
    flex: initial;
    flex-direction: row-reverse;
}

.confirm-detail-row__eip-1559 .confirm-detail-row__secondary {
    margin-right: 14px;
}

.confirm-page-container-navigation {
    display: flex;
    justify-content: space-between;
    font: inherit;
    padding: 4px 10px 4px 10px;
    border-bottom: 1px solid #d2d8dd;
    flex: 0 0 auto;
    align-items: center;
}

.confirm-page-container-navigation__container {
    display: flex;
    height: 10px;
}

.confirm-page-container-navigation__arrow {
    cursor: pointer;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}

.confirm-page-container-navigation__arrow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.confirm-page-container-navigation__arrow:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.confirm-page-container-navigation__textcontainer {
    text-align: center;
}

.confirm-page-container-navigation__navtext {
    font-size: 0.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

.confirm-page-container-navigation__longtext {
    font-size: 0.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #8c8e94;
}

.confirm-page-container-navigation__imageflip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.confirm-page-container-multisig {
    margin-bottom: 12px;
}

.confirm-page-container-multisig__sign-with {
    padding: 0 18px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #f9f9f9 12px solid;
    color: #333333;
}

.confirm-page-container-multisig__sign-with-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.confirm-page-container-multisig__sign-with-content {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.confirm-page-container-multisig__sign-with-info {
    text-align: right;
}

.confirm-page-container-multisig__sign-with-address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
}

.confirm-page-container-multisig__sign-with-name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.confirm-page-container-multisig__sign-with-enter {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 7px;
    color: #2980fe;
    font-weight: 400;
    -webkit-transform: scale(0.8, 1.6) translateY(-1px);
    transform: scale(0.8, 1.6) translateY(-1px);
}

.confirm-page-container-multisig__sign-with--no-bottom-border {
    border-bottom: none;
}

.confirm-page-container-multisig__advanced {
    cursor: pointer;
    color: #2980fe;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 18px;
}

.confirm-page-container-multisig__advanced-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.confirm-page-container-multisig__advanced-enter {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 7px;
    -webkit-transform: scale(0.8, 1.6) translateY(-1px);
    transform: scale(0.8, 1.6) translateY(-1px);
}

.confirm-page-container-multisig__owner-popover {
    padding: 20px;
    position: relative;
}

.confirm-page-container-multisig__owner-popover .popover-header {
    padding: 0 0 20px;
}

.confirm-page-container-multisig__owner-popover .popover-header__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    padding: 0;
}

.confirm-page-container-multisig__owner-popover .popover-content {
    position: initial;
}

.confirm-page-container-multisig__owner-popover-close {
    position: absolute;
    width: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.confirm-page-container-multisig__owner-item {
    border-radius: 12px;
    border: 1px solid #d7d7d7;
    padding: 7px 16.5px;
    margin-top: 10px;
    cursor: pointer;
}

.confirm-page-container-multisig__owner-item:first-of-type {
    margin-top: 0;
}

.confirm-page-container-multisig__owner-item--selected {
    background: #f2f2f2;
    border-color: #f2f2f2;
}

.confirm-page-container-multisig__owner-item-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.confirm-page-container-multisig__owner-item-address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    margin-top: 3.5px;
}

.confirm-page-container-multisig__owner-import {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 17px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    cursor: pointer;
}

.confirm-page-container-multisig__owner-send {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 17px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    cursor: pointer;
    margin-top: 16px;
}

.confirm-page-container-multisig__hidden {
    display: none;
}

.confirm-page-container-multisig__nonce-popover {
    padding: 18px;
}

.confirm-page-container-multisig__nonce-popover .popover-header {
    padding: 0;
}

.confirm-page-container-multisig__nonce-popover .popover-header__title {
    font-size: 18px;
}

.confirm-page-container-multisig__nonce-popover-button-container {
    display: flex;
    margin-top: 15px;
}

.confirm-page-container-multisig__nonce-popover-button-cancel {
    height: 50px;
    margin-right: 12px;
}

.confirm-page-container-multisig__nonce-popover-button-confirm {
    height: 50px;
}

.page-container {
    position: relative;
}

.page-container__content-component-wrapper {
    height: 100%;
}

.page-container .page-close {
    width: 32px;
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.page-container__content-wrap {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: 0;
}

.page-container__content-wrap::-webkit-scrollbar {
    display: none;
}

.contract-warn__popover {
    position: fixed;
    bottom: 0;
    width: 100% !important;
    padding: 20px 18px 28px;
    border-radius: 0 !important;
    -webkit-transform: initial !important;
    transform: initial !important;
}

.contract-warn__popover .popover-header {
    padding: 0;
}

.contract-warn__popover .popover-header__title {
    font-weight: 500;
    padding: 0;
}

.contract-warn__popover .popover-content {
    align-items: center;
}

.contract-warn__popover-warn {
    width: 68px;
    margin-top: 25px;
}

.contract-warn__popover-warn-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 25px;
    padding: 0 10px;
    font-weight: 400;
    color: #333333;
}

.contract-warn__popover-warn__link {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-top: 22px;
    align-self: flex-start;
    padding-left: 10px;
}

.contract-warn__popover-warn__link-arrow {
    width: 0;
    height: 0;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #2980fe;
    margin-left: 6px;
}

.contract-warn__popover__video {
    width: 100%;
    margin-top: 20px;
}

.contract-warn__popover-button {
    margin-top: 56px;
}

.connected-accounts-list {
    margin-bottom: 16px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.connected-accounts-list__title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #333333;
}

.connected-accounts-list__identicon {
    margin-right: 8px;
}

.connected-accounts-list__disconnect {
    width: 25px;
    margin-right: 6px;
}

.connected-accounts-list__account-name {
    display: flex;
    font-weight: bold;
}

.connected-accounts-list__account-name--text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    max-width: 100px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    white-space: nowrap;
}

.connected-accounts-list__account-name--type {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    padding: 1px 6px;
    color: #999999;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    border: 1px solid #999999;
    border-radius: 4px;
}

.connected-accounts-list .connected-accounts-list__account-status-link,.connected-accounts-list .connected-accounts-list__account-status {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.connected-accounts-list__account-status {
    display: inline;
    color: #6a737d;
}

.connected-accounts-list__account-status-link {
    display: block;
    text-align: right;
}

.connected-accounts-list__account-status-link,.connected-accounts-list__account-status-link:hover {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
    font-weight: 400;
    margin-left: auto;
    margin-right: 16px;
    padding-top: 0;
}

.connected-accounts-list__account-status-link--white,.connected-accounts-list__account-status-link--white:hover {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin-left: auto;
    margin-right: 16px;
    padding-top: 0;
    padding: 0 17px;
    height: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connected-accounts-list__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
    height: 58px;
    cursor: pointer;
}

.connected-accounts-list__row:hover {
    background-color: #f5f9ff;
}

.connected-accounts-list__row--highlight {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    margin: 0 18px 16px;
    cursor: default;
}

.connected-accounts-list__row-check {
    background-color: #2980fe !important;
    border: none;
}

.connected-accounts-list__row-check .connected-accounts-list__account-name,.connected-accounts-list__row-check .connected-accounts-list__account-address {
    color: #fff;
}

.connected-accounts-list__row-check .connected-accounts-list__account-name--type {
    border-color: #fff;
    color: #fff;
}

.connected-accounts-list__account {
    margin-left: 16px;
}

.connected-accounts-list__account-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.connected-accounts-list__account-address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-top: 2px;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0.7;
}

.connected-accounts-list__account-check {
    margin-right: 16px;
    width: 20px;
}

.connected-accounts-list__row-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.connected-accounts-list--connected {
    overflow-y: auto;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    margin: 0 18px;
}

.connected-accounts-list--connected>div:first-child {
    border-radius: 12px 12px 0 0;
}

.connected-accounts-list--connected>div:last-child {
    border-radius: 0 0 12px 12px;
}

.connected-accounts-options__button {
    font-size: 1.125rem;
    background: inherit;
    color: #6a737d;
}

.tippy-tooltip.none-theme {
    background: none;
    padding: 0;
}

.connected-accounts-permissions {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    color: #6a737d;
}

.connected-accounts-permissions strong {
    font-weight: bold;
}

.connected-accounts-permissions p+p {
    padding-top: 8px;
}

.connected-accounts-permissions__header {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #333333;
}

.connected-accounts-permissions__header button {
    font-size: 1rem;
    background: none;
    padding: 0;
    margin-left: 8px;
}

.connected-accounts-permissions__list {
    padding-top: 8px;
}

.connected-accounts-permissions__list-item {
    display: flex;
}

.connected-accounts-permissions .connected-accounts-permissions__checkbox {
    font-size: 1.125rem;
    margin: 0 8px 0 0;
}

.connected-accounts-permissions__list-container {
    max-height: 0;
    overflow: hidden;
    height: auto;
    transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.connected-accounts-permissions__list-container--expanded {
    max-height: 100px;
}

.connected-sites-list__content-rows {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

.connected-sites-list__content-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 14px 19px;
}

.connected-sites-list__content-row:hover {
    background-color: #f5f9ff;
}

.connected-sites-list__content-row:hover .connected-sites-list__domain-name {
    color: #2980fe;
}

.connected-sites-list__domain-info {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 0;
}

.connected-sites-list__domain-name {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    max-width: 215px;
    white-space: nowrap;
    overflow: hidden;
    direction: rtl;
    text-overflow: ellipsis;
    margin-left: 12px;
    color: #333333;
    font-weight: 400;
}

.connected-sites-list__trash {
    cursor: pointer;
}

.connected-status-indicator {
    display: flex;
    align-items: center;
    place-self: center start;
    background: none;
    font-size: inherit;
    padding: 5px 7px 5px 5px;
    border-radius: 100px;
}

.connected-status-indicator:hover {
    background-color: #f4f8ff;
}

.connected-status-indicator:active {
    background-color: #f4f8ff;
}

.connected-status-indicator--failed:hover {
    background-color: #a92d18;
}

.connected-status-indicator--failed:active {
    background-color: #a92d18;
}

.connected-status-indicator__inner-circle {
    border-radius: 4px;
    height: 4px;
    width: 4px;
    background-color: transparent;
}

.connected-status-indicator__green-circle,.connected-status-indicator__yellow-circle,.connected-status-indicator__grey-circle {
    border-radius: 4px;
    height: 8px;
    width: 8px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connected-status-indicator__green-circle {
    border-color: #03c288;
}

.connected-status-indicator__green-circle .connected-status-indicator__inner-circle {
    background-color: #03c288;
}

.connected-status-indicator__yellow-circle {
    border-color: #ffd33d;
}

.connected-status-indicator__grey-circle {
    border-color: #6a737d;
}

.connected-status-indicator__text {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    margin-left: 6px;
    white-space: nowrap;
}

.connected-status-indicator__text--active {
    color: #03c288;
}

.connected-status-indicator .color-indicator--color-disconnected {
    border-color: #999999;
}

.edit-gas-display .radio-group {
    margin: 20px auto;
}

.edit-gas-display__advanced-button {
    display: block;
    margin: 0 auto;
    background: transparent;
    color: #037dd6;
    font-weight: bold;
}

.edit-gas-display .advanced-gas-controls {
    margin-top: 20px;
}

.advanced-tab {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.advanced-tab__transaction-data-summary {
    padding-left: 24px;
    padding-right: 24px;
}

.advanced-tab__transaction-data-summary {
    display: flex;
    flex-flow: column;
    margin-top: 16px;
    padding-left: 18px;
    padding-right: 18px;
    align-items: center;
}

.advanced-tab__transaction-data-summary__titles,.advanced-tab__transaction-data-summary__container {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.advanced-tab__transaction-data-summary__container {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
}

.advanced-tab__transaction-data-summary__fee {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 6px;
    color: #333333;
    font-weight: 500;
    line-height: 33px;
}

.advanced-tab__transaction-data-summary__gas-fee {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.advanced-tab__transaction-data-summary__time-remaining {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    /*rtl:ignore*/
    direction: ltr;
    color: #313a5e;
}

.advanced-tab__transaction-data-summary__time-remaining .minutes-num,.advanced-tab__transaction-data-summary__time-remaining .seconds-num {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.advanced-tab__transaction-data-summary__time-remaining .seconds-num {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 7px;
}

.advanced-tab__transaction-data-summary__time-remaining .minutes-label,.advanced-tab__transaction-data-summary__time-remaining .seconds-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.advanced-tab__fee-chart {
    position: relative;
    display: flex;
    flex-direction: column;
}

.advanced-tab__fee-chart .advanced-gas-inputs__gas-edit-rows {
    padding: 0 !important;
}

.advanced-tab__fee-chart__title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #313a5e;
    margin-left: 22px;
}

.advanced-tab__fee-chart__speed-buttons {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    bottom: 13px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 19px;
    width: 100%;
    color: #888ea3;
}

.advanced-tab__fee-chart .loading-overlay {
    height: auto;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs {
    margin-bottom: 37px !important;
    margin-top: 12px !important;
    background: #f6faff !important;
    border: 1.5px solid #2980fe !important;
    border-radius: 12px !important;
    padding: 12px !important;
    flex-direction: column !important;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows {
    display: flex !important;
    flex-direction: row !important;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div:last-of-type {
    margin-left: 24px;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div .advanced-gas-inputs__gas-edit-row__label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div .advanced-gas-inputs__gas-edit-row__input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 36px;
    padding-left: 16px;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div .advanced-gas-inputs__gas-edit-row__input-arrows {
    top: 15px;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div .advanced-gas-inputs__gas-edit-row__swap-fix {
    margin-top: 0;
}

.advanced-tab__slider-container {
    padding-left: 27px;
    padding-right: 27px;
}

.advanced-tab__gas-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
}

.advanced-tab__gas-fiat-container {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: 400;
    color: #333333;
    margin-top: 6px;
}

.advanced-tab__advanced {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}

.advanced-tab__advanced-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.advanced-tab__advanced-arrow {
    height: 6px;
    margin-left: 4px;
}

.advanced-tab__advanced-arrow--reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.basic-tab-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 21px;
    height: 324px;
    background: #f5f7f8;
    border-bottom: 1px solid #d2d8dd;
}

.basic-tab-content__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 19px;
    color: #000;
}

.basic-tab-content__blurb {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 95%;
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
}

.basic-tab-content__footer-blurb {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 95%;
    color: #979797;
    margin-top: 15px;
}

.gas-modal-page-container__no-padding .page-container__header {
    padding-top: 0 !important;
}

.gas-modal-page-container__no-padding .page-container {
    min-height: 350px;
}

.gas-modal-page-container .page-container {
    overflow-y: initial;
    border-radius: 8px;
}

@media screen and (max-width: 575px) {
    .gas-modal-page-container .page-container__content {
        display: flex;
        overflow-y: initial;
    }
}

.gas-modal-page-container .page-container .btn-secondary {
    border-radius: 27px;
    font-weight: 400;
}

.gas-modal-page-container .page-container__header {
    padding: 0;
    padding-top: 16px;
}

.gas-modal-page-container .page-container__header--no-padding-bottom {
    padding-bottom: 0;
}

.gas-modal-page-container .page-container__footer {
    border-top: none;
}

.gas-modal-page-container .page-container__footer footer {
    padding: 0 18px 34px;
}

.gas-modal-page-container .page-container__header-close-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #4eade7;
    position: absolute;
    font-size: 0.75rem;
    top: 4px;
    right: 16px;
    cursor: pointer;
    overflow: hidden;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.gas-modal-page-container .page-container__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
}

.gas-modal-page-container .page-container__subtitle {
    display: none;
}

.gas-modal-page-container .page-container__tab {
    margin-right: 0;
}

.gas-modal-page-container .page-container__tabs {
    margin-top: 0;
}

.gas-modal-page-container .page-container__tab {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
}

.gas-modal-page-container .page-container__tab:last-of-type {
    margin-right: 0;
}

.gas-modal-page-container .page-container__tab button {
    font-size: unset;
}

.gas-modal-page-container .page-container__tab.tab--active button {
    color: #2980fe;
}

@media screen and (max-width: 575px) {
    .gas-modal-content {
        width: 100%;
    }
}

.gas-modal-content__basic-tab {
    height: 219px;
}

.gas-modal-content__info-row,.gas-modal-content__info-row--fade {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    background: #fafcfe;
    padding: 15px 21px;
    display: flex;
    flex-flow: column;
    color: #5d5d5d;
}

.gas-modal-content__info-row__send-info,.gas-modal-content__info-row__transaction-info,.gas-modal-content__info-row__total-info,.gas-modal-content__info-row__fiat-total-info,.gas-modal-content__info-row--fade__send-info,.gas-modal-content__info-row--fade__transaction-info,.gas-modal-content__info-row--fade__total-info,.gas-modal-content__info-row--fade__fiat-total-info {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.gas-modal-content__info-row__fiat-total-info,.gas-modal-content__info-row--fade__fiat-total-info {
    justify-content: flex-end;
}

.gas-modal-content__info-row__total-info__label,.gas-modal-content__info-row--fade__total-info__label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

@media screen and (max-width: 575px) {
    .gas-modal-content__info-row__total-info__label, .gas-modal-content__info-row--fade__total-info__label {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.gas-modal-content__info-row__total-info__value,.gas-modal-content__info-row--fade__total-info__value {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

@media screen and (max-width: 575px) {
    .gas-modal-content__info-row__total-info__value, .gas-modal-content__info-row--fade__total-info__value {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.gas-modal-content__info-row__transaction-info__label,.gas-modal-content__info-row__send-info__label,.gas-modal-content__info-row--fade__transaction-info__label,.gas-modal-content__info-row--fade__send-info__label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-modal-content__info-row__transaction-info__value,.gas-modal-content__info-row__send-info__value,.gas-modal-content__info-row--fade__transaction-info__value,.gas-modal-content__info-row--fade__send-info__value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-modal-content__info-row--fade {
    background: white;
    color: #9b9b9b;
    border-top: 1px solid #dddee9;
}

.gas-price-button-group {
    margin-top: 22px;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.gas-price-button-group--title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    padding: 14px 0 6px;
}

.gas-price-button-group__primary-currency {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 20.5px;
    margin-bottom: 7.5px;
}

.gas-price-button-group__time-estimate {
    margin-top: 5.5px;
    color: #aeaeae;
    height: 15.4px;
}

.gas-price-button-group__loading-container {
    height: 130px;
}

.gas-price-button-group .button-group__button,.gas-price-button-group .button-group__button--active {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 130px;
    max-width: 108px;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-top: 17px;
    border-radius: 4px;
    border-color: #c7ddec;
    background: #fff;
    color: #5d5d5d;
}

.gas-price-button-group .button-group__button div,.gas-price-button-group .button-group__button--active div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gas-price-button-group .button-group__button i:last-child,.gas-price-button-group .button-group__button--active i:last-child {
    display: none;
}

.gas-price-button-group .button-group__button {
    border-color: #e4ddff;
}

.gas-price-button-group .button-group__button--active {
    border-color: #2980fe;
    color: #5d5d5d;
}

.gas-price-button-group .button-group__button--active i:last-child {
    display: flex;
    color: #2980fe;
    margin-top: 8px;
}

.gas-price-button-group--small {
    display: flex;
    justify-content: stretch;
}

.gas-price-button-group--small__button-fiat-price {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-price-button-group--small__button-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-price-button-group--small__label {
    font-size: 13px;
    font-weight: 500;
    width: 88px;
    border-radius: 4px;
    color: #333333;
    margin-bottom: 8px;
    flex-direction: row !important;
    justify-content: center !important;
}

.gas-price-button-group--small__label img {
    margin-right: 6px;
    width: 18px;
}

.gas-price-button-group--small__primary-currency {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    padding-bottom: 6px;
}

@media screen and (max-width: 575px) {
    .gas-price-button-group--small__primary-currency {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.gas-price-button-group--small__secondary-currency {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-top: 1px;
}

@media screen and (max-width: 575px) {
    .gas-price-button-group--small__secondary-currency {
        font-size: 0.625rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.gas-price-button-group--small__loading-container {
    height: 54px;
}

.gas-price-button-group--small .button-group__button,.gas-price-button-group--small .button-group__button--active {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #eeeeee;
    padding: 14px 10px 17px;
    border-radius: 12px;
    background-color: white;
}

.gas-price-button-group--small .button-group__button:not(:last-child),.gas-price-button-group--small .button-group__button--active:not(:last-child) {
    margin-right: 8px;
}

.gas-price-button-group--small .button-group__button div,.gas-price-button-group--small .button-group__button--active div {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}

.gas-price-button-group--small .button-group__button i:last-child,.gas-price-button-group--small .button-group__button--active i:last-child {
    display: none;
}

.gas-price-button-group--small .button-group__button--active {
    background: #f6faff;
    border: 1.5px solid #2980fe;
    border-radius: 12px;
}

.gas-price-button-group--small .button-group__button--active i:last-child {
    display: flex;
    color: #2980fe;
    margin-top: 10px;
}

.gas-price-button-group--alt {
    display: flex;
    justify-content: stretch;
    width: 95%;
}

.gas-price-button-group--alt__button-fiat-price {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-price-button-group--alt__button-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-price-button-group--alt__label {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    text-transform: capitalize;
}

.gas-price-button-group--alt__primary-currency {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
}

.gas-price-button-group--alt__secondary-currency {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-price-button-group--alt__loading-container {
    height: 78px;
}

.gas-price-button-group--alt__time-estimate {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    margin-top: 4px;
    color: #000;
}

.gas-price-button-group--alt .button-group__button,.gas-price-button-group--alt .button-group__button--active {
    background: white;
    color: #2a4055;
    width: 108px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.151579);
    border-radius: 6px;
    border: none;
}

.gas-price-button-group--alt .button-group__button div,.gas-price-button-group--alt .button-group__button--active div {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.gas-price-button-group--alt .button-group__button .button-check-wrapper,.gas-price-button-group--alt .button-group__button--active .button-check-wrapper {
    display: none;
}

.gas-price-button-group--alt .button-group__button--active {
    background: #f7fcff;
    border-color: #2c8bdc;
}

.gas-price-button-group--alt .button-group__button--active:first-child {
    border-color: #2c8bdc;
}

.gas-price-button-group--alt .button-group__button--active .button-check-wrapper {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    position: absolute;
    top: -11px;
    right: -10px;
    background: #d5ecfa;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.gas-price-button-group--alt .button-group__button--active i {
    display: flex;
    color: #2980fe;
    font-weight: 900;
}

.gas-price-button-group--alt--swap {
    margin: 8px auto 0;
    flex-direction: column;
}

.gas-price-button-group--alt--swap .button-group__button {
    padding: 12px 16px;
    box-shadow: none;
    border-radius: 12px;
    width: 100%;
    margin-right: 0;
}

.gas-price-button-group--alt--swap .button-group__button>div {
    align-items: center;
    flex-direction: row !important;
}

.gas-price-button-group--alt--swap .button-group__button>div .button-check-wrapper {
    display: none;
}

.gas-price-button-group--alt--swap .button-group__button--active {
    background: #f6faff;
    border: 1.5px solid #2980fe;
    border-radius: 12px;
}

.gas-price-button-group--alt--swap__label {
    font-size: 13px;
    width: 100%;
    text-align: center;
    align-items: center !important;
    border-radius: 4px;
    font-weight: 500;
    color: #333333;
    flex-direction: row !important;
}

.gas-price-button-group--alt--swap__label img {
    width: 24px;
    margin-right: 8px;
}

.gas-price-button-group--alt--swap__primary-currency {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    text-align: center;
    align-items: center !important;
    border-radius: 4px;
    font-weight: 500;
    color: #333333;
}

.gas-price-button-group--alt--swap__secondary-currency {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    color: #999999;
    align-items: center !important;
    flex-direction: row;
    justify-content: flex-end;
}

.gas-slider {
    position: relative;
    width: 322px;
}

.gas-slider__input {
    width: 322px;
    margin-left: -2px;
    z-index: 2;
}

.gas-slider input[type=range] {
    -webkit-appearance: none !important;
}

.gas-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 34px;
    width: 34px;
    background-color: #2980fe;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.gas-slider__bar {
    height: 6px;
    width: 322px;
    background: #dedede;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 16px;
    z-index: 0;
    border-radius: 4px;
}

.gas-slider__colored {
    height: 6px;
    border-radius: 4px;
    margin-left: 102px;
    width: 322px;
    z-index: 1;
    background-color: #bfdef3;
}

.gas-slider__labels {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    margin-top: -6px;
    color: #5b5d67;
}

.advanced-tab {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.advanced-tab__transaction-data-summary {
    padding-left: 24px;
    padding-right: 24px;
}

.advanced-tab__transaction-data-summary {
    display: flex;
    flex-flow: column;
    margin-top: 16px;
    padding-left: 18px;
    padding-right: 18px;
    align-items: center;
}

.advanced-tab__transaction-data-summary__titles,.advanced-tab__transaction-data-summary__container {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.advanced-tab__transaction-data-summary__container {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
}

.advanced-tab__transaction-data-summary__fee {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 6px;
    color: #333333;
    font-weight: 500;
    line-height: 33px;
}

.advanced-tab__transaction-data-summary__gas-fee {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.advanced-tab__transaction-data-summary__time-remaining {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    /*rtl:ignore*/
    direction: ltr;
    color: #313a5e;
}

.advanced-tab__transaction-data-summary__time-remaining .minutes-num,.advanced-tab__transaction-data-summary__time-remaining .seconds-num {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.advanced-tab__transaction-data-summary__time-remaining .seconds-num {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 7px;
}

.advanced-tab__transaction-data-summary__time-remaining .minutes-label,.advanced-tab__transaction-data-summary__time-remaining .seconds-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.advanced-tab__fee-chart {
    position: relative;
    display: flex;
    flex-direction: column;
}

.advanced-tab__fee-chart .advanced-gas-inputs__gas-edit-rows {
    padding: 0 !important;
}

.advanced-tab__fee-chart__title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #313a5e;
    margin-left: 22px;
}

.advanced-tab__fee-chart__speed-buttons {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    bottom: 13px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 19px;
    width: 100%;
    color: #888ea3;
}

.advanced-tab__fee-chart .loading-overlay {
    height: auto;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs {
    margin-bottom: 37px !important;
    margin-top: 12px !important;
    background: #f6faff !important;
    border: 1.5px solid #2980fe !important;
    border-radius: 12px !important;
    padding: 12px !important;
    flex-direction: column !important;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows {
    display: flex !important;
    flex-direction: row !important;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div:last-of-type {
    margin-left: 24px;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div .advanced-gas-inputs__gas-edit-row__label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div .advanced-gas-inputs__gas-edit-row__input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 36px;
    padding-left: 16px;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div .advanced-gas-inputs__gas-edit-row__input-arrows {
    top: 15px;
}

.advanced-tab__fee-chart--swap .advanced-tab__gas-inputs .advanced-gas-inputs__gas-edit-rows>div .advanced-gas-inputs__gas-edit-row__swap-fix {
    margin-top: 0;
}

.advanced-tab__slider-container {
    padding-left: 27px;
    padding-right: 27px;
}

.advanced-tab__gas-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
}

.advanced-tab__gas-fiat-container {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: 400;
    color: #333333;
    margin-top: 6px;
}

.advanced-tab__advanced {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    cursor: pointer;
}

.advanced-tab__advanced-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.advanced-tab__advanced-arrow {
    height: 6px;
    margin-left: 4px;
}

.advanced-tab__advanced-arrow--reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.basic-tab-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 21px;
    height: 324px;
    background: #f5f7f8;
    border-bottom: 1px solid #d2d8dd;
}

.basic-tab-content__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 19px;
    color: #000;
}

.basic-tab-content__blurb {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 95%;
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
}

.basic-tab-content__footer-blurb {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 95%;
    color: #979797;
    margin-top: 15px;
}

.gas-modal-page-container__no-padding .page-container__header {
    padding-top: 0 !important;
}

.gas-modal-page-container__no-padding .page-container {
    min-height: 350px;
}

.gas-modal-page-container .page-container {
    overflow-y: initial;
    border-radius: 8px;
}

@media screen and (max-width: 575px) {
    .gas-modal-page-container .page-container__content {
        display: flex;
        overflow-y: initial;
    }
}

.gas-modal-page-container .page-container .btn-secondary {
    border-radius: 27px;
    font-weight: 400;
}

.gas-modal-page-container .page-container__header {
    padding: 0;
    padding-top: 16px;
}

.gas-modal-page-container .page-container__header--no-padding-bottom {
    padding-bottom: 0;
}

.gas-modal-page-container .page-container__footer {
    border-top: none;
}

.gas-modal-page-container .page-container__footer footer {
    padding: 0 18px 34px;
}

.gas-modal-page-container .page-container__header-close-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #4eade7;
    position: absolute;
    font-size: 0.75rem;
    top: 4px;
    right: 16px;
    cursor: pointer;
    overflow: hidden;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.gas-modal-page-container .page-container__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
}

.gas-modal-page-container .page-container__subtitle {
    display: none;
}

.gas-modal-page-container .page-container__tab {
    margin-right: 0;
}

.gas-modal-page-container .page-container__tabs {
    margin-top: 0;
}

.gas-modal-page-container .page-container__tab {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
}

.gas-modal-page-container .page-container__tab:last-of-type {
    margin-right: 0;
}

.gas-modal-page-container .page-container__tab button {
    font-size: unset;
}

.gas-modal-page-container .page-container__tab.tab--active button {
    color: #2980fe;
}

@media screen and (max-width: 575px) {
    .gas-modal-content {
        width: 100%;
    }
}

.gas-modal-content__basic-tab {
    height: 219px;
}

.gas-modal-content__info-row,.gas-modal-content__info-row--fade {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    background: #fafcfe;
    padding: 15px 21px;
    display: flex;
    flex-flow: column;
    color: #5d5d5d;
}

.gas-modal-content__info-row__send-info,.gas-modal-content__info-row__transaction-info,.gas-modal-content__info-row__total-info,.gas-modal-content__info-row__fiat-total-info,.gas-modal-content__info-row--fade__send-info,.gas-modal-content__info-row--fade__transaction-info,.gas-modal-content__info-row--fade__total-info,.gas-modal-content__info-row--fade__fiat-total-info {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.gas-modal-content__info-row__fiat-total-info,.gas-modal-content__info-row--fade__fiat-total-info {
    justify-content: flex-end;
}

.gas-modal-content__info-row__total-info__label,.gas-modal-content__info-row--fade__total-info__label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

@media screen and (max-width: 575px) {
    .gas-modal-content__info-row__total-info__label, .gas-modal-content__info-row--fade__total-info__label {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.gas-modal-content__info-row__total-info__value,.gas-modal-content__info-row--fade__total-info__value {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

@media screen and (max-width: 575px) {
    .gas-modal-content__info-row__total-info__value, .gas-modal-content__info-row--fade__total-info__value {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.gas-modal-content__info-row__transaction-info__label,.gas-modal-content__info-row__send-info__label,.gas-modal-content__info-row--fade__transaction-info__label,.gas-modal-content__info-row--fade__send-info__label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-modal-content__info-row__transaction-info__value,.gas-modal-content__info-row__send-info__value,.gas-modal-content__info-row--fade__transaction-info__value,.gas-modal-content__info-row--fade__send-info__value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.gas-modal-content__info-row--fade {
    background: white;
    color: #9b9b9b;
    border-top: 1px solid #dddee9;
}

.advanced-gas-inputs__gas-edit-rows {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    padding: 0 18px;
}

.advanced-gas-inputs__gas-edit-row {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}

.advanced-gas-inputs__gas-edit-row__label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

@media screen and (max-width: 576px) {
    .advanced-gas-inputs__gas-edit-row__label {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.advanced-gas-inputs__gas-edit-row__label .fa-info-circle {
    color: #cdcdcd;
    cursor: pointer;
}

.advanced-gas-inputs__gas-edit-row__label .fa-info-circle:hover {
    color: #5b5d67;
}

.advanced-gas-inputs__gas-edit-row__error-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: red;
}

.advanced-gas-inputs__gas-edit-row__warning-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #E55036;
}

.advanced-gas-inputs__gas-edit-row__input-wrapper {
    position: relative;
}

.advanced-gas-inputs__gas-edit-row__input {
    /*rtl:ignore*/
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    direction: ltr;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    color: #333333;
    height: 48px;
    width: 100%;
    padding-left: 18px;
    margin-top: 6px;
    font-weight: 400;
}

.advanced-gas-inputs__gas-edit-row__input-arrows {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 20px;
    /*rtl:ignore*/
    right: 17px;
    width: 10px;
    height: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.advanced-gas-inputs__gas-edit-row__input-arrows__up {
    background: url("../images/up-black.svg") top no-repeat;
    background-size: 100%;
}

.advanced-gas-inputs__gas-edit-row__input-arrows__up:hover {
    background: url("../images/up-blue.svg") top no-repeat;
}

.advanced-gas-inputs__gas-edit-row__input-arrows__down {
    background: url("../images/down-black.svg") top no-repeat;
    background-size: 100%;
    margin-top: 6px;
}

.advanced-gas-inputs__gas-edit-row__input-arrows__down:hover {
    background: url("../images/down-blue.svg") top no-repeat;
}

.advanced-gas-inputs__gas-edit-row__input-arrows__i-wrap {
    width: 10px;
    height: 7px;
    cursor: pointer;
}

.advanced-gas-inputs__gas-edit-row__input-arrows--error {
    border: 1px solid #f00;
}

.advanced-gas-inputs__gas-edit-row input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.advanced-gas-inputs__gas-edit-row input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.advanced-gas-inputs__gas-edit-row input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.advanced-gas-inputs__gas-edit-row__gwei-symbol {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #9b9b9b;
}

.advanced-gas-inputs__gas-edit-row__custom-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.advanced-gas-inputs__gas-edit-row__swap-fix {
    margin-top: 5px;
}

.circle-process {
    position: relative;
    width: 14px;
    height: 14px;
}

.circle-process .wrapper {
    width: 14px;
    height: 7px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.circle-process .top {
    top: 0;
}

.circle-process .bottom {
    bottom: 0;
}

.circle-process .circle {
    width: 14px;
    height: 14px;
    border: 1.5px solid #d1d1d1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.circle-process .top-circle {
    border-top: 1.5px solid #2980fe;
    border-right: 1.5px solid #2980fe;
    top: 0;
    -webkit-animation: circle_top 10s linear infinite;
    animation: circle_top 10s linear infinite;
}

.circle-process .bottom-circle {
    border-bottom: 1.5px solid #2980fe;
    border-left: 1.5px solid #2980fe;
    top: -7px;
    -webkit-animation: circle_bottom 10s linear infinite;
    animation: circle_bottom 10s linear infinite;
}

@-webkit-keyframes circle_bottom {
    0% {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

    50%, 100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes circle_bottom {
    0% {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

    50%, 100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes circle_top {
    0%, 50% {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes circle_top {
    0%, 50% {
        -webkit-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.eip-1559-gas-module__send-wrap {
    margin-top: 16px;
}

.eip-1559-gas-module__title-wrap {
    display: flex;
    align-items: center;
}

.eip-1559-gas-module__title {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.eip-1559-gas-module__right {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.eip-1559-gas-module__refresh {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    margin-left: 4px;
    color: #2980fe;
}

.eip-1559-gas-module__selected {
    padding: 12px 34px 12px 12px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    position: relative;
    margin-top: 8px;
    cursor: pointer;
}

.eip-1559-gas-module__selected::after {
    content: ">";
    -webkit-transform: scale(0.5, 1.2);
    transform: scale(0.5, 1.2);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    color: #2980fe;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.eip-1559-gas-module__selected-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.eip-1559-gas-module__selected-icon {
    height: 24px;
}

.eip-1559-gas-module__selected-title {
    margin-left: 8px;
    color: #333333;
    font-weight: 500;
    font-size: 13px;
}

.eip-1559-gas-module__selected-time {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    color: #03c288;
    font-weight: 500;
}

.eip-1559-gas-module__selected-line {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.eip-1559-gas-module__selected-label {
    color: #333333;
}

.eip-1559-gas-module__selected-right {
    display: flex;
}

.eip-1559-gas-module__selected-fiat {
    color: #999999;
}

.eip-1559-gas-module__selected-balance {
    color: #333333;
    margin-left: 6px;
}

.eip-1559-gas-module__selected-checked {
    background: #f6faff;
    border: 1.5px solid #2980fe !important;
    border-radius: 12px;
}

.eip-1559-gas-module__popover {
    position: relative;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    -webkit-transform: none !important;
    transform: none !important;
}

.eip-1559-gas-module__popover .popover-header {
    padding: 0;
    border-radius: 16px;
}

.eip-1559-gas-module__popover .popover-header__title {
    padding: 0;
}

.eip-1559-gas-module__popover-header {
    display: flex;
    justify-content: space-between;
}

.eip-1559-gas-module__popover-title {
    font-size: 15px;
    font-weight: 500;
}

.eip-1559-gas-module__popover-close {
    cursor: pointer;
    height: 20px;
}

.eip-1559-gas-module__popover-content {
    margin-top: 6px;
    flex: 1;
    overflow-y: auto;
    scrollbar-width: 0;
}

.eip-1559-gas-module__popover-content::-webkit-scrollbar {
    display: none;
}

.eip-1559-gas-module__popover-content .eip-1559-gas-module__selected {
    margin-top: 6px;
    padding: 8px 16px;
}

.eip-1559-gas-module__popover-content .eip-1559-gas-module__selected::after {
    display: none;
}

.eip-1559-gas-module__popover-content .eip-1559-gas-module__selected-header {
    margin-bottom: 5px;
}

.eip-1559-gas-module__popover-content .eip-1559-gas-module__selected-line {
    margin-top: 1px;
}

.eip-1559-gas-module__popover-divider {
    margin: 12px 0;
    height: 1px;
    background-color: #eeeeee;
}

.eip-1559-gas-module__popover-custom {
    cursor: pointer;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 12px 16px;
}

.eip-1559-gas-module__popover-custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eip-1559-gas-module__popover-custom-title {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
}

.eip-1559-gas-module__popover-custom-right {
    display: flex;
    align-items: center;
    color: #2980fe;
}

.eip-1559-gas-module__popover-custom-edit {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.eip-1559-gas-module__popover-custom-edit-arrow {
    -webkit-transform: scale(0.5, 1.2) translateY(-1.5px);
    transform: scale(0.5, 1.2) translateY(-1.5px);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    margin-left: 4px;
}

.eip-1559-gas-module__popover-network-status {
    margin-top: 12px;
}

.eip-1559-gas-module__popover-network-status__title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.eip-1559-gas-module__popover-network-status__content {
    margin-top: 4px;
    background: #f9f9f9;
    border-radius: 12px;
    padding-top: 9px;
    padding-bottom: 12px;
    display: flex;
}

.eip-1559-gas-module__popover-network-status__item {
    margin-left: 16px;
}

.eip-1559-gas-module__popover-network-status__item-title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #777777;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.eip-1559-gas-module__popover-network-status__item-content {
    background: #f3f3f3;
    border-radius: 8px;
    margin-top: 3px;
    display: flex;
    justify-content: space-between;
    padding: 7px 10px 7px 12px;
    font-weight: 500;
    color: #333333;
    width: 124px;
}

.eip-1559-gas-module__popover-network-status__item-value {
    font-size: 13px;
}

.eip-1559-gas-module__popover-network-status__item-unit {
    font-size: 12px;
}

.eip-1559-gas-module__popover-custom-details__block {
    margin-top: 8px;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 16px 12px;
}

.eip-1559-gas-module__popover-custom-details__input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eip-1559-gas-module__popover-custom-details__label {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

.eip-1559-gas-module__popover-custom-details__input-outer {
    height: 40px;
    width: 158px;
    display: flex;
    position: relative;
}

.eip-1559-gas-module__popover-custom-details__input {
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding-right: 50px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 500;
}

.eip-1559-gas-module__popover-custom-details__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.eip-1559-gas-module__popover-custom-details__input:focus {
    border: 1.5px solid #2980fe;
}

.eip-1559-gas-module__popover-custom-details__input-unit {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    margin-right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.eip-1559-gas-module__popover-custom-details__line {
    margin-top: 9px;
}

.eip-1559-gas-module__popover-custom-details__line-inner {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 133.3%;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: flex;
    justify-content: space-between;
}

.eip-1559-gas-module__popover-custom-details__line-right {
    text-align: right;
}

.eip-1559-gas-module__popover-custom-details__line-label {
    color: #777777;
}

.eip-1559-gas-module__popover-custom-details__line-value {
    color: #333333;
    margin-left: 6px;
    font-weight: 500;
}

.eip-1559-gas-module__popover-custom-details__overview {
    margin-top: 24px;
    padding: 0 12px;
}

.eip-1559-gas-module__popover-custom-details__overview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.eip-1559-gas-module__popover-custom-details__overview-title {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

.eip-1559-gas-module__popover-custom-details__overview-line {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    margin-top: 6px;
    justify-content: space-between;
    color: #333333;
}

.eip-1559-gas-module__popover-custom-details__overview-right {
    display: flex;
}

.eip-1559-gas-module__popover-custom-details__overview-fiat {
    color: #999999;
}

.eip-1559-gas-module__popover-custom-details__overview-balance {
    font-weight: 500;
    margin-left: 6px;
}

.eip-1559-gas-module__popover-custom-details__time {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #03c288;
}

.eip-1559-gas-module__popover-custom-details__confirm {
    margin-top: 24px;
}

.eip-1559-gas-module__popover-custom-details__error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #f00;
    text-align: right;
    margin-top: 2px;
}

.eip-1559-gas-module__popover .settings-page__header {
    padding: 0;
    margin-bottom: 9px;
}

.eip-1559-gas-module__popover .settings-page__header__title {
    font-size: 15px;
}

.eip-1559-gas-module__popover .settings-page__back-button {
    display: block;
    height: 18px;
    width: 18px;
}

.eip-1559-gas-module__popover-confirm {
    margin-top: 10px;
}

.eip-1559-gas-module__insufficient {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #E55036;
    text-align: right;
    margin-top: 2px;
}

.home-notification {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: rgba(36, 41, 46, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    min-height: 116px;
    padding: 16px;
}

@media screen and (min-width: 576px) {
    .home-notification {
        min-width: 472px;
    }
}

.home-notification__content-container {
    display: flex;
}

.home-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-notification__text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

.home-notification__text-link {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
}

.home-notification .fa-info-circle {
    color: #6a737d;
}

.home-notification .home-notification__checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .home-notification .home-notification__checkbox-wrapper {
        width: 160px;
    }
}

.home-notification .home-notification__checkbox {
    height: 13px;
    width: 13px;
    font-size: 16px;
    cursor: pointer;
}

.home-notification .home-notification__checkbox-label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    margin-left: 10px;
    margin-top: 1px;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.home-notification .home-notification__ignore-button {
    border-color: #6a737d;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    background-color: inherit;
    height: 34px;
    width: 155px;
    padding: 0;
}

@media screen and (max-width: 575px) {
    .home-notification .home-notification__ignore-button {
        width: 135px;
    }
}

.home-notification .home-notification__ignore-button:hover {
    border-color: #6a737d;
    background-color: #6a737d;
}

.home-notification .home-notification__ignore-button:active {
    background-color: #141618;
}

.home-notification .home-notification__accept-button {
    border-color: #6a737d;
    box-sizing: border-box;
    border-radius: 6px;
    color: #fff;
    background-color: inherit;
    height: 34px;
    width: 155px;
    padding: 0;
    margin-left: 4px;
}

@media screen and (max-width: 575px) {
    .home-notification .home-notification__accept-button {
        width: 135px;
    }
}

.home-notification .home-notification__accept-button:hover {
    border-color: #6a737d;
    background-color: #6a737d;
}

.home-notification .home-notification__accept-button:active {
    background-color: #141618;
}

.home-notification__buttons {
    display: flex;
    width: 100%;
    padding-top: 10px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.home-notification__tooltip-wrapper {
    display: flex;
    margin-left: 10px;
}

.info-box {
    border-radius: 4px;
    background-color: #fafafa;
    position: relative;
    padding: 16px;
    display: flex;
    flex-flow: column;
    color: #5b5d67;
}

.info-box__close::after {
    content: "脳";
    font-size: 29px;
    font-weight: 200;
    color: #9b9b9b;
    position: absolute;
    right: 12px;
    top: 0;
    cursor: pointer;
}

.info-box__description {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.menu-bar {
    display: grid;
    align-items: center;
    grid-template-columns: 25% minmax(40%, 1fr) 25%;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding: 0 11px;
    border-bottom: #eeeeee 1px solid;
}

.menu-bar--failed {
    background-color: #c24c39;
    border-bottom: none !important;
}

.menu-bar .menu-bar__account-options {
    background: url("../images/enter-grey.svg") center no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    font-size: inherit;
    margin-left: auto;
}

.menu-bar .menu-bar__account-options--failed {
    background: url("../images/enter.svg") center no-repeat;
    width: 24px;
    height: 24px;
}

.menu-bar .selected-account {
    grid-column: 2/span 1;
    place-self: center stretch;
}

.menu-bar .selected-account__line {
    display: flex;
    align-items: center;
}

.menu-bar .selected-account__line:not(:first-child) {
    margin-top: 6px;
}

.menu-bar .selected-account__copy {
    height: 14px;
    margin-left: 6px;
}

.menu-bar .selected-account__type {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0.5px 6px;
    color: #333333;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    border: 1px solid #999999;
    margin-left: 4px;
    white-space: nowrap;
}

.account-options-menu__connected-sites::before {
    content: "";
    background-image: url(../images/connected-sites.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px;
}

.account-options-menu__explorer-origin {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
}

.modal-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}

.modal-content__title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
}

.modal-content__description {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.modal-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    border-radius: 8px;
}

@media screen and (max-width: 575px) {
    .modal-container {
        max-height: 450px;
    }
}

.modal-container__content {
    overflow-y: auto;
    flex: 1;
    padding: 16px 32px;
}

@media screen and (max-width: 575px) {
    .modal-container__content {
        justify-content: center;
        padding: 28px 20px;
    }
}

.modal-container__header {
    position: relative;
    display: flex;
    padding: 12px;
    justify-content: center;
    border-bottom: 1px solid #d2d8dd;
    flex: 0 0 auto;
}

.modal-container__header-close::after {
    content: "脳";
    font-size: 40px;
    color: #9b9b9b;
    position: absolute;
    top: -5px;
    right: 10px;
    cursor: pointer;
}

.modal-container__footer {
    display: flex;
    flex-flow: row;
    justify-content: center;
    padding: 16px;
    flex: 0 0 auto;
}

.modal-container__footer-button {
    min-width: 0;
    margin-right: 16px;
}

.modal-container__footer-button:last-of-type {
    margin-right: 0;
}

.account-details-modal__name {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 9px;
}

.account-details-modal .account-details-modal__button {
    margin-top: 17px;
    padding: 10px 22px;
    width: 286px;
}

.account-details-modal__divider {
    width: 100%;
    height: 1px;
    margin: 19px 0 8px 0;
    background-color: #dedede;
}

.account-details-modal .qr-header {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 9px;
}

.account-details-modal .qr-wrapper {
    margin-top: 5px;
}

.account-details-modal .ellip-address-wrapper {
    display: flex;
    justify-content: center;
    border: 1px solid #dedede;
    padding: 5px 10px;
    margin-top: 7px;
    width: 286px;
}

.account-modal__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 5px 0 31px 0;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.account-modal__back {
    color: #9b9b9b;
    position: absolute;
    top: 13px;
    left: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.account-modal__back-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-left: 3px;
}

.account-modal__close {
    font-size: 2.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background-color: transparent;
    color: #9b9b9b;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 12px;
}

.account-modal__close::after {
    content: "脳";
}

.account-modal .identicon {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -32px;
    margin-bottom: -32px;
}

.add-to-address-book-modal {
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
}

.add-to-address-book-modal__content {
    padding: 1.5rem;
    border-bottom: 1px solid #d6d9dc;
}

.add-to-address-book-modal__content__header {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.add-to-address-book-modal__input-label {
    color: #535a61;
    margin-top: 1.25rem;
}

.add-to-address-book-modal__input {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background: #fff;
    border: 1px solid #d6d9dc;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0.625rem 0.75rem;
    margin-top: 0.75rem;
}

.add-to-address-book-modal__input::-webkit-input-placeholder {
    color: #9fa6ae;
}

.add-to-address-book-modal__input::-moz-placeholder {
    color: #9fa6ae;
}

.add-to-address-book-modal__input::-ms-input-placeholder {
    color: #9fa6ae;
}

.add-to-address-book-modal__input::placeholder {
    color: #9fa6ae;
}

.add-to-address-book-modal__footer {
    padding: 1rem;
}

.add-to-address-book-modal__footer button+button {
    margin-left: 1rem;
}

.cancel-transaction-gas-fee {
    background: #f1f4f9;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.cancel-transaction-gas-fee__eth {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.cancel-transaction-gas-fee__fiat {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.cancel-transaction__title {
    font-weight: 500;
    padding-bottom: 16px;
    text-align: center;
}

.cancel-transaction__description {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.cancel-transaction__cancel-transaction-gas-fee-container {
    margin-bottom: 16px;
}

.confirm-remove-account__description {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.confirm-remove-account__account {
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    width: 100%;
}

.confirm-remove-account__account__identicon {
    margin-right: 10px;
}

.confirm-remove-account__account__name,.confirm-remove-account__account__address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
}

.confirm-remove-account__account__name {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confirm-remove-account__account__label {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: block;
    color: #9b9b9b;
}

.confirm-remove-account__account__link {
    margin-top: 14px;
}

.confirm-remove-account__account__link img {
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 575px) {
    .confirm-remove-account__account__name {
        width: 90px;
    }
}

.confirm-remove-account__address {
    margin-top: 10px;
    margin-bottom: 20px;
}

.confirm-remove-account__link {
    color: #2980fe;
}

.confirm-remove-account .modal-container__header {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 30px 18px 20px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    border-bottom: none;
}

.confirm-remove-account .modal-container__content {
    padding-top: 0;
}

.confirm-remove-account .modal-container__content::-webkit-scrollbar {
    display: none;
}

.confirm-remove-account .modal-container__footer {
    border-top: none;
}

.confirm-remove-account__account,.confirm-remove-account__address {
    height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 0 18px;
}

.confirm-remove-account__account .account_label,.confirm-remove-account__address .account_label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-right: 14px;
}

.confirm-remove-account__account .account_value,.confirm-remove-account__address .account_value {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confirm-remove-account__description {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 14px 7px 0;
    font-weight: 400;
    color: #e55036;
    line-height: 20px;
    text-align: left;
}

.confirm-remove-account__multisig-rollback {
    padding: 20px 20px 30px;
    text-align: center;
}

.confirm-remove-account__multisig-rollback__warn-pic {
    width: 36px;
    margin: 0 auto;
}

.confirm-remove-account__multisig-rollback__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.confirm-remove-account__multisig-rollback__desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
    color: #e55036;
    font-weight: 400;
}

.confirm-remove-account__multisig-rollback__check-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.confirm-remove-account__multisig-rollback__check {
    width: 14px;
    height: 14px;
    border: 1.46px solid #d7d7d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.confirm-remove-account__multisig-rollback__check.checked {
    border-color: #03c288;
}

.confirm-remove-account__multisig-rollback__check--inner {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #03c288;
}

.confirm-remove-account__multisig-rollback__check-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    margin-left: 6px;
}

.confirm-remove-account__multisig-rollback__buttons {
    display: flex;
    margin-top: 20px;
}

.confirm-remove-account__multisig-rollback__buttons .button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 44px;
    font-weight: 400;
}

.confirm-remove-account__multisig-rollback__close {
    margin-left: 12px;
}

.deposit-ether-modal {
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.deposit-ether-modal__header {
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-color: #5b5d67;
    display: flex;
    position: relative;
    padding: 25px;
    flex-flow: column;
    align-items: flex-start;
}

.deposit-ether-modal__header__title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

.deposit-ether-modal__header__description {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    margin-top: 10px;
}

.deposit-ether-modal__header__close::after {
    content: "脳";
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: 20.8px;
    right: 28px;
    cursor: pointer;
}

.deposit-ether-modal__buy-rows {
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .deposit-ether-modal__buy-rows {
        height: 0;
    }
}

.deposit-ether-modal__logo {
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deposit-ether-modal__buy-row {
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 auto;
    padding: 30px 0 20px;
    min-height: 170px;
}

@media screen and (max-width: 575px) {
    .deposit-ether-modal__buy-row {
        min-height: 270px;
        flex-flow: column;
        justify-content: flex-start;
    }
}

.deposit-ether-modal__buy-row__back {
    position: absolute;
    top: 10px;
    left: 0;
}

.deposit-ether-modal__buy-row__logo-container {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 20px;
}

@media screen and (min-width: 576px) {
    .deposit-ether-modal__buy-row__logo-container {
        width: 12rem;
    }
}

@media screen and (max-width: 575px) {
    .deposit-ether-modal__buy-row__logo-container {
        width: 100%;
        max-height: 6rem;
        padding-bottom: 20px;
    }
}

.deposit-ether-modal__buy-row__right {
    display: flex;
}

.deposit-ether-modal__buy-row__description {
    color: #38393a;
    padding-bottom: 20px;
    align-self: flex-start;
}

@media screen and (min-width: 575px) {
    .deposit-ether-modal__buy-row__description {
        width: 15rem;
    }
}

.deposit-ether-modal__buy-row__description__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.deposit-ether-modal__buy-row__description__text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 7px;
}

.deposit-ether-modal__buy-row__button {
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 575px) {
    .deposit-ether-modal__buy-row__button {
        min-width: 300px;
    }
}

.deposit-ether-modal__buy-row:last-of-type {
    border-bottom: 0;
}

.deposit-ether-modal__deposit-button {
    width: 257px !important;
}

.buy-modal {
    border-radius: 8px !important;
    word-break: break-all;
    min-height: 0 !important;
    width: 100% !important;
}

.buy-modal__wrap {
    max-height: 80vw !important;
    overflow-y: auto;
    scrollbar-width: 0;
}

.buy-modal__wrap::-webkit-scrollbar {
    display: none;
}

.buy-modal .page-container__header {
    padding: 0;
}

.buy-modal .page-container__content {
    padding: 27px 18px;
}

.buy-modal__logo-container {
    height: 98px;
    border-radius: 8px 8px 0 0;
    background-color: #e1eaff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-modal__logo {
    height: 44px;
}

.buy-modal__intro {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    text-align: center;
    display: flex;
    justify-content: center;
}

.buy-modal__desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
}

.edit-approval-permission {
    width: 100%;
}

.edit-approval-permission__header,.edit-approval-permission__account-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.edit-approval-permission__header {
    padding-top: 30px;
}

.edit-approval-permission__header__close {
    position: absolute;
    right: 24px;
    background-image: url(".../images/close-gray_ab5c747e451e42e6ac976cce52777977.svg");
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer;
}

.edit-approval-permission__title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333333;
}

.edit-approval-permission__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 16px 21px;
    color: #e55036;
    font-weight: 400;
    background: #fff0ed;
    border-radius: 4px;
    width: 308px;
    margin: 0 auto;
    line-height: 17px;
}

.edit-approval-permission__account-info {
    display: block;
    margin-top: 29px;
    margin-left: 18px;
}

.edit-approval-permission__account-info__account,.edit-approval-permission__account-info__balance {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: normal;
    color: #333333;
}

.edit-approval-permission__account-info__account {
    display: flex;
    align-items: center;
}

.edit-approval-permission__account-info__name {
    margin-right: 8px;
    min-width: 64px;
}

.edit-approval-permission__account-info__balance {
    color: #333333;
}

.edit-approval-permission__edit-section {
    margin-top: 6px;
}

.edit-approval-permission__edit-section__input {
    display: flex;
}

.edit-approval-permission__edit-section__input-symbol {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border-radius: 0 8px 8px 0;
    background: #f5f9ff;
    color: #333333;
    width: 78px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-width: 1px 1px 1px 0;
    border-color: #d7d7d7;
    border-style: solid;
}

.edit-approval-permission__edit-section .MuiInput-root {
    border-radius: 6px 0 0 6px;
    border-color: #d7d7d7;
    border-width: 1px 0 1px 1px;
}

.edit-approval-permission__edit-section .MuiFormControl-marginDense {
    margin-top: 0;
    margin-bottom: 0;
}

.edit-approval-permission__edit-section .MuiFormControl-root {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-left: 18px;
    color: #333333;
}

.edit-approval-permission__edit-section .MuiFormControl-root::-webkit-input-placeholder {
    color: #999999;
    border: 1px solid #e4ddff;
    border-radius: 8px 0 0 8px;
}

.edit-approval-permission__edit-section .MuiFormControl-root::-moz-placeholder {
    color: #999999;
    border: 1px solid #e4ddff;
    border-radius: 8px 0 0 8px;
}

.edit-approval-permission__edit-section .MuiFormControl-root::-ms-input-placeholder {
    color: #999999;
    border: 1px solid #e4ddff;
    border-radius: 8px 0 0 8px;
}

.edit-approval-permission__edit-section .MuiFormControl-root::placeholder {
    color: #999999;
    border: 1px solid #e4ddff;
    border-radius: 8px 0 0 8px;
}

@media screen and (max-width: 500px) {
    .edit-approval-permission__edit-section .MuiFormControl-root {
        width: 246px;
    }
}

@media screen and (min-width: 500px) {
    .edit-approval-permission__edit-section .MuiFormControl-root {
        width: 214px;
    }
}

.edit-approval-permission__edit-section__title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    color: #333333;
}

.edit-approval-permission__edit-section__description {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: normal;
    color: #6a737d;
    margin-top: 8px;
}

.edit-approval-permission__edit-section__option {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.edit-approval-permission__edit-section__radio-button {
    width: 18px;
}

.edit-approval-permission__edit-section__option-text {
    display: flex;
    flex-direction: column;
}

.edit-approval-permission__edit-section__option-label,.edit-approval-permission__edit-section__option-label--selected {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: normal;
    color: #474b4d;
}

.edit-approval-permission__edit-section__option-label--selected {
    color: #2980fe;
}

.edit-approval-permission__edit-section__option-description {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
    margin-top: 8px;
    margin-bottom: 6px;
}

.edit-approval-permission__edit-section__option-value {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.edit-approval-permission__edit-section__radio-button {
    position: relative;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
}

.edit-approval-permission__edit-section__radio-button-outline,.edit-approval-permission__edit-section__radio-button-outline--selected {
    width: 18px;
    height: 18px;
    background: #dadcdd;
    border-radius: 9px;
    position: absolute;
}

.edit-approval-permission__edit-section__radio-button-outline--selected {
    background: #2980fe;
}

.edit-approval-permission__edit-section__radio-button-fill {
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 7px;
    position: absolute;
}

.edit-approval-permission__edit-section__radio-button-dot {
    width: 8px;
    height: 8px;
    background: #2980fe;
    border-radius: 4px;
    position: absolute;
}

.edit-approval-permission__name-and-balance-container {
    display: flex;
    flex: 0 0 100%;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 8px;
}

.edit-approval-permission-modal-content {
    padding: 0;
}

.edit-approval-permission-modal-container {
    width: 100%;
    position: relative;
}

.edit-approval-permission-modal-container .page-close {
    position: absolute;
    width: 32px;
    top: 382px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.edit-approval-permission-modal-container .modal-container__footer {
    border-top: none;
    margin-top: 40px;
    padding-top: 0;
}

.edit-approval-permission-modal-container .modal-container__footer .button {
    border-radius: 8px;
}

.export-private-key-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 5px;
    border-radius: 8px;
    background: #2d83ff;
}

@media screen and (max-width: 575px) {
    .export-private-key-modal {
        height: 100%;
        border-radius: 0;
    }

    .export-private-key-modal.export-private-key-modal__padding {
        border-radius: 8px;
    }
}

.export-private-key-modal__show-content {
    height: 160px;
    width: 160px;
}

.export-private-key-modal__hide {
    width: 33px;
    margin-bottom: 10px;
}

.export-private-key-modal__hide-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 14px;
    background: url("../images/qrcode-container.svg") top no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    cursor: pointer;
}

.export-private-key-modal__hide-content {
    height: 140px;
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: url("../images/qr-hide-bg.svg") no-repeat;
    background-size: 100% 100%;
}

.export-private-key-modal__hide-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.export-private-key-modal__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 18px;
    border-top: #eeeeee 2px solid;
    font-weight: 400;
    margin: 0 16px;
    color: #e55036;
    background: rgba(229, 80, 54, 0.1);
    border: 1px solid #e55036;
    border-radius: 12px;
}

.export-private-key-modal__padding {
    padding: 30px 18px;
    background: white;
}

.export-private-key-modal__padding .export-private-key-modal__content {
    box-shadow: none;
}

.export-private-key-modal .ellip-address-wrapper {
    display: none !important;
}

.export-private-key-modal .settings-page__header {
    width: 100%;
    text-transform: capitalize;
    padding: 13px 16px;
    background-color: #2d83ff;
}

.export-private-key-modal .settings-page__header__title {
    color: #fff;
}

.export-private-key-modal .settings-page__header .settings-page__back-button {
    background-image: url("../images/back-white.svg");
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.export-private-key-modal .page-close {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.export-private-key-modal .page-close-black {
    position: absolute;
    top: 18px;
    right: 16px;
    cursor: pointer;
}

.export-private-key-modal__body-title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 34px;
    font-weight: 500;
    color: #333333;
}

.export-private-key-modal__divider {
    width: 100%;
    height: 12px;
    background: #f9f9f9;
    margin-top: 16px;
    margin-bottom: 24px;
}

.export-private-key-modal__account-name {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 9px;
}

.export-private-key-modal__privateKey {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    word-break: break-all;
    background-color: #eeeeee;
    border-radius: 12px;
    margin: 12px auto 0;
    padding: 0 16px;
    display: flex;
    height: 72px;
    width: 296px;
    align-items: center;
}

.export-private-key-modal__privateKey-container {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.export-private-key-modal__privateKey-hide-wrap {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 12px auto 0;
    background: url("../images/key-hide-bg.svg") no-repeat;
    background-size: 100% 100%;
    width: 296px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

.export-private-key-modal__privateKey-hide {
    width: 25px;
}

.export-private-key-modal__privateKey-label {
    margin-top: 4px;
}

.export-private-key-modal__password {
    display: flex;
    flex-direction: column;
}

.export-private-key-modal__password-wrong {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #f44336;
}

.export-private-key-modal__password-label,.export-private-key-modal__password--error {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
    margin-bottom: 14px;
}

.export-private-key-modal__password--error {
    color: #e91550;
    margin-bottom: 0;
}

.export-private-key-modal__password-input {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 14px 18px;
    width: 308px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    font-weight: 400;
    color: #333333;
}

.export-private-key-modal__password-input::-webkit-input-placeholder {
    color: #999999;
}

.export-private-key-modal__password-input::-moz-placeholder {
    color: #999999;
}

.export-private-key-modal__password-input::-ms-input-placeholder {
    color: #999999;
}

.export-private-key-modal__password-input::placeholder {
    color: #999999;
}

.export-private-key-modal__password::-webkit-input-placeholder {
    color: #9b9b9b;
}

.export-private-key-modal__password--warning {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border-radius: 8px;
    background-color: #fff6f6;
    font-weight: 500;
    color: #e91550;
    width: 292px;
    padding: 9px 15px;
    margin-top: 18px;
}

.export-private-key-modal__password-display-wrapper {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 24px 31px;
    width: 328px;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-weight: 400;
    color: #333333;
    margin-top: 16px;
}

.export-private-key-modal__password-display-textarea {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #e91550;
    border: none;
    height: 75px;
    width: 100%;
    overflow: hidden;
    resize: none;
    padding: 9px 13px 8px;
}

.export-private-key-modal__buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 308px;
}

.export-private-key-modal__buttons-copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.export-private-key-modal__button {
    margin-top: 17px;
    width: 100%;
    min-width: initial;
}

.export-private-key-modal__button-copy {
    width: 328px;
    height: 54px;
    font-weight: 400;
    border-radius: 8px;
    margin-top: 0;
}

.export-private-key-modal__button--cancel {
    margin-right: 15px;
}

.export-private-key-modal .ellip-address-wrapper {
    display: flex;
    justify-content: center;
    border: 1px solid #dedede;
    padding: 5px 10px;
    margin-top: 7px;
    width: 286px;
}

.export-private-key-modal__content-wrap {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: 0;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.export-private-key-modal__content-wrap::-webkit-scrollbar {
    display: none;
}

.export-private-key-modal__content {
    background-color: white;
    border-radius: 24px;
    box-shadow: 0px 2px 20px 0px rgba(0, 26, 63, 0.35);
    margin: 12px 16px 0;
    z-index: 2;
}

.export-private-key-modal__qr-wrap {
    padding-top: 12px;
    padding-bottom: 24px;
    background-color: #f9f9f9;
    border-radius: 24px 24px 0 0;
}

.export-private-key-modal__split {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin: 16px 15px 0;
    display: flex;
    align-items: center;
    width: auto;
    width: auto;
}

.export-private-key-modal__split-line {
    flex: 1;
    height: 1px;
    background-color: #eeeeee;
}

.export-private-key-modal__split-label {
    padding: 0 20px;
}

.export-private-key-modal__copy-wrap {
    display: flex;
    align-items: center;
    margin: 24px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.export-private-key-modal__copy {
    height: 18px;
    margin-right: 5.5px;
}

.export-private-key-modal__copy-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #2980fe;
}

.export-private-key-modal__switch-wrap {
    width: 310px;
    margin: -10px auto 5px;
    padding: 21px 10px 12px;
    background: #10307b;
    border: 1px solid #6c93ef;
    border-radius: 0 0 28px 28px;
}

.export-private-key-modal__switch-wrap__purple {
    background: #975cee;
    border-color: #b787ff;
}

.export-private-key-modal__switch {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.export-private-key-modal__switch-clickable {
    margin-left: 4px;
    -webkit-transform: scale(0.5, 1) translateY(-0.5px);
    transform: scale(0.5, 1) translateY(-0.5px);
}

.safe-tip-page {
    background: white;
}

.safe-tip-page .settings-page__header {
    width: 100%;
    text-transform: capitalize;
}

.safe-tip__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 14px 18px;
    font-weight: 400;
    background: #fff0ed;
    border-top: #eeeeee 2px solid;
}

.safe-tip__point {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 14px auto 0;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    width: 328px;
}

.safe-tip__point.fix-top {
    margin-top: 30px;
}

.safe-tip__point-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin: 40px auto 0;
    width: 328px;
}

.safe-tip__understood {
    width: 328px !important;
    margin: 94px auto 0;
    border-radius: 8px !important;
}

.export-seed-phrase-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
    border-radius: 0 0 8px 8px;
    background: white;
}

.export-seed-phrase-modal__hide {
    width: 44px;
    margin-bottom: 5px;
}

.export-seed-phrase-modal__hide-container {
    background: url("../images/qrcode-container.svg") top no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.export-seed-phrase-modal__hide-content {
    height: 124px;
    width: 124px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 12px;
}

.export-seed-phrase-modal__hide-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.export-seed-phrase-modal__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 18px;
    border-top: #eeeeee 2px solid;
    font-weight: 400;
    color: #e55036;
    background-color: #fff0ed;
}

.export-seed-phrase-modal__padding {
    padding: 30px 18px;
}

.export-seed-phrase-modal .ellip-address-wrapper {
    display: none !important;
}

.export-seed-phrase-modal .settings-page__header {
    width: 100%;
    text-transform: capitalize;
}

.export-seed-phrase-modal .page-close {
    position: absolute;
    bottom: -58px;
    cursor: pointer;
}

.export-seed-phrase-modal .page-close-black {
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
}

.export-seed-phrase-modal__body-title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 34px;
    font-weight: 500;
    color: #333333;
}

.export-seed-phrase-modal__divider {
    width: 100%;
    height: 12px;
    background: #f9f9f9;
    margin-top: 24px;
    margin-bottom: 24px;
}

.export-seed-phrase-modal__account-name {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 9px;
}

.export-seed-phrase-modal__seedPhrase {
    word-break: break-all;
    margin: 16px 18px;
    padding: 24px 31px;
    background-color: #f5f5f5;
    border-radius: 8px;
    text-align: center;
}

.export-seed-phrase-modal__seedPhrase-container {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.export-seed-phrase-modal__password {
    display: flex;
    flex-direction: column;
}

.export-seed-phrase-modal__password-label,.export-seed-phrase-modal__password--error {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
    margin-bottom: 10px;
}

.export-seed-phrase-modal__password--error {
    color: #e91550;
    margin-bottom: 0;
}

.export-seed-phrase-modal__password-input {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 14px 18px;
    width: 308px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    font-weight: 400;
    color: #333333;
}

.export-seed-phrase-modal__password-input::-webkit-input-placeholder {
    color: #999999;
}

.export-seed-phrase-modal__password-input::-moz-placeholder {
    color: #999999;
}

.export-seed-phrase-modal__password-input::-ms-input-placeholder {
    color: #999999;
}

.export-seed-phrase-modal__password-input::placeholder {
    color: #999999;
}

.export-seed-phrase-modal__password::-webkit-input-placeholder {
    color: #9b9b9b;
}

.export-seed-phrase-modal__password--warning {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border-radius: 8px;
    background-color: #fff6f6;
    font-weight: 500;
    color: #e91550;
    width: 292px;
    padding: 9px 15px;
    margin-top: 18px;
}

.export-seed-phrase-modal__password-display-wrapper {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 24px 31px;
    width: 328px;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-weight: 400;
    color: #333333;
    margin-top: 16px;
}

.export-seed-phrase-modal__password-display-textarea {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #e91550;
    border: none;
    height: 75px;
    width: 100%;
    overflow: hidden;
    resize: none;
    padding: 9px 13px 8px;
}

.export-seed-phrase-modal__buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 308px;
}

.export-seed-phrase-modal__button {
    margin-top: 17px;
    min-width: initial;
}

.export-seed-phrase-modal__button-container {
    display: flex;
}

.export-seed-phrase-modal__button-container .selected-account__tooltip-wrapper {
    width: 328px !important;
}

.export-seed-phrase-modal__button-save {
    font-size: 14px !important;
    width: 164px !important;
    height: 54px;
    margin-right: 16px;
}

.export-seed-phrase-modal__button-copy {
    font-size: 14px !important;
    height: 54px;
    color: #333333;
}

.export-seed-phrase-modal__button--cancel {
    margin-right: 15px;
}

.export-seed-phrase-modal__button-copy {
    background-color: #2980fe !important;
    color: white !important;
}

.export-seed-phrase-modal .ellip-address-wrapper {
    display: flex;
    justify-content: center;
    border: 1px solid #dedede;
    padding: 5px 10px;
    margin-top: 7px;
    width: 286px;
}

.safe-tip-page {
    background: white;
}

.safe-tip-page .settings-page__header {
    width: 100%;
    text-transform: capitalize;
    border-bottom: 2px solid #eeeeee;
}

.safe-tip__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 39px 18px 32px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.safe-tip__pic {
    margin: 26px auto 0;
    width: 108px;
    display: block;
}

.safe-tip__question {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 17px 12px;
    margin: 10px 18px 0;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 400;
}

.safe-tip__question:first-of-type {
    margin-top: 0;
}

.safe-tip__question-status {
    margin-left: 10px;
}

.safe-tip__question--select {
    border-color: #2980fe;
    color: #2980fe;
}

.safe-tip__question--select img {
    height: 20px;
    display: block;
}

.safe-tip__question--unselect {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px #d7d7d7 solid;
}

.safe-tip__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 14px 18px;
    font-weight: 400;
    color: #e55036;
    background: #fff0ed;
    border-top: #eeeeee 2px solid;
}

.safe-tip__container {
    max-height: 538px;
    overflow-y: auto;
    scrollbar-width: none;
}

.safe-tip__container::-webkit-scrollbar {
    display: none;
}

.safe-tip__container .button {
    margin-bottom: 20px;
}

.safe-tip__point {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 14px auto 0;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    width: 328px;
}

.safe-tip__point.fix-top {
    margin-top: 30px;
}

.safe-tip__point-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin: 40px auto 0;
    width: 328px;
}

.safe-tip__understood {
    width: 328px !important;
    margin: 34px auto 0;
    border-radius: 8px !important;
}

.hide-token-confirmation {
    min-height: 250.72px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
}

.hide-token-confirmation__container {
    padding: 24px 27px 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hide-token-confirmation__identicon {
    margin-bottom: 10px;
}

.hide-token-confirmation__symbol {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 7.5px;
}

.hide-token-confirmation__title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    width: 271.28px;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 10.5px;
}

.hide-token-confirmation__copy {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    min-height: 41px;
    width: 318px;
    color: #5d5d5d;
    text-align: center;
}

.hide-token-confirmation__buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
    width: 100%;
}

.hide-token-confirmation__button {
    margin: 0 5px;
}

.metametrics-opt-in-modal .metametrics-opt-in__main {
    justify-content: center;
    margin-left: 3%;
    margin-right: 0%;
    max-height: 75vh;
}

@media screen and (max-width: 575px) {
    .metametrics-opt-in-modal .metametrics-opt-in__main {
        max-height: 100vh;
    }
}

.metametrics-opt-in-modal .metametrics-opt-in__title {
    font-size: 2.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.metametrics-opt-in-modal .metametrics-opt-in__content {
    padding-right: 6px;
}

@media screen and (max-width: 575px) {
    .metametrics-opt-in-modal .metametrics-opt-in__footer {
        margin-top: 10px;
        justify-content: center;
        margin-left: 2%;
        max-height: 520px;
    }
}

.new-account-modal {
    display: flex;
    flex-flow: column nowrap;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
}

.new-account-modal__content {
    padding: 1.5rem;
    border-bottom: 1px solid #d6d9dc;
}

.new-account-modal__content__header {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-account-modal__content__header-close {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    background: none;
}

.new-account-modal__input-label {
    color: #535a61;
    margin-top: 1.25rem;
}

.new-account-modal__input {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background: #fff;
    border: 1px solid #d6d9dc;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0.625rem 0.75rem;
    margin-top: 0.75rem;
}

.new-account-modal__input::-webkit-input-placeholder {
    color: #9fa6ae;
}

.new-account-modal__input::-moz-placeholder {
    color: #9fa6ae;
}

.new-account-modal__input::-ms-input-placeholder {
    color: #9fa6ae;
}

.new-account-modal__input::placeholder {
    color: #9fa6ae;
}

.new-account-modal__footer {
    padding: 1rem;
}

.new-account-modal__footer button+button {
    margin-left: 1rem;
}

.qr-scanner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    border-radius: 8px;
}

.qr-scanner__title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
}

.qr-scanner__content {
    padding-left: 20px;
    padding-right: 20px;
}

.qr-scanner__content__video-wrapper {
    overflow: hidden;
    width: 100%;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-scanner__content__video-wrapper video {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: auto;
    height: 275px;
}

.qr-scanner__status {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    padding: 15px;
}

.qr-scanner__image {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    padding: 16px 0 0;
    text-align: center;
}

.qr-scanner__error {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    padding: 15px;
}

.qr-scanner__footer {
    padding: 20px;
    flex-direction: row;
    display: flex;
}

.qr-scanner__footer button {
    margin-right: 15px;
}

.qr-scanner__footer button:last-of-type {
    margin-right: 0;
    background-color: #009eec;
    border: none;
    color: #fff;
}

.qr-scanner__close::after {
    content: "脳";
    font-size: 35px;
    color: #9b9b9b;
    position: absolute;
    top: 4px;
    right: 20px;
    cursor: pointer;
    font-weight: 300;
}

.qr-scanner__spinner {
    animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    height: 100%;
    width: 100%;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.qr-scanner__schedule {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    text-align: center;
    color: #333333;
    padding-bottom: 10px;
}

.qr-scanner__content__video-wrapper #video-fake {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: auto;
    height: 275px;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.qr-scanner__content__spinner {
    width: 60px !important;
    height: 60px;
    animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
}

.transaction-confirmed__title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
}

.transaction-confirmed__description {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.transaction-confirmed__content {
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.customize-nonce-modal {
    padding-left: 24px;
    padding-right: 18px;
    display: flex;
    flex-flow: column nowrap;
}

.customize-nonce-modal__main-header {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.customize-nonce-modal__main-title {
    flex: 1;
    text-align: center;
}

.customize-nonce-modal__close {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    background: none;
    flex: 0;
    align-self: flex-start;
}

.customize-nonce-modal .customize-nonce-modal__link {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: inline;
    padding-left: 5px;
}

.customize-nonce-modal .customize-nonce-modal__reset {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
}

.customize-nonce-modal__input input {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
}

.customize-nonce-modal-content {
    padding: 0;
}

.customize-nonce-modal-container {
    height: 324px;
    width: 100%;
}

.repeat-account-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.repeat-account-modal__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
    color: #333333;
}

.repeat-account-modal__desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 274px;
    margin-top: 20px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 22px;
}

.repeat-account-modal__footer {
    margin: 31px 18px;
}

.repeat-account-modal__footer .button {
    width: 308px;
}

.add-custom-node-modal {
    background-color: white;
    padding: 30px 18px;
    border-radius: 8px;
    position: relative;
}

.add-custom-node-modal__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    text-align: center;
    color: #333333;
}

.add-custom-node-modal__search {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 25px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    color: #333333;
    border: #e4ddff 1px solid;
    border-radius: 8px;
    padding: 0 18px;
}

.add-custom-node-modal__search::-webkit-input-placeholder {
    color: #999999;
}

.add-custom-node-modal__search::-moz-placeholder {
    color: #999999;
}

.add-custom-node-modal__search::-ms-input-placeholder {
    color: #999999;
}

.add-custom-node-modal__search::placeholder {
    color: #999999;
}

.add-custom-node-modal__search:active,.add-custom-node-modal__search:focus {
    border-color: #2980fe;
}

.add-custom-node-modal__node-repeat {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #f44336;
}

.add-custom-node-modal__button {
    margin-top: 22px;
}

.add-custom-node-modal .page-close {
    left: 0;
    right: 0;
    position: absolute;
    bottom: -58px;
    margin: auto;
    cursor: pointer;
}

.confirm-delete-network-modal .modal-container__content {
    text-align: center;
    padding: 16px;
}

.confirm-delete-network-modal .modal-container__content .modal-content {
    padding: 8px 0;
}

.confirm-delete-network-modal .modal-container__content .modal-content__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #333333;
    padding: 0 0 16px;
}

.confirm-delete-network-modal .modal-container__content .modal-content__description {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
}

.confirm-delete-network-modal .modal-container__footer {
    border-top: none;
}

.transfer-settings-modal {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.transfer-settings-modal__title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}

.transfer-settings-modal__setting {
    margin-bottom: 6px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 10px 10px 10px 16px;
}

.transfer-settings-modal__setting-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transfer-settings-modal__setting-title {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
}

.transfer-settings-modal__setting-desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
    color: #777777;
    font-weight: 400;
    padding-right: 6px;
}

.transfer-settings-modal__setting .toggle-button {
    display: block;
}

.transfer-settings-modal__setting .toggle-button>div {
    width: 28px !important;
}

.transfer-settings-modal__btn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 24px;
    border-radius: 16px;
}

.transfer-settings-modal__close {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 20px;
    cursor: pointer;
}

.small-value-txns-modal {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.small-value-txns-modal__title {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.small-value-txns-modal__close {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.small-value-txns-modal__desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    margin-top: 16px;
}

.small-value-txns-modal__content {
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin-top: 16px;
    padding: 14px 10px;
    width: 100%;
}

.small-value-txns-modal__content-title {
    font-size: 13px;
    color: #333333;
    font-weight: 600;
}

.small-value-txns-modal__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-value-txns-modal__input-wrap {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    height: 40px;
    padding: 0 12px;
    margin-top: 12px;
}

.small-value-txns-modal__input-wrap--focus {
    background: #f6faff;
    border: 1.5px solid #2980fe;
}

.small-value-txns-modal__input-unit {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-right: 8px;
    color: #333333;
    font-weight: 500;
}

.small-value-txns-modal__input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    flex: 1;
    color: #333333;
    background-color: transparent;
    border: none;
}

.small-value-txns-modal__input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.small-value-txns-modal__input::-moz-placeholder {
    color: #bbbbbb;
}

.small-value-txns-modal__input::-ms-input-placeholder {
    color: #bbbbbb;
}

.small-value-txns-modal__input::placeholder {
    color: #bbbbbb;
}

.small-value-txns-modal__btn {
    font-size: 14px !important;
    border-radius: 16px !important;
    margin-top: 16px;
}

.small-value-txns-modal .toggle-button {
    display: block;
}

.small-value-txns-modal .toggle-button>div {
    width: 28px !important;
}

.small-value-txns-modal input[type=number] {
    -moz-appearance: textfield;
}

.small-value-txns-modal input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.small-value-txns-modal input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.watch-tx-modal {
    position: relative;
    padding: 25px 16px 16px;
}

.watch-tx-modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
}

.watch-tx-modal__title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.watch-tx-modal__desc {
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    background: #f5f5f5;
    border-radius: 12px;
    margin-top: 16px;
}

.watch-tx-modal__address {
    color: #2980fe;
}

.watch-tx-modal__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.watch-tx-modal__button img {
    height: 20px;
    margin-right: 6px;
}

.watch-tx-modal__qrcode-wrap {
    height: 188px;
    width: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 0;
    background: url("../images/qrcode-container.svg") no-repeat;
    background-size: 100% 100%;
}

.watch-tx-modal__loading {
    width: 27px;
    animation: loading 3s linear infinite;
    -webkit-animation: loading 3s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.watch-tx-submit-modal {
    position: relative;
    padding: 16px;
}

.watch-tx-submit-modal__content {
    display: flex;
    align-items: center;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.watch-tx-submit-modal__loading {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    -webkit-animation: loading 1.5s linear infinite;
    animation: loading 1.5s linear infinite;
}

.watch-tx-submit-modal__copy {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.watch-tx-submit-modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
}

.watch-tx-submit-modal__title {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

.watch-tx-submit-modal__desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 13px;
}

.watch-tx-submit-modal__signed-data {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 16px;
    margin-top: 16px;
    word-break: break-all;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    color: #333333;
    font-weight: 500;
    max-height: 200px;
    overflow-y: auto;
}

.watch-tx-submit-modal__button {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.watch-tx-submit-modal__button[disabled] {
    color: #2980FE;
    background: #EFF5FF;
    opacity: 1 !important;
    border-color: transparent;
}

.modal {
    z-index: 1050;
    position: fixed;
    width: 500px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
}

.modal__content {
    margin: 0;
    background-color: white;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #373a47;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.modal>div:focus {
    outline: none !important;
}

.home-notification-wrapper--show-all,.home-notification-wrapper--show-first {
    display: flex;
    flex-direction: column;
    width: 472px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 8px;
}

@media screen and (max-width: 576px) {
    .home-notification-wrapper--show-all, .home-notification-wrapper--show-first {
        width: 340px;
    }
}

.home-notification-wrapper--show-all .home-notification-wrapper__i-container,.home-notification-wrapper--show-first .home-notification-wrapper__i-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-notification-wrapper--show-all .home-notification-wrapper__i-container .fa-sm,.home-notification-wrapper--show-first .home-notification-wrapper__i-container .fa-sm {
    display: initial;
    position: absolute;
    bottom: 14px;
    left: 16px;
    color: white;
    cursor: pointer;
    visibility: visible;
}

.home-notification-wrapper--show-all .home-notification-wrapper__i-container .fa-sm:hover,.home-notification-wrapper--show-first .home-notification-wrapper__i-container .fa-sm:hover {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #b0d7f2;
}

.home-notification-wrapper--show-all {
    justify-content: flex-end;
    margin-bottom: 0;
}

.home-notification-wrapper--show-all .home-notification-wrapper__i-container {
    height: 0;
}

.home-notification-wrapper--show-all>div {
    position: relative;
    margin-top: 8px;
}

.home-notification-wrapper--show-all .fa-sm {
    margin-bottom: 8px;
}

.home-notification-wrapper--show-first>div {
    position: fixed;
    bottom: 10px;
    right: 10px;
    visibility: hidden;
}

.home-notification-wrapper--show-first>div:first-of-type {
    visibility: visible;
}

.home-notification-wrapper--show-first .fa-sm {
    position: relative;
    display: initial;
}

.flipped {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.network-display {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    border-radius: 4px;
    min-height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #d7d7d7 !important;
}

.network-display--disabled {
    cursor: not-allowed;
}

.network-display--colored {
    background-color: #f2f2f3;
}

.network-display--mainnet {
    background-color: #e8feff;
}

.network-display--ropsten {
    background-color: #fde7ed;
}

.network-display--kovan {
    background-color: #f7e7fe;
}

.network-display--rinkeby {
    background-color: #fcf3e1;
}

.network-display--goerli {
    background-color: #d8ecfd;
}

.network-display .chip__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.network-display .chip__left-icon {
    width: 24px;
    margin-left: 4px;
    border-radius: 50%;
}

.network-display .chip__right-icon {
    margin-right: 4px;
}

.network-display__icon {
    height: 6px;
    width: 10px;
    display: block;
}

.network-display__logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.network-display--border .chip__left-icon {
    border: 1px solid #d7d7d7;
}

.permission-approval-container.page-container {
    display: flex;
    border: none;
    box-shadow: none;
    width: 100%;
    margin-top: 2px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.permission-approval-container__footers {
    margin: 0 auto;
    max-width: 360px;
}

.permission-approval-container__footers .button {
    width: 168px !important;
}

.permission-approval-container__header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom: 1px solid #d2d8dd;
    padding: 9px;
}

.permission-approval-container__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-top: 32px;
    width: 100%;
}

.permission-approval-container__content {
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    color: #7c808e;
    padding-left: 24px;
    padding-right: 24px;
}

.permission-approval-container__content a,.permission-approval-container__content a:hover {
    color: #3099f2;
}

.permission-approval-container__content__requested {
    text-align: left;
}

.permission-approval-container__content__revoke-note {
    margin-top: 60px;
}

.permission-approval-container__content__permission {
    display: flex;
    align-items: center;
}

.permission-approval-container__content__permission label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 16px;
    color: #333333;
}

.permission-approval-container .permission-approval-container__checkbox {
    font-size: 1.4rem;
    margin: 0;
}

.permission-approval-container__content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
}

.permission-approval-container__permissions-header {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
}

.permission-approval-container__permissions-container {
    display: flex;
    flex-direction: column;
    margin-top: 38px;
}

.permission-approval-container .page-container__footer {
    align-items: center;
    margin-top: 12px;
}

@media screen and (min-width: 576px) {
    .permission-approval-container .page-container__footer {
        border-top: none;
    }
}

.permission-approval-container .page-container__footer footer {
    width: 100%;
    justify-content: space-between;
}

.permission-approval-container .page-container__footer footer button {
    width: 124px;
}

@media screen and (max-width: 575px) {
    .permission-approval-container__title {
        position: initial;
    }

    .permission-approval-container__content-approval-visual {
        margin-top: 16px;
    }

    .permission-approval-container .page-container__footer header {
        padding: 0;
    }
}

.permission-approval-container__tooltip-body {
    display: flex;
    flex-direction: column;
}

.permission-approval-container__bold-title-elements {
    font-weight: bold;
}

.permissions-connect-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.permissions-connect-footer__text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
    display: flex;
    margin-top: 10px;
}

.permissions-connect-footer__text--link {
    color: #2980fe;
    margin-left: 4px;
    cursor: pointer;
}

.permissions-connect-header {
    display: flex;
    flex: 0;
    flex-direction: column;
    justify-content: center;
    width: 328px;
    margin-top: 20px;
}

.permissions-connect-header__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.permissions-connect-header__icon .icon-with-fallback__identicon-container,.permissions-connect-header__icon .icon-with-fallback__identicon-border {
    height: 64px;
    width: 64px;
}

.permissions-connect-header__icon .icon-with-fallback__identicon-border {
    border: 1px solid #d6d9dc;
}

.permissions-connect-header__icon .icon-with-fallback__identicon-container {
    margin-bottom: 8px;
}

.permissions-connect-header__icon img {
    border-radius: 20px;
}

.permissions-connect-header__title {
    font-size: 22px;
    text-align: center;
    color: #333333;
    margin-top: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

.permissions-connect-header__text,.permissions-connect-header__subtitle {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #6a737d;
}

.permissions-connect-header__text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    font-weight: 400;
    color: #333333;
    /*rtl:ignore*/
    direction: rtl;
}

.permissions-connect-header__subtitle {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 17px;
    text-align: left;
    font-weight: 400;
    color: #333333;
}

.recovery-phrase-reminder__list {
    list-style: disc;
    padding-left: 20px;
}

.recovery-phrase-reminder__list li {
    margin-bottom: 5px;
}

.selected-account {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.selected-account__tooltip-wrapper {
    width: 100%;
}

.selected-account__name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 500;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80px;
}

.selected-account__address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #777777;
}

.selected-account__clickable {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    background-color: unset;
}

.selected-account__clickable:hover {
    background-color: #f4f8ff;
}

.selected-account__clickable:active {
    background-color: #f4f8ff;
}

.selected-account__clickable--failed:hover {
    background-color: #a92d18;
}

.selected-account__clickable--failed:active {
    background-color: #a92d18;
}

.selected-account__clickable--failed * {
    color: white !important;
}

.selected-account__clickable--failed .selected-account__type {
    border-color: white !important;
}

.sidebar-left {
    z-index: 101 !important;
}

.sidebar-left .gas-modal-page-container {
    display: flex;
}

.sidebar-left .gas-modal-page-container .page-container {
    flex: 1;
    max-width: 100%;
}

.sidebar-left .gas-modal-page-container .page-container__content {
    display: flex;
    overflow-y: initial;
}

@media screen and (max-width: 575px) {
    .sidebar-left .gas-modal-page-container .page-container {
        max-width: 328px;
        min-height: auto;
    }
}

@media screen and (min-width: 575px) {
    .sidebar-left .gas-modal-page-container .page-container {
        max-height: none;
    }
}

.sidebar-left .gas-modal-page-container .page-container .page-close {
    display: none;
}

.sidebar-left .gas-modal-page-container .page-container__bottom {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-left .gas-modal-page-container .page-container__content {
    overflow-y: inherit;
}

.sidebar-left .gas-modal-page-container .basic-tab-content {
    height: auto;
    margin-bottom: 0;
    border-bottom: 1px solid #d2d8dd;
    flex: 1 1 70%;
}

@media screen and (max-width: 575px) {
    .sidebar-left .gas-modal-page-container .basic-tab-content {
        padding-left: 14px;
        padding-bottom: 21px;
    }
}

@media screen and (max-width: 575px) {
    .sidebar-left .gas-modal-page-container .basic-tab-content .gas-price-button-group--alt {
        max-width: 318px;
    }

    .sidebar-left .gas-modal-page-container .basic-tab-content .gas-price-button-group--alt__time-estimate {
        font-size: 0.75rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

@media screen and (min-width: 575px) {
    .sidebar-left .gas-modal-page-container .advanced-tab {
        flex: 1 1 70%;
    }
}

.sidebar-left .gas-modal-page-container .advanced-tab__fee-chart {
    height: 320px;
}

@media screen and (max-width: 575px) {
    .sidebar-left .gas-modal-page-container .advanced-tab__fee-chart {
        height: initial;
    }
}

.sidebar-left .gas-modal-page-container .advanced-tab__fee-chart__speed-buttons {
    bottom: 77px;
}

@media screen and (max-width: 575px) {
    .sidebar-left .gas-modal-page-container .advanced-tab__fee-chart__speed-buttons {
        display: none;
    }
}

.sidebar-left .gas-modal-page-container .gas-modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sidebar-left .gas-modal-page-container .gas-modal-content__info-row-wrapper {
    display: flex;
}

@media screen and (min-width: 575px) {
    .sidebar-left .gas-modal-page-container .gas-modal-content__info-row-wrapper {
        flex: 1 1 30%;
    }
}

.sidebar-left .gas-modal-page-container .gas-modal-content__info-row {
    height: 170px;
}

@media screen and (max-width: 575px) {
    .sidebar-left .gas-modal-page-container .gas-modal-content__info-row {
        height: initial;
        display: flex;
        justify-content: center;
    }
}

.sidebar-right-enter {
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.sidebar-right-enter.sidebar-right-enter-active {
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.sidebar-right-leave {
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.sidebar-right-leave.sidebar-right-leave-active {
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.sidebar-left-enter {
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.sidebar-left-enter.sidebar-left-enter-active {
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.sidebar-left-leave {
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.sidebar-left-leave.sidebar-left-leave-active {
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.sidebar-left {
    flex: 1 0 230px;
    background: #fafafa;
    z-index: 26;
    position: fixed;
    left: 15%;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    will-change: transform;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 4px;
    width: 85%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .sidebar-left {
        width: 408px;
        left: calc(100% - 408px);
    }
}

@media screen and (max-width: 575px) {
    .sidebar-left {
        left: 0%;
    }
}

.sidebar-overlay {
    z-index: 100;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.3);
}

.signature-request-footer {
    display: flex;
    border-top: 1px solid #d2d8dd;
}

.signature-request-footer button {
    text-transform: uppercase;
    flex: 1;
    margin: 1rem 6px;
    border-radius: 16px;
}

.signature-request-footer button:first-child {
    margin-left: 1rem;
}

.signature-request-footer button:last-child {
    margin-right: 1rem;
}

.signature-request-header {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    height: 60px;
    min-height: 60px;
    padding: 0 18px;
    border-bottom: 2px solid #eeeeee;
    justify-content: space-between;
    align-items: center;
}

.signature-request-header--account,.signature-request-header--network {
    flex: 1;
    display: flex;
    align-items: center;
}

.signature-request-header--account .account-list-item__top-row {
    display: flex;
    align-items: center;
}

.signature-request-header--account .account-list-item__account-name {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.signature-request-header--account .account-list-item__top-row {
    margin: 0;
}

.signature-request-message {
    flex: 1 60%;
    display: flex;
    flex-direction: column;
    margin-top: 22px;
}

.signature-request-message__title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #636778;
    margin-left: 18px;
}

.signature-request-message h2 {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    flex: 1 1 0;
    text-align: left;
    border-bottom: 1px solid #d2d8dd;
    padding: 0.5rem;
    margin: 0;
    color: #ccc;
}

.signature-request-message--root {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    flex: 1 100%;
    background-color: #f9f9f9;
    padding-bottom: 0.5rem;
    overflow: auto;
    padding: 22px 18px;
}

@media screen and (min-width: 576px) {
    .signature-request-message--root {
        width: auto;
    }
}

.signature-request-message--node,.signature-request-message--node-leaf {
    padding-left: 0.3rem;
}

.signature-request-message--node-label,.signature-request-message--node-leaf-label {
    color: #999999;
    margin-left: 0.5rem;
}

.signature-request-message--node-value,.signature-request-message--node-leaf-value {
    color: #333333;
    margin-left: 0.5rem;
    white-space: pre-line;
    overflow: hidden;
    word-wrap: break-word;
}

.signature-request-message--node-leaf {
    display: flex;
}

.signature-request {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

@media screen and (min-width: 576px) {
    .signature-request {
        flex: initial;
    }
}

.signature-request .confirm-approve-content__ledger-instruction-wrapper {
    margin-top: 20px;
}

.signature-request-header {
    flex: 1;
}

.signature-request-header .network-display {
    padding: 2px 13px 2px 9px;
    justify-content: flex-end;
    margin-left: auto;
}

.signature-request-content {
    flex: 1 40%;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    padding: 20px 0;
    border-bottom: #f9f9f9 12px solid;
}

.signature-request-content__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.signature-request-content__identicon-container {
    padding: 10px 18px;
    flex: 1;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signature-request-content__identicon-border {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 1px solid white;
    position: absolute;
    box-shadow: 0 2px 2px 0.5px rgba(0, 0, 0, 0.19);
}

.signature-request-content__identicon-initial {
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    color: white;
    z-index: 1;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.422);
}

.signature-request-content__origin-image {
    width: 72px;
    border: 1px #f0f0f0 solid;
    border-radius: 50%;
    margin: 10px;
}

.signature-request-content__origin {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.signature-request-content__from-address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin-top: 10px;
}

.signature-request-content__info {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.signature-request-content__info--bolded {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.signature-request-content p {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999;
}

.signature-request-content__permit2 {
    padding: 16px;
    background-color: #f9f9f9;
}

.signature-request-content__permit2__origin-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature-request-content__permit2__origin-image {
    width: 44px;
    margin-right: 9px;
}

.signature-request-content__permit2__origin-right {
    max-width: 200px;
}

.signature-request-content__permit2__origin-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #333333;
}

.signature-request-content__permit2__origin {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    color: #999999;
}

.signature-request-content__permit2__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 16px auto 0;
    font-weight: 500;
    text-align: center;
}

.signature-request-content__permit2__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 16px;
    background: #fff5f3;
    border: 1px solid #e55036;
    border-radius: 12px;
    padding: 12px;
    color: #e55036;
    display: flex;
    flex-direction: column;
}

.signature-request-content__permit2__warn-content {
    display: flex;
}

.signature-request-content__permit2__warn-content img {
    width: 13px;
    margin-right: 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translateY(1.5px);
    transform: translateY(1.5px);
}

.signature-request-content__permit2__warn-more {
    margin-top: 4px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.signature-request-content__permit2__warn-arrow {
    -webkit-transform: scale(0.7, 1.2);
    transform: scale(0.7, 1.2);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.tabs .signature-request-tabs__permit2 {
    border-bottom: none;
}

.tabs .signature-request-tabs__permit2 .confirm-page-container-content__tab {
    font-size: 15px;
}

.tabs .signature-request-tabs__permit2 .confirm-page-container-content__tab button {
    text-transform: none;
}

.tabs .signature-request-tabs__permit2__address-wrap {
    margin-left: 16px;
    border-bottom: #eeeeee 1px solid;
    padding: 16px 44px 16px 0;
    display: flex;
    font-size: 13px;
}

.tabs .signature-request-tabs__permit2__address-title {
    color: #333333;
    font-weight: 500;
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    margin-right: 2px;
    font-size: 13px;
}

.tabs .signature-request-tabs__permit2__address {
    font-weight: 400;
    word-break: break-all;
}

.tabs .signature-request-tabs__permit2__address-name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}

.tabs .signature-request-tabs__permit2__tokens {
    padding: 16px;
}

.tabs .signature-request-tabs__permit2__tokens-title {
    padding-bottom: 4px;
    color: #333333;
    font-size: 13px;
}

.tabs .signature-request-tabs__permit2__token {
    margin-top: 8px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 5px 12px 12px;
}

.tabs .signature-request-tabs__permit2__token-line {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.tabs .signature-request-tabs__permit2__token-label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    min-width: 70px;
    margin-right: 10px;
}

.tabs .signature-request-tabs__permit2__token-right {
    display: flex;
    align-items: center;
}

.tabs .signature-request-tabs__permit2__token-right img {
    height: 16px;
    margin-right: 4px;
}

.tabs .signature-request-tabs__permit2__token-value {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    word-break: break-all;
    text-align: right;
}

.signature-request-footer {
    flex: 1 1 auto;
    border: none;
}

.request-signature__container {
    width: 360px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-flow: column nowrap;
    z-index: 25;
    align-items: center;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .request-signature__container {
        width: 100%;
        top: 0;
        box-shadow: none;
    }
}

@media screen and (min-width: 576px) {
    .request-signature__container {
        height: 620px;
    }
}

.request-signature__typed-container {
    padding: 17px;
}

.request-signature__typed-container h1 {
    font-weight: 900;
    margin-bottom: 5px;
}

.request-signature__typed-container * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.request-signature__typed-container>div {
    margin-bottom: 10px;
}

.request-signature__header {
    height: 60px;
    line-height: 60px;
    padding-left: 19px;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex: 0 0 auto;
    border-bottom: #eeeeee 2px solid;
}

.request-signature__header-background {
    position: absolute;
    background-color: #e9edf0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.request-signature__header__text {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    z-index: 3;
    font-weight: 500;
}

.request-signature__header__tip-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.request-signature__header__tip {
    height: 25px;
    width: 25px;
    background: #e9edf0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    z-index: 1;
}

.request-signature__account-info {
    margin-left: 18px;
}

.request-signature__account {
    color: #9b9b9b;
    border-bottom: #eeeeee 1px solid;
    padding: 16px 0 12px;
}

.request-signature__account-text {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.request-signature__account-item {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background-color: #fff;
}

.request-signature__account-item .account-list-item__account-name {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 0;
    margin-top: 2px;
    color: #999999;
    font-weight: 400;
}

.request-signature__account-item .account-list-item__top-row {
    margin: 0;
    align-items: center;
}

.request-signature__account-item .account-mismatch-warning__tooltip-wrapper {
    margin-left: 12px;
}

.request-signature__balance {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    border-bottom: #eeeeee 1px solid;
    padding: 12px 0;
}

.request-signature__balance-value {
    margin-top: 2px;
}

.request-signature__request-icon {
    margin-top: 25px;
}

.request-signature__body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    height: 0;
}

.request-signature__origin-row {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 18px;
    padding: 12px 0;
}

.request-signature__origin-content {
    margin-top: 7px;
    display: flex;
}

.request-signature__origin-content .icon-border {
    border: none;
    background: transparent;
}

.request-signature__origin-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.request-signature__origin {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    color: #999999;
    font-weight: 400;
}

.request-signature__notice,.request-signature__warning {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
}

.request-signature__notice {
    color: #9b9b9b;
}

.request-signature__warning {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #e55036;
    font-weight: 400;
    padding: 10px 18px;
    background-color: #fff0ed;
}

.request-signature__rows {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    border-top: 10px solid #eeeeee;
    display: flex;
    flex-flow: column;
}

.request-signature__row {
    display: flex;
    flex-flow: column;
    flex: 1 0 auto;
}

.request-signature__row-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    margin-top: 12px;
    margin-left: 18px;
    width: 100%;
}

.request-signature__row-value {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    width: 100%;
    overflow-wrap: break-word;
    padding: 6px 18px 15px;
    white-space: pre-line;
}

.request-signature__help-link {
    cursor: pointer;
    text-decoration: underline;
    color: #2980fe;
}

.request-signature__footer {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-top: 1px solid #d2d8dd;
    padding: 18px;
}

.request-signature__footer button {
    width: 165px;
}

.request-signature__footer__cancel-button {
    margin-right: 1.2rem;
}

.tab-bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tab-bar__tab {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    min-width: 0;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 16px 24px;
    transition: opacity 200ms ease-in-out;
    background-color: unset;
    text-align: start;
    width: 100%;
}

.tab-bar__tab:hover {
    background-color: #f5f9ff;
}

@media screen and (min-width: 576px) {
    .tab-bar__tab:hover {
        opacity: 0.4;
    }

    .tab-bar__tab:active {
        opacity: 0.6;
    }
}

@media screen and (max-width: 575px) {
    .tab-bar__tab {
        font-size: 1rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
        padding: 18px;
        opacity: 1;
        color: #333333;
    }
}

.tab-bar__tab--last:hover {
    background-color: white;
}

.tab-bar__tab__content {
    display: flex;
    flex: 1 1 auto;
    width: 0;
    align-items: center;
}

@media screen and (min-width: 575px) {
    .tab-bar__tab__content {
        position: relative;
        display: flex !important;
    }

    .tab-bar__tab__content__title {
        width: 126px;
    }

    .tab-bar__tab__content .toggle-button {
        position: absolute;
        top: 36px;
        left: 60px;
    }
}

.tab-bar__tab__content__description {
    display: none;
}

@media screen and (max-width: 575px) {
    .tab-bar__tab__content__description {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
        display: block;
        font-weight: 300;
        margin-top: 4px;
        min-height: 14px;
    }
}

.tab-bar__tab__content__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.tab-bar__tab__caret {
    display: none;
}

@media screen and (max-width: 575px) {
    .tab-bar__tab__caret {
        display: block;
        background-image: url("../images/enter-grey_c8059a7fba5740659f9cbbd1bb7ab02e.svg");
        width: 10px;
        height: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: auto;
    }

    [dir=rtl] .tab-bar__tab__caret {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.tab-bar__tab__divider {
    height: 1px;
    background-color: #eeeeee;
    margin-left: 16px;
}

.tab-bar__tab--active {
    opacity: 1 !important;
}

@media screen and (min-width: 576px) {
    .tab-bar__tab--active {
        background-color: #2980fe;
        color: #fff;
    }

    .tab-bar__tab--active:hover {
        background-color: #2980fe;
    }
}

.tab-bar__tab--desc .tab-bar__tab__content {
    display: block;
}

.tab-bar__tab--desc .tab-bar__tab__content__icon {
    float: left;
}

.tab-bar__tab--desc .tab-bar__tab__content__title {
    width: 255px;
    float: left;
}

.tab-bar__tab--desc .tab-bar__tab__content__description {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 255px;
    float: left;
    color: #999999;
    font-weight: 400;
}

.tab-bar__grow-tab {
    flex-grow: 1;
}

.token-cell--outdated .list-item__heading {
    color: #6a737d;
}

.transaction-activity-log__title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 4px;
    text-transform: capitalize;
}

.transaction-activity-log__activities-container {
    padding-top: 8px;
}

.transaction-activity-log__activity {
    padding: 4px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.transaction-activity-log__activity::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 7px;
    border-right: 1px solid #909090;
}

.transaction-activity-log__activity:first-child::after {
    height: 50%;
    top: 50%;
}

.transaction-activity-log__activity:last-child::after {
    height: 50%;
}

.transaction-activity-log__activity:first-child:last-child::after {
    display: none;
}

.transaction-activity-log__activity-icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border-radius: 50%;
    background: #909090;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.transaction-activity-log__activity-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #9b9b9b;
    cursor: pointer;
}

.transaction-activity-log__activity-text:hover {
    color: #000;
}

.transaction-activity-log__value {
    display: inline;
    font-weight: 500;
}

.transaction-activity-log__entry-container {
    min-width: 0;
}

.transaction-activity-log__action-link {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    color: #2980fe;
}

.transaction-activity-log b {
    font-weight: 500;
}

.transaction-breakdown-row {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.transaction-breakdown-row:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
}

.transaction-breakdown-row__title {
    padding-right: 8px;
}

.transaction-breakdown-row__value {
    min-width: 0;
}

.transaction-breakdown__title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 4px;
    text-transform: capitalize;
}

.transaction-breakdown__row-title {
    text-transform: capitalize;
}

.transaction-breakdown__value {
    display: block;
    justify-content: flex-end;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transaction-breakdown__value--eth-total {
    font-weight: 500;
}

.transaction-detail .transaction-detail-item {
    padding: 20px 0;
    border-bottom: 1px solid #bbc0c5;
}

.transaction-detail .transaction-detail-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.transaction-detail-item {
    color: #6a737d;
}

.transaction-detail-item__row {
    display: flex;
}

.transaction-detail-item__title {
    flex-grow: 1;
}

.transaction-detail-item .info-tooltip {
    display: inline-block;
    -webkit-margin-start: 4px;
    margin-inline-start: 4px;}

.transaction-detail-item__detail-text {
    -webkit-margin-end: 20px !important;
    margin-inline-end: 20px !important;}

.transaction-detail-item__total {
    font-weight: bold;
    color: #333333;
}

.transaction-detail-item__subtitle {
    flex-grow: 1;
}

.transaction-icon__grey-circle {
    height: 28px;
    width: 28px;
    border-radius: 14px;
    background: #d6d9dc;
}

.transaction-list-item-details__header {
    margin: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transaction-list-item-details__body {
    background: #fafbfc;
    padding: 8px 16px;
}

.transaction-list-item-details__header-buttons {
    display: flex;
    flex-direction: row;
}

.transaction-list-item-details .transaction-list-item-details__header-button {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.transaction-list-item-details .transaction-list-item-details__header-button-tooltip-container {
    display: flex !important;
    height: 100%;
}

.transaction-list-item-details .transaction-list-item-details__header-button:not(:last-child) {
    margin-right: 8px;
}

.transaction-list-item-details__sender-to-recipient-container {
    margin-bottom: 8px;
}

.transaction-list-item-details__cards-container {
    display: flex;
    flex-direction: column;
}

.transaction-list-item-details__transaction-breakdown {
    flex: 1;
    margin-right: 8px;
    min-width: 0;
    margin: 0 0 8px 0;
}

.transaction-list-item-details__transaction-activity-log {
    flex: 2;
    min-width: 0;
    padding-left: 12px;
}

.transaction-list-item__primary-currency {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transaction-list-item__secondary-currency {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 4px;
    color: #6a737d;
}

.transaction-list-item .transaction-list-item--unconfirmed {
    color: #6a737d;
}

.transaction-list-item--unconfirmed .transaction-list-item__primary-currency {
    color: #6a737d;
}

.transaction-list-item--hidden {
    display: none !important;
}

.transaction-list-item__pending-actions {
    padding-top: 12px;
    display: flex;
}

.transaction-list-item__pending-actions .button {
    white-space: nowrap;
}

.transaction-list-item__pending-actions:empty {
    padding-top: 0;
}

.transaction-list-item .list-item__subheading>h3 {
    overflow: visible;
    display: flex;
    white-space: nowrap;
    text-overflow: initial;
}

.transaction-list-item .transaction-status::after {
    margin: 0 4px;
}

.transaction-list-item__origin,.transaction-list-item__address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transaction-list-item__origin {
    /*rtl:ignore*/
    direction: rtl;
}

.transaction-list {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 10px;
    overflow-y: auto;
}

.transaction-list__completed-transactions {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.transaction-list__header {
    font-size: 13px;
    flex: 0 0 auto;
    color: #333333;
    padding: 12px 18px 0 18px;
    font-weight: 400;
    margin-bottom: 4px;
}

.transaction-list__small-warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 16px;
    background-color: #f4f8ff;
    color: #2980fe;
    margin-top: 12px;
    margin-bottom: 4px;
    cursor: pointer;
}

.transaction-list__small-warn-arrow {
    -webkit-transform: scale(0.7, 1.2);
    transform: scale(0.7, 1.2);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.transaction-list__transactions {
    height: 100%;
    flex: 1;
}

.transaction-list__empty {
    flex: 1;
    display: grid;
    grid-template-rows: auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

.transaction-list__empty-pic {
    width: 64px;
    display: block;
    margin: 0 auto;
}

.transaction-list__empty-text {
    font-size: 13px;
    grid-row-start: 2;
    display: flex;
    justify-content: center;
    color: #d1d1d1;
    margin-top: 4px;
}

.transaction-list__view-more {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    color: #2980fe;
    margin-top: 16px;
    text-align: center;
}

.transaction-list .list-item {
    padding: 0;
}

.transaction-list .list-item:last-child .list-item__inner {
    border-bottom: none;
    overflow: hidden;
}

.transaction-list .list-item__inner {
    margin-left: 16px;
    border-bottom: #eeeeee 1px solid;
    display: flex;
    min-height: 45px;
    width: 100%;
    padding: 12px 16px 10px 0;
    align-items: center;
}

.transaction-list .list-item__heading {
    color: #333333;
}

.transaction-list .list-item__actions {
    display: flex;
    align-items: center;
    width: 100%;
}

.transaction-list .list-item__actions-image {
    width: 36px;
    margin-right: 12px;
}

.transaction-list .list-item__actions-content {
    flex: 1;
}

.transaction-list .list-item__actions-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transaction-list .list-item__actions-top-left {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.transaction-list .list-item__actions-top-left .list-item__actions-logo {
    margin-left: 0;
    margin-right: 6px;
}

.transaction-list .list-item__actions-top-right {
    display: flex;
    align-items: center;
}

.transaction-list .list-item__actions-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.transaction-list .list-item__actions-bottom__pending {
    justify-content: left;
}

.transaction-list .list-item__actions-bottom-left {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.transaction-list .list-item__actions-bottom-left img {
    cursor: pointer;
    height: 12px;
}

.transaction-list .list-item__actions .transaction-list-item__submitted-time {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.transaction-list .list-item__actions .transaction-list-item__primary-currency {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    text-align: right;
}

.transaction-list .list-item__actions .transaction-list-item__primary-currency__receive {
    color: #2980fe;
}

.transaction-list .list-item__actions .transaction-list-item__primary-currency__use {
    color: #03c288;
}

.transaction-list .list-item__actions .transaction-list-item__pending-actions {
    padding-top: 0;
    display: flex;
    align-items: center;
}

.transaction-list .list-item__actions .transaction-list-item__pending-actions .button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0px 8px;
    height: 24px;
    border-radius: 6px;
    color: white;
    border: none;
}

.transaction-list .list-item__actions .transaction-list-item__pending-actions .button.btn-default {
    background-color: #e55036;
}

.transaction-list .list-item__actions .transaction-list-item__pending-actions .button.btn-secondary {
    margin-left: 4px;
    background-color: #2980fe;
}

.transaction-list .list-item__actions-logo {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-left: 6px;
}

.transaction-list .list-item__actions-info {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    color: #333333;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.transaction-list .list-item__actions-info .transaction-status {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.transaction-list .list-item__actions-origin {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #777777;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 92%;
}

.transaction-list .list-item__actions-copy img {
    display: block;
    margin-left: -2px;
}

.transaction-list__divider-line {
    height: 1px;
    background-color: #eeeeee;
}

.transaction-list__popover {
    max-height: 500px !important;
}

.transaction-list__popover .popover-header {
    padding: 11px 0;
}

.transaction-list__popover .popover-header__title {
    padding-bottom: 0;
    padding-left: 16px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__header {
    margin: 0 16px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__header-button {
    box-shadow: none;
}

.transaction-list__popover .popover-content .transaction-list-item-details__header-button:not(:last-child) {
    margin-right: 0;
}

.transaction-list__popover .popover-content .transaction-list-item-details__header-button img {
    width: 24px;
    height: 24px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__header-button .button {
    box-shadow: none;
}

.transaction-list__popover .popover-content .transaction-list-item-details__sender-to-recipient-container {
    margin-bottom: 19px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__body {
    padding: 0 0 0 16px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__body .sender-and-recipient {
    margin-right: 18px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__body .sender-and-recipient__sender,.transaction-list__popover .popover-content .transaction-list-item-details__body .sender-and-recipient__recipient {
    margin-left: 0;
    padding: 14px 9px 14px 14px;
    border: #d7d7d7 1px solid;
    border-radius: 8px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__body .sender-and-recipient__recipient {
    margin-top: 6px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__body .sender-and-recipient__title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.transaction-list__popover .popover-content .transaction-list-item-details__body .sender-and-recipient__content {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-left: 16px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__body .sender-and-recipient__address {
    color: #333333;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-breakdown {
    margin-bottom: 0;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-breakdown__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-right: 18px;
    color: #333333;
    font-weight: 500;
    border-color: #eeeeee !important;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-breakdown-row {
    border-color: #eeeeee;
    padding-right: 18px;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-breakdown-row:first-child {
    border-bottom: none;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-breakdown-row__title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-breakdown-row__value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-breakdown__value.currency-display-component.span {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-breakdown__value.currency-display-component.span.currency-display-component--eth-total {
    color: #333333;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-activity-log {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    padding-left: 0;
}

.transaction-list__popover .popover-content .transaction-list-item-details__cards-container .transaction-activity-log__activities-container {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-right: 18px;
    color: #999999;
    font-weight: 400;
}

.transaction-status {
    display: inline;
}

.transaction-status--unapproved {
    color: #f66a0a;
}

.transaction-status--failed {
    color: #d73a49;
}

.transaction-status--cancelled {
    color: #d73a49;
}

.transaction-status--dropped {
    color: #d73a49;
}

.transaction-status--rejected {
    color: #d73a49;
}

.transaction-status--pending {
    color: #f66a0a;
}

.transaction-status--queued {
    color: #6a737d;
}

.transaction-total-banner {
    text-align: center;
}

.transaction-total-banner__detail {
    padding-bottom: 4px;
}

.wallet-overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    flex-direction: column;
    width: 100%;
}

.wallet-overview__tooltip-wrapper {
    height: 20px;
}

.wallet-overview__address--container {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.wallet-overview__address {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: center;
    color: #999999;
}

.wallet-overview__address--copy {
    margin-left: 8px;
    width: 20px;
    cursor: pointer;
}

.wallet-overview__tools {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    cursor: pointer;
}

.wallet-overview__tools-wrap {
    position: relative;
    width: 100%;
}

.wallet-overview__tools-popover {
    position: absolute;
    right: 20px;
    top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border: 1px solid #f1f1f1;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.2);
}

.wallet-overview__tools-popover__cancel {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.wallet-overview__tools-popover__item {
    cursor: pointer;
    z-index: 201;
    display: flex;
    align-items: center;
    height: 28px;
    padding-left: 14px;
    padding-right: 20px;
    position: relative;
}

.wallet-overview__tools-popover__item img {
    height: 12px;
    margin-right: 6px;
}

.wallet-overview__tools-popover__item span {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.wallet-overview__tools-popover__item:hover {
    background: #f4f8ff;
    border-radius: 6px;
}

.wallet-overview__balance {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.wallet-overview__balance .currency-display-component__text-currency {
    display: none;
}

.wallet-overview__buttons {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
    margin-top: 20px;
    z-index: 9;
}

.wallet-overview__buttons .btn-secondary {
    color: white;
}

.eth-overview__toast {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-weight: 400;
    border-radius: 8px;
    padding: 8px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 350px;
    z-index: 99;
}

.eth-overview__balance {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    align-items: center;
    padding: 0 16px;
    max-width: 100%;
}

.eth-overview__balance--details {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    width: 328px;
    margin-top: 19px;
    padding: 8px 14.5px;
    flex-direction: row;
    justify-content: space-between;
}

.eth-overview__balance--details .eth-overview__balance-container .eth-overview__primary-balance {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.eth-overview__balance--details .eth-overview__balance-container .eth-overview__secondary-balance {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
}

.eth-overview__balance--details-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.eth-overview__primary-container {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    color: #333333;
}

.eth-overview__primary-balance {
    font-size: 2rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #000;
    width: 100%;
    justify-content: center;
}

.eth-overview__cached-star {
    margin-left: 4px;
}

.eth-overview__cached-balance,.eth-overview__cached-star {
    color: #f2a202;
}

.eth-overview__cached-secondary-balance {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: rgba(220, 153, 18, 0.6901960784);
}

.eth-overview__secondary-balance {
    font-size: 2rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.eth-overview__button {
    margin-right: 12px;
}

.eth-overview__button:last-of-type {
    margin-right: 0;
}

.eth-overview__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    background: #037dd6;
    border-radius: 18px;
    margin-top: 6px;
}

.eth-overview__fiat-container {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}

.eth-overview__fiat-icon {
    margin-left: 8px;
    height: 14px;
    cursor: pointer;
}

.eth-overview__multisig-creating {
    text-align: center;
}

.eth-overview__multisig-creating__spinner {
    width: 40px;
    margin-top: 36px;
    animation: loading 3s linear infinite;
    -webkit-animation: loading 3s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.eth-overview__multisig-creating__text {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: white;
    font-weight: 500;
    margin-top: 20px;
}

.eth-overview__multisig-creating__hash-wrap {
    margin-top: 35px;
    padding: 12px 39px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 56px;
    cursor: pointer;
}

.eth-overview__multisig-creating__hash-wrap.cursor-normal {
    cursor: initial;
}

.eth-overview__multisig-creating__hash {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    margin-right: 4px;
}

.eth-overview__multisig-creating__hash-enter {
    -webkit-transform: scale(0.4, 1);
    transform: scale(0.4, 1);
}

.eth-overview__multisig-creating__warn-wrap {
    width: 322px;
    background: rgba(255, 231, 216, 0.95);
    border: 1px solid #fff2f2;
    border-radius: 41px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 28px;
    z-index: 1;
    text-align: center;
    color: #ff7114;
    padding: 10px;
}

.eth-overview__multisig-creating__warn-line1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.eth-overview__multisig-creating__warn-line1 img {
    height: 20px;
    margin-right: 8px;
}

.eth-overview__multisig-creating__warn-line1 span {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.eth-overview__multisig-creating__warn-line2 {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    margin-top: 2px;
}

.eth-overview__multisig-failed {
    text-align: center;
}

.eth-overview__multisig-failed__icon {
    margin-top: 38px;
    width: 40px;
}

.eth-overview__multisig-failed__text {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: white;
    font-weight: 500;
    margin-top: 20px;
}

.eth-overview__multisig-failed__actions {
    margin-top: 35px;
    margin-bottom: 56px;
    display: flex;
    padding: 0 10px;
}

.eth-overview__multisig-failed__hash-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    min-height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-right: 12px;
    color: white;
    cursor: pointer;
}

.eth-overview__multisig-failed__hash {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    margin-right: 4px;
}

.eth-overview__multisig-failed__hash-enter {
    -webkit-transform: scale(0.4, 1);
    transform: scale(0.4, 1);
}

.eth-overview__multisig-failed__delete {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #e55036;
    font-weight: 400;
    border-radius: 8px;
    padding: 0 44px;
    background-color: white;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.token-overview__balance {
    width: 100%;
    margin-top: 6px;
}

.token-overview__balance--title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.token-overview__primary-balance {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #000;
    width: 100%;
    justify-content: center;
}

.token-overview__secondary-balance {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #848c96;
    justify-content: center;
}

.token-overview__button {
    margin-right: 24px;
}

.token-overview__button:last-of-type {
    margin-right: 0;
}

.token-overview__dex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    margin: 16px 16px 0;
    width: -webkit-fill-available;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    cursor: pointer;
}

.token-overview__dex--transit {
    font-size: 13px;
    font-weight: 500;
}

.token-overview__dex--right {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.token-overview__dex--price-value {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    margin-right: 10px;
    color: #777777;
    text-align: right;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.token-overview__dex--price-value-usd {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    text-align: right;
    margin-right: 10px;
}

.token-overview__dex--quote-change {
    padding: 4px 8px;
    border-radius: 6px;
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    margin-right: 6px;
    display: block;
    background-color: #03C288;
    color: #e6fff7;
}

.token-overview__dex--quote-change__down {
    background-color: #E55036;
}

.token-overview__dex--enter {
    height: 8.5px;
}

.whats-new-popup__notifications {
    display: flex;
    flex-direction: column;
}

.whats-new-popup__notification,.whats-new-popup__first-notification {
    display: flex;
    flex-direction: column;
    margin: 0 24px 24px 24px;
    border-bottom: 1px solid #d6d9dc;
    position: relative;
}

.whats-new-popup__last-notification>*:nth-last-child(2) {
    margin-bottom: 0;
}

.whats-new-popup__last-notification .whats-new-popup__intersection-observable {
    bottom: 8px;
}

.whats-new-popup__notification:last-child {
    border-bottom: none;
}

.whats-new-popup__notification-image {
    align-self: center;
    margin-bottom: 16px;
}

.whats-new-popup__description-and-date {
    margin-bottom: 16px;
}

.whats-new-popup__notification-date {
    color: #6a737d;
}

.whats-new-popup__button {
    margin-right: auto;
}

.whats-new-popup__button,.whats-new-popup__link {
    margin-bottom: 24px;
}

.whats-new-popup__link {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #037dd6;
    cursor: pointer;
}

.whats-new-popup__notification-title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    margin-bottom: 8px;
}

.whats-new-popup__intersection-observable {
    bottom: 22px;
    position: absolute;
    height: 1px;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .popover-wrap.whats-new-popup__popover {
        max-height: 600px;
        width: 500px;
    }
}

@media screen and (max-width: 575px) {
    .popover-wrap.whats-new-popup__popover {
        max-height: 568px;
    }
}

.node-menu-wrap {
    position: absolute;
    z-index: 99;
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    top: 60px;
    left: 18px;
}

@media screen and (min-width: 576px) {
    .node-menu-wrap {
        left: calc((100% - 85px) / 2);
        top: 80px;
    }
}

@media screen and (min-width: 769px) {
    .node-menu-wrap {
        left: calc((100% - 80vw) / 2);
    }
}

@media screen and (min-width: 1281px) {
    .node-menu-wrap {
        left: calc((100% - 62vw) / 2);
    }
}

.node-menu-wrap-header {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    margin: 12px 0 11px 16px;
}

.node-menu-wrap .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.node-menu-wrap .circle.green {
    background-color: #03c288;
}

.node-menu-wrap .circle.orange {
    background-color: #ffa81f;
}

.node-menu-wrap .circle.red {
    background-color: #ed4c56;
}

.node-menu-wrap .node-menu-line-two {
    width: 300px;
    height: 2px;
    background: #eeeeee;
}

.node-menu-wrap .node-menu-line-one {
    width: 300px;
    height: 1px;
    background: #eeeeee;
}

.node-menu-wrap-level {
    display: flex;
    align-items: center;
    margin: 11px 0 4px 16px;
}

.node-menu-wrap-level span {
    font-size: 12px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
}

.node-menu-wrap-level>span:nth-child(3) {
    margin-left: 6px;
}

.node-menu-wrap-level>span:nth-child(5) {
    margin-left: 6px;
}

.node-menu-wrap-level>span:nth-child(7) {
    margin-left: 6px;
}

.node-menu-wrap-level-fast {
    background: #03c288;
    margin-left: 10px;
}

.node-menu-wrap-level-general {
    background: #ffa81f;
    margin-left: 22px;
}

.node-menu-wrap-level-slow {
    background: #ed4c56;
    margin-left: 22px;
}

.node-menu-wrap-content {
    max-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
}

.node-menu-wrap-content .node-item {
    width: 264px;
    height: 56px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-top: 6px;
    cursor: pointer;
    border: 1px solid #e4ddff;
}

.node-menu-wrap-content .node-item:hover {
    background-color: #f5f9ff;
    border-color: #2980fe;
}

.node-menu-wrap-content .node-item:last-child {
    margin-bottom: 5px;
}

.node-menu-wrap-content .node-item__wrong {
    color: #ed4c56 !important;
}

.node-menu-wrap-content .node-item .item-left {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.node-menu-wrap-content .node-item .item-left> :nth-child(1) {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    width: 170px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.node-menu-wrap-content .node-item .item-left> :nth-child(2) {
    font-size: 11px;
    font-weight: 400;
    color: #999999;
    width: 170px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.node-menu-wrap-content .node-item .item-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.node-menu-wrap-content .node-item .item-right span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 4px;
}

.node-menu-wrap-content .node-item .item-right div {
    margin-right: 9px;
}

.node-menu-wrap-content .node-item .item-right img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.node-menu-wrap-content .node-item.node-item-select {
    background: #2980fe;
    border-color: #2980fe;
    color: white;
}

.node-menu-wrap-content .node-item.node-item-select .item-left> :nth-child(1) {
    width: 145px;
}

.node-menu-wrap-content .node-item.node-item-select .item-left> :nth-child(2) {
    font-size: 11px;
    font-weight: 400;
    width: 145px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    color: #fff;
    opacity: 0.9;
}

.node-menu-wrap-content .node-item.node-item-select .item-right span {
    color: #fff;
}

.node-menu-wrap-footer {
    height: 55px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 55px;
    cursor: pointer;
    border-radius: 0 0 8px 8px;
}

.node-menu-wrap-footer:hover {
    background-color: #f5f9ff;
}

.nft-list {
    overflow: hidden;
}

.nft-list-item {
    width: 160px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    float: left;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (max-width: 570px) {
    .nft-list-item:nth-of-type(2n) {
        margin-left: 10px;
    }
}

@media screen and (min-width: 571px) {
    .nft-list-item {
        margin-right: 10px;
    }
}

.nft-list-item__content {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.nft-list-item__desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 60px;
    border-top: 1px solid #eeeeee;
    color: #333333;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px;
}

.nft-list-item__no {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 4px;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    font-weight: 400;
    padding: 2px 15px;
    color: white;
}

.nft-list-item__name {
    font-family: PingFang SC, PingFang SC-Medium;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    color: #333333;
}

.nft-list-item__line {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    color: #777777;
}

.nft-list-item__id {
    color: #777777;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nft-list-item__id-fix {
    max-width: 60px;
}

.nft-list-home-item {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    color: #333333;
    cursor: pointer;
}

.nft-list-home-item:hover,.nft-list-home-item:focus-within {
    background-color: #f5f9ff;
}

.nft-list-home-item__logo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.nft-list-home-item__name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    margin-left: 12px;
    flex: 1;
}

.nft-list-home-item__amount {
    font-size: 15px;
    font-weight: 700;
    margin-right: 14px;
    color: #333333;
}

.nft-list__no-data {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 24px 0;
    color: #cdcdcd;
    text-align: center;
}

.nft-details__list.list {
    padding-right: 0 !important;
}

.nft-details__list.list .nft-list-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    border-radius: 0;
    border: none;
    margin: 0 !important;
    border-bottom: #eeeeee 1px solid;
    padding-right: 16px;
}

.nft-details__list.list .nft-list-item::after {
    content: ">";
    -webkit-transform: scale(0.5, 1.2);
    transform: scale(0.5, 1.2);
    margin-top: -3px;
    margin-left: auto;
}

.nft-details__list.list .nft-list-item:last-of-type {
    border: none;
}

.nft-details__list.list .nft-list-item__content {
    height: 52px;
    width: 52px;
    min-width: 52px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
}

.nft-details__list.list .nft-list-item__desc {
    height: 52px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nft-details__list.list .nft-list-item__name {
    font-size: 15px;
}

.nft-details__list.list .nft-list-item__amount {
    margin-left: auto;
    margin-right: 12px;
    font-size: 13px;
}

.nft-details__list.list .nft-list-item__line {
    font-size: 13px;
    color: #777777;
}

.nft-details__list.list .nft-list-item__line .nft-list-item__amount {
    display: none;
}

.nft-details__list.list .nft-list-item__id {
    max-width: unset;
}

.nft-details__list.block {
    overflow: hidden;
}

.nft-details__list.block .nft-list-item>.nft-list-item__amount {
    display: none;
}

.version-logs-popover {
    border-radius: 16px !important;
}

.version-logs-popover .popover-content {
    border-radius: 16px;
}

.version-logs-popover .popover-header {
    padding: 0;
}

.version-logs-popover .popover-header__title {
    padding: 0;
}

.version-logs-popover--title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 19px 18px 13px;
    text-align: center;
    font-weight: 500;
    color: #333333;
}

.version-logs-popover--content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0 37px;
    font-weight: 400;
    line-height: 20px;
}

.version-logs-popover--item {
    display: flex;
}

.version-logs-popover--dot {
    width: 4px;
    min-width: 4px;
    height: 4px;
    background: #2980fe;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 8px;
}

.version-logs-popover .button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border-radius: 24px;
    padding: 14px;
    margin: 20px 31px 30px;
    width: auto;
    font-weight: 500;
}

.switch-default-wallet {
    position: fixed;
    bottom: 24px;
    right: 0;
    background: #2980fe;
    color: white;
    border-radius: 16px 0px 0px 16px;
    padding: 3px 4px 3px 3px;
    display: flex;
    align-items: center;
    z-index: 99;
    -webkit-transform: translateX(calc(100% - 36px));
    transform: translateX(calc(100% - 36px));
    transition: 500ms;
}

.switch-default-wallet:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.switch-default-wallet__logo {
    height: 26px;
    margin-right: 7px;
}

.switch-default-wallet__text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #ffffff;
}

.switch-default-wallet__flip {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    height: 21.6px;
    line-height: 21.6px;
    border-radius: 12px;
    padding: 0 14.4px;
    -webkit-transform: scale(0.86);
    transform: scale(0.86);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    background-color: white;
    color: #2980fe;
    cursor: pointer;
}

.switch-default-wallet__popover {
    border-radius: 16px;
    padding: 0 18px 16px;
    color: #333333;
}

.switch-default-wallet__popover .popover-header {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.switch-default-wallet__popover-pic {
    width: 100%;
}

.switch-default-wallet__popover-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 16px;
    font-weight: 400;
    text-align: center;
}

.switch-default-wallet__popover-confirm {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 48px;
    margin-top: 30px;
    border-radius: 24px !important;
}

.switch-default-wallet__popover-remind {
    display: flex;
    align-items: center;
    margin: 16px auto 0;
}

.switch-default-wallet__popover-remind-radio {
    width: 14px;
    height: 14px;
    border: 1.46px solid #d7d7d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch-default-wallet__popover-remind-radio--checked {
    border-color: #03c288;
}

.switch-default-wallet__popover-remind-radio--inner {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #03c288;
}

.switch-default-wallet__popover-remind-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
}

.multisig-queue-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #333333;
    padding: 10px 18px 0;
}

.multisig-queue-doubt {
    width: 12px;
    display: block;
    margin-left: 6px;
    cursor: pointer;
}

.multisig-queue--divider {
    height: 6px;
    background-color: #f5f5f5;
}

.multisig-queue-item {
    padding: 11px 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.multisig-queue-item:hover {
    background-color: #f5f9ff;
}

.multisig-queue-item--divider {
    margin-left: 18px;
    background-color: #f5f5f5;
    height: 1px;
}

.multisig-queue-item-pic {
    width: 32px;
    margin-right: 12px;
}

.multisig-queue-item-info {
    flex: 1;
}

.multisig-queue-item-info-line1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.multisig-queue-item-info-line1-right {
    display: flex;
    align-items: center;
}

.multisig-queue-item-info-action {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.multisig-queue-item-info-assets-change {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .multisig-queue-item-info-assets-change {
        max-width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.multisig-queue-item-info-enter {
    width: 8.5px;
    margin-left: 4.5px;
    -webkit-transform: scale(0.6, 1) translateY(-1px);
    transform: scale(0.6, 1) translateY(-1px);
}

.multisig-queue-item-info-line2 {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.multisig-queue-item-info-time {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #666666;
    font-weight: 400;
}

.multisig-queue-item-info-subtitle {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #666666;
    font-weight: 400;
    margin-left: 10px;
}

.multisig-queue-item-info-current,.multisig-queue-item-info-waiting {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.multisig-queue-item-info-current-desc,.multisig-queue-item-info-waiting-desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
}

.multisig-queue-item-info-pic {
    margin-right: 4px;
    height: 16px;
}

.multisig-queue-item-info-current-desc {
    color: #2980fe;
}

.multisig-queue-item-info-waiting-desc {
    color: #ff831f;
}

.multisig-queue-item-info-line3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.multisig-queue-item-info-nonce {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 1.1px 5.5px;
    border-radius: 4.5px;
    background-color: #f5f5f5;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #333333;
    font-weight: 400;
}

.multisig-queue-item-info-require {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #FF831F;
    text-indent: 0;
    list-style: disc;
    padding: 1.3px 6.5px 1.3px 18px;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: right 0;
    transform-origin: right 0;
    background-color: rgba(255, 131, 31, 0.1);
}

.multisig-queue-waiting {
    margin-bottom: 10px;
}

.search-token-button__button {
    height: 25px;
    width: 25px;
    background: url("..../images/search-black_44a711c05e434314aafe0afc6c3da8ea.svg") no-repeat center 100%/cover;
    cursor: pointer;
    position: absolute;
    right: 48px;
    top: -2px;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.search-token-empty {
    margin-top: 62px;
}

.search-token-empty__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search-token-empty__icon {
    width: 50px;
    height: 50px;
}

.search-token-empty__text {
    margin-top: 4px;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #d1d1d1;
    line-height: 18px;
}

.search-tokens {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 9;
}

.search-tokens .open {
    -webkit-animation: slideContentUp 0.5s ease-in both;
    animation: slideContentUp 0.5s ease-in both;
}

.search-tokens .close {
    -webkit-animation: slideContentDown 0.5s ease-in both;
    animation: slideContentDown 0.5s ease-in both;
}

.search-tokens__header {
    display: flex;
    align-items: center;
    margin-top: 8px;
    padding: 0 16px;
    position: relative;
}

.search-tokens__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

.search-tokens__input {
    flex: 1;
    height: 32px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    position: relative;
    padding: 0 8px 0 33px;
}

.search-tokens__input:focus {
    border-color: #2980FE;
}

.search-tokens__input::-webkit-input-placeholder {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #bbbbbb;
}

.search-tokens__input::-moz-placeholder {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #bbbbbb;
}

.search-tokens__input::-ms-input-placeholder {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #bbbbbb;
}

.search-tokens__input::placeholder {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #bbbbbb;
}

.search-tokens__cancel {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 13px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: right;
    color: #333333;
    cursor: pointer;
}

.search-tokens__main {
    margin-top: 8px;
}

@-webkit-keyframes slideContentUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideContentUp {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideContentDown {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideContentDown {
    from {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

/** Please import your files in alphabetical order **/
.account-mismatch-warning__tooltip-container-icon {
    display: flex;
    align-items: center;
}

.alert-circle-icon--danger {
    border-color: #d73a49;
    color: #d73a49;
    background: #fcf2f3;
}

.alert-circle-icon--warning {
    border-color: #ffd33d;
    color: #ffd33d;
    background: #fefae8;
}

.global-alert {
    position: relative;
    width: 100%;
    background-color: #33a4e7;
}

.global-alert .msg {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
}

.global-alert.hidden {
    -webkit-animation: alertHidden 0.5s ease forwards;
    animation: alertHidden 0.5s ease forwards;
}

.global-alert.visible {
    -webkit-animation: alert 0.5s ease forwards;
    animation: alert 0.5s ease forwards;
}

/* Animation */
@-webkit-keyframes alert {
    0% {
        opacity: 0;
        top: -50px;
        padding: 0;
        line-height: 12px;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 0;
        padding: 8px;
        line-height: 12px;
    }
}

@keyframes alert {
    0% {
        opacity: 0;
        top: -50px;
        padding: 0;
        line-height: 12px;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 0;
        padding: 8px;
        line-height: 12px;
    }
}

@-webkit-keyframes alertHidden {
    0% {
        top: 0;
        opacity: 1;
        padding: 8px;
        line-height: 12px;
    }

    100% {
        opacity: 0;
        top: -50px;
        padding: 0;
        line-height: 0;
    }
}

@keyframes alertHidden {
    0% {
        top: 0;
        opacity: 1;
        padding: 8px;
        line-height: 12px;
    }

    100% {
        opacity: 0;
        top: -50px;
        padding: 0;
        line-height: 0;
    }
}

/*Responsive Breakpoints*/
/**  These colors are either deprecated or will move into colors.scss  when approved for the design system**/
/*  Colors  http://chir.ag/projects/name-that-color */
/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,.fas,.far,.fal,.fad,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */
.fa-500px:before {
    content: "飰�";
}

.fa-accessible-icon:before {
    content: "飴�";
}

.fa-accusoft:before {
    content: "飴�";
}

.fa-acquisitions-incorporated:before {
    content: "餁�";
}

.fa-ad:before {
    content: "餀�";
}

.fa-address-book:before {
    content: "飱�";
}

.fa-address-card:before {
    content: "飱�";
}

.fa-adjust:before {
    content: "飦�";
}

.fa-adn:before {
    content: "飬�";
}

.fa-adobe:before {
    content: "餄�";
}

.fa-adversal:before {
    content: "飴�";
}

.fa-affiliatetheme:before {
    content: "飴�";
}

.fa-air-freshener:before {
    content: "飾�";
}

.fa-airbnb:before {
    content: "餇�";
}

.fa-algolia:before {
    content: "飴�";
}

.fa-align-center:before {
    content: "飥�";
}

.fa-align-justify:before {
    content: "飥�";
}

.fa-align-left:before {
    content: "飥�";
}

.fa-align-right:before {
    content: "飥�";
}

.fa-alipay:before {
    content: "餀�";
}

.fa-allergies:before {
    content: "飸�";
}

.fa-amazon:before {
    content: "飰�";
}

.fa-amazon-pay:before {
    content: "飷�";
}

.fa-ambulance:before {
    content: "飪�";
}

.fa-american-sign-language-interpreting:before {
    content: "飱�";
}

.fa-amilia:before {
    content: "飴�";
}

.fa-anchor:before {
    content: "飫�";
}

.fa-android:before {
    content: "飬�";
}

.fa-angellist:before {
    content: "飯�";
}

.fa-angle-double-down:before {
    content: "飫�";
}

.fa-angle-double-left:before {
    content: "飫€";
}

.fa-angle-double-right:before {
    content: "飫�";
}

.fa-angle-double-up:before {
    content: "飫�";
}

.fa-angle-down:before {
    content: "飫�";
}

.fa-angle-left:before {
    content: "飫�";
}

.fa-angle-right:before {
    content: "飫�";
}

.fa-angle-up:before {
    content: "飫�";
}

.fa-angry:before {
    content: "飼�";
}

.fa-angrycreative:before {
    content: "飴�";
}

.fa-angular:before {
    content: "飷�";
}

.fa-ankh:before {
    content: "餀�";
}

.fa-app-store:before {
    content: "飴�";
}

.fa-app-store-ios:before {
    content: "飴�";
}

.fa-apper:before {
    content: "飴�";
}

.fa-apple:before {
    content: "飬�";
}

.fa-apple-alt:before {
    content: "飾�";
}

.fa-apple-pay:before {
    content: "飷�";
}

.fa-archive:before {
    content: "飭�";
}

.fa-archway:before {
    content: "飼�";
}

.fa-arrow-alt-circle-down:before {
    content: "飴�";
}

.fa-arrow-alt-circle-left:before {
    content: "飴�";
}

.fa-arrow-alt-circle-right:before {
    content: "飴�";
}

.fa-arrow-alt-circle-up:before {
    content: "飴�";
}

.fa-arrow-circle-down:before {
    content: "飩�";
}

.fa-arrow-circle-left:before {
    content: "飩�";
}

.fa-arrow-circle-right:before {
    content: "飩�";
}

.fa-arrow-circle-up:before {
    content: "飩�";
}

.fa-arrow-down:before {
    content: "飦�";
}

.fa-arrow-left:before {
    content: "飦�";
}

.fa-arrow-right:before {
    content: "飦�";
}

.fa-arrow-up:before {
    content: "飦�";
}

.fa-arrows-alt:before {
    content: "飩�";
}

.fa-arrows-alt-h:before {
    content: "飳�";
}

.fa-arrows-alt-v:before {
    content: "飳�";
}

.fa-artstation:before {
    content: "餄�";
}

.fa-assistive-listening-systems:before {
    content: "飱�";
}

.fa-asterisk:before {
    content: "飦�";
}

.fa-asymmetrik:before {
    content: "飴�";
}

.fa-at:before {
    content: "飮�";
}

.fa-atlas:before {
    content: "飼�";
}

.fa-atlassian:before {
    content: "餄�";
}

.fa-atom:before {
    content: "飾�";
}

.fa-audible:before {
    content: "飴�";
}

.fa-audio-description:before {
    content: "飱�";
}

.fa-autoprefixer:before {
    content: "飷�";
}

.fa-avianex:before {
    content: "飴�";
}

.fa-aviato:before {
    content: "飷�";
}

.fa-award:before {
    content: "飼�";
}

.fa-aws:before {
    content: "飴�";
}

.fa-baby:before {
    content: "餄�";
}

.fa-baby-carriage:before {
    content: "餄�";
}

.fa-backspace:before {
    content: "飼�";
}

.fa-backward:before {
    content: "飦�";
}

.fa-bacon:before {
    content: "餆�";
}

.fa-bahai:before {
    content: "餀�";
}

.fa-balance-scale:before {
    content: "飰�";
}

.fa-balance-scale-left:before {
    content: "飻�";
}

.fa-balance-scale-right:before {
    content: "飻�";
}

.fa-ban:before {
    content: "飦�";
}

.fa-band-aid:before {
    content: "飸�";
}

.fa-bandcamp:before {
    content: "飲�";
}

.fa-barcode:before {
    content: "飥�";
}

.fa-bars:before {
    content: "飪�";
}

.fa-baseball-ball:before {
    content: "飷�";
}

.fa-basketball-ball:before {
    content: "飷�";
}

.fa-bath:before {
    content: "飲�";
}

.fa-battery-empty:before {
    content: "飰�";
}

.fa-battery-full:before {
    content: "飰€";
}

.fa-battery-half:before {
    content: "飰�";
}

.fa-battery-quarter:before {
    content: "飰�";
}

.fa-battery-three-quarters:before {
    content: "飰�";
}

.fa-battle-net:before {
    content: "餇�";
}

.fa-bed:before {
    content: "飯�";
}

.fa-beer:before {
    content: "飪�";
}

.fa-behance:before {
    content: "飭�";
}

.fa-behance-square:before {
    content: "飭�";
}

.fa-bell:before {
    content: "飪�";
}

.fa-bell-slash:before {
    content: "飮�";
}

.fa-bezier-curve:before {
    content: "飼�";
}

.fa-bible:before {
    content: "餀�";
}

.fa-bicycle:before {
    content: "飯�";
}

.fa-biking:before {
    content: "铩�";
}

.fa-bimobject:before {
    content: "飴�";
}

.fa-binoculars:before {
    content: "飮�";
}

.fa-biohazard:before {
    content: "餅€";
}

.fa-birthday-cake:before {
    content: "飮�";
}

.fa-bitbucket:before {
    content: "飬�";
}

.fa-bitcoin:before {
    content: "飴�";
}

.fa-bity:before {
    content: "飴�";
}

.fa-black-tie:before {
    content: "飰�";
}

.fa-blackberry:before {
    content: "飴�";
}

.fa-blender:before {
    content: "飻�";
}

.fa-blender-phone:before {
    content: "餁�";
}

.fa-blind:before {
    content: "飱�";
}

.fa-blog:before {
    content: "餅�";
}

.fa-blogger:before {
    content: "飴�";
}

.fa-blogger-b:before {
    content: "飴�";
}

.fa-bluetooth:before {
    content: "飱�";
}

.fa-bluetooth-b:before {
    content: "飱�";
}

.fa-bold:before {
    content: "飥�";
}

.fa-bolt:before {
    content: "飪�";
}

.fa-bomb:before {
    content: "飮�";
}

.fa-bone:before {
    content: "飾�";
}

.fa-bong:before {
    content: "飼�";
}

.fa-book:before {
    content: "飥�";
}

.fa-book-dead:before {
    content: "餁�";
}

.fa-book-medical:before {
    content: "餆�";
}

.fa-book-open:before {
    content: "飻�";
}

.fa-book-reader:before {
    content: "飾�";
}

.fa-bookmark:before {
    content: "飥�";
}

.fa-bootstrap:before {
    content: "餇�";
}

.fa-border-all:before {
    content: "铩�";
}

.fa-border-none:before {
    content: "铩�";
}

.fa-border-style:before {
    content: "铩�";
}

.fa-bowling-ball:before {
    content: "飷�";
}

.fa-box:before {
    content: "飸�";
}

.fa-box-open:before {
    content: "飹�";
}

.fa-box-tissue:before {
    content: "铳�";
}

.fa-boxes:before {
    content: "飸�";
}

.fa-braille:before {
    content: "飱�";
}

.fa-brain:before {
    content: "飾�";
}

.fa-bread-slice:before {
    content: "餆�";
}

.fa-briefcase:before {
    content: "飩�";
}

.fa-briefcase-medical:before {
    content: "飸�";
}

.fa-broadcast-tower:before {
    content: "飻�";
}

.fa-broom:before {
    content: "飻�";
}

.fa-brush:before {
    content: "飼�";
}

.fa-btc:before {
    content: "飬�";
}

.fa-buffer:before {
    content: "餇�";
}

.fa-bug:before {
    content: "飭�";
}

.fa-building:before {
    content: "飭�";
}

.fa-bullhorn:before {
    content: "飩�";
}

.fa-bullseye:before {
    content: "飬€";
}

.fa-burn:before {
    content: "飸�";
}

.fa-buromobelexperte:before {
    content: "飴�";
}

.fa-bus:before {
    content: "飯�";
}

.fa-bus-alt:before {
    content: "飼�";
}

.fa-business-time:before {
    content: "餀�";
}

.fa-buy-n-large:before {
    content: "铫�";
}

.fa-buysellads:before {
    content: "飯�";
}

.fa-calculator:before {
    content: "飮�";
}

.fa-calendar:before {
    content: "飫�";
}

.fa-calendar-alt:before {
    content: "飦�";
}

.fa-calendar-check:before {
    content: "飰�";
}

.fa-calendar-day:before {
    content: "餅�";
}

.fa-calendar-minus:before {
    content: "飰�";
}

.fa-calendar-plus:before {
    content: "飰�";
}

.fa-calendar-times:before {
    content: "飰�";
}

.fa-calendar-week:before {
    content: "餅�";
}

.fa-camera:before {
    content: "飥�";
}

.fa-camera-retro:before {
    content: "飩�";
}

.fa-campground:before {
    content: "餁�";
}

.fa-canadian-maple-leaf:before {
    content: "餅�";
}

.fa-candy-cane:before {
    content: "餅�";
}

.fa-cannabis:before {
    content: "飼�";
}

.fa-capsules:before {
    content: "飸�";
}

.fa-car:before {
    content: "飭�";
}

.fa-car-alt:before {
    content: "飾�";
}

.fa-car-battery:before {
    content: "飾�";
}

.fa-car-crash:before {
    content: "飾�";
}

.fa-car-side:before {
    content: "飾�";
}

.fa-caravan:before {
    content: "铮�";
}

.fa-caret-down:before {
    content: "飪�";
}

.fa-caret-left:before {
    content: "飪�";
}

.fa-caret-right:before {
    content: "飪�";
}

.fa-caret-square-down:before {
    content: "飬�";
}

.fa-caret-square-left:before {
    content: "飭�";
}

.fa-caret-square-right:before {
    content: "飬�";
}

.fa-caret-square-up:before {
    content: "飬�";
}

.fa-caret-up:before {
    content: "飪�";
}

.fa-carrot:before {
    content: "餅�";
}

.fa-cart-arrow-down:before {
    content: "飯�";
}

.fa-cart-plus:before {
    content: "飯�";
}

.fa-cash-register:before {
    content: "餅�";
}

.fa-cat:before {
    content: "餁�";
}

.fa-cc-amazon-pay:before {
    content: "飷�";
}

.fa-cc-amex:before {
    content: "飮�";
}

.fa-cc-apple-pay:before {
    content: "飷�";
}

.fa-cc-diners-club:before {
    content: "飰�";
}

.fa-cc-discover:before {
    content: "飮�";
}

.fa-cc-jcb:before {
    content: "飰�";
}

.fa-cc-mastercard:before {
    content: "飮�";
}

.fa-cc-paypal:before {
    content: "飮�";
}

.fa-cc-stripe:before {
    content: "飮�";
}

.fa-cc-visa:before {
    content: "飮�";
}

.fa-centercode:before {
    content: "飵€";
}

.fa-centos:before {
    content: "餅�";
}

.fa-certificate:before {
    content: "飩�";
}

.fa-chair:before {
    content: "餂€";
}

.fa-chalkboard:before {
    content: "飻�";
}

.fa-chalkboard-teacher:before {
    content: "飻�";
}

.fa-charging-station:before {
    content: "飾�";
}

.fa-chart-area:before {
    content: "飮�";
}

.fa-chart-bar:before {
    content: "飩€";
}

.fa-chart-line:before {
    content: "飯�";
}

.fa-chart-pie:before {
    content: "飯€";
}

.fa-check:before {
    content: "飥�";
}

.fa-check-circle:before {
    content: "飦�";
}

.fa-check-double:before {
    content: "飼�";
}

.fa-check-square:before {
    content: "飬�";
}

.fa-cheese:before {
    content: "餆�";
}

.fa-chess:before {
    content: "飷�";
}

.fa-chess-bishop:before {
    content: "飷�";
}

.fa-chess-board:before {
    content: "飷�";
}

.fa-chess-king:before {
    content: "飷�";
}

.fa-chess-knight:before {
    content: "飸�";
}

.fa-chess-pawn:before {
    content: "飸�";
}

.fa-chess-queen:before {
    content: "飸�";
}

.fa-chess-rook:before {
    content: "飸�";
}

.fa-chevron-circle-down:before {
    content: "飫�";
}

.fa-chevron-circle-left:before {
    content: "飫�";
}

.fa-chevron-circle-right:before {
    content: "飫�";
}

.fa-chevron-circle-up:before {
    content: "飫�";
}

.fa-chevron-down:before {
    content: "飦�";
}

.fa-chevron-left:before {
    content: "飦�";
}

.fa-chevron-right:before {
    content: "飦�";
}

.fa-chevron-up:before {
    content: "飦�";
}

.fa-child:before {
    content: "飭�";
}

.fa-chrome:before {
    content: "飰�";
}

.fa-chromecast:before {
    content: "餇�";
}

.fa-church:before {
    content: "飻�";
}

.fa-circle:before {
    content: "飫�";
}

.fa-circle-notch:before {
    content: "飮�";
}

.fa-city:before {
    content: "餀�";
}

.fa-clinic-medical:before {
    content: "餆�";
}

.fa-clipboard:before {
    content: "飳�";
}

.fa-clipboard-check:before {
    content: "飸�";
}

.fa-clipboard-list:before {
    content: "飸�";
}

.fa-clock:before {
    content: "飥�";
}

.fa-clone:before {
    content: "飰�";
}

.fa-closed-captioning:before {
    content: "飯�";
}

.fa-cloud:before {
    content: "飪�";
}

.fa-cloud-download-alt:before {
    content: "飵�";
}

.fa-cloud-meatball:before {
    content: "餃�";
}

.fa-cloud-moon:before {
    content: "餂�";
}

.fa-cloud-moon-rain:before {
    content: "餃�";
}

.fa-cloud-rain:before {
    content: "餃�";
}

.fa-cloud-showers-heavy:before {
    content: "餄€";
}

.fa-cloud-sun:before {
    content: "餂�";
}

.fa-cloud-sun-rain:before {
    content: "餄�";
}

.fa-cloud-upload-alt:before {
    content: "飵�";
}

.fa-cloudscale:before {
    content: "飵�";
}

.fa-cloudsmith:before {
    content: "飵�";
}

.fa-cloudversify:before {
    content: "飵�";
}

.fa-cocktail:before {
    content: "飼�";
}

.fa-code:before {
    content: "飫�";
}

.fa-code-branch:before {
    content: "飫�";
}

.fa-codepen:before {
    content: "飮�";
}

.fa-codiepie:before {
    content: "飱�";
}

.fa-coffee:before {
    content: "飪�";
}

.fa-cog:before {
    content: "飥�";
}

.fa-cogs:before {
    content: "飩�";
}

.fa-coins:before {
    content: "飻�";
}

.fa-columns:before {
    content: "飪�";
}

.fa-comment:before {
    content: "飦�";
}

.fa-comment-alt:before {
    content: "飰�";
}

.fa-comment-dollar:before {
    content: "餀�";
}

.fa-comment-dots:before {
    content: "飹�";
}

.fa-comment-medical:before {
    content: "餆�";
}

.fa-comment-slash:before {
    content: "飹�";
}

.fa-comments:before {
    content: "飩�";
}

.fa-comments-dollar:before {
    content: "餀�";
}

.fa-compact-disc:before {
    content: "飻�";
}

.fa-compass:before {
    content: "飬�";
}

.fa-compress:before {
    content: "飦�";
}

.fa-compress-alt:before {
    content: "飷�";
}

.fa-compress-arrows-alt:before {
    content: "餅�";
}

.fa-concierge-bell:before {
    content: "飼�";
}

.fa-confluence:before {
    content: "餅�";
}

.fa-connectdevelop:before {
    content: "飯�";
}

.fa-contao:before {
    content: "飰�";
}

.fa-cookie:before {
    content: "飼�";
}

.fa-cookie-bite:before {
    content: "飼�";
}

.fa-copy:before {
    content: "飪�";
}

.fa-copyright:before {
    content: "飮�";
}

.fa-cotton-bureau:before {
    content: "铫�";
}

.fa-couch:before {
    content: "飹�";
}

.fa-cpanel:before {
    content: "飵�";
}

.fa-creative-commons:before {
    content: "飰�";
}

.fa-creative-commons-by:before {
    content: "飺�";
}

.fa-creative-commons-nc:before {
    content: "飺�";
}

.fa-creative-commons-nc-eu:before {
    content: "飺�";
}

.fa-creative-commons-nc-jp:before {
    content: "飺�";
}

.fa-creative-commons-nd:before {
    content: "飺�";
}

.fa-creative-commons-pd:before {
    content: "飺�";
}

.fa-creative-commons-pd-alt:before {
    content: "飺�";
}

.fa-creative-commons-remix:before {
    content: "飺�";
}

.fa-creative-commons-sa:before {
    content: "飺�";
}

.fa-creative-commons-sampling:before {
    content: "飺�";
}

.fa-creative-commons-sampling-plus:before {
    content: "飺�";
}

.fa-creative-commons-share:before {
    content: "飺�";
}

.fa-creative-commons-zero:before {
    content: "飺�";
}

.fa-credit-card:before {
    content: "飩�";
}

.fa-critical-role:before {
    content: "餂�";
}

.fa-crop:before {
    content: "飫�";
}

.fa-crop-alt:before {
    content: "飼�";
}

.fa-cross:before {
    content: "餀�";
}

.fa-crosshairs:before {
    content: "飦�";
}

.fa-crow:before {
    content: "飻�";
}

.fa-crown:before {
    content: "飻�";
}

.fa-crutch:before {
    content: "餆�";
}

.fa-css3:before {
    content: "飫�";
}

.fa-css3-alt:before {
    content: "飵�";
}

.fa-cube:before {
    content: "飭�";
}

.fa-cubes:before {
    content: "飭�";
}

.fa-cut:before {
    content: "飪�";
}

.fa-cuttlefish:before {
    content: "飵�";
}

.fa-d-and-d:before {
    content: "飵�";
}

.fa-d-and-d-beyond:before {
    content: "餂�";
}

.fa-dailymotion:before {
    content: "铳�";
}

.fa-dashcube:before {
    content: "飯�";
}

.fa-database:before {
    content: "飮€";
}

.fa-deaf:before {
    content: "飱�";
}

.fa-delicious:before {
    content: "飭�";
}

.fa-democrat:before {
    content: "餄�";
}

.fa-deploydog:before {
    content: "飵�";
}

.fa-deskpro:before {
    content: "飵�";
}

.fa-desktop:before {
    content: "飫�";
}

.fa-dev:before {
    content: "餂�";
}

.fa-deviantart:before {
    content: "飭�";
}

.fa-dharmachakra:before {
    content: "餀�";
}

.fa-dhl:before {
    content: "餅�";
}

.fa-diagnoses:before {
    content: "飸�";
}

.fa-diaspora:before {
    content: "餅�";
}

.fa-dice:before {
    content: "飻�";
}

.fa-dice-d20:before {
    content: "餂�";
}

.fa-dice-d6:before {
    content: "餂�";
}

.fa-dice-five:before {
    content: "飻�";
}

.fa-dice-four:before {
    content: "飻�";
}

.fa-dice-one:before {
    content: "飻�";
}

.fa-dice-six:before {
    content: "飻�";
}

.fa-dice-three:before {
    content: "飻�";
}

.fa-dice-two:before {
    content: "飻�";
}

.fa-digg:before {
    content: "飭�";
}

.fa-digital-ocean:before {
    content: "飵�";
}

.fa-digital-tachograph:before {
    content: "飼�";
}

.fa-directions:before {
    content: "飾�";
}

.fa-discord:before {
    content: "飵�";
}

.fa-discourse:before {
    content: "飵�";
}

.fa-disease:before {
    content: "餆�";
}

.fa-divide:before {
    content: "飻�";
}

.fa-dizzy:before {
    content: "飼�";
}

.fa-dna:before {
    content: "飸�";
}

.fa-dochub:before {
    content: "飵�";
}

.fa-docker:before {
    content: "飵�";
}

.fa-dog:before {
    content: "餂�";
}

.fa-dollar-sign:before {
    content: "飬�";
}

.fa-dolly:before {
    content: "飸�";
}

.fa-dolly-flatbed:before {
    content: "飸�";
}

.fa-donate:before {
    content: "飹�";
}

.fa-door-closed:before {
    content: "飻�";
}

.fa-door-open:before {
    content: "飻�";
}

.fa-dot-circle:before {
    content: "飭�";
}

.fa-dove:before {
    content: "飹�";
}

.fa-download:before {
    content: "飥�";
}

.fa-draft2digital:before {
    content: "飵�";
}

.fa-drafting-compass:before {
    content: "飼�";
}

.fa-dragon:before {
    content: "餂�";
}

.fa-draw-polygon:before {
    content: "飾�";
}

.fa-dribbble:before {
    content: "飬�";
}

.fa-dribbble-square:before {
    content: "飵�";
}

.fa-dropbox:before {
    content: "飬�";
}

.fa-drum:before {
    content: "飼�";
}

.fa-drum-steelpan:before {
    content: "飼�";
}

.fa-drumstick-bite:before {
    content: "餂�";
}

.fa-drupal:before {
    content: "飭�";
}

.fa-dumbbell:before {
    content: "飸�";
}

.fa-dumpster:before {
    content: "餅�";
}

.fa-dumpster-fire:before {
    content: "餅�";
}

.fa-dungeon:before {
    content: "餂�";
}

.fa-dyalog:before {
    content: "飵�";
}

.fa-earlybirds:before {
    content: "飵�";
}

.fa-ebay:before {
    content: "飺�";
}

.fa-edge:before {
    content: "飱�";
}

.fa-edit:before {
    content: "飦�";
}

.fa-egg:before {
    content: "餆�";
}

.fa-eject:before {
    content: "飦�";
}

.fa-elementor:before {
    content: "飷�";
}

.fa-ellipsis-h:before {
    content: "飬�";
}

.fa-ellipsis-v:before {
    content: "飬�";
}

.fa-ello:before {
    content: "飾�";
}

.fa-ember:before {
    content: "飷�";
}

.fa-empire:before {
    content: "飮�";
}

.fa-envelope:before {
    content: "飪�";
}

.fa-envelope-open:before {
    content: "飱�";
}

.fa-envelope-open-text:before {
    content: "餀�";
}

.fa-envelope-square:before {
    content: "飭�";
}

.fa-envira:before {
    content: "飱�";
}

.fa-equals:before {
    content: "飻�";
}

.fa-eraser:before {
    content: "飫�";
}

.fa-erlang:before {
    content: "飵�";
}

.fa-ethereum:before {
    content: "飷�";
}

.fa-ethernet:before {
    content: "餅�";
}

.fa-etsy:before {
    content: "飲�";
}

.fa-euro-sign:before {
    content: "飬�";
}

.fa-evernote:before {
    content: "餇�";
}

.fa-exchange-alt:before {
    content: "飴�";
}

.fa-exclamation:before {
    content: "飫�";
}

.fa-exclamation-circle:before {
    content: "飦�";
}

.fa-exclamation-triangle:before {
    content: "飦�";
}

.fa-expand:before {
    content: "飦�";
}

.fa-expand-alt:before {
    content: "飷�";
}

.fa-expand-arrows-alt:before {
    content: "飳�";
}

.fa-expeditedssl:before {
    content: "飯�";
}

.fa-external-link-alt:before {
    content: "飴�";
}

.fa-external-link-square-alt:before {
    content: "飴�";
}

.fa-eye:before {
    content: "飦�";
}

.fa-eye-dropper:before {
    content: "飮�";
}

.fa-eye-slash:before {
    content: "飦�";
}

.fa-facebook:before {
    content: "飩�";
}

.fa-facebook-f:before {
    content: "飵�";
}

.fa-facebook-messenger:before {
    content: "飵�";
}

.fa-facebook-square:before {
    content: "飩�";
}

.fa-fan:before {
    content: "铩�";
}

.fa-fantasy-flight-games:before {
    content: "餂�";
}

.fa-fast-backward:before {
    content: "飦�";
}

.fa-fast-forward:before {
    content: "飦�";
}

.fa-faucet:before {
    content: "铯�";
}

.fa-fax:before {
    content: "飭�";
}

.fa-feather:before {
    content: "飻�";
}

.fa-feather-alt:before {
    content: "飼�";
}

.fa-fedex:before {
    content: "餅�";
}

.fa-fedora:before {
    content: "餅�";
}

.fa-female:before {
    content: "飭�";
}

.fa-fighter-jet:before {
    content: "飪�";
}

.fa-figma:before {
    content: "餅�";
}

.fa-file:before {
    content: "飬�";
}

.fa-file-alt:before {
    content: "飬�";
}

.fa-file-archive:before {
    content: "飮�";
}

.fa-file-audio:before {
    content: "飮�";
}

.fa-file-code:before {
    content: "飮�";
}

.fa-file-contract:before {
    content: "飼�";
}

.fa-file-csv:before {
    content: "餂�";
}

.fa-file-download:before {
    content: "飼�";
}

.fa-file-excel:before {
    content: "飮�";
}

.fa-file-export:before {
    content: "飼�";
}

.fa-file-image:before {
    content: "飮�";
}

.fa-file-import:before {
    content: "飼�";
}

.fa-file-invoice:before {
    content: "飼�";
}

.fa-file-invoice-dollar:before {
    content: "飼�";
}

.fa-file-medical:before {
    content: "飸�";
}

.fa-file-medical-alt:before {
    content: "飸�";
}

.fa-file-pdf:before {
    content: "飮�";
}

.fa-file-powerpoint:before {
    content: "飮�";
}

.fa-file-prescription:before {
    content: "飼�";
}

.fa-file-signature:before {
    content: "飼�";
}

.fa-file-upload:before {
    content: "飼�";
}

.fa-file-video:before {
    content: "飮�";
}

.fa-file-word:before {
    content: "飮�";
}

.fa-fill:before {
    content: "飼�";
}

.fa-fill-drip:before {
    content: "飼�";
}

.fa-film:before {
    content: "飥�";
}

.fa-filter:before {
    content: "飩�";
}

.fa-fingerprint:before {
    content: "飼�";
}

.fa-fire:before {
    content: "飦�";
}

.fa-fire-alt:before {
    content: "餆�";
}

.fa-fire-extinguisher:before {
    content: "飫�";
}

.fa-firefox:before {
    content: "飰�";
}

.fa-firefox-browser:before {
    content: "铯�";
}

.fa-first-aid:before {
    content: "飸�";
}

.fa-first-order:before {
    content: "飱�";
}

.fa-first-order-alt:before {
    content: "飻�";
}

.fa-firstdraft:before {
    content: "飵�";
}

.fa-fish:before {
    content: "飼�";
}

.fa-fist-raised:before {
    content: "餂�";
}

.fa-flag:before {
    content: "飥�";
}

.fa-flag-checkered:before {
    content: "飫�";
}

.fa-flag-usa:before {
    content: "餄�";
}

.fa-flask:before {
    content: "飪�";
}

.fa-flickr:before {
    content: "飬�";
}

.fa-flipboard:before {
    content: "飸�";
}

.fa-flushed:before {
    content: "飼�";
}

.fa-fly:before {
    content: "飷�";
}

.fa-folder:before {
    content: "飦�";
}

.fa-folder-minus:before {
    content: "餀�";
}

.fa-folder-open:before {
    content: "飦�";
}

.fa-folder-plus:before {
    content: "餀�";
}

.fa-font:before {
    content: "飥�";
}

.fa-font-awesome:before {
    content: "飱�";
}

.fa-font-awesome-alt:before {
    content: "飴�";
}

.fa-font-awesome-flag:before {
    content: "飷�";
}

.fa-font-awesome-logo-full:before {
    content: "飺�";
}

.fa-fonticons:before {
    content: "飱€";
}

.fa-fonticons-fi:before {
    content: "飵�";
}

.fa-football-ball:before {
    content: "飸�";
}

.fa-fort-awesome:before {
    content: "飱�";
}

.fa-fort-awesome-alt:before {
    content: "飵�";
}

.fa-forumbee:before {
    content: "飯�";
}

.fa-forward:before {
    content: "飦�";
}

.fa-foursquare:before {
    content: "飭€";
}

.fa-free-code-camp:before {
    content: "飲�";
}

.fa-freebsd:before {
    content: "飵�";
}

.fa-frog:before {
    content: "飻�";
}

.fa-frown:before {
    content: "飫�";
}

.fa-frown-open:before {
    content: "飼�";
}

.fa-fulcrum:before {
    content: "飻�";
}

.fa-funnel-dollar:before {
    content: "餀�";
}

.fa-futbol:before {
    content: "飮�";
}

.fa-galactic-republic:before {
    content: "飻�";
}

.fa-galactic-senate:before {
    content: "飻�";
}

.fa-gamepad:before {
    content: "飫�";
}

.fa-gas-pump:before {
    content: "飻�";
}

.fa-gavel:before {
    content: "飪�";
}

.fa-gem:before {
    content: "飵�";
}

.fa-genderless:before {
    content: "飯�";
}

.fa-get-pocket:before {
    content: "飰�";
}

.fa-gg:before {
    content: "飰�";
}

.fa-gg-circle:before {
    content: "飰�";
}

.fa-ghost:before {
    content: "餂�";
}

.fa-gift:before {
    content: "飦�";
}

.fa-gifts:before {
    content: "餅�";
}

.fa-git:before {
    content: "飮�";
}

.fa-git-alt:before {
    content: "铩�";
}

.fa-git-square:before {
    content: "飮�";
}

.fa-github:before {
    content: "飩�";
}

.fa-github-alt:before {
    content: "飫�";
}

.fa-github-square:before {
    content: "飩�";
}

.fa-gitkraken:before {
    content: "飵�";
}

.fa-gitlab:before {
    content: "飱�";
}

.fa-gitter:before {
    content: "飷�";
}

.fa-glass-cheers:before {
    content: "餅�";
}

.fa-glass-martini:before {
    content: "飥€";
}

.fa-glass-martini-alt:before {
    content: "飼�";
}

.fa-glass-whiskey:before {
    content: "餅�";
}

.fa-glasses:before {
    content: "飻�";
}

.fa-glide:before {
    content: "飱�";
}

.fa-glide-g:before {
    content: "飱�";
}

.fa-globe:before {
    content: "飩�";
}

.fa-globe-africa:before {
    content: "飼�";
}

.fa-globe-americas:before {
    content: "飼�";
}

.fa-globe-asia:before {
    content: "飼�";
}

.fa-globe-europe:before {
    content: "餅�";
}

.fa-gofore:before {
    content: "飵�";
}

.fa-golf-ball:before {
    content: "飸�";
}

.fa-goodreads:before {
    content: "飵�";
}

.fa-goodreads-g:before {
    content: "飵�";
}

.fa-google:before {
    content: "飭�";
}

.fa-google-drive:before {
    content: "飵�";
}

.fa-google-play:before {
    content: "飵�";
}

.fa-google-plus:before {
    content: "飱�";
}

.fa-google-plus-g:before {
    content: "飪�";
}

.fa-google-plus-square:before {
    content: "飪�";
}

.fa-google-wallet:before {
    content: "飮�";
}

.fa-gopuram:before {
    content: "餀�";
}

.fa-graduation-cap:before {
    content: "飭�";
}

.fa-gratipay:before {
    content: "飭�";
}

.fa-grav:before {
    content: "飲�";
}

.fa-greater-than:before {
    content: "飻�";
}

.fa-greater-than-equal:before {
    content: "飻�";
}

.fa-grimace:before {
    content: "飼�";
}

.fa-grin:before {
    content: "飽€";
}

.fa-grin-alt:before {
    content: "飽�";
}

.fa-grin-beam:before {
    content: "飽�";
}

.fa-grin-beam-sweat:before {
    content: "飽�";
}

.fa-grin-hearts:before {
    content: "飽�";
}

.fa-grin-squint:before {
    content: "飽�";
}

.fa-grin-squint-tears:before {
    content: "飽�";
}

.fa-grin-stars:before {
    content: "飽�";
}

.fa-grin-tears:before {
    content: "飽�";
}

.fa-grin-tongue:before {
    content: "飽�";
}

.fa-grin-tongue-squint:before {
    content: "飽�";
}

.fa-grin-tongue-wink:before {
    content: "飽�";
}

.fa-grin-wink:before {
    content: "飽�";
}

.fa-grip-horizontal:before {
    content: "飽�";
}

.fa-grip-lines:before {
    content: "餅�";
}

.fa-grip-lines-vertical:before {
    content: "餅�";
}

.fa-grip-vertical:before {
    content: "飽�";
}

.fa-gripfire:before {
    content: "飵�";
}

.fa-grunt:before {
    content: "飵�";
}

.fa-guitar:before {
    content: "餅�";
}

.fa-gulp:before {
    content: "飵�";
}

.fa-h-square:before {
    content: "飪�";
}

.fa-hacker-news:before {
    content: "飮�";
}

.fa-hacker-news-square:before {
    content: "飵�";
}

.fa-hackerrank:before {
    content: "飾�";
}

.fa-hamburger:before {
    content: "餇�";
}

.fa-hammer:before {
    content: "餂�";
}

.fa-hamsa:before {
    content: "餀�";
}

.fa-hand-holding:before {
    content: "飹�";
}

.fa-hand-holding-heart:before {
    content: "飹�";
}

.fa-hand-holding-medical:before {
    content: "铳�";
}

.fa-hand-holding-usd:before {
    content: "飺€";
}

.fa-hand-holding-water:before {
    content: "飺�";
}

.fa-hand-lizard:before {
    content: "飰�";
}

.fa-hand-middle-finger:before {
    content: "餇�";
}

.fa-hand-paper:before {
    content: "飰�";
}

.fa-hand-peace:before {
    content: "飰�";
}

.fa-hand-point-down:before {
    content: "飩�";
}

.fa-hand-point-left:before {
    content: "飩�";
}

.fa-hand-point-right:before {
    content: "飩�";
}

.fa-hand-point-up:before {
    content: "飩�";
}

.fa-hand-pointer:before {
    content: "飰�";
}

.fa-hand-rock:before {
    content: "飰�";
}

.fa-hand-scissors:before {
    content: "飰�";
}

.fa-hand-sparkles:before {
    content: "铳�";
}

.fa-hand-spock:before {
    content: "飰�";
}

.fa-hands:before {
    content: "飺�";
}

.fa-hands-helping:before {
    content: "飺�";
}

.fa-hands-wash:before {
    content: "铳�";
}

.fa-handshake:before {
    content: "飱�";
}

.fa-handshake-alt-slash:before {
    content: "铳�";
}

.fa-handshake-slash:before {
    content: "铳�";
}

.fa-hanukiah:before {
    content: "餂�";
}

.fa-hard-hat:before {
    content: "餇�";
}

.fa-hashtag:before {
    content: "飱�";
}

.fa-hat-cowboy:before {
    content: "铮€";
}

.fa-hat-cowboy-side:before {
    content: "铮�";
}

.fa-hat-wizard:before {
    content: "餂�";
}

.fa-hdd:before {
    content: "飩�";
}

.fa-head-side-cough:before {
    content: "铳�";
}

.fa-head-side-cough-slash:before {
    content: "铳�";
}

.fa-head-side-mask:before {
    content: "铳�";
}

.fa-head-side-virus:before {
    content: "铳�";
}

.fa-heading:before {
    content: "飮�";
}

.fa-headphones:before {
    content: "飥�";
}

.fa-headphones-alt:before {
    content: "飽�";
}

.fa-headset:before {
    content: "飽�";
}

.fa-heart:before {
    content: "飥�";
}

.fa-heart-broken:before {
    content: "餅�";
}

.fa-heartbeat:before {
    content: "飯�";
}

.fa-helicopter:before {
    content: "飻�";
}

.fa-highlighter:before {
    content: "飽�";
}

.fa-hiking:before {
    content: "餂�";
}

.fa-hippo:before {
    content: "餂�";
}

.fa-hips:before {
    content: "飸�";
}

.fa-hire-a-helper:before {
    content: "飵�";
}

.fa-history:before {
    content: "飮�";
}

.fa-hockey-puck:before {
    content: "飸�";
}

.fa-holly-berry:before {
    content: "餅�";
}

.fa-home:before {
    content: "飥�";
}

.fa-hooli:before {
    content: "飷�";
}

.fa-hornbill:before {
    content: "飽�";
}

.fa-horse:before {
    content: "餂�";
}

.fa-horse-head:before {
    content: "餅�";
}

.fa-hospital:before {
    content: "飪�";
}

.fa-hospital-alt:before {
    content: "飸�";
}

.fa-hospital-symbol:before {
    content: "飸�";
}

.fa-hospital-user:before {
    content: "餇�";
}

.fa-hot-tub:before {
    content: "飽�";
}

.fa-hotdog:before {
    content: "餇�";
}

.fa-hotel:before {
    content: "飽�";
}

.fa-hotjar:before {
    content: "飵�";
}

.fa-hourglass:before {
    content: "飰�";
}

.fa-hourglass-end:before {
    content: "飰�";
}

.fa-hourglass-half:before {
    content: "飰�";
}

.fa-hourglass-start:before {
    content: "飰�";
}

.fa-house-damage:before {
    content: "餂�";
}

.fa-house-user:before {
    content: "铳�";
}

.fa-houzz:before {
    content: "飰�";
}

.fa-hryvnia:before {
    content: "餂�";
}

.fa-html5:before {
    content: "飫�";
}

.fa-hubspot:before {
    content: "飵�";
}

.fa-i-cursor:before {
    content: "飰�";
}

.fa-ice-cream:before {
    content: "餇�";
}

.fa-icicles:before {
    content: "餅�";
}

.fa-icons:before {
    content: "铩�";
}

.fa-id-badge:before {
    content: "飲�";
}

.fa-id-card:before {
    content: "飲�";
}

.fa-id-card-alt:before {
    content: "飸�";
}

.fa-ideal:before {
    content: "铯�";
}

.fa-igloo:before {
    content: "餅�";
}

.fa-image:before {
    content: "飥�";
}

.fa-images:before {
    content: "飳�";
}

.fa-imdb:before {
    content: "飲�";
}

.fa-inbox:before {
    content: "飥�";
}

.fa-indent:before {
    content: "飥�";
}

.fa-industry:before {
    content: "飰�";
}

.fa-infinity:before {
    content: "飻�";
}

.fa-info:before {
    content: "飫�";
}

.fa-info-circle:before {
    content: "飦�";
}

.fa-instagram:before {
    content: "飬�";
}

.fa-instagram-square:before {
    content: "铳�";
}

.fa-intercom:before {
    content: "餅�";
}

.fa-internet-explorer:before {
    content: "飰�";
}

.fa-invision:before {
    content: "餅�";
}

.fa-ioxhost:before {
    content: "飯�";
}

.fa-italic:before {
    content: "飥�";
}

.fa-itch-io:before {
    content: "餇�";
}

.fa-itunes:before {
    content: "飵�";
}

.fa-itunes-note:before {
    content: "飵�";
}

.fa-java:before {
    content: "飺�";
}

.fa-jedi:before {
    content: "餀�";
}

.fa-jedi-order:before {
    content: "飻�";
}

.fa-jenkins:before {
    content: "飵�";
}

.fa-jira:before {
    content: "餅�";
}

.fa-joget:before {
    content: "飵�";
}

.fa-joint:before {
    content: "飽�";
}

.fa-joomla:before {
    content: "飭�";
}

.fa-journal-whills:before {
    content: "餀�";
}

.fa-js:before {
    content: "飵�";
}

.fa-js-square:before {
    content: "飵�";
}

.fa-jsfiddle:before {
    content: "飮�";
}

.fa-kaaba:before {
    content: "餀�";
}

.fa-kaggle:before {
    content: "飾�";
}

.fa-key:before {
    content: "飩�";
}

.fa-keybase:before {
    content: "飺�";
}

.fa-keyboard:before {
    content: "飫�";
}

.fa-keycdn:before {
    content: "飵�";
}

.fa-khanda:before {
    content: "餀�";
}

.fa-kickstarter:before {
    content: "飵�";
}

.fa-kickstarter-k:before {
    content: "飵�";
}

.fa-kiss:before {
    content: "飽�";
}

.fa-kiss-beam:before {
    content: "飽�";
}

.fa-kiss-wink-heart:before {
    content: "飽�";
}

.fa-kiwi-bird:before {
    content: "飻�";
}

.fa-korvue:before {
    content: "飷�";
}

.fa-landmark:before {
    content: "餀�";
}

.fa-language:before {
    content: "飭�";
}

.fa-laptop:before {
    content: "飫�";
}

.fa-laptop-code:before {
    content: "飾�";
}

.fa-laptop-house:before {
    content: "铳�";
}

.fa-laptop-medical:before {
    content: "餇�";
}

.fa-laravel:before {
    content: "飵�";
}

.fa-lastfm:before {
    content: "飯�";
}

.fa-lastfm-square:before {
    content: "飯�";
}

.fa-laugh:before {
    content: "飽�";
}

.fa-laugh-beam:before {
    content: "飽�";
}

.fa-laugh-squint:before {
    content: "飽�";
}

.fa-laugh-wink:before {
    content: "飽�";
}

.fa-layer-group:before {
    content: "飾�";
}

.fa-leaf:before {
    content: "飦�";
}

.fa-leanpub:before {
    content: "飯�";
}

.fa-lemon:before {
    content: "飩�";
}

.fa-less:before {
    content: "飷�";
}

.fa-less-than:before {
    content: "飻�";
}

.fa-less-than-equal:before {
    content: "飻�";
}

.fa-level-down-alt:before {
    content: "飵�";
}

.fa-level-up-alt:before {
    content: "飵�";
}

.fa-life-ring:before {
    content: "飮�";
}

.fa-lightbulb:before {
    content: "飪�";
}

.fa-line:before {
    content: "飶€";
}

.fa-link:before {
    content: "飪�";
}

.fa-linkedin:before {
    content: "飩�";
}

.fa-linkedin-in:before {
    content: "飪�";
}

.fa-linode:before {
    content: "飱�";
}

.fa-linux:before {
    content: "飬�";
}

.fa-lira-sign:before {
    content: "飭�";
}

.fa-list:before {
    content: "飥�";
}

.fa-list-alt:before {
    content: "飥�";
}

.fa-list-ol:before {
    content: "飪�";
}

.fa-list-ul:before {
    content: "飪�";
}

.fa-location-arrow:before {
    content: "飫�";
}

.fa-lock:before {
    content: "飥�";
}

.fa-lock-open:before {
    content: "飶�";
}

.fa-long-arrow-alt-down:before {
    content: "飳�";
}

.fa-long-arrow-alt-left:before {
    content: "飳�";
}

.fa-long-arrow-alt-right:before {
    content: "飳�";
}

.fa-long-arrow-alt-up:before {
    content: "飳�";
}

.fa-low-vision:before {
    content: "飱�";
}

.fa-luggage-cart:before {
    content: "飽�";
}

.fa-lungs:before {
    content: "飿�";
}

.fa-lungs-virus:before {
    content: "铳�";
}

.fa-lyft:before {
    content: "飶�";
}

.fa-magento:before {
    content: "飶�";
}

.fa-magic:before {
    content: "飪�";
}

.fa-magnet:before {
    content: "飦�";
}

.fa-mail-bulk:before {
    content: "餀�";
}

.fa-mailchimp:before {
    content: "飽�";
}

.fa-male:before {
    content: "飭�";
}

.fa-mandalorian:before {
    content: "飻�";
}

.fa-map:before {
    content: "飰�";
}

.fa-map-marked:before {
    content: "飽�";
}

.fa-map-marked-alt:before {
    content: "飽�";
}

.fa-map-marker:before {
    content: "飦�";
}

.fa-map-marker-alt:before {
    content: "飶�";
}

.fa-map-pin:before {
    content: "飰�";
}

.fa-map-signs:before {
    content: "飰�";
}

.fa-markdown:before {
    content: "飿�";
}

.fa-marker:before {
    content: "飽�";
}

.fa-mars:before {
    content: "飯�";
}

.fa-mars-double:before {
    content: "飯�";
}

.fa-mars-stroke:before {
    content: "飯�";
}

.fa-mars-stroke-h:before {
    content: "飯�";
}

.fa-mars-stroke-v:before {
    content: "飯�";
}

.fa-mask:before {
    content: "餂�";
}

.fa-mastodon:before {
    content: "飺�";
}

.fa-maxcdn:before {
    content: "飫�";
}

.fa-mdb:before {
    content: "铮�";
}

.fa-medal:before {
    content: "飽�";
}

.fa-medapps:before {
    content: "飶�";
}

.fa-medium:before {
    content: "飯�";
}

.fa-medium-m:before {
    content: "飶�";
}

.fa-medkit:before {
    content: "飪�";
}

.fa-medrt:before {
    content: "飶�";
}

.fa-meetup:before {
    content: "飲�";
}

.fa-megaport:before {
    content: "飽�";
}

.fa-meh:before {
    content: "飫�";
}

.fa-meh-blank:before {
    content: "飽�";
}

.fa-meh-rolling-eyes:before {
    content: "飽�";
}

.fa-memory:before {
    content: "飻�";
}

.fa-mendeley:before {
    content: "餅�";
}

.fa-menorah:before {
    content: "餀�";
}

.fa-mercury:before {
    content: "飯�";
}

.fa-meteor:before {
    content: "餄�";
}

.fa-microblog:before {
    content: "铯�";
}

.fa-microchip:before {
    content: "飲�";
}

.fa-microphone:before {
    content: "飫�";
}

.fa-microphone-alt:before {
    content: "飶�";
}

.fa-microphone-alt-slash:before {
    content: "飻�";
}

.fa-microphone-slash:before {
    content: "飫�";
}

.fa-microscope:before {
    content: "飿�";
}

.fa-microsoft:before {
    content: "飶�";
}

.fa-minus:before {
    content: "飦�";
}

.fa-minus-circle:before {
    content: "飦�";
}

.fa-minus-square:before {
    content: "飬�";
}

.fa-mitten:before {
    content: "餅�";
}

.fa-mix:before {
    content: "飶�";
}

.fa-mixcloud:before {
    content: "飱�";
}

.fa-mixer:before {
    content: "铳�";
}

.fa-mizuni:before {
    content: "飶�";
}

.fa-mobile:before {
    content: "飫�";
}

.fa-mobile-alt:before {
    content: "飶�";
}

.fa-modx:before {
    content: "飱�";
}

.fa-monero:before {
    content: "飶�";
}

.fa-money-bill:before {
    content: "飪�";
}

.fa-money-bill-alt:before {
    content: "飶�";
}

.fa-money-bill-wave:before {
    content: "飻�";
}

.fa-money-bill-wave-alt:before {
    content: "飻�";
}

.fa-money-check:before {
    content: "飻�";
}

.fa-money-check-alt:before {
    content: "飻�";
}

.fa-monument:before {
    content: "飽�";
}

.fa-moon:before {
    content: "飭�";
}

.fa-mortar-pestle:before {
    content: "飽�";
}

.fa-mosque:before {
    content: "餀�";
}

.fa-motorcycle:before {
    content: "飯�";
}

.fa-mountain:before {
    content: "餂�";
}

.fa-mouse:before {
    content: "铮�";
}

.fa-mouse-pointer:before {
    content: "飰�";
}

.fa-mug-hot:before {
    content: "餅�";
}

.fa-music:before {
    content: "飥�";
}

.fa-napster:before {
    content: "飶�";
}

.fa-neos:before {
    content: "飿�";
}

.fa-network-wired:before {
    content: "餂�";
}

.fa-neuter:before {
    content: "飯�";
}

.fa-newspaper:before {
    content: "飮�";
}

.fa-nimblr:before {
    content: "飽�";
}

.fa-node:before {
    content: "飷�";
}

.fa-node-js:before {
    content: "飶�";
}

.fa-not-equal:before {
    content: "飻�";
}

.fa-notes-medical:before {
    content: "飹�";
}

.fa-npm:before {
    content: "飶�";
}

.fa-ns8:before {
    content: "飶�";
}

.fa-nutritionix:before {
    content: "飶�";
}

.fa-object-group:before {
    content: "飰�";
}

.fa-object-ungroup:before {
    content: "飰�";
}

.fa-odnoklassniki:before {
    content: "飰�";
}

.fa-odnoklassniki-square:before {
    content: "飰�";
}

.fa-oil-can:before {
    content: "飿�";
}

.fa-old-republic:before {
    content: "飻�";
}

.fa-om:before {
    content: "餀�";
}

.fa-opencart:before {
    content: "飯�";
}

.fa-openid:before {
    content: "飭�";
}

.fa-opera:before {
    content: "飰�";
}

.fa-optin-monster:before {
    content: "飯�";
}

.fa-orcid:before {
    content: "铮�";
}

.fa-osi:before {
    content: "飷�";
}

.fa-otter:before {
    content: "餃€";
}

.fa-outdent:before {
    content: "飥�";
}

.fa-page4:before {
    content: "飶�";
}

.fa-pagelines:before {
    content: "飭�";
}

.fa-pager:before {
    content: "餇�";
}

.fa-paint-brush:before {
    content: "飮�";
}

.fa-paint-roller:before {
    content: "飽�";
}

.fa-palette:before {
    content: "飻�";
}

.fa-palfed:before {
    content: "飶�";
}

.fa-pallet:before {
    content: "飹�";
}

.fa-paper-plane:before {
    content: "飮�";
}

.fa-paperclip:before {
    content: "飪�";
}

.fa-parachute-box:before {
    content: "飺�";
}

.fa-paragraph:before {
    content: "飮�";
}

.fa-parking:before {
    content: "飼€";
}

.fa-passport:before {
    content: "飽�";
}

.fa-pastafarianism:before {
    content: "餀�";
}

.fa-paste:before {
    content: "飪�";
}

.fa-patreon:before {
    content: "飶�";
}

.fa-pause:before {
    content: "飦�";
}

.fa-pause-circle:before {
    content: "飱�";
}

.fa-paw:before {
    content: "飭�";
}

.fa-paypal:before {
    content: "飮�";
}

.fa-peace:before {
    content: "餀�";
}

.fa-pen:before {
    content: "飳�";
}

.fa-pen-alt:before {
    content: "飳�";
}

.fa-pen-fancy:before {
    content: "飽�";
}

.fa-pen-nib:before {
    content: "飽�";
}

.fa-pen-square:before {
    content: "飬�";
}

.fa-pencil-alt:before {
    content: "飳�";
}

.fa-pencil-ruler:before {
    content: "飽�";
}

.fa-penny-arcade:before {
    content: "餃�";
}

.fa-people-arrows:before {
    content: "铳�";
}

.fa-people-carry:before {
    content: "飺�";
}

.fa-pepper-hot:before {
    content: "餇�";
}

.fa-percent:before {
    content: "飱�";
}

.fa-percentage:before {
    content: "飼�";
}

.fa-periscope:before {
    content: "飶�";
}

.fa-person-booth:before {
    content: "餄�";
}

.fa-phabricator:before {
    content: "飶�";
}

.fa-phoenix-framework:before {
    content: "飶�";
}

.fa-phoenix-squadron:before {
    content: "飻�";
}

.fa-phone:before {
    content: "飩�";
}

.fa-phone-alt:before {
    content: "铩�";
}

.fa-phone-slash:before {
    content: "飶�";
}

.fa-phone-square:before {
    content: "飩�";
}

.fa-phone-square-alt:before {
    content: "铩�";
}

.fa-phone-volume:before {
    content: "飱�";
}

.fa-photo-video:before {
    content: "铩�";
}

.fa-php:before {
    content: "飸�";
}

.fa-pied-piper:before {
    content: "飱�";
}

.fa-pied-piper-alt:before {
    content: "飭�";
}

.fa-pied-piper-hat:before {
    content: "飺�";
}

.fa-pied-piper-pp:before {
    content: "飭�";
}

.fa-pied-piper-square:before {
    content: "铯�";
}

.fa-piggy-bank:before {
    content: "飺�";
}

.fa-pills:before {
    content: "飹�";
}

.fa-pinterest:before {
    content: "飪�";
}

.fa-pinterest-p:before {
    content: "飯�";
}

.fa-pinterest-square:before {
    content: "飪�";
}

.fa-pizza-slice:before {
    content: "餇�";
}

.fa-place-of-worship:before {
    content: "餀�";
}

.fa-plane:before {
    content: "飦�";
}

.fa-plane-arrival:before {
    content: "飽�";
}

.fa-plane-departure:before {
    content: "飽�";
}

.fa-plane-slash:before {
    content: "铳�";
}

.fa-play:before {
    content: "飦�";
}

.fa-play-circle:before {
    content: "飬�";
}

.fa-playstation:before {
    content: "飶�";
}

.fa-plug:before {
    content: "飮�";
}

.fa-plus:before {
    content: "飦�";
}

.fa-plus-circle:before {
    content: "飦�";
}

.fa-plus-square:before {
    content: "飪�";
}

.fa-podcast:before {
    content: "飲�";
}

.fa-poll:before {
    content: "餁�";
}

.fa-poll-h:before {
    content: "餁�";
}

.fa-poo:before {
    content: "飲�";
}

.fa-poo-storm:before {
    content: "餄�";
}

.fa-poop:before {
    content: "飿�";
}

.fa-portrait:before {
    content: "飶�";
}

.fa-pound-sign:before {
    content: "飬�";
}

.fa-power-off:before {
    content: "飥�";
}

.fa-pray:before {
    content: "餁�";
}

.fa-praying-hands:before {
    content: "餁�";
}

.fa-prescription:before {
    content: "飽�";
}

.fa-prescription-bottle:before {
    content: "飹�";
}

.fa-prescription-bottle-alt:before {
    content: "飹�";
}

.fa-print:before {
    content: "飥�";
}

.fa-procedures:before {
    content: "飹�";
}

.fa-product-hunt:before {
    content: "飱�";
}

.fa-project-diagram:before {
    content: "飼�";
}

.fa-pump-medical:before {
    content: "铳�";
}

.fa-pump-soap:before {
    content: "铳�";
}

.fa-pushed:before {
    content: "飶�";
}

.fa-puzzle-piece:before {
    content: "飫�";
}

.fa-python:before {
    content: "飶�";
}

.fa-qq:before {
    content: "飮�";
}

.fa-qrcode:before {
    content: "飥�";
}

.fa-question:before {
    content: "飫�";
}

.fa-question-circle:before {
    content: "飦�";
}

.fa-quidditch:before {
    content: "飸�";
}

.fa-quinscape:before {
    content: "飸�";
}

.fa-quora:before {
    content: "飲�";
}

.fa-quote-left:before {
    content: "飫�";
}

.fa-quote-right:before {
    content: "飫�";
}

.fa-quran:before {
    content: "餁�";
}

.fa-r-project:before {
    content: "飺�";
}

.fa-radiation:before {
    content: "餅�";
}

.fa-radiation-alt:before {
    content: "餅�";
}

.fa-rainbow:before {
    content: "餄�";
}

.fa-random:before {
    content: "飦�";
}

.fa-raspberry-pi:before {
    content: "餅�";
}

.fa-ravelry:before {
    content: "飲�";
}

.fa-react:before {
    content: "飷�";
}

.fa-reacteurope:before {
    content: "餄�";
}

.fa-readme:before {
    content: "飺�";
}

.fa-rebel:before {
    content: "飮�";
}

.fa-receipt:before {
    content: "飼�";
}

.fa-record-vinyl:before {
    content: "铮�";
}

.fa-recycle:before {
    content: "飭�";
}

.fa-red-river:before {
    content: "飶�";
}

.fa-reddit:before {
    content: "飭�";
}

.fa-reddit-alien:before {
    content: "飱�";
}

.fa-reddit-square:before {
    content: "飭�";
}

.fa-redhat:before {
    content: "餅�";
}

.fa-redo:before {
    content: "飥�";
}

.fa-redo-alt:before {
    content: "飲�";
}

.fa-registered:before {
    content: "飰�";
}

.fa-remove-format:before {
    content: "铩�";
}

.fa-renren:before {
    content: "飭�";
}

.fa-reply:before {
    content: "飶�";
}

.fa-reply-all:before {
    content: "飫�";
}

.fa-replyd:before {
    content: "飶�";
}

.fa-republican:before {
    content: "餄�";
}

.fa-researchgate:before {
    content: "飺�";
}

.fa-resolving:before {
    content: "飶�";
}

.fa-restroom:before {
    content: "餅�";
}

.fa-retweet:before {
    content: "飦�";
}

.fa-rev:before {
    content: "飽�";
}

.fa-ribbon:before {
    content: "飺�";
}

.fa-ring:before {
    content: "餃�";
}

.fa-road:before {
    content: "飥�";
}

.fa-robot:before {
    content: "飼�";
}

.fa-rocket:before {
    content: "飫�";
}

.fa-rocketchat:before {
    content: "飶�";
}

.fa-rockrms:before {
    content: "飶�";
}

.fa-route:before {
    content: "飺�";
}

.fa-rss:before {
    content: "飩�";
}

.fa-rss-square:before {
    content: "飬�";
}

.fa-ruble-sign:before {
    content: "飬�";
}

.fa-ruler:before {
    content: "飼�";
}

.fa-ruler-combined:before {
    content: "飼�";
}

.fa-ruler-horizontal:before {
    content: "飼�";
}

.fa-ruler-vertical:before {
    content: "飼�";
}

.fa-running:before {
    content: "餃�";
}

.fa-rupee-sign:before {
    content: "飬�";
}

.fa-sad-cry:before {
    content: "飽�";
}

.fa-sad-tear:before {
    content: "飽�";
}

.fa-safari:before {
    content: "飰�";
}

.fa-salesforce:before {
    content: "餇�";
}

.fa-sass:before {
    content: "飷�";
}

.fa-satellite:before {
    content: "餅�";
}

.fa-satellite-dish:before {
    content: "餆€";
}

.fa-save:before {
    content: "飪�";
}

.fa-schlix:before {
    content: "飶�";
}

.fa-school:before {
    content: "飼�";
}

.fa-screwdriver:before {
    content: "飼�";
}

.fa-scribd:before {
    content: "飱�";
}

.fa-scroll:before {
    content: "餃�";
}

.fa-sd-card:before {
    content: "餆�";
}

.fa-search:before {
    content: "飥�";
}

.fa-search-dollar:before {
    content: "餁�";
}

.fa-search-location:before {
    content: "餁�";
}

.fa-search-minus:before {
    content: "飥�";
}

.fa-search-plus:before {
    content: "飥�";
}

.fa-searchengin:before {
    content: "飶�";
}

.fa-seedling:before {
    content: "飺�";
}

.fa-sellcast:before {
    content: "飲�";
}

.fa-sellsy:before {
    content: "飯�";
}

.fa-server:before {
    content: "飯�";
}

.fa-servicestack:before {
    content: "飶�";
}

.fa-shapes:before {
    content: "飿�";
}

.fa-share:before {
    content: "飦�";
}

.fa-share-alt:before {
    content: "飮�";
}

.fa-share-alt-square:before {
    content: "飮�";
}

.fa-share-square:before {
    content: "飬�";
}

.fa-shekel-sign:before {
    content: "飯�";
}

.fa-shield-alt:before {
    content: "飶�";
}

.fa-shield-virus:before {
    content: "铳�";
}

.fa-ship:before {
    content: "飯�";
}

.fa-shipping-fast:before {
    content: "飹�";
}

.fa-shirtsinbulk:before {
    content: "飯�";
}

.fa-shoe-prints:before {
    content: "飼�";
}

.fa-shopify:before {
    content: "铳�";
}

.fa-shopping-bag:before {
    content: "飱�";
}

.fa-shopping-basket:before {
    content: "飱�";
}

.fa-shopping-cart:before {
    content: "飦�";
}

.fa-shopware:before {
    content: "飽�";
}

.fa-shower:before {
    content: "飲�";
}

.fa-shuttle-van:before {
    content: "飽�";
}

.fa-sign:before {
    content: "飺�";
}

.fa-sign-in-alt:before {
    content: "飲�";
}

.fa-sign-language:before {
    content: "飱�";
}

.fa-sign-out-alt:before {
    content: "飲�";
}

.fa-signal:before {
    content: "飥�";
}

.fa-signature:before {
    content: "飽�";
}

.fa-sim-card:before {
    content: "餆�";
}

.fa-simplybuilt:before {
    content: "飯�";
}

.fa-sistrix:before {
    content: "飶�";
}

.fa-sitemap:before {
    content: "飪�";
}

.fa-sith:before {
    content: "飻�";
}

.fa-skating:before {
    content: "餆�";
}

.fa-sketch:before {
    content: "餆�";
}

.fa-skiing:before {
    content: "餆�";
}

.fa-skiing-nordic:before {
    content: "餆�";
}

.fa-skull:before {
    content: "飼�";
}

.fa-skull-crossbones:before {
    content: "餃�";
}

.fa-skyatlas:before {
    content: "飯�";
}

.fa-skype:before {
    content: "飬�";
}

.fa-slack:before {
    content: "飭�";
}

.fa-slack-hash:before {
    content: "飶�";
}

.fa-slash:before {
    content: "餃�";
}

.fa-sleigh:before {
    content: "餆�";
}

.fa-sliders-h:before {
    content: "飮�";
}

.fa-slideshare:before {
    content: "飮�";
}

.fa-smile:before {
    content: "飫�";
}

.fa-smile-beam:before {
    content: "飽�";
}

.fa-smile-wink:before {
    content: "飺�";
}

.fa-smog:before {
    content: "餄�";
}

.fa-smoking:before {
    content: "飹�";
}

.fa-smoking-ban:before {
    content: "飼�";
}

.fa-sms:before {
    content: "餆�";
}

.fa-snapchat:before {
    content: "飱�";
}

.fa-snapchat-ghost:before {
    content: "飱�";
}

.fa-snapchat-square:before {
    content: "飱�";
}

.fa-snowboarding:before {
    content: "餆�";
}

.fa-snowflake:before {
    content: "飲�";
}

.fa-snowman:before {
    content: "餆�";
}

.fa-snowplow:before {
    content: "餆�";
}

.fa-soap:before {
    content: "铳�";
}

.fa-socks:before {
    content: "餁�";
}

.fa-solar-panel:before {
    content: "飽�";
}

.fa-sort:before {
    content: "飪�";
}

.fa-sort-alpha-down:before {
    content: "飬�";
}

.fa-sort-alpha-down-alt:before {
    content: "铫�";
}

.fa-sort-alpha-up:before {
    content: "飬�";
}

.fa-sort-alpha-up-alt:before {
    content: "铫�";
}

.fa-sort-amount-down:before {
    content: "飬�";
}

.fa-sort-amount-down-alt:before {
    content: "铫�";
}

.fa-sort-amount-up:before {
    content: "飬�";
}

.fa-sort-amount-up-alt:before {
    content: "铫�";
}

.fa-sort-down:before {
    content: "飪�";
}

.fa-sort-numeric-down:before {
    content: "飬�";
}

.fa-sort-numeric-down-alt:before {
    content: "铫�";
}

.fa-sort-numeric-up:before {
    content: "飬�";
}

.fa-sort-numeric-up-alt:before {
    content: "铫�";
}

.fa-sort-up:before {
    content: "飪�";
}

.fa-soundcloud:before {
    content: "飭�";
}

.fa-sourcetree:before {
    content: "餆�";
}

.fa-spa:before {
    content: "飽�";
}

.fa-space-shuttle:before {
    content: "飭�";
}

.fa-speakap:before {
    content: "飶�";
}

.fa-speaker-deck:before {
    content: "餇�";
}

.fa-spell-check:before {
    content: "铫�";
}

.fa-spider:before {
    content: "餃�";
}

.fa-spinner:before {
    content: "飫�";
}

.fa-splotch:before {
    content: "飽�";
}

.fa-spotify:before {
    content: "飭�";
}

.fa-spray-can:before {
    content: "飽�";
}

.fa-square:before {
    content: "飪�";
}

.fa-square-full:before {
    content: "飸�";
}

.fa-square-root-alt:before {
    content: "餁�";
}

.fa-squarespace:before {
    content: "飽�";
}

.fa-stack-exchange:before {
    content: "飭�";
}

.fa-stack-overflow:before {
    content: "飬�";
}

.fa-stackpath:before {
    content: "铩�";
}

.fa-stamp:before {
    content: "飽�";
}

.fa-star:before {
    content: "飥�";
}

.fa-star-and-crescent:before {
    content: "餁�";
}

.fa-star-half:before {
    content: "飩�";
}

.fa-star-half-alt:before {
    content: "飾€";
}

.fa-star-of-david:before {
    content: "餁�";
}

.fa-star-of-life:before {
    content: "飿�";
}

.fa-staylinked:before {
    content: "飶�";
}

.fa-steam:before {
    content: "飭�";
}

.fa-steam-square:before {
    content: "飭�";
}

.fa-steam-symbol:before {
    content: "飶�";
}

.fa-step-backward:before {
    content: "飦�";
}

.fa-step-forward:before {
    content: "飦�";
}

.fa-stethoscope:before {
    content: "飪�";
}

.fa-sticker-mule:before {
    content: "飶�";
}

.fa-sticky-note:before {
    content: "飰�";
}

.fa-stop:before {
    content: "飦�";
}

.fa-stop-circle:before {
    content: "飱�";
}

.fa-stopwatch:before {
    content: "飲�";
}

.fa-stopwatch-20:before {
    content: "铳�";
}

.fa-store:before {
    content: "飼�";
}

.fa-store-alt:before {
    content: "飼�";
}

.fa-store-alt-slash:before {
    content: "铳�";
}

.fa-store-slash:before {
    content: "铳�";
}

.fa-strava:before {
    content: "飷�";
}

.fa-stream:before {
    content: "飼�";
}

.fa-street-view:before {
    content: "飯�";
}

.fa-strikethrough:before {
    content: "飪�";
}

.fa-stripe:before {
    content: "飷�";
}

.fa-stripe-s:before {
    content: "飷�";
}

.fa-stroopwafel:before {
    content: "飼�";
}

.fa-studiovinari:before {
    content: "飶�";
}

.fa-stumbleupon:before {
    content: "飭�";
}

.fa-stumbleupon-circle:before {
    content: "飭�";
}

.fa-subscript:before {
    content: "飫�";
}

.fa-subway:before {
    content: "飯�";
}

.fa-suitcase:before {
    content: "飪�";
}

.fa-suitcase-rolling:before {
    content: "飾�";
}

.fa-sun:before {
    content: "飭�";
}

.fa-superpowers:before {
    content: "飲�";
}

.fa-superscript:before {
    content: "飫�";
}

.fa-supple:before {
    content: "飶�";
}

.fa-surprise:before {
    content: "飾�";
}

.fa-suse:before {
    content: "餆�";
}

.fa-swatchbook:before {
    content: "飾�";
}

.fa-swift:before {
    content: "铮�";
}

.fa-swimmer:before {
    content: "飾�";
}

.fa-swimming-pool:before {
    content: "飾�";
}

.fa-symfony:before {
    content: "餇�";
}

.fa-synagogue:before {
    content: "餁�";
}

.fa-sync:before {
    content: "飥�";
}

.fa-sync-alt:before {
    content: "飲�";
}

.fa-syringe:before {
    content: "飹�";
}

.fa-table:before {
    content: "飪�";
}

.fa-table-tennis:before {
    content: "飸�";
}

.fa-tablet:before {
    content: "飫�";
}

.fa-tablet-alt:before {
    content: "飶�";
}

.fa-tablets:before {
    content: "飹�";
}

.fa-tachometer-alt:before {
    content: "飶�";
}

.fa-tag:before {
    content: "飥�";
}

.fa-tags:before {
    content: "飥�";
}

.fa-tape:before {
    content: "飺�";
}

.fa-tasks:before {
    content: "飩�";
}

.fa-taxi:before {
    content: "飭�";
}

.fa-teamspeak:before {
    content: "飺�";
}

.fa-teeth:before {
    content: "飿�";
}

.fa-teeth-open:before {
    content: "飿�";
}

.fa-telegram:before {
    content: "飲�";
}

.fa-telegram-plane:before {
    content: "飶�";
}

.fa-temperature-high:before {
    content: "餄�";
}

.fa-temperature-low:before {
    content: "餄�";
}

.fa-tencent-weibo:before {
    content: "飮�";
}

.fa-tenge:before {
    content: "餆�";
}

.fa-terminal:before {
    content: "飫�";
}

.fa-text-height:before {
    content: "飥�";
}

.fa-text-width:before {
    content: "飥�";
}

.fa-th:before {
    content: "飥�";
}

.fa-th-large:before {
    content: "飥�";
}

.fa-th-list:before {
    content: "飥�";
}

.fa-the-red-yeti:before {
    content: "餁�";
}

.fa-theater-masks:before {
    content: "飿�";
}

.fa-themeco:before {
    content: "飾�";
}

.fa-themeisle:before {
    content: "飱�";
}

.fa-thermometer:before {
    content: "飹�";
}

.fa-thermometer-empty:before {
    content: "飲�";
}

.fa-thermometer-full:before {
    content: "飲�";
}

.fa-thermometer-half:before {
    content: "飲�";
}

.fa-thermometer-quarter:before {
    content: "飲�";
}

.fa-thermometer-three-quarters:before {
    content: "飲�";
}

.fa-think-peaks:before {
    content: "餃�";
}

.fa-thumbs-down:before {
    content: "飬�";
}

.fa-thumbs-up:before {
    content: "飬�";
}

.fa-thumbtack:before {
    content: "飩�";
}

.fa-ticket-alt:before {
    content: "飶�";
}

.fa-times:before {
    content: "飥�";
}

.fa-times-circle:before {
    content: "飦�";
}

.fa-tint:before {
    content: "飦�";
}

.fa-tint-slash:before {
    content: "飾�";
}

.fa-tired:before {
    content: "飾�";
}

.fa-toggle-off:before {
    content: "飯�";
}

.fa-toggle-on:before {
    content: "飯�";
}

.fa-toilet:before {
    content: "餆�";
}

.fa-toilet-paper:before {
    content: "餃�";
}

.fa-toilet-paper-slash:before {
    content: "铳�";
}

.fa-toolbox:before {
    content: "飼�";
}

.fa-tools:before {
    content: "餆�";
}

.fa-tooth:before {
    content: "飾�";
}

.fa-torah:before {
    content: "餁�";
}

.fa-torii-gate:before {
    content: "餁�";
}

.fa-tractor:before {
    content: "餃�";
}

.fa-trade-federation:before {
    content: "飻�";
}

.fa-trademark:before {
    content: "飰�";
}

.fa-traffic-light:before {
    content: "飿�";
}

.fa-trailer:before {
    content: "铳�";
}

.fa-train:before {
    content: "飯�";
}

.fa-tram:before {
    content: "餆�";
}

.fa-transgender:before {
    content: "飯�";
}

.fa-transgender-alt:before {
    content: "飯�";
}

.fa-trash:before {
    content: "飮�";
}

.fa-trash-alt:before {
    content: "飲�";
}

.fa-trash-restore:before {
    content: "餇�";
}

.fa-trash-restore-alt:before {
    content: "餇�";
}

.fa-tree:before {
    content: "飭�";
}

.fa-trello:before {
    content: "飭�";
}

.fa-tripadvisor:before {
    content: "飰�";
}

.fa-trophy:before {
    content: "飩�";
}

.fa-truck:before {
    content: "飪�";
}

.fa-truck-loading:before {
    content: "飺�";
}

.fa-truck-monster:before {
    content: "飿�";
}

.fa-truck-moving:before {
    content: "飺�";
}

.fa-truck-pickup:before {
    content: "飿�";
}

.fa-tshirt:before {
    content: "飼�";
}

.fa-tty:before {
    content: "飮�";
}

.fa-tumblr:before {
    content: "飬�";
}

.fa-tumblr-square:before {
    content: "飬�";
}

.fa-tv:before {
    content: "飰�";
}

.fa-twitch:before {
    content: "飮�";
}

.fa-twitter:before {
    content: "飩�";
}

.fa-twitter-square:before {
    content: "飩�";
}

.fa-typo3:before {
    content: "飷�";
}

.fa-uber:before {
    content: "飷�";
}

.fa-ubuntu:before {
    content: "餆�";
}

.fa-uikit:before {
    content: "飷�";
}

.fa-umbraco:before {
    content: "铮�";
}

.fa-umbrella:before {
    content: "飪�";
}

.fa-umbrella-beach:before {
    content: "飾�";
}

.fa-underline:before {
    content: "飪�";
}

.fa-undo:before {
    content: "飪�";
}

.fa-undo-alt:before {
    content: "飲�";
}

.fa-uniregistry:before {
    content: "飷�";
}

.fa-unity:before {
    content: "铳�";
}

.fa-universal-access:before {
    content: "飱�";
}

.fa-university:before {
    content: "飭�";
}

.fa-unlink:before {
    content: "飫�";
}

.fa-unlock:before {
    content: "飩�";
}

.fa-unlock-alt:before {
    content: "飫�";
}

.fa-untappd:before {
    content: "飷�";
}

.fa-upload:before {
    content: "飩�";
}

.fa-ups:before {
    content: "餆�";
}

.fa-usb:before {
    content: "飱�";
}

.fa-user:before {
    content: "飥�";
}

.fa-user-alt:before {
    content: "飷�";
}

.fa-user-alt-slash:before {
    content: "飺�";
}

.fa-user-astronaut:before {
    content: "飺�";
}

.fa-user-check:before {
    content: "飺�";
}

.fa-user-circle:before {
    content: "飱�";
}

.fa-user-clock:before {
    content: "飺�";
}

.fa-user-cog:before {
    content: "飺�";
}

.fa-user-edit:before {
    content: "飺�";
}

.fa-user-friends:before {
    content: "飻€";
}

.fa-user-graduate:before {
    content: "飻�";
}

.fa-user-injured:before {
    content: "餃�";
}

.fa-user-lock:before {
    content: "飻�";
}

.fa-user-md:before {
    content: "飪�";
}

.fa-user-minus:before {
    content: "飻�";
}

.fa-user-ninja:before {
    content: "飻�";
}

.fa-user-nurse:before {
    content: "餇�";
}

.fa-user-plus:before {
    content: "飯�";
}

.fa-user-secret:before {
    content: "飯�";
}

.fa-user-shield:before {
    content: "飻�";
}

.fa-user-slash:before {
    content: "飻�";
}

.fa-user-tag:before {
    content: "飻�";
}

.fa-user-tie:before {
    content: "飻�";
}

.fa-user-times:before {
    content: "飯�";
}

.fa-users:before {
    content: "飪€";
}

.fa-users-cog:before {
    content: "飻�";
}

.fa-usps:before {
    content: "餆�";
}

.fa-ussunnah:before {
    content: "飷�";
}

.fa-utensil-spoon:before {
    content: "飲�";
}

.fa-utensils:before {
    content: "飲�";
}

.fa-vaadin:before {
    content: "飷�";
}

.fa-vector-square:before {
    content: "飾�";
}

.fa-venus:before {
    content: "飯�";
}

.fa-venus-double:before {
    content: "飯�";
}

.fa-venus-mars:before {
    content: "飯�";
}

.fa-viacoin:before {
    content: "飯�";
}

.fa-viadeo:before {
    content: "飱�";
}

.fa-viadeo-square:before {
    content: "飱�";
}

.fa-vial:before {
    content: "飹�";
}

.fa-vials:before {
    content: "飹�";
}

.fa-viber:before {
    content: "飷�";
}

.fa-video:before {
    content: "飥�";
}

.fa-video-slash:before {
    content: "飺�";
}

.fa-vihara:before {
    content: "餁�";
}

.fa-vimeo:before {
    content: "飷�";
}

.fa-vimeo-square:before {
    content: "飭�";
}

.fa-vimeo-v:before {
    content: "飰�";
}

.fa-vine:before {
    content: "飮�";
}

.fa-virus:before {
    content: "铳�";
}

.fa-virus-slash:before {
    content: "铳�";
}

.fa-viruses:before {
    content: "铳�";
}

.fa-vk:before {
    content: "飭�";
}

.fa-vnv:before {
    content: "飷�";
}

.fa-voicemail:before {
    content: "铫�";
}

.fa-volleyball-ball:before {
    content: "飸�";
}

.fa-volume-down:before {
    content: "飥�";
}

.fa-volume-mute:before {
    content: "餁�";
}

.fa-volume-off:before {
    content: "飥�";
}

.fa-volume-up:before {
    content: "飥�";
}

.fa-vote-yea:before {
    content: "餄�";
}

.fa-vr-cardboard:before {
    content: "餃�";
}

.fa-vuejs:before {
    content: "飷�";
}

.fa-walking:before {
    content: "飼�";
}

.fa-wallet:before {
    content: "飼�";
}

.fa-warehouse:before {
    content: "飹�";
}

.fa-water:before {
    content: "餄�";
}

.fa-wave-square:before {
    content: "餇�";
}

.fa-waze:before {
    content: "餇�";
}

.fa-weebly:before {
    content: "飾�";
}

.fa-weibo:before {
    content: "飭�";
}

.fa-weight:before {
    content: "飹�";
}

.fa-weight-hanging:before {
    content: "飾�";
}

.fa-weixin:before {
    content: "飮�";
}

.fa-whatsapp:before {
    content: "飯�";
}

.fa-whatsapp-square:before {
    content: "飷�";
}

.fa-wheelchair:before {
    content: "飭�";
}

.fa-whmcs:before {
    content: "飷�";
}

.fa-wifi:before {
    content: "飮�";
}

.fa-wikipedia-w:before {
    content: "飰�";
}

.fa-wind:before {
    content: "餃�";
}

.fa-window-close:before {
    content: "飷�";
}

.fa-window-maximize:before {
    content: "飲�";
}

.fa-window-minimize:before {
    content: "飲�";
}

.fa-window-restore:before {
    content: "飲�";
}

.fa-windows:before {
    content: "飬�";
}

.fa-wine-bottle:before {
    content: "餃�";
}

.fa-wine-glass:before {
    content: "飺�";
}

.fa-wine-glass-alt:before {
    content: "飾�";
}

.fa-wix:before {
    content: "飾�";
}

.fa-wizards-of-the-coast:before {
    content: "餃�";
}

.fa-wolf-pack-battalion:before {
    content: "飻�";
}

.fa-won-sign:before {
    content: "飬�";
}

.fa-wordpress:before {
    content: "飭�";
}

.fa-wordpress-simple:before {
    content: "飷�";
}

.fa-wpbeginner:before {
    content: "飱�";
}

.fa-wpexplorer:before {
    content: "飲�";
}

.fa-wpforms:before {
    content: "飱�";
}

.fa-wpressr:before {
    content: "飶�";
}

.fa-wrench:before {
    content: "飩�";
}

.fa-x-ray:before {
    content: "飹�";
}

.fa-xbox:before {
    content: "飷�";
}

.fa-xing:before {
    content: "飬�";
}

.fa-xing-square:before {
    content: "飬�";
}

.fa-y-combinator:before {
    content: "飯�";
}

.fa-yahoo:before {
    content: "飭�";
}

.fa-yammer:before {
    content: "铩€";
}

.fa-yandex:before {
    content: "飷�";
}

.fa-yandex-international:before {
    content: "飷�";
}

.fa-yarn:before {
    content: "餆�";
}

.fa-yelp:before {
    content: "飮�";
}

.fa-yen-sign:before {
    content: "飬�";
}

.fa-yin-yang:before {
    content: "餁�";
}

.fa-yoast:before {
    content: "飱�";
}

.fa-youtube:before {
    content: "飬�";
}

.fa-youtube-square:before {
    content: "飷�";
}

.fa-zhihu:before {
    content: "飿�";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../images/fa-solid-900.eot");
    src: url("../images/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../images/fa-solid-900.woff2") format("woff2"), url("../images/fa-solid-900.woff") format("woff"), url("../images/fa-solid-900.ttf") format("truetype"), url("../images/fa-solid-900.svg") format("svg");
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/fa-regular-400.eot");
    src: url("../images/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../images/fa-regular-400.woff2") format("woff2"), url("../images/fa-regular-400.woff") format("woff"), url("../images/fa-regular-400.ttf") format("truetype"), url("../images/fa-regular-400.svg") format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../images/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("../images/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../images/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../images/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../images/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url("../images/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 400;
    src: url("../images/EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: italic;
    font-weight: 400;
    src: url("../images/EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 700;
    src: url("../images/EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "DINAlternate, DINAlternate-Bold";
    font-style: normal;
    font-weight: 400;
    src: url("../images/DINCond-black.otf") format("truetype");
}

/*  Z-Indicies*/
/** * Calculate the luminance for a color. * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests * * Note: * @Gudahtt and @brad-decker have identified a potential performance concern * that **might** impact build times if this function becomes widely used. It * has not been validated, and is predicated on user-land math.pow functions * prior to dart-sass 1.25.0. However, if the build times of sass raise * exponentially a lookup table of all possible values for the math.pow call * can be used to bypass the issue. This will require some logic updates as * well. For reference, the blog post where the performance concern was * originally made is here https://bit.ly/3c3qXzq (css-tricks) */
/** * Calculate the contrast ratio between two colors. * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests */
/** * Determine whether to use dark or light text on top of given color. * Returns black for dark text and white for light text. */
.box--padding-0 {
    padding: 0px;
}

.box--padding-1 {
    padding: 4px;
}

.box--padding-2 {
    padding: 8px;
}

.box--padding-3 {
    padding: 12px;
}

.box--padding-4 {
    padding: 16px;
}

.box--padding-5 {
    padding: 20px;
}

.box--padding-6 {
    padding: 24px;
}

.box--padding-7 {
    padding: 28px;
}

.box--padding-8 {
    padding: 32px;
}

.box--padding-9 {
    padding: 36px;
}

.box--padding-10 {
    padding: 40px;
}

.box--padding-11 {
    padding: 44px;
}

.box--padding-12 {
    padding: 48px;
}

.box--padding-top-0 {
    padding-top: 0px;
}

.box--padding-right-0 {
    padding-right: 0px;
}

.box--padding-bottom-0 {
    padding-bottom: 0px;
}

.box--padding-left-0 {
    padding-left: 0px;
}

.box--padding-top-1 {
    padding-top: 4px;
}

.box--padding-right-1 {
    padding-right: 4px;
}

.box--padding-bottom-1 {
    padding-bottom: 4px;
}

.box--padding-left-1 {
    padding-left: 4px;
}

.box--padding-top-2 {
    padding-top: 8px;
}

.box--padding-right-2 {
    padding-right: 8px;
}

.box--padding-bottom-2 {
    padding-bottom: 8px;
}

.box--padding-left-2 {
    padding-left: 8px;
}

.box--padding-top-3 {
    padding-top: 12px;
}

.box--padding-right-3 {
    padding-right: 12px;
}

.box--padding-bottom-3 {
    padding-bottom: 12px;
}

.box--padding-left-3 {
    padding-left: 12px;
}

.box--padding-top-4 {
    padding-top: 16px;
}

.box--padding-right-4 {
    padding-right: 16px;
}

.box--padding-bottom-4 {
    padding-bottom: 16px;
}

.box--padding-left-4 {
    padding-left: 16px;
}

.box--padding-top-5 {
    padding-top: 20px;
}

.box--padding-right-5 {
    padding-right: 20px;
}

.box--padding-bottom-5 {
    padding-bottom: 20px;
}

.box--padding-left-5 {
    padding-left: 20px;
}

.box--padding-top-6 {
    padding-top: 24px;
}

.box--padding-right-6 {
    padding-right: 24px;
}

.box--padding-bottom-6 {
    padding-bottom: 24px;
}

.box--padding-left-6 {
    padding-left: 24px;
}

.box--padding-top-7 {
    padding-top: 28px;
}

.box--padding-right-7 {
    padding-right: 28px;
}

.box--padding-bottom-7 {
    padding-bottom: 28px;
}

.box--padding-left-7 {
    padding-left: 28px;
}

.box--padding-top-8 {
    padding-top: 32px;
}

.box--padding-right-8 {
    padding-right: 32px;
}

.box--padding-bottom-8 {
    padding-bottom: 32px;
}

.box--padding-left-8 {
    padding-left: 32px;
}

.box--padding-top-9 {
    padding-top: 36px;
}

.box--padding-right-9 {
    padding-right: 36px;
}

.box--padding-bottom-9 {
    padding-bottom: 36px;
}

.box--padding-left-9 {
    padding-left: 36px;
}

.box--padding-top-10 {
    padding-top: 40px;
}

.box--padding-right-10 {
    padding-right: 40px;
}

.box--padding-bottom-10 {
    padding-bottom: 40px;
}

.box--padding-left-10 {
    padding-left: 40px;
}

.box--padding-top-11 {
    padding-top: 44px;
}

.box--padding-right-11 {
    padding-right: 44px;
}

.box--padding-bottom-11 {
    padding-bottom: 44px;
}

.box--padding-left-11 {
    padding-left: 44px;
}

.box--padding-top-12 {
    padding-top: 48px;
}

.box--padding-right-12 {
    padding-right: 48px;
}

.box--padding-bottom-12 {
    padding-bottom: 48px;
}

.box--padding-left-12 {
    padding-left: 48px;
}

.box--margin-0 {
    margin: 0px;
}

.box--margin-1 {
    margin: 4px;
}

.box--margin-2 {
    margin: 8px;
}

.box--margin-3 {
    margin: 12px;
}

.box--margin-4 {
    margin: 16px;
}

.box--margin-5 {
    margin: 20px;
}

.box--margin-6 {
    margin: 24px;
}

.box--margin-7 {
    margin: 28px;
}

.box--margin-8 {
    margin: 32px;
}

.box--margin-9 {
    margin: 36px;
}

.box--margin-10 {
    margin: 40px;
}

.box--margin-11 {
    margin: 44px;
}

.box--margin-12 {
    margin: 48px;
}

.box--margin-top-0 {
    margin-top: 0px;
}

.box--margin-right-0 {
    margin-right: 0px;
}

.box--margin-bottom-0 {
    margin-bottom: 0px;
}

.box--margin-left-0 {
    margin-left: 0px;
}

.box--margin-top-1 {
    margin-top: 4px;
}

.box--margin-right-1 {
    margin-right: 4px;
}

.box--margin-bottom-1 {
    margin-bottom: 4px;
}

.box--margin-left-1 {
    margin-left: 4px;
}

.box--margin-top-2 {
    margin-top: 8px;
}

.box--margin-right-2 {
    margin-right: 8px;
}

.box--margin-bottom-2 {
    margin-bottom: 8px;
}

.box--margin-left-2 {
    margin-left: 8px;
}

.box--margin-top-3 {
    margin-top: 12px;
}

.box--margin-right-3 {
    margin-right: 12px;
}

.box--margin-bottom-3 {
    margin-bottom: 12px;
}

.box--margin-left-3 {
    margin-left: 12px;
}

.box--margin-top-4 {
    margin-top: 16px;
}

.box--margin-right-4 {
    margin-right: 16px;
}

.box--margin-bottom-4 {
    margin-bottom: 16px;
}

.box--margin-left-4 {
    margin-left: 16px;
}

.box--margin-top-5 {
    margin-top: 20px;
}

.box--margin-right-5 {
    margin-right: 20px;
}

.box--margin-bottom-5 {
    margin-bottom: 20px;
}

.box--margin-left-5 {
    margin-left: 20px;
}

.box--margin-top-6 {
    margin-top: 24px;
}

.box--margin-right-6 {
    margin-right: 24px;
}

.box--margin-bottom-6 {
    margin-bottom: 24px;
}

.box--margin-left-6 {
    margin-left: 24px;
}

.box--margin-top-7 {
    margin-top: 28px;
}

.box--margin-right-7 {
    margin-right: 28px;
}

.box--margin-bottom-7 {
    margin-bottom: 28px;
}

.box--margin-left-7 {
    margin-left: 28px;
}

.box--margin-top-8 {
    margin-top: 32px;
}

.box--margin-right-8 {
    margin-right: 32px;
}

.box--margin-bottom-8 {
    margin-bottom: 32px;
}

.box--margin-left-8 {
    margin-left: 32px;
}

.box--margin-top-9 {
    margin-top: 36px;
}

.box--margin-right-9 {
    margin-right: 36px;
}

.box--margin-bottom-9 {
    margin-bottom: 36px;
}

.box--margin-left-9 {
    margin-left: 36px;
}

.box--margin-top-10 {
    margin-top: 40px;
}

.box--margin-right-10 {
    margin-right: 40px;
}

.box--margin-bottom-10 {
    margin-bottom: 40px;
}

.box--margin-left-10 {
    margin-left: 40px;
}

.box--margin-top-11 {
    margin-top: 44px;
}

.box--margin-right-11 {
    margin-right: 44px;
}

.box--margin-bottom-11 {
    margin-bottom: 44px;
}

.box--margin-left-11 {
    margin-left: 44px;
}

.box--margin-top-12 {
    margin-top: 48px;
}

.box--margin-right-12 {
    margin-right: 48px;
}

.box--margin-bottom-12 {
    margin-bottom: 48px;
}

.box--margin-left-12 {
    margin-left: 48px;
}

.box--border-size-0 {
    border-width: 0px;
}

.box--border-size-1 {
    border-width: 1px;
}

.box--border-size-2 {
    border-width: 2px;
}

.box--border-size-3 {
    border-width: 3px;
}

.box--border-size-4 {
    border-width: 4px;
}

.box--border-size-5 {
    border-width: 5px;
}

.box--border-size-6 {
    border-width: 6px;
}

.box--border-size-7 {
    border-width: 7px;
}

.box--border-size-8 {
    border-width: 8px;
}

.box--border-size-9 {
    border-width: 9px;
}

.box--border-size-10 {
    border-width: 10px;
}

.box--border-size-11 {
    border-width: 11px;
}

.box--border-size-12 {
    border-width: 12px;
}

.box--border-color-ui-1 {
    border-color: #f2f3f4;
}

.box--border-color-ui-2 {
    border-color: #d6d9dc;
}

.box--border-color-ui-3 {
    border-color: #bbc0c5;
}

.box--border-color-ui-4 {
    border-color: #6a737d;
}

.box--border-color-ui-5 {
    border-color: #666666;
}

.box--border-color-ui-6 {
    border-color: #333333;
}

.box--border-color-ui-7 {
    border-color: #d7d7d7;
}

.box--border-color-white {
    border-color: #fff;
}

.box--border-color-black {
    border-color: #333333;
}

.box--border-color-blue {
    border-color: #2980fe;
}

.box--border-color-primary-1 {
    border-color: #037dd6;
}

.box--border-color-primary-2 {
    border-color: #eaf6ff;
}

.box--border-color-primary-3 {
    border-color: #0260a4;
}

.box--border-color-secondary-1 {
    border-color: #f66a0a;
}

.box--border-color-secondary-2 {
    border-color: #fef5ef;
}

.box--border-color-secondary-3 {
    border-color: #c65507;
}

.box--border-color-alert-1 {
    border-color: #ffd33d;
}

.box--border-color-alert-2 {
    border-color: #fefcde;
}

.box--border-color-alert-3 {
    border-color: #f8c000;
}

.box--border-color-error-1 {
    border-color: #d73a49;
}

.box--border-color-error-2 {
    border-color: #fcf2f3;
}

.box--border-color-error-3 {
    border-color: #b92534;
}

.box--border-color-success-1 {
    border-color: #4cd964;
}

.box--border-color-success-2 {
    border-color: #caf4d1;
}

.box--border-color-success-3 {
    border-color: #219e37;
}

.box--border-color-success-4 {
    border-color: #03c288;
}

.box--border-color-mainnet {
    border-color: #29b6af;
}

.box--border-color-ropsten {
    border-color: #ff4a8d;
}

.box--border-color-kovan {
    border-color: #9064ff;
}

.box--border-color-rinkeby {
    border-color: #f6c343;
}

.box--border-color-goerli {
    border-color: #3099f2;
}

.box--border-color-transparent {
    border-color: transparent;
}

.box--border-color-disconnected {
    border-color: #6f96ef;
}

.box--border-style-solid {
    border-style: solid;
}

.box--border-style-double {
    border-style: double;
}

.box--border-style-none {
    border-style: none;
}

.box--border-style-dashed {
    border-style: dashed;
}

.box--border-style-dotted {
    border-style: dotted;
}

.box--rounded-none {
    border-radius: 0;
}

.box--rounded-xs {
    border-radius: 0.125rem;
}

.box--rounded-sm {
    border-radius: 0.25rem;
}

.box--rounded-md {
    border-radius: 0.375rem;
}

.box--rounded-lg {
    border-radius: 0.5rem;
}

.box--rounded-xl {
    border-radius: 0.75rem;
}

.box--display-block {
    display: block;
}

.box--display-grid {
    display: grid;
}

.box--display-flex {
    display: flex;
}

.box--display-inline-block {
    display: inline-block;
}

.box--display-inline-grid {
    display: inline-grid;
}

.box--display-inline-flex {
    display: inline-flex;
}

.box--display-list-item {
    display: list-item;
}

.box--align-items-baseline {
    align-items: baseline;
}

.box--align-items-center {
    align-items: center;
}

.box--align-items-flex-end {
    align-items: flex-end;
}

.box--align-items-flex-start {
    align-items: flex-start;
}

.box--align-items-stretch {
    align-items: stretch;
}

.box--justify-content-center {
    justify-content: center;
}

.box--justify-content-flex-end {
    justify-content: flex-end;
}

.box--justify-content-flex-start {
    justify-content: flex-start;
}

.box--justify-content-space-around {
    justify-content: space-around;
}

.box--justify-content-space-between {
    justify-content: space-between;
}

.box--justify-content-space-evenly {
    justify-content: space-evenly;
}

.box--width-full {
    width: 100%;
}

.box--height-full {
    height: 100%;
}

.box--width-1\/2 {
    width: 50%;
}

.box--height-1\/2 {
    height: 50%;
}

.box--width-1\/3 {
    width: 33.333333%;
}

.box--height-1\/3 {
    height: 33.333333%;
}

.box--width-2\/3 {
    width: 66.666667%;
}

.box--height-2\/3 {
    height: 66.666667%;
}

.box--width-1\/4 {
    width: 25%;
}

.box--height-1\/4 {
    height: 25%;
}

.box--width-2\/4 {
    width: 50%;
}

.box--height-2\/4 {
    height: 50%;
}

.box--width-3\/4 {
    width: 75%;
}

.box--height-3\/4 {
    height: 75%;
}

.box--width-1\/5 {
    width: 20%;
}

.box--height-1\/5 {
    height: 20%;
}

.box--width-2\/5 {
    width: 40%;
}

.box--height-2\/5 {
    height: 40%;
}

.box--width-3\/5 {
    width: 60%;
}

.box--height-3\/5 {
    height: 60%;
}

.box--width-4\/5 {
    width: 80%;
}

.box--height-4\/5 {
    height: 80%;
}

.box--width-1\/6 {
    width: 16.666667%;
}

.box--height-1\/6 {
    height: 16.666667%;
}

.box--width-2\/6 {
    width: 33.333333%;
}

.box--height-2\/6 {
    height: 33.333333%;
}

.box--width-3\/6 {
    width: 50%;
}

.box--height-3\/6 {
    height: 50%;
}

.box--width-4\/6 {
    width: 66.666667%;
}

.box--height-4\/6 {
    height: 66.666667%;
}

.box--width-5\/6 {
    width: 83.333333%;
}

.box--height-5\/6 {
    height: 83.333333%;
}

.box--width-1\/12 {
    width: 8.333333%;
}

.box--height-1\/12 {
    height: 8.333333%;
}

.box--width-2\/12 {
    width: 16.666667%;
}

.box--height-2\/12 {
    height: 16.666667%;
}

.box--width-3\/12 {
    width: 25%;
}

.box--height-3\/12 {
    height: 25%;
}

.box--width-4\/12 {
    width: 33.333333%;
}

.box--height-4\/12 {
    height: 33.333333%;
}

.box--width-5\/12 {
    width: 41.666667%;
}

.box--height-5\/12 {
    height: 41.666667%;
}

.box--width-6\/12 {
    width: 50%;
}

.box--height-6\/12 {
    height: 50%;
}

.box--width-7\/12 {
    width: 58.333333%;
}

.box--height-7\/12 {
    height: 58.333333%;
}

.box--width-8\/12 {
    width: 66.666667%;
}

.box--height-8\/12 {
    height: 66.666667%;
}

.box--width-9\/12 {
    width: 75%;
}

.box--height-9\/12 {
    height: 75%;
}

.box--width-10\/12 {
    width: 83.333333%;
}

.box--height-10\/12 {
    height: 83.333333%;
}

.box--width-11\/12 {
    width: 91.666667%;
}

.box--height-11\/12 {
    height: 91.666667%;
}

.box--height-screen {
    height: 100vh;
}

.box--width-screen {
    width: 100vw;
}

.box--height-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.box--width-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.box--height-min {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.box--width-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.box--text-align-left {
    text-align: left;
}

.box--text-align-right {
    text-align: right;
}

.box--text-align-center {
    text-align: center;
}

.box--text-align-justify {
    text-align: justify;
}

.box--text-align-end {
    text-align: end;
}

.breadcrumbs {
    display: flex;
    flex-flow: row nowrap;
}

.breadcrumb {
    height: 10px;
    width: 10px;
    border: 1px solid #979797;
    border-radius: 50%;
}

.breadcrumb+.breadcrumb {
    margin-left: 10px;
}

.button-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-group__button {
    font-size: 1rem;
    color: #4d4d4d;
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px;
    flex: 1;
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-group__button:disabled {
    opacity: 0.5;
}

.radio-button-group .radio-button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #3b4046;
    border: 1px solid #d6d9dc;
    background: #fff;
    border-radius: 25px;
    height: 25px;
    margin-right: 8px;
    min-width: 48px;
    padding: 0;
}

.radio-button-group .radio-button--active {
    background: #037dd6;
    color: white;
    border: none;
}

.radio-button-group .radio-button--danger {
    border: 1px solid #d73a49;
    color: #d73a49;
    background: #fff;
}

.radio-button-group .radio-button:hover {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
}

.radio-button-group .radio-button--active.radio-button--danger {
    border: 1px solid #d73a49;
    color: white;
    background: #d73a49;
}

/*  Buttons */
.button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 16px;
    width: 100%;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    padding: 16px 0;
}

.button--disabled,.button[disabled] {
    cursor: auto;
    opacity: 0.5;
    pointer-events: none;
}

.button__icon {
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.btn-secondary {
    border: 1px solid #2980fe;
    background-color: #2980fe;
    color: white;
}

.btn-secondary--disabled,.btn-secondary[disabled] {
    opacity: 0.3;
}

.btn-same {
    color: #333333;
    border: 1px solid #e4ddff;
    background-color: #2980fe;
    font-weight: 400;
}

.btn-same:hover {
    border-color: #2980fe;
}

.btn-same:active {
    border-color: #2980fe;
}

.btn-warning {
    color: #f66a0a;
    border: 1px solid #ffd3b5;
    background-color: #fff;
}

.btn-warning:hover {
    border-color: #f66a0a;
}

.btn-warning:active {
    background: #fef5ef;
    border-color: #f66a0a;
}

.btn-warning--disabled,.btn-warning[disabled] {
    opacity: 1;
    color: #ffd3b5;
}

.btn-danger {
    color: #e55036;
    border: 1px solid #e55036;
    background-color: #fff;
}

.btn-danger--disabled,.btn-danger[disabled] {
    opacity: 1;
    color: #feb6bf;
}

.btn-danger-fill {
    color: white;
    background-color: #e55036;
}

.btn-danger-fill--disabled,.btn-danger-fill[disabled] {
    opacity: 1;
    background-color: #feb6bf;
}

.btn-close {
    color: #333333;
    background-color: #f5f5f5;
}

.btn-close--disabled,.btn-close[disabled] {
    opacity: 1;
    color: #999999;
}

.btn-danger-primary {
    color: #fff;
    border: 1px solid #d73a49;
    background-color: #d73a49;
}

.btn-danger-primary:hover {
    border-color: #c72837;
    background-color: #c72837;
}

.btn-danger-primary:active {
    background: #b92534;
    border-color: #b92534;
}

.btn-danger-primary--disabled,.btn-danger-primary[disabled] {
    opacity: 1;
    border-color: #feb6bf;
    background-color: #feb6bf;
}

.btn-default {
    background-color: #fff;
    color: #2980fe;
    border: 1px solid #2980fe;
}

.btn-default--disabled,.btn-default[disabled] {
    opacity: 1;
    color: #b3b3b3;
    border: 1px solid #b3b3b3;
}

.btn-primary {
    color: #fff;
    border: 1px solid #2980fe;
    background-color: #2980fe;
    font-weight: 400;
}

.btn-primary--disabled,.btn-primary[disabled] {
    opacity: 0.3;
}

.btn-link {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
    background-color: transparent;
}

.btn-link--disabled,.btn-link[disabled] {
    cursor: auto;
    opacity: 1;
    pointer-events: none;
    color: #e4ddff;
}

.btn--large {
    min-height: 54px;
}

/**  All Buttons styles are deviations from design guide */
.btn-raised {
    color: #2980fe;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    padding: 6px;
    height: initial;
    min-height: initial;
    width: initial;
    min-width: initial;
}

.btn--first-time {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 54px;
    width: 198px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    color: #fff;
    font-weight: 500;
    transition: 200ms ease-in-out;
    background-color: #2980fe;
    border-radius: 0;
}

button[disabled],input[type=submit][disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.btn--rounded-left {
    width: 166px;
    height: 56px;
    background-color: #fff;
    color: #2980fe;
}

.btn--rounded-right {
    width: 166px;
    height: 56px;
    background-color: #2980fe;
    color: #fff;
}

.btn--rounded {
    border-radius: 100px;
    will-change: box-shadow;
    transition: box-shadow cubic-bezier(0.6, -0.28, 0.735, 0.045) 200ms;
}

.btn--rounded:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.btn--rounded.btn-secondary {
    border: 1px solid #2980fe;
}

.btn--rounded.btn-secondary--disabled,.btn--rounded.btn-secondary[disabled] {
    border-color: #e4ddff;
    color: #e4ddff;
}

.btn--rounded.btn-secondary:active {
    border-color: #0260a4;
}

.btn--rounded.btn-default {
    border: 1px solid #2980fe;
}

.btn--rounded.btn-default--disabled,.btn--rounded.btn-default[disabled] {
    border-color: #f5f9ff;
    color: #b3b3b3;
}

.btn--rounded.btn-default:active {
    border-color: #2980fe;
}

.btn--rounded.btn-danger {
    border: 1px solid #d73a49;
}

.btn--rounded.btn-danger--disabled,.btn--rounded.btn-danger[disabled] {
    border-color: #f7d5d8;
    color: #e88f97;
}

.btn--rounded.btn-danger:active {
    border-color: #b92534;
}

.btn--rounded.btn-warning {
    border: 1px solid #f66a0a;
}

.btn--rounded.btn-warning--disabled,.btn--rounded.btn-warning[disabled] {
    border-color: #f8b588;
    color: #f8b588;
}

.btn--rounded.btn-warning:active {
    border-color: #c65507;
}

.btn--rounded.btn-primary {
    background-color: #037dd6;
}

.btn--rounded.btn-primary--disabled,.btn--rounded.btn-primary[disabled] {
    background-color: #e4ddff;
}

.btn--rounded.btn-primary:active {
    background-color: #0260a4;
}

.btn--rounded.btn-danger-primary {
    background-color: #d73a49;
}

.btn--rounded.btn-danger-primary--disabled,.btn--rounded.btn-danger-primary[disabled] {
    background-color: #e88f97;
}

.btn--rounded.btn-danger-primary:active {
    background-color: #b92534;
}

.btn-send,.btn-receive {
    font-size: 13px;
    font-weight: 500;
    border-radius: 16px;
    border: none;
    color: white;
}

.btn-send img,.btn-receive img {
    margin-right: 5px;
}

.btn-send {
    background-color: #03c288;
}

.btn-receive {
    background-color: #2980fe;
}

.callout {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 16px;
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr minmax(0, auto);
    grid-template-rows: 1fr;
    transition: opacity 0.75s 0s;
}

.callout a {
    color: #037dd6;
}

.callout--dismissible.callout--first {
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.18);
}

.callout--multiple {
    padding-top: 8px;
    padding-bottom: 8px;
}

.callout--multiple.callout--first {
    padding-top: 16px;
}

.callout--multiple.callout--last {
    padding-bottom: 16px;
}

.callout--dismissed {
    opacity: 0;
}

.callout--warning {
    border-left: 2px solid #ffd33d;
}

.callout--danger {
    border-left: 2px solid #d73a49;
}

.callout--info {
    border-left: 2px solid #037dd6;
}

.callout--success {
    border-left: 2px solid #4cd964;
}

.callout .info-icon {
    margin: unset;
    margin-right: 10px;
}

.callout__close-button {
    margin-left: 8px;
    background: unset;
    cursor: pointer;
}

.card {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    padding: 8px;
}

.card__title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 4px;
    text-transform: capitalize;
}

.check-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: #d6d9dc;
    width: 18px;
    height: 18px;
    font-size: 21px;
    line-height: 0.9;
    border-radius: 2px;
    display: flex;
}

.check-box__checked,.check-box__indeterminate {
    color: #2980fe;
    border-color: #2980fe;
}

.check-box:disabled {
    color: #d6d9dc;
    cursor: not-allowed;
}

/*Responsive Breakpoints*/
/**  These colors are either deprecated or will move into colors.scss  when approved for the design system**/
/*  Colors  http://chir.ag/projects/name-that-color */
/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,.fas,.far,.fal,.fad,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */
.fa-500px:before {
    content: "飰�";
}

.fa-accessible-icon:before {
    content: "飴�";
}

.fa-accusoft:before {
    content: "飴�";
}

.fa-acquisitions-incorporated:before {
    content: "餁�";
}

.fa-ad:before {
    content: "餀�";
}

.fa-address-book:before {
    content: "飱�";
}

.fa-address-card:before {
    content: "飱�";
}

.fa-adjust:before {
    content: "飦�";
}

.fa-adn:before {
    content: "飬�";
}

.fa-adobe:before {
    content: "餄�";
}

.fa-adversal:before {
    content: "飴�";
}

.fa-affiliatetheme:before {
    content: "飴�";
}

.fa-air-freshener:before {
    content: "飾�";
}

.fa-airbnb:before {
    content: "餇�";
}

.fa-algolia:before {
    content: "飴�";
}

.fa-align-center:before {
    content: "飥�";
}

.fa-align-justify:before {
    content: "飥�";
}

.fa-align-left:before {
    content: "飥�";
}

.fa-align-right:before {
    content: "飥�";
}

.fa-alipay:before {
    content: "餀�";
}

.fa-allergies:before {
    content: "飸�";
}

.fa-amazon:before {
    content: "飰�";
}

.fa-amazon-pay:before {
    content: "飷�";
}

.fa-ambulance:before {
    content: "飪�";
}

.fa-american-sign-language-interpreting:before {
    content: "飱�";
}

.fa-amilia:before {
    content: "飴�";
}

.fa-anchor:before {
    content: "飫�";
}

.fa-android:before {
    content: "飬�";
}

.fa-angellist:before {
    content: "飯�";
}

.fa-angle-double-down:before {
    content: "飫�";
}

.fa-angle-double-left:before {
    content: "飫€";
}

.fa-angle-double-right:before {
    content: "飫�";
}

.fa-angle-double-up:before {
    content: "飫�";
}

.fa-angle-down:before {
    content: "飫�";
}

.fa-angle-left:before {
    content: "飫�";
}

.fa-angle-right:before {
    content: "飫�";
}

.fa-angle-up:before {
    content: "飫�";
}

.fa-angry:before {
    content: "飼�";
}

.fa-angrycreative:before {
    content: "飴�";
}

.fa-angular:before {
    content: "飷�";
}

.fa-ankh:before {
    content: "餀�";
}

.fa-app-store:before {
    content: "飴�";
}

.fa-app-store-ios:before {
    content: "飴�";
}

.fa-apper:before {
    content: "飴�";
}

.fa-apple:before {
    content: "飬�";
}

.fa-apple-alt:before {
    content: "飾�";
}

.fa-apple-pay:before {
    content: "飷�";
}

.fa-archive:before {
    content: "飭�";
}

.fa-archway:before {
    content: "飼�";
}

.fa-arrow-alt-circle-down:before {
    content: "飴�";
}

.fa-arrow-alt-circle-left:before {
    content: "飴�";
}

.fa-arrow-alt-circle-right:before {
    content: "飴�";
}

.fa-arrow-alt-circle-up:before {
    content: "飴�";
}

.fa-arrow-circle-down:before {
    content: "飩�";
}

.fa-arrow-circle-left:before {
    content: "飩�";
}

.fa-arrow-circle-right:before {
    content: "飩�";
}

.fa-arrow-circle-up:before {
    content: "飩�";
}

.fa-arrow-down:before {
    content: "飦�";
}

.fa-arrow-left:before {
    content: "飦�";
}

.fa-arrow-right:before {
    content: "飦�";
}

.fa-arrow-up:before {
    content: "飦�";
}

.fa-arrows-alt:before {
    content: "飩�";
}

.fa-arrows-alt-h:before {
    content: "飳�";
}

.fa-arrows-alt-v:before {
    content: "飳�";
}

.fa-artstation:before {
    content: "餄�";
}

.fa-assistive-listening-systems:before {
    content: "飱�";
}

.fa-asterisk:before {
    content: "飦�";
}

.fa-asymmetrik:before {
    content: "飴�";
}

.fa-at:before {
    content: "飮�";
}

.fa-atlas:before {
    content: "飼�";
}

.fa-atlassian:before {
    content: "餄�";
}

.fa-atom:before {
    content: "飾�";
}

.fa-audible:before {
    content: "飴�";
}

.fa-audio-description:before {
    content: "飱�";
}

.fa-autoprefixer:before {
    content: "飷�";
}

.fa-avianex:before {
    content: "飴�";
}

.fa-aviato:before {
    content: "飷�";
}

.fa-award:before {
    content: "飼�";
}

.fa-aws:before {
    content: "飴�";
}

.fa-baby:before {
    content: "餄�";
}

.fa-baby-carriage:before {
    content: "餄�";
}

.fa-backspace:before {
    content: "飼�";
}

.fa-backward:before {
    content: "飦�";
}

.fa-bacon:before {
    content: "餆�";
}

.fa-bahai:before {
    content: "餀�";
}

.fa-balance-scale:before {
    content: "飰�";
}

.fa-balance-scale-left:before {
    content: "飻�";
}

.fa-balance-scale-right:before {
    content: "飻�";
}

.fa-ban:before {
    content: "飦�";
}

.fa-band-aid:before {
    content: "飸�";
}

.fa-bandcamp:before {
    content: "飲�";
}

.fa-barcode:before {
    content: "飥�";
}

.fa-bars:before {
    content: "飪�";
}

.fa-baseball-ball:before {
    content: "飷�";
}

.fa-basketball-ball:before {
    content: "飷�";
}

.fa-bath:before {
    content: "飲�";
}

.fa-battery-empty:before {
    content: "飰�";
}

.fa-battery-full:before {
    content: "飰€";
}

.fa-battery-half:before {
    content: "飰�";
}

.fa-battery-quarter:before {
    content: "飰�";
}

.fa-battery-three-quarters:before {
    content: "飰�";
}

.fa-battle-net:before {
    content: "餇�";
}

.fa-bed:before {
    content: "飯�";
}

.fa-beer:before {
    content: "飪�";
}

.fa-behance:before {
    content: "飭�";
}

.fa-behance-square:before {
    content: "飭�";
}

.fa-bell:before {
    content: "飪�";
}

.fa-bell-slash:before {
    content: "飮�";
}

.fa-bezier-curve:before {
    content: "飼�";
}

.fa-bible:before {
    content: "餀�";
}

.fa-bicycle:before {
    content: "飯�";
}

.fa-biking:before {
    content: "铩�";
}

.fa-bimobject:before {
    content: "飴�";
}

.fa-binoculars:before {
    content: "飮�";
}

.fa-biohazard:before {
    content: "餅€";
}

.fa-birthday-cake:before {
    content: "飮�";
}

.fa-bitbucket:before {
    content: "飬�";
}

.fa-bitcoin:before {
    content: "飴�";
}

.fa-bity:before {
    content: "飴�";
}

.fa-black-tie:before {
    content: "飰�";
}

.fa-blackberry:before {
    content: "飴�";
}

.fa-blender:before {
    content: "飻�";
}

.fa-blender-phone:before {
    content: "餁�";
}

.fa-blind:before {
    content: "飱�";
}

.fa-blog:before {
    content: "餅�";
}

.fa-blogger:before {
    content: "飴�";
}

.fa-blogger-b:before {
    content: "飴�";
}

.fa-bluetooth:before {
    content: "飱�";
}

.fa-bluetooth-b:before {
    content: "飱�";
}

.fa-bold:before {
    content: "飥�";
}

.fa-bolt:before {
    content: "飪�";
}

.fa-bomb:before {
    content: "飮�";
}

.fa-bone:before {
    content: "飾�";
}

.fa-bong:before {
    content: "飼�";
}

.fa-book:before {
    content: "飥�";
}

.fa-book-dead:before {
    content: "餁�";
}

.fa-book-medical:before {
    content: "餆�";
}

.fa-book-open:before {
    content: "飻�";
}

.fa-book-reader:before {
    content: "飾�";
}

.fa-bookmark:before {
    content: "飥�";
}

.fa-bootstrap:before {
    content: "餇�";
}

.fa-border-all:before {
    content: "铩�";
}

.fa-border-none:before {
    content: "铩�";
}

.fa-border-style:before {
    content: "铩�";
}

.fa-bowling-ball:before {
    content: "飷�";
}

.fa-box:before {
    content: "飸�";
}

.fa-box-open:before {
    content: "飹�";
}

.fa-box-tissue:before {
    content: "铳�";
}

.fa-boxes:before {
    content: "飸�";
}

.fa-braille:before {
    content: "飱�";
}

.fa-brain:before {
    content: "飾�";
}

.fa-bread-slice:before {
    content: "餆�";
}

.fa-briefcase:before {
    content: "飩�";
}

.fa-briefcase-medical:before {
    content: "飸�";
}

.fa-broadcast-tower:before {
    content: "飻�";
}

.fa-broom:before {
    content: "飻�";
}

.fa-brush:before {
    content: "飼�";
}

.fa-btc:before {
    content: "飬�";
}

.fa-buffer:before {
    content: "餇�";
}

.fa-bug:before {
    content: "飭�";
}

.fa-building:before {
    content: "飭�";
}

.fa-bullhorn:before {
    content: "飩�";
}

.fa-bullseye:before {
    content: "飬€";
}

.fa-burn:before {
    content: "飸�";
}

.fa-buromobelexperte:before {
    content: "飴�";
}

.fa-bus:before {
    content: "飯�";
}

.fa-bus-alt:before {
    content: "飼�";
}

.fa-business-time:before {
    content: "餀�";
}

.fa-buy-n-large:before {
    content: "铫�";
}

.fa-buysellads:before {
    content: "飯�";
}

.fa-calculator:before {
    content: "飮�";
}

.fa-calendar:before {
    content: "飫�";
}

.fa-calendar-alt:before {
    content: "飦�";
}

.fa-calendar-check:before {
    content: "飰�";
}

.fa-calendar-day:before {
    content: "餅�";
}

.fa-calendar-minus:before {
    content: "飰�";
}

.fa-calendar-plus:before {
    content: "飰�";
}

.fa-calendar-times:before {
    content: "飰�";
}

.fa-calendar-week:before {
    content: "餅�";
}

.fa-camera:before {
    content: "飥�";
}

.fa-camera-retro:before {
    content: "飩�";
}

.fa-campground:before {
    content: "餁�";
}

.fa-canadian-maple-leaf:before {
    content: "餅�";
}

.fa-candy-cane:before {
    content: "餅�";
}

.fa-cannabis:before {
    content: "飼�";
}

.fa-capsules:before {
    content: "飸�";
}

.fa-car:before {
    content: "飭�";
}

.fa-car-alt:before {
    content: "飾�";
}

.fa-car-battery:before {
    content: "飾�";
}

.fa-car-crash:before {
    content: "飾�";
}

.fa-car-side:before {
    content: "飾�";
}

.fa-caravan:before {
    content: "铮�";
}

.fa-caret-down:before {
    content: "飪�";
}

.fa-caret-left:before {
    content: "飪�";
}

.fa-caret-right:before {
    content: "飪�";
}

.fa-caret-square-down:before {
    content: "飬�";
}

.fa-caret-square-left:before {
    content: "飭�";
}

.fa-caret-square-right:before {
    content: "飬�";
}

.fa-caret-square-up:before {
    content: "飬�";
}

.fa-caret-up:before {
    content: "飪�";
}

.fa-carrot:before {
    content: "餅�";
}

.fa-cart-arrow-down:before {
    content: "飯�";
}

.fa-cart-plus:before {
    content: "飯�";
}

.fa-cash-register:before {
    content: "餅�";
}

.fa-cat:before {
    content: "餁�";
}

.fa-cc-amazon-pay:before {
    content: "飷�";
}

.fa-cc-amex:before {
    content: "飮�";
}

.fa-cc-apple-pay:before {
    content: "飷�";
}

.fa-cc-diners-club:before {
    content: "飰�";
}

.fa-cc-discover:before {
    content: "飮�";
}

.fa-cc-jcb:before {
    content: "飰�";
}

.fa-cc-mastercard:before {
    content: "飮�";
}

.fa-cc-paypal:before {
    content: "飮�";
}

.fa-cc-stripe:before {
    content: "飮�";
}

.fa-cc-visa:before {
    content: "飮�";
}

.fa-centercode:before {
    content: "飵€";
}

.fa-centos:before {
    content: "餅�";
}

.fa-certificate:before {
    content: "飩�";
}

.fa-chair:before {
    content: "餂€";
}

.fa-chalkboard:before {
    content: "飻�";
}

.fa-chalkboard-teacher:before {
    content: "飻�";
}

.fa-charging-station:before {
    content: "飾�";
}

.fa-chart-area:before {
    content: "飮�";
}

.fa-chart-bar:before {
    content: "飩€";
}

.fa-chart-line:before {
    content: "飯�";
}

.fa-chart-pie:before {
    content: "飯€";
}

.fa-check:before {
    content: "飥�";
}

.fa-check-circle:before {
    content: "飦�";
}

.fa-check-double:before {
    content: "飼�";
}

.fa-check-square:before {
    content: "飬�";
}

.fa-cheese:before {
    content: "餆�";
}

.fa-chess:before {
    content: "飷�";
}

.fa-chess-bishop:before {
    content: "飷�";
}

.fa-chess-board:before {
    content: "飷�";
}

.fa-chess-king:before {
    content: "飷�";
}

.fa-chess-knight:before {
    content: "飸�";
}

.fa-chess-pawn:before {
    content: "飸�";
}

.fa-chess-queen:before {
    content: "飸�";
}

.fa-chess-rook:before {
    content: "飸�";
}

.fa-chevron-circle-down:before {
    content: "飫�";
}

.fa-chevron-circle-left:before {
    content: "飫�";
}

.fa-chevron-circle-right:before {
    content: "飫�";
}

.fa-chevron-circle-up:before {
    content: "飫�";
}

.fa-chevron-down:before {
    content: "飦�";
}

.fa-chevron-left:before {
    content: "飦�";
}

.fa-chevron-right:before {
    content: "飦�";
}

.fa-chevron-up:before {
    content: "飦�";
}

.fa-child:before {
    content: "飭�";
}

.fa-chrome:before {
    content: "飰�";
}

.fa-chromecast:before {
    content: "餇�";
}

.fa-church:before {
    content: "飻�";
}

.fa-circle:before {
    content: "飫�";
}

.fa-circle-notch:before {
    content: "飮�";
}

.fa-city:before {
    content: "餀�";
}

.fa-clinic-medical:before {
    content: "餆�";
}

.fa-clipboard:before {
    content: "飳�";
}

.fa-clipboard-check:before {
    content: "飸�";
}

.fa-clipboard-list:before {
    content: "飸�";
}

.fa-clock:before {
    content: "飥�";
}

.fa-clone:before {
    content: "飰�";
}

.fa-closed-captioning:before {
    content: "飯�";
}

.fa-cloud:before {
    content: "飪�";
}

.fa-cloud-download-alt:before {
    content: "飵�";
}

.fa-cloud-meatball:before {
    content: "餃�";
}

.fa-cloud-moon:before {
    content: "餂�";
}

.fa-cloud-moon-rain:before {
    content: "餃�";
}

.fa-cloud-rain:before {
    content: "餃�";
}

.fa-cloud-showers-heavy:before {
    content: "餄€";
}

.fa-cloud-sun:before {
    content: "餂�";
}

.fa-cloud-sun-rain:before {
    content: "餄�";
}

.fa-cloud-upload-alt:before {
    content: "飵�";
}

.fa-cloudscale:before {
    content: "飵�";
}

.fa-cloudsmith:before {
    content: "飵�";
}

.fa-cloudversify:before {
    content: "飵�";
}

.fa-cocktail:before {
    content: "飼�";
}

.fa-code:before {
    content: "飫�";
}

.fa-code-branch:before {
    content: "飫�";
}

.fa-codepen:before {
    content: "飮�";
}

.fa-codiepie:before {
    content: "飱�";
}

.fa-coffee:before {
    content: "飪�";
}

.fa-cog:before {
    content: "飥�";
}

.fa-cogs:before {
    content: "飩�";
}

.fa-coins:before {
    content: "飻�";
}

.fa-columns:before {
    content: "飪�";
}

.fa-comment:before {
    content: "飦�";
}

.fa-comment-alt:before {
    content: "飰�";
}

.fa-comment-dollar:before {
    content: "餀�";
}

.fa-comment-dots:before {
    content: "飹�";
}

.fa-comment-medical:before {
    content: "餆�";
}

.fa-comment-slash:before {
    content: "飹�";
}

.fa-comments:before {
    content: "飩�";
}

.fa-comments-dollar:before {
    content: "餀�";
}

.fa-compact-disc:before {
    content: "飻�";
}

.fa-compass:before {
    content: "飬�";
}

.fa-compress:before {
    content: "飦�";
}

.fa-compress-alt:before {
    content: "飷�";
}

.fa-compress-arrows-alt:before {
    content: "餅�";
}

.fa-concierge-bell:before {
    content: "飼�";
}

.fa-confluence:before {
    content: "餅�";
}

.fa-connectdevelop:before {
    content: "飯�";
}

.fa-contao:before {
    content: "飰�";
}

.fa-cookie:before {
    content: "飼�";
}

.fa-cookie-bite:before {
    content: "飼�";
}

.fa-copy:before {
    content: "飪�";
}

.fa-copyright:before {
    content: "飮�";
}

.fa-cotton-bureau:before {
    content: "铫�";
}

.fa-couch:before {
    content: "飹�";
}

.fa-cpanel:before {
    content: "飵�";
}

.fa-creative-commons:before {
    content: "飰�";
}

.fa-creative-commons-by:before {
    content: "飺�";
}

.fa-creative-commons-nc:before {
    content: "飺�";
}

.fa-creative-commons-nc-eu:before {
    content: "飺�";
}

.fa-creative-commons-nc-jp:before {
    content: "飺�";
}

.fa-creative-commons-nd:before {
    content: "飺�";
}

.fa-creative-commons-pd:before {
    content: "飺�";
}

.fa-creative-commons-pd-alt:before {
    content: "飺�";
}

.fa-creative-commons-remix:before {
    content: "飺�";
}

.fa-creative-commons-sa:before {
    content: "飺�";
}

.fa-creative-commons-sampling:before {
    content: "飺�";
}

.fa-creative-commons-sampling-plus:before {
    content: "飺�";
}

.fa-creative-commons-share:before {
    content: "飺�";
}

.fa-creative-commons-zero:before {
    content: "飺�";
}

.fa-credit-card:before {
    content: "飩�";
}

.fa-critical-role:before {
    content: "餂�";
}

.fa-crop:before {
    content: "飫�";
}

.fa-crop-alt:before {
    content: "飼�";
}

.fa-cross:before {
    content: "餀�";
}

.fa-crosshairs:before {
    content: "飦�";
}

.fa-crow:before {
    content: "飻�";
}

.fa-crown:before {
    content: "飻�";
}

.fa-crutch:before {
    content: "餆�";
}

.fa-css3:before {
    content: "飫�";
}

.fa-css3-alt:before {
    content: "飵�";
}

.fa-cube:before {
    content: "飭�";
}

.fa-cubes:before {
    content: "飭�";
}

.fa-cut:before {
    content: "飪�";
}

.fa-cuttlefish:before {
    content: "飵�";
}

.fa-d-and-d:before {
    content: "飵�";
}

.fa-d-and-d-beyond:before {
    content: "餂�";
}

.fa-dailymotion:before {
    content: "铳�";
}

.fa-dashcube:before {
    content: "飯�";
}

.fa-database:before {
    content: "飮€";
}

.fa-deaf:before {
    content: "飱�";
}

.fa-delicious:before {
    content: "飭�";
}

.fa-democrat:before {
    content: "餄�";
}

.fa-deploydog:before {
    content: "飵�";
}

.fa-deskpro:before {
    content: "飵�";
}

.fa-desktop:before {
    content: "飫�";
}

.fa-dev:before {
    content: "餂�";
}

.fa-deviantart:before {
    content: "飭�";
}

.fa-dharmachakra:before {
    content: "餀�";
}

.fa-dhl:before {
    content: "餅�";
}

.fa-diagnoses:before {
    content: "飸�";
}

.fa-diaspora:before {
    content: "餅�";
}

.fa-dice:before {
    content: "飻�";
}

.fa-dice-d20:before {
    content: "餂�";
}

.fa-dice-d6:before {
    content: "餂�";
}

.fa-dice-five:before {
    content: "飻�";
}

.fa-dice-four:before {
    content: "飻�";
}

.fa-dice-one:before {
    content: "飻�";
}

.fa-dice-six:before {
    content: "飻�";
}

.fa-dice-three:before {
    content: "飻�";
}

.fa-dice-two:before {
    content: "飻�";
}

.fa-digg:before {
    content: "飭�";
}

.fa-digital-ocean:before {
    content: "飵�";
}

.fa-digital-tachograph:before {
    content: "飼�";
}

.fa-directions:before {
    content: "飾�";
}

.fa-discord:before {
    content: "飵�";
}

.fa-discourse:before {
    content: "飵�";
}

.fa-disease:before {
    content: "餆�";
}

.fa-divide:before {
    content: "飻�";
}

.fa-dizzy:before {
    content: "飼�";
}

.fa-dna:before {
    content: "飸�";
}

.fa-dochub:before {
    content: "飵�";
}

.fa-docker:before {
    content: "飵�";
}

.fa-dog:before {
    content: "餂�";
}

.fa-dollar-sign:before {
    content: "飬�";
}

.fa-dolly:before {
    content: "飸�";
}

.fa-dolly-flatbed:before {
    content: "飸�";
}

.fa-donate:before {
    content: "飹�";
}

.fa-door-closed:before {
    content: "飻�";
}

.fa-door-open:before {
    content: "飻�";
}

.fa-dot-circle:before {
    content: "飭�";
}

.fa-dove:before {
    content: "飹�";
}

.fa-download:before {
    content: "飥�";
}

.fa-draft2digital:before {
    content: "飵�";
}

.fa-drafting-compass:before {
    content: "飼�";
}

.fa-dragon:before {
    content: "餂�";
}

.fa-draw-polygon:before {
    content: "飾�";
}

.fa-dribbble:before {
    content: "飬�";
}

.fa-dribbble-square:before {
    content: "飵�";
}

.fa-dropbox:before {
    content: "飬�";
}

.fa-drum:before {
    content: "飼�";
}

.fa-drum-steelpan:before {
    content: "飼�";
}

.fa-drumstick-bite:before {
    content: "餂�";
}

.fa-drupal:before {
    content: "飭�";
}

.fa-dumbbell:before {
    content: "飸�";
}

.fa-dumpster:before {
    content: "餅�";
}

.fa-dumpster-fire:before {
    content: "餅�";
}

.fa-dungeon:before {
    content: "餂�";
}

.fa-dyalog:before {
    content: "飵�";
}

.fa-earlybirds:before {
    content: "飵�";
}

.fa-ebay:before {
    content: "飺�";
}

.fa-edge:before {
    content: "飱�";
}

.fa-edit:before {
    content: "飦�";
}

.fa-egg:before {
    content: "餆�";
}

.fa-eject:before {
    content: "飦�";
}

.fa-elementor:before {
    content: "飷�";
}

.fa-ellipsis-h:before {
    content: "飬�";
}

.fa-ellipsis-v:before {
    content: "飬�";
}

.fa-ello:before {
    content: "飾�";
}

.fa-ember:before {
    content: "飷�";
}

.fa-empire:before {
    content: "飮�";
}

.fa-envelope:before {
    content: "飪�";
}

.fa-envelope-open:before {
    content: "飱�";
}

.fa-envelope-open-text:before {
    content: "餀�";
}

.fa-envelope-square:before {
    content: "飭�";
}

.fa-envira:before {
    content: "飱�";
}

.fa-equals:before {
    content: "飻�";
}

.fa-eraser:before {
    content: "飫�";
}

.fa-erlang:before {
    content: "飵�";
}

.fa-ethereum:before {
    content: "飷�";
}

.fa-ethernet:before {
    content: "餅�";
}

.fa-etsy:before {
    content: "飲�";
}

.fa-euro-sign:before {
    content: "飬�";
}

.fa-evernote:before {
    content: "餇�";
}

.fa-exchange-alt:before {
    content: "飴�";
}

.fa-exclamation:before {
    content: "飫�";
}

.fa-exclamation-circle:before {
    content: "飦�";
}

.fa-exclamation-triangle:before {
    content: "飦�";
}

.fa-expand:before {
    content: "飦�";
}

.fa-expand-alt:before {
    content: "飷�";
}

.fa-expand-arrows-alt:before {
    content: "飳�";
}

.fa-expeditedssl:before {
    content: "飯�";
}

.fa-external-link-alt:before {
    content: "飴�";
}

.fa-external-link-square-alt:before {
    content: "飴�";
}

.fa-eye:before {
    content: "飦�";
}

.fa-eye-dropper:before {
    content: "飮�";
}

.fa-eye-slash:before {
    content: "飦�";
}

.fa-facebook:before {
    content: "飩�";
}

.fa-facebook-f:before {
    content: "飵�";
}

.fa-facebook-messenger:before {
    content: "飵�";
}

.fa-facebook-square:before {
    content: "飩�";
}

.fa-fan:before {
    content: "铩�";
}

.fa-fantasy-flight-games:before {
    content: "餂�";
}

.fa-fast-backward:before {
    content: "飦�";
}

.fa-fast-forward:before {
    content: "飦�";
}

.fa-faucet:before {
    content: "铯�";
}

.fa-fax:before {
    content: "飭�";
}

.fa-feather:before {
    content: "飻�";
}

.fa-feather-alt:before {
    content: "飼�";
}

.fa-fedex:before {
    content: "餅�";
}

.fa-fedora:before {
    content: "餅�";
}

.fa-female:before {
    content: "飭�";
}

.fa-fighter-jet:before {
    content: "飪�";
}

.fa-figma:before {
    content: "餅�";
}

.fa-file:before {
    content: "飬�";
}

.fa-file-alt:before {
    content: "飬�";
}

.fa-file-archive:before {
    content: "飮�";
}

.fa-file-audio:before {
    content: "飮�";
}

.fa-file-code:before {
    content: "飮�";
}

.fa-file-contract:before {
    content: "飼�";
}

.fa-file-csv:before {
    content: "餂�";
}

.fa-file-download:before {
    content: "飼�";
}

.fa-file-excel:before {
    content: "飮�";
}

.fa-file-export:before {
    content: "飼�";
}

.fa-file-image:before {
    content: "飮�";
}

.fa-file-import:before {
    content: "飼�";
}

.fa-file-invoice:before {
    content: "飼�";
}

.fa-file-invoice-dollar:before {
    content: "飼�";
}

.fa-file-medical:before {
    content: "飸�";
}

.fa-file-medical-alt:before {
    content: "飸�";
}

.fa-file-pdf:before {
    content: "飮�";
}

.fa-file-powerpoint:before {
    content: "飮�";
}

.fa-file-prescription:before {
    content: "飼�";
}

.fa-file-signature:before {
    content: "飼�";
}

.fa-file-upload:before {
    content: "飼�";
}

.fa-file-video:before {
    content: "飮�";
}

.fa-file-word:before {
    content: "飮�";
}

.fa-fill:before {
    content: "飼�";
}

.fa-fill-drip:before {
    content: "飼�";
}

.fa-film:before {
    content: "飥�";
}

.fa-filter:before {
    content: "飩�";
}

.fa-fingerprint:before {
    content: "飼�";
}

.fa-fire:before {
    content: "飦�";
}

.fa-fire-alt:before {
    content: "餆�";
}

.fa-fire-extinguisher:before {
    content: "飫�";
}

.fa-firefox:before {
    content: "飰�";
}

.fa-firefox-browser:before {
    content: "铯�";
}

.fa-first-aid:before {
    content: "飸�";
}

.fa-first-order:before {
    content: "飱�";
}

.fa-first-order-alt:before {
    content: "飻�";
}

.fa-firstdraft:before {
    content: "飵�";
}

.fa-fish:before {
    content: "飼�";
}

.fa-fist-raised:before {
    content: "餂�";
}

.fa-flag:before {
    content: "飥�";
}

.fa-flag-checkered:before {
    content: "飫�";
}

.fa-flag-usa:before {
    content: "餄�";
}

.fa-flask:before {
    content: "飪�";
}

.fa-flickr:before {
    content: "飬�";
}

.fa-flipboard:before {
    content: "飸�";
}

.fa-flushed:before {
    content: "飼�";
}

.fa-fly:before {
    content: "飷�";
}

.fa-folder:before {
    content: "飦�";
}

.fa-folder-minus:before {
    content: "餀�";
}

.fa-folder-open:before {
    content: "飦�";
}

.fa-folder-plus:before {
    content: "餀�";
}

.fa-font:before {
    content: "飥�";
}

.fa-font-awesome:before {
    content: "飱�";
}

.fa-font-awesome-alt:before {
    content: "飴�";
}

.fa-font-awesome-flag:before {
    content: "飷�";
}

.fa-font-awesome-logo-full:before {
    content: "飺�";
}

.fa-fonticons:before {
    content: "飱€";
}

.fa-fonticons-fi:before {
    content: "飵�";
}

.fa-football-ball:before {
    content: "飸�";
}

.fa-fort-awesome:before {
    content: "飱�";
}

.fa-fort-awesome-alt:before {
    content: "飵�";
}

.fa-forumbee:before {
    content: "飯�";
}

.fa-forward:before {
    content: "飦�";
}

.fa-foursquare:before {
    content: "飭€";
}

.fa-free-code-camp:before {
    content: "飲�";
}

.fa-freebsd:before {
    content: "飵�";
}

.fa-frog:before {
    content: "飻�";
}

.fa-frown:before {
    content: "飫�";
}

.fa-frown-open:before {
    content: "飼�";
}

.fa-fulcrum:before {
    content: "飻�";
}

.fa-funnel-dollar:before {
    content: "餀�";
}

.fa-futbol:before {
    content: "飮�";
}

.fa-galactic-republic:before {
    content: "飻�";
}

.fa-galactic-senate:before {
    content: "飻�";
}

.fa-gamepad:before {
    content: "飫�";
}

.fa-gas-pump:before {
    content: "飻�";
}

.fa-gavel:before {
    content: "飪�";
}

.fa-gem:before {
    content: "飵�";
}

.fa-genderless:before {
    content: "飯�";
}

.fa-get-pocket:before {
    content: "飰�";
}

.fa-gg:before {
    content: "飰�";
}

.fa-gg-circle:before {
    content: "飰�";
}

.fa-ghost:before {
    content: "餂�";
}

.fa-gift:before {
    content: "飦�";
}

.fa-gifts:before {
    content: "餅�";
}

.fa-git:before {
    content: "飮�";
}

.fa-git-alt:before {
    content: "铩�";
}

.fa-git-square:before {
    content: "飮�";
}

.fa-github:before {
    content: "飩�";
}

.fa-github-alt:before {
    content: "飫�";
}

.fa-github-square:before {
    content: "飩�";
}

.fa-gitkraken:before {
    content: "飵�";
}

.fa-gitlab:before {
    content: "飱�";
}

.fa-gitter:before {
    content: "飷�";
}

.fa-glass-cheers:before {
    content: "餅�";
}

.fa-glass-martini:before {
    content: "飥€";
}

.fa-glass-martini-alt:before {
    content: "飼�";
}

.fa-glass-whiskey:before {
    content: "餅�";
}

.fa-glasses:before {
    content: "飻�";
}

.fa-glide:before {
    content: "飱�";
}

.fa-glide-g:before {
    content: "飱�";
}

.fa-globe:before {
    content: "飩�";
}

.fa-globe-africa:before {
    content: "飼�";
}

.fa-globe-americas:before {
    content: "飼�";
}

.fa-globe-asia:before {
    content: "飼�";
}

.fa-globe-europe:before {
    content: "餅�";
}

.fa-gofore:before {
    content: "飵�";
}

.fa-golf-ball:before {
    content: "飸�";
}

.fa-goodreads:before {
    content: "飵�";
}

.fa-goodreads-g:before {
    content: "飵�";
}

.fa-google:before {
    content: "飭�";
}

.fa-google-drive:before {
    content: "飵�";
}

.fa-google-play:before {
    content: "飵�";
}

.fa-google-plus:before {
    content: "飱�";
}

.fa-google-plus-g:before {
    content: "飪�";
}

.fa-google-plus-square:before {
    content: "飪�";
}

.fa-google-wallet:before {
    content: "飮�";
}

.fa-gopuram:before {
    content: "餀�";
}

.fa-graduation-cap:before {
    content: "飭�";
}

.fa-gratipay:before {
    content: "飭�";
}

.fa-grav:before {
    content: "飲�";
}

.fa-greater-than:before {
    content: "飻�";
}

.fa-greater-than-equal:before {
    content: "飻�";
}

.fa-grimace:before {
    content: "飼�";
}

.fa-grin:before {
    content: "飽€";
}

.fa-grin-alt:before {
    content: "飽�";
}

.fa-grin-beam:before {
    content: "飽�";
}

.fa-grin-beam-sweat:before {
    content: "飽�";
}

.fa-grin-hearts:before {
    content: "飽�";
}

.fa-grin-squint:before {
    content: "飽�";
}

.fa-grin-squint-tears:before {
    content: "飽�";
}

.fa-grin-stars:before {
    content: "飽�";
}

.fa-grin-tears:before {
    content: "飽�";
}

.fa-grin-tongue:before {
    content: "飽�";
}

.fa-grin-tongue-squint:before {
    content: "飽�";
}

.fa-grin-tongue-wink:before {
    content: "飽�";
}

.fa-grin-wink:before {
    content: "飽�";
}

.fa-grip-horizontal:before {
    content: "飽�";
}

.fa-grip-lines:before {
    content: "餅�";
}

.fa-grip-lines-vertical:before {
    content: "餅�";
}

.fa-grip-vertical:before {
    content: "飽�";
}

.fa-gripfire:before {
    content: "飵�";
}

.fa-grunt:before {
    content: "飵�";
}

.fa-guitar:before {
    content: "餅�";
}

.fa-gulp:before {
    content: "飵�";
}

.fa-h-square:before {
    content: "飪�";
}

.fa-hacker-news:before {
    content: "飮�";
}

.fa-hacker-news-square:before {
    content: "飵�";
}

.fa-hackerrank:before {
    content: "飾�";
}

.fa-hamburger:before {
    content: "餇�";
}

.fa-hammer:before {
    content: "餂�";
}

.fa-hamsa:before {
    content: "餀�";
}

.fa-hand-holding:before {
    content: "飹�";
}

.fa-hand-holding-heart:before {
    content: "飹�";
}

.fa-hand-holding-medical:before {
    content: "铳�";
}

.fa-hand-holding-usd:before {
    content: "飺€";
}

.fa-hand-holding-water:before {
    content: "飺�";
}

.fa-hand-lizard:before {
    content: "飰�";
}

.fa-hand-middle-finger:before {
    content: "餇�";
}

.fa-hand-paper:before {
    content: "飰�";
}

.fa-hand-peace:before {
    content: "飰�";
}

.fa-hand-point-down:before {
    content: "飩�";
}

.fa-hand-point-left:before {
    content: "飩�";
}

.fa-hand-point-right:before {
    content: "飩�";
}

.fa-hand-point-up:before {
    content: "飩�";
}

.fa-hand-pointer:before {
    content: "飰�";
}

.fa-hand-rock:before {
    content: "飰�";
}

.fa-hand-scissors:before {
    content: "飰�";
}

.fa-hand-sparkles:before {
    content: "铳�";
}

.fa-hand-spock:before {
    content: "飰�";
}

.fa-hands:before {
    content: "飺�";
}

.fa-hands-helping:before {
    content: "飺�";
}

.fa-hands-wash:before {
    content: "铳�";
}

.fa-handshake:before {
    content: "飱�";
}

.fa-handshake-alt-slash:before {
    content: "铳�";
}

.fa-handshake-slash:before {
    content: "铳�";
}

.fa-hanukiah:before {
    content: "餂�";
}

.fa-hard-hat:before {
    content: "餇�";
}

.fa-hashtag:before {
    content: "飱�";
}

.fa-hat-cowboy:before {
    content: "铮€";
}

.fa-hat-cowboy-side:before {
    content: "铮�";
}

.fa-hat-wizard:before {
    content: "餂�";
}

.fa-hdd:before {
    content: "飩�";
}

.fa-head-side-cough:before {
    content: "铳�";
}

.fa-head-side-cough-slash:before {
    content: "铳�";
}

.fa-head-side-mask:before {
    content: "铳�";
}

.fa-head-side-virus:before {
    content: "铳�";
}

.fa-heading:before {
    content: "飮�";
}

.fa-headphones:before {
    content: "飥�";
}

.fa-headphones-alt:before {
    content: "飽�";
}

.fa-headset:before {
    content: "飽�";
}

.fa-heart:before {
    content: "飥�";
}

.fa-heart-broken:before {
    content: "餅�";
}

.fa-heartbeat:before {
    content: "飯�";
}

.fa-helicopter:before {
    content: "飻�";
}

.fa-highlighter:before {
    content: "飽�";
}

.fa-hiking:before {
    content: "餂�";
}

.fa-hippo:before {
    content: "餂�";
}

.fa-hips:before {
    content: "飸�";
}

.fa-hire-a-helper:before {
    content: "飵�";
}

.fa-history:before {
    content: "飮�";
}

.fa-hockey-puck:before {
    content: "飸�";
}

.fa-holly-berry:before {
    content: "餅�";
}

.fa-home:before {
    content: "飥�";
}

.fa-hooli:before {
    content: "飷�";
}

.fa-hornbill:before {
    content: "飽�";
}

.fa-horse:before {
    content: "餂�";
}

.fa-horse-head:before {
    content: "餅�";
}

.fa-hospital:before {
    content: "飪�";
}

.fa-hospital-alt:before {
    content: "飸�";
}

.fa-hospital-symbol:before {
    content: "飸�";
}

.fa-hospital-user:before {
    content: "餇�";
}

.fa-hot-tub:before {
    content: "飽�";
}

.fa-hotdog:before {
    content: "餇�";
}

.fa-hotel:before {
    content: "飽�";
}

.fa-hotjar:before {
    content: "飵�";
}

.fa-hourglass:before {
    content: "飰�";
}

.fa-hourglass-end:before {
    content: "飰�";
}

.fa-hourglass-half:before {
    content: "飰�";
}

.fa-hourglass-start:before {
    content: "飰�";
}

.fa-house-damage:before {
    content: "餂�";
}

.fa-house-user:before {
    content: "铳�";
}

.fa-houzz:before {
    content: "飰�";
}

.fa-hryvnia:before {
    content: "餂�";
}

.fa-html5:before {
    content: "飫�";
}

.fa-hubspot:before {
    content: "飵�";
}

.fa-i-cursor:before {
    content: "飰�";
}

.fa-ice-cream:before {
    content: "餇�";
}

.fa-icicles:before {
    content: "餅�";
}

.fa-icons:before {
    content: "铩�";
}

.fa-id-badge:before {
    content: "飲�";
}

.fa-id-card:before {
    content: "飲�";
}

.fa-id-card-alt:before {
    content: "飸�";
}

.fa-ideal:before {
    content: "铯�";
}

.fa-igloo:before {
    content: "餅�";
}

.fa-image:before {
    content: "飥�";
}

.fa-images:before {
    content: "飳�";
}

.fa-imdb:before {
    content: "飲�";
}

.fa-inbox:before {
    content: "飥�";
}

.fa-indent:before {
    content: "飥�";
}

.fa-industry:before {
    content: "飰�";
}

.fa-infinity:before {
    content: "飻�";
}

.fa-info:before {
    content: "飫�";
}

.fa-info-circle:before {
    content: "飦�";
}

.fa-instagram:before {
    content: "飬�";
}

.fa-instagram-square:before {
    content: "铳�";
}

.fa-intercom:before {
    content: "餅�";
}

.fa-internet-explorer:before {
    content: "飰�";
}

.fa-invision:before {
    content: "餅�";
}

.fa-ioxhost:before {
    content: "飯�";
}

.fa-italic:before {
    content: "飥�";
}

.fa-itch-io:before {
    content: "餇�";
}

.fa-itunes:before {
    content: "飵�";
}

.fa-itunes-note:before {
    content: "飵�";
}

.fa-java:before {
    content: "飺�";
}

.fa-jedi:before {
    content: "餀�";
}

.fa-jedi-order:before {
    content: "飻�";
}

.fa-jenkins:before {
    content: "飵�";
}

.fa-jira:before {
    content: "餅�";
}

.fa-joget:before {
    content: "飵�";
}

.fa-joint:before {
    content: "飽�";
}

.fa-joomla:before {
    content: "飭�";
}

.fa-journal-whills:before {
    content: "餀�";
}

.fa-js:before {
    content: "飵�";
}

.fa-js-square:before {
    content: "飵�";
}

.fa-jsfiddle:before {
    content: "飮�";
}

.fa-kaaba:before {
    content: "餀�";
}

.fa-kaggle:before {
    content: "飾�";
}

.fa-key:before {
    content: "飩�";
}

.fa-keybase:before {
    content: "飺�";
}

.fa-keyboard:before {
    content: "飫�";
}

.fa-keycdn:before {
    content: "飵�";
}

.fa-khanda:before {
    content: "餀�";
}

.fa-kickstarter:before {
    content: "飵�";
}

.fa-kickstarter-k:before {
    content: "飵�";
}

.fa-kiss:before {
    content: "飽�";
}

.fa-kiss-beam:before {
    content: "飽�";
}

.fa-kiss-wink-heart:before {
    content: "飽�";
}

.fa-kiwi-bird:before {
    content: "飻�";
}

.fa-korvue:before {
    content: "飷�";
}

.fa-landmark:before {
    content: "餀�";
}

.fa-language:before {
    content: "飭�";
}

.fa-laptop:before {
    content: "飫�";
}

.fa-laptop-code:before {
    content: "飾�";
}

.fa-laptop-house:before {
    content: "铳�";
}

.fa-laptop-medical:before {
    content: "餇�";
}

.fa-laravel:before {
    content: "飵�";
}

.fa-lastfm:before {
    content: "飯�";
}

.fa-lastfm-square:before {
    content: "飯�";
}

.fa-laugh:before {
    content: "飽�";
}

.fa-laugh-beam:before {
    content: "飽�";
}

.fa-laugh-squint:before {
    content: "飽�";
}

.fa-laugh-wink:before {
    content: "飽�";
}

.fa-layer-group:before {
    content: "飾�";
}

.fa-leaf:before {
    content: "飦�";
}

.fa-leanpub:before {
    content: "飯�";
}

.fa-lemon:before {
    content: "飩�";
}

.fa-less:before {
    content: "飷�";
}

.fa-less-than:before {
    content: "飻�";
}

.fa-less-than-equal:before {
    content: "飻�";
}

.fa-level-down-alt:before {
    content: "飵�";
}

.fa-level-up-alt:before {
    content: "飵�";
}

.fa-life-ring:before {
    content: "飮�";
}

.fa-lightbulb:before {
    content: "飪�";
}

.fa-line:before {
    content: "飶€";
}

.fa-link:before {
    content: "飪�";
}

.fa-linkedin:before {
    content: "飩�";
}

.fa-linkedin-in:before {
    content: "飪�";
}

.fa-linode:before {
    content: "飱�";
}

.fa-linux:before {
    content: "飬�";
}

.fa-lira-sign:before {
    content: "飭�";
}

.fa-list:before {
    content: "飥�";
}

.fa-list-alt:before {
    content: "飥�";
}

.fa-list-ol:before {
    content: "飪�";
}

.fa-list-ul:before {
    content: "飪�";
}

.fa-location-arrow:before {
    content: "飫�";
}

.fa-lock:before {
    content: "飥�";
}

.fa-lock-open:before {
    content: "飶�";
}

.fa-long-arrow-alt-down:before {
    content: "飳�";
}

.fa-long-arrow-alt-left:before {
    content: "飳�";
}

.fa-long-arrow-alt-right:before {
    content: "飳�";
}

.fa-long-arrow-alt-up:before {
    content: "飳�";
}

.fa-low-vision:before {
    content: "飱�";
}

.fa-luggage-cart:before {
    content: "飽�";
}

.fa-lungs:before {
    content: "飿�";
}

.fa-lungs-virus:before {
    content: "铳�";
}

.fa-lyft:before {
    content: "飶�";
}

.fa-magento:before {
    content: "飶�";
}

.fa-magic:before {
    content: "飪�";
}

.fa-magnet:before {
    content: "飦�";
}

.fa-mail-bulk:before {
    content: "餀�";
}

.fa-mailchimp:before {
    content: "飽�";
}

.fa-male:before {
    content: "飭�";
}

.fa-mandalorian:before {
    content: "飻�";
}

.fa-map:before {
    content: "飰�";
}

.fa-map-marked:before {
    content: "飽�";
}

.fa-map-marked-alt:before {
    content: "飽�";
}

.fa-map-marker:before {
    content: "飦�";
}

.fa-map-marker-alt:before {
    content: "飶�";
}

.fa-map-pin:before {
    content: "飰�";
}

.fa-map-signs:before {
    content: "飰�";
}

.fa-markdown:before {
    content: "飿�";
}

.fa-marker:before {
    content: "飽�";
}

.fa-mars:before {
    content: "飯�";
}

.fa-mars-double:before {
    content: "飯�";
}

.fa-mars-stroke:before {
    content: "飯�";
}

.fa-mars-stroke-h:before {
    content: "飯�";
}

.fa-mars-stroke-v:before {
    content: "飯�";
}

.fa-mask:before {
    content: "餂�";
}

.fa-mastodon:before {
    content: "飺�";
}

.fa-maxcdn:before {
    content: "飫�";
}

.fa-mdb:before {
    content: "铮�";
}

.fa-medal:before {
    content: "飽�";
}

.fa-medapps:before {
    content: "飶�";
}

.fa-medium:before {
    content: "飯�";
}

.fa-medium-m:before {
    content: "飶�";
}

.fa-medkit:before {
    content: "飪�";
}

.fa-medrt:before {
    content: "飶�";
}

.fa-meetup:before {
    content: "飲�";
}

.fa-megaport:before {
    content: "飽�";
}

.fa-meh:before {
    content: "飫�";
}

.fa-meh-blank:before {
    content: "飽�";
}

.fa-meh-rolling-eyes:before {
    content: "飽�";
}

.fa-memory:before {
    content: "飻�";
}

.fa-mendeley:before {
    content: "餅�";
}

.fa-menorah:before {
    content: "餀�";
}

.fa-mercury:before {
    content: "飯�";
}

.fa-meteor:before {
    content: "餄�";
}

.fa-microblog:before {
    content: "铯�";
}

.fa-microchip:before {
    content: "飲�";
}

.fa-microphone:before {
    content: "飫�";
}

.fa-microphone-alt:before {
    content: "飶�";
}

.fa-microphone-alt-slash:before {
    content: "飻�";
}

.fa-microphone-slash:before {
    content: "飫�";
}

.fa-microscope:before {
    content: "飿�";
}

.fa-microsoft:before {
    content: "飶�";
}

.fa-minus:before {
    content: "飦�";
}

.fa-minus-circle:before {
    content: "飦�";
}

.fa-minus-square:before {
    content: "飬�";
}

.fa-mitten:before {
    content: "餅�";
}

.fa-mix:before {
    content: "飶�";
}

.fa-mixcloud:before {
    content: "飱�";
}

.fa-mixer:before {
    content: "铳�";
}

.fa-mizuni:before {
    content: "飶�";
}

.fa-mobile:before {
    content: "飫�";
}

.fa-mobile-alt:before {
    content: "飶�";
}

.fa-modx:before {
    content: "飱�";
}

.fa-monero:before {
    content: "飶�";
}

.fa-money-bill:before {
    content: "飪�";
}

.fa-money-bill-alt:before {
    content: "飶�";
}

.fa-money-bill-wave:before {
    content: "飻�";
}

.fa-money-bill-wave-alt:before {
    content: "飻�";
}

.fa-money-check:before {
    content: "飻�";
}

.fa-money-check-alt:before {
    content: "飻�";
}

.fa-monument:before {
    content: "飽�";
}

.fa-moon:before {
    content: "飭�";
}

.fa-mortar-pestle:before {
    content: "飽�";
}

.fa-mosque:before {
    content: "餀�";
}

.fa-motorcycle:before {
    content: "飯�";
}

.fa-mountain:before {
    content: "餂�";
}

.fa-mouse:before {
    content: "铮�";
}

.fa-mouse-pointer:before {
    content: "飰�";
}

.fa-mug-hot:before {
    content: "餅�";
}

.fa-music:before {
    content: "飥�";
}

.fa-napster:before {
    content: "飶�";
}

.fa-neos:before {
    content: "飿�";
}

.fa-network-wired:before {
    content: "餂�";
}

.fa-neuter:before {
    content: "飯�";
}

.fa-newspaper:before {
    content: "飮�";
}

.fa-nimblr:before {
    content: "飽�";
}

.fa-node:before {
    content: "飷�";
}

.fa-node-js:before {
    content: "飶�";
}

.fa-not-equal:before {
    content: "飻�";
}

.fa-notes-medical:before {
    content: "飹�";
}

.fa-npm:before {
    content: "飶�";
}

.fa-ns8:before {
    content: "飶�";
}

.fa-nutritionix:before {
    content: "飶�";
}

.fa-object-group:before {
    content: "飰�";
}

.fa-object-ungroup:before {
    content: "飰�";
}

.fa-odnoklassniki:before {
    content: "飰�";
}

.fa-odnoklassniki-square:before {
    content: "飰�";
}

.fa-oil-can:before {
    content: "飿�";
}

.fa-old-republic:before {
    content: "飻�";
}

.fa-om:before {
    content: "餀�";
}

.fa-opencart:before {
    content: "飯�";
}

.fa-openid:before {
    content: "飭�";
}

.fa-opera:before {
    content: "飰�";
}

.fa-optin-monster:before {
    content: "飯�";
}

.fa-orcid:before {
    content: "铮�";
}

.fa-osi:before {
    content: "飷�";
}

.fa-otter:before {
    content: "餃€";
}

.fa-outdent:before {
    content: "飥�";
}

.fa-page4:before {
    content: "飶�";
}

.fa-pagelines:before {
    content: "飭�";
}

.fa-pager:before {
    content: "餇�";
}

.fa-paint-brush:before {
    content: "飮�";
}

.fa-paint-roller:before {
    content: "飽�";
}

.fa-palette:before {
    content: "飻�";
}

.fa-palfed:before {
    content: "飶�";
}

.fa-pallet:before {
    content: "飹�";
}

.fa-paper-plane:before {
    content: "飮�";
}

.fa-paperclip:before {
    content: "飪�";
}

.fa-parachute-box:before {
    content: "飺�";
}

.fa-paragraph:before {
    content: "飮�";
}

.fa-parking:before {
    content: "飼€";
}

.fa-passport:before {
    content: "飽�";
}

.fa-pastafarianism:before {
    content: "餀�";
}

.fa-paste:before {
    content: "飪�";
}

.fa-patreon:before {
    content: "飶�";
}

.fa-pause:before {
    content: "飦�";
}

.fa-pause-circle:before {
    content: "飱�";
}

.fa-paw:before {
    content: "飭�";
}

.fa-paypal:before {
    content: "飮�";
}

.fa-peace:before {
    content: "餀�";
}

.fa-pen:before {
    content: "飳�";
}

.fa-pen-alt:before {
    content: "飳�";
}

.fa-pen-fancy:before {
    content: "飽�";
}

.fa-pen-nib:before {
    content: "飽�";
}

.fa-pen-square:before {
    content: "飬�";
}

.fa-pencil-alt:before {
    content: "飳�";
}

.fa-pencil-ruler:before {
    content: "飽�";
}

.fa-penny-arcade:before {
    content: "餃�";
}

.fa-people-arrows:before {
    content: "铳�";
}

.fa-people-carry:before {
    content: "飺�";
}

.fa-pepper-hot:before {
    content: "餇�";
}

.fa-percent:before {
    content: "飱�";
}

.fa-percentage:before {
    content: "飼�";
}

.fa-periscope:before {
    content: "飶�";
}

.fa-person-booth:before {
    content: "餄�";
}

.fa-phabricator:before {
    content: "飶�";
}

.fa-phoenix-framework:before {
    content: "飶�";
}

.fa-phoenix-squadron:before {
    content: "飻�";
}

.fa-phone:before {
    content: "飩�";
}

.fa-phone-alt:before {
    content: "铩�";
}

.fa-phone-slash:before {
    content: "飶�";
}

.fa-phone-square:before {
    content: "飩�";
}

.fa-phone-square-alt:before {
    content: "铩�";
}

.fa-phone-volume:before {
    content: "飱�";
}

.fa-photo-video:before {
    content: "铩�";
}

.fa-php:before {
    content: "飸�";
}

.fa-pied-piper:before {
    content: "飱�";
}

.fa-pied-piper-alt:before {
    content: "飭�";
}

.fa-pied-piper-hat:before {
    content: "飺�";
}

.fa-pied-piper-pp:before {
    content: "飭�";
}

.fa-pied-piper-square:before {
    content: "铯�";
}

.fa-piggy-bank:before {
    content: "飺�";
}

.fa-pills:before {
    content: "飹�";
}

.fa-pinterest:before {
    content: "飪�";
}

.fa-pinterest-p:before {
    content: "飯�";
}

.fa-pinterest-square:before {
    content: "飪�";
}

.fa-pizza-slice:before {
    content: "餇�";
}

.fa-place-of-worship:before {
    content: "餀�";
}

.fa-plane:before {
    content: "飦�";
}

.fa-plane-arrival:before {
    content: "飽�";
}

.fa-plane-departure:before {
    content: "飽�";
}

.fa-plane-slash:before {
    content: "铳�";
}

.fa-play:before {
    content: "飦�";
}

.fa-play-circle:before {
    content: "飬�";
}

.fa-playstation:before {
    content: "飶�";
}

.fa-plug:before {
    content: "飮�";
}

.fa-plus:before {
    content: "飦�";
}

.fa-plus-circle:before {
    content: "飦�";
}

.fa-plus-square:before {
    content: "飪�";
}

.fa-podcast:before {
    content: "飲�";
}

.fa-poll:before {
    content: "餁�";
}

.fa-poll-h:before {
    content: "餁�";
}

.fa-poo:before {
    content: "飲�";
}

.fa-poo-storm:before {
    content: "餄�";
}

.fa-poop:before {
    content: "飿�";
}

.fa-portrait:before {
    content: "飶�";
}

.fa-pound-sign:before {
    content: "飬�";
}

.fa-power-off:before {
    content: "飥�";
}

.fa-pray:before {
    content: "餁�";
}

.fa-praying-hands:before {
    content: "餁�";
}

.fa-prescription:before {
    content: "飽�";
}

.fa-prescription-bottle:before {
    content: "飹�";
}

.fa-prescription-bottle-alt:before {
    content: "飹�";
}

.fa-print:before {
    content: "飥�";
}

.fa-procedures:before {
    content: "飹�";
}

.fa-product-hunt:before {
    content: "飱�";
}

.fa-project-diagram:before {
    content: "飼�";
}

.fa-pump-medical:before {
    content: "铳�";
}

.fa-pump-soap:before {
    content: "铳�";
}

.fa-pushed:before {
    content: "飶�";
}

.fa-puzzle-piece:before {
    content: "飫�";
}

.fa-python:before {
    content: "飶�";
}

.fa-qq:before {
    content: "飮�";
}

.fa-qrcode:before {
    content: "飥�";
}

.fa-question:before {
    content: "飫�";
}

.fa-question-circle:before {
    content: "飦�";
}

.fa-quidditch:before {
    content: "飸�";
}

.fa-quinscape:before {
    content: "飸�";
}

.fa-quora:before {
    content: "飲�";
}

.fa-quote-left:before {
    content: "飫�";
}

.fa-quote-right:before {
    content: "飫�";
}

.fa-quran:before {
    content: "餁�";
}

.fa-r-project:before {
    content: "飺�";
}

.fa-radiation:before {
    content: "餅�";
}

.fa-radiation-alt:before {
    content: "餅�";
}

.fa-rainbow:before {
    content: "餄�";
}

.fa-random:before {
    content: "飦�";
}

.fa-raspberry-pi:before {
    content: "餅�";
}

.fa-ravelry:before {
    content: "飲�";
}

.fa-react:before {
    content: "飷�";
}

.fa-reacteurope:before {
    content: "餄�";
}

.fa-readme:before {
    content: "飺�";
}

.fa-rebel:before {
    content: "飮�";
}

.fa-receipt:before {
    content: "飼�";
}

.fa-record-vinyl:before {
    content: "铮�";
}

.fa-recycle:before {
    content: "飭�";
}

.fa-red-river:before {
    content: "飶�";
}

.fa-reddit:before {
    content: "飭�";
}

.fa-reddit-alien:before {
    content: "飱�";
}

.fa-reddit-square:before {
    content: "飭�";
}

.fa-redhat:before {
    content: "餅�";
}

.fa-redo:before {
    content: "飥�";
}

.fa-redo-alt:before {
    content: "飲�";
}

.fa-registered:before {
    content: "飰�";
}

.fa-remove-format:before {
    content: "铩�";
}

.fa-renren:before {
    content: "飭�";
}

.fa-reply:before {
    content: "飶�";
}

.fa-reply-all:before {
    content: "飫�";
}

.fa-replyd:before {
    content: "飶�";
}

.fa-republican:before {
    content: "餄�";
}

.fa-researchgate:before {
    content: "飺�";
}

.fa-resolving:before {
    content: "飶�";
}

.fa-restroom:before {
    content: "餅�";
}

.fa-retweet:before {
    content: "飦�";
}

.fa-rev:before {
    content: "飽�";
}

.fa-ribbon:before {
    content: "飺�";
}

.fa-ring:before {
    content: "餃�";
}

.fa-road:before {
    content: "飥�";
}

.fa-robot:before {
    content: "飼�";
}

.fa-rocket:before {
    content: "飫�";
}

.fa-rocketchat:before {
    content: "飶�";
}

.fa-rockrms:before {
    content: "飶�";
}

.fa-route:before {
    content: "飺�";
}

.fa-rss:before {
    content: "飩�";
}

.fa-rss-square:before {
    content: "飬�";
}

.fa-ruble-sign:before {
    content: "飬�";
}

.fa-ruler:before {
    content: "飼�";
}

.fa-ruler-combined:before {
    content: "飼�";
}

.fa-ruler-horizontal:before {
    content: "飼�";
}

.fa-ruler-vertical:before {
    content: "飼�";
}

.fa-running:before {
    content: "餃�";
}

.fa-rupee-sign:before {
    content: "飬�";
}

.fa-sad-cry:before {
    content: "飽�";
}

.fa-sad-tear:before {
    content: "飽�";
}

.fa-safari:before {
    content: "飰�";
}

.fa-salesforce:before {
    content: "餇�";
}

.fa-sass:before {
    content: "飷�";
}

.fa-satellite:before {
    content: "餅�";
}

.fa-satellite-dish:before {
    content: "餆€";
}

.fa-save:before {
    content: "飪�";
}

.fa-schlix:before {
    content: "飶�";
}

.fa-school:before {
    content: "飼�";
}

.fa-screwdriver:before {
    content: "飼�";
}

.fa-scribd:before {
    content: "飱�";
}

.fa-scroll:before {
    content: "餃�";
}

.fa-sd-card:before {
    content: "餆�";
}

.fa-search:before {
    content: "飥�";
}

.fa-search-dollar:before {
    content: "餁�";
}

.fa-search-location:before {
    content: "餁�";
}

.fa-search-minus:before {
    content: "飥�";
}

.fa-search-plus:before {
    content: "飥�";
}

.fa-searchengin:before {
    content: "飶�";
}

.fa-seedling:before {
    content: "飺�";
}

.fa-sellcast:before {
    content: "飲�";
}

.fa-sellsy:before {
    content: "飯�";
}

.fa-server:before {
    content: "飯�";
}

.fa-servicestack:before {
    content: "飶�";
}

.fa-shapes:before {
    content: "飿�";
}

.fa-share:before {
    content: "飦�";
}

.fa-share-alt:before {
    content: "飮�";
}

.fa-share-alt-square:before {
    content: "飮�";
}

.fa-share-square:before {
    content: "飬�";
}

.fa-shekel-sign:before {
    content: "飯�";
}

.fa-shield-alt:before {
    content: "飶�";
}

.fa-shield-virus:before {
    content: "铳�";
}

.fa-ship:before {
    content: "飯�";
}

.fa-shipping-fast:before {
    content: "飹�";
}

.fa-shirtsinbulk:before {
    content: "飯�";
}

.fa-shoe-prints:before {
    content: "飼�";
}

.fa-shopify:before {
    content: "铳�";
}

.fa-shopping-bag:before {
    content: "飱�";
}

.fa-shopping-basket:before {
    content: "飱�";
}

.fa-shopping-cart:before {
    content: "飦�";
}

.fa-shopware:before {
    content: "飽�";
}

.fa-shower:before {
    content: "飲�";
}

.fa-shuttle-van:before {
    content: "飽�";
}

.fa-sign:before {
    content: "飺�";
}

.fa-sign-in-alt:before {
    content: "飲�";
}

.fa-sign-language:before {
    content: "飱�";
}

.fa-sign-out-alt:before {
    content: "飲�";
}

.fa-signal:before {
    content: "飥�";
}

.fa-signature:before {
    content: "飽�";
}

.fa-sim-card:before {
    content: "餆�";
}

.fa-simplybuilt:before {
    content: "飯�";
}

.fa-sistrix:before {
    content: "飶�";
}

.fa-sitemap:before {
    content: "飪�";
}

.fa-sith:before {
    content: "飻�";
}

.fa-skating:before {
    content: "餆�";
}

.fa-sketch:before {
    content: "餆�";
}

.fa-skiing:before {
    content: "餆�";
}

.fa-skiing-nordic:before {
    content: "餆�";
}

.fa-skull:before {
    content: "飼�";
}

.fa-skull-crossbones:before {
    content: "餃�";
}

.fa-skyatlas:before {
    content: "飯�";
}

.fa-skype:before {
    content: "飬�";
}

.fa-slack:before {
    content: "飭�";
}

.fa-slack-hash:before {
    content: "飶�";
}

.fa-slash:before {
    content: "餃�";
}

.fa-sleigh:before {
    content: "餆�";
}

.fa-sliders-h:before {
    content: "飮�";
}

.fa-slideshare:before {
    content: "飮�";
}

.fa-smile:before {
    content: "飫�";
}

.fa-smile-beam:before {
    content: "飽�";
}

.fa-smile-wink:before {
    content: "飺�";
}

.fa-smog:before {
    content: "餄�";
}

.fa-smoking:before {
    content: "飹�";
}

.fa-smoking-ban:before {
    content: "飼�";
}

.fa-sms:before {
    content: "餆�";
}

.fa-snapchat:before {
    content: "飱�";
}

.fa-snapchat-ghost:before {
    content: "飱�";
}

.fa-snapchat-square:before {
    content: "飱�";
}

.fa-snowboarding:before {
    content: "餆�";
}

.fa-snowflake:before {
    content: "飲�";
}

.fa-snowman:before {
    content: "餆�";
}

.fa-snowplow:before {
    content: "餆�";
}

.fa-soap:before {
    content: "铳�";
}

.fa-socks:before {
    content: "餁�";
}

.fa-solar-panel:before {
    content: "飽�";
}

.fa-sort:before {
    content: "飪�";
}

.fa-sort-alpha-down:before {
    content: "飬�";
}

.fa-sort-alpha-down-alt:before {
    content: "铫�";
}

.fa-sort-alpha-up:before {
    content: "飬�";
}

.fa-sort-alpha-up-alt:before {
    content: "铫�";
}

.fa-sort-amount-down:before {
    content: "飬�";
}

.fa-sort-amount-down-alt:before {
    content: "铫�";
}

.fa-sort-amount-up:before {
    content: "飬�";
}

.fa-sort-amount-up-alt:before {
    content: "铫�";
}

.fa-sort-down:before {
    content: "飪�";
}

.fa-sort-numeric-down:before {
    content: "飬�";
}

.fa-sort-numeric-down-alt:before {
    content: "铫�";
}

.fa-sort-numeric-up:before {
    content: "飬�";
}

.fa-sort-numeric-up-alt:before {
    content: "铫�";
}

.fa-sort-up:before {
    content: "飪�";
}

.fa-soundcloud:before {
    content: "飭�";
}

.fa-sourcetree:before {
    content: "餆�";
}

.fa-spa:before {
    content: "飽�";
}

.fa-space-shuttle:before {
    content: "飭�";
}

.fa-speakap:before {
    content: "飶�";
}

.fa-speaker-deck:before {
    content: "餇�";
}

.fa-spell-check:before {
    content: "铫�";
}

.fa-spider:before {
    content: "餃�";
}

.fa-spinner:before {
    content: "飫�";
}

.fa-splotch:before {
    content: "飽�";
}

.fa-spotify:before {
    content: "飭�";
}

.fa-spray-can:before {
    content: "飽�";
}

.fa-square:before {
    content: "飪�";
}

.fa-square-full:before {
    content: "飸�";
}

.fa-square-root-alt:before {
    content: "餁�";
}

.fa-squarespace:before {
    content: "飽�";
}

.fa-stack-exchange:before {
    content: "飭�";
}

.fa-stack-overflow:before {
    content: "飬�";
}

.fa-stackpath:before {
    content: "铩�";
}

.fa-stamp:before {
    content: "飽�";
}

.fa-star:before {
    content: "飥�";
}

.fa-star-and-crescent:before {
    content: "餁�";
}

.fa-star-half:before {
    content: "飩�";
}

.fa-star-half-alt:before {
    content: "飾€";
}

.fa-star-of-david:before {
    content: "餁�";
}

.fa-star-of-life:before {
    content: "飿�";
}

.fa-staylinked:before {
    content: "飶�";
}

.fa-steam:before {
    content: "飭�";
}

.fa-steam-square:before {
    content: "飭�";
}

.fa-steam-symbol:before {
    content: "飶�";
}

.fa-step-backward:before {
    content: "飦�";
}

.fa-step-forward:before {
    content: "飦�";
}

.fa-stethoscope:before {
    content: "飪�";
}

.fa-sticker-mule:before {
    content: "飶�";
}

.fa-sticky-note:before {
    content: "飰�";
}

.fa-stop:before {
    content: "飦�";
}

.fa-stop-circle:before {
    content: "飱�";
}

.fa-stopwatch:before {
    content: "飲�";
}

.fa-stopwatch-20:before {
    content: "铳�";
}

.fa-store:before {
    content: "飼�";
}

.fa-store-alt:before {
    content: "飼�";
}

.fa-store-alt-slash:before {
    content: "铳�";
}

.fa-store-slash:before {
    content: "铳�";
}

.fa-strava:before {
    content: "飷�";
}

.fa-stream:before {
    content: "飼�";
}

.fa-street-view:before {
    content: "飯�";
}

.fa-strikethrough:before {
    content: "飪�";
}

.fa-stripe:before {
    content: "飷�";
}

.fa-stripe-s:before {
    content: "飷�";
}

.fa-stroopwafel:before {
    content: "飼�";
}

.fa-studiovinari:before {
    content: "飶�";
}

.fa-stumbleupon:before {
    content: "飭�";
}

.fa-stumbleupon-circle:before {
    content: "飭�";
}

.fa-subscript:before {
    content: "飫�";
}

.fa-subway:before {
    content: "飯�";
}

.fa-suitcase:before {
    content: "飪�";
}

.fa-suitcase-rolling:before {
    content: "飾�";
}

.fa-sun:before {
    content: "飭�";
}

.fa-superpowers:before {
    content: "飲�";
}

.fa-superscript:before {
    content: "飫�";
}

.fa-supple:before {
    content: "飶�";
}

.fa-surprise:before {
    content: "飾�";
}

.fa-suse:before {
    content: "餆�";
}

.fa-swatchbook:before {
    content: "飾�";
}

.fa-swift:before {
    content: "铮�";
}

.fa-swimmer:before {
    content: "飾�";
}

.fa-swimming-pool:before {
    content: "飾�";
}

.fa-symfony:before {
    content: "餇�";
}

.fa-synagogue:before {
    content: "餁�";
}

.fa-sync:before {
    content: "飥�";
}

.fa-sync-alt:before {
    content: "飲�";
}

.fa-syringe:before {
    content: "飹�";
}

.fa-table:before {
    content: "飪�";
}

.fa-table-tennis:before {
    content: "飸�";
}

.fa-tablet:before {
    content: "飫�";
}

.fa-tablet-alt:before {
    content: "飶�";
}

.fa-tablets:before {
    content: "飹�";
}

.fa-tachometer-alt:before {
    content: "飶�";
}

.fa-tag:before {
    content: "飥�";
}

.fa-tags:before {
    content: "飥�";
}

.fa-tape:before {
    content: "飺�";
}

.fa-tasks:before {
    content: "飩�";
}

.fa-taxi:before {
    content: "飭�";
}

.fa-teamspeak:before {
    content: "飺�";
}

.fa-teeth:before {
    content: "飿�";
}

.fa-teeth-open:before {
    content: "飿�";
}

.fa-telegram:before {
    content: "飲�";
}

.fa-telegram-plane:before {
    content: "飶�";
}

.fa-temperature-high:before {
    content: "餄�";
}

.fa-temperature-low:before {
    content: "餄�";
}

.fa-tencent-weibo:before {
    content: "飮�";
}

.fa-tenge:before {
    content: "餆�";
}

.fa-terminal:before {
    content: "飫�";
}

.fa-text-height:before {
    content: "飥�";
}

.fa-text-width:before {
    content: "飥�";
}

.fa-th:before {
    content: "飥�";
}

.fa-th-large:before {
    content: "飥�";
}

.fa-th-list:before {
    content: "飥�";
}

.fa-the-red-yeti:before {
    content: "餁�";
}

.fa-theater-masks:before {
    content: "飿�";
}

.fa-themeco:before {
    content: "飾�";
}

.fa-themeisle:before {
    content: "飱�";
}

.fa-thermometer:before {
    content: "飹�";
}

.fa-thermometer-empty:before {
    content: "飲�";
}

.fa-thermometer-full:before {
    content: "飲�";
}

.fa-thermometer-half:before {
    content: "飲�";
}

.fa-thermometer-quarter:before {
    content: "飲�";
}

.fa-thermometer-three-quarters:before {
    content: "飲�";
}

.fa-think-peaks:before {
    content: "餃�";
}

.fa-thumbs-down:before {
    content: "飬�";
}

.fa-thumbs-up:before {
    content: "飬�";
}

.fa-thumbtack:before {
    content: "飩�";
}

.fa-ticket-alt:before {
    content: "飶�";
}

.fa-times:before {
    content: "飥�";
}

.fa-times-circle:before {
    content: "飦�";
}

.fa-tint:before {
    content: "飦�";
}

.fa-tint-slash:before {
    content: "飾�";
}

.fa-tired:before {
    content: "飾�";
}

.fa-toggle-off:before {
    content: "飯�";
}

.fa-toggle-on:before {
    content: "飯�";
}

.fa-toilet:before {
    content: "餆�";
}

.fa-toilet-paper:before {
    content: "餃�";
}

.fa-toilet-paper-slash:before {
    content: "铳�";
}

.fa-toolbox:before {
    content: "飼�";
}

.fa-tools:before {
    content: "餆�";
}

.fa-tooth:before {
    content: "飾�";
}

.fa-torah:before {
    content: "餁�";
}

.fa-torii-gate:before {
    content: "餁�";
}

.fa-tractor:before {
    content: "餃�";
}

.fa-trade-federation:before {
    content: "飻�";
}

.fa-trademark:before {
    content: "飰�";
}

.fa-traffic-light:before {
    content: "飿�";
}

.fa-trailer:before {
    content: "铳�";
}

.fa-train:before {
    content: "飯�";
}

.fa-tram:before {
    content: "餆�";
}

.fa-transgender:before {
    content: "飯�";
}

.fa-transgender-alt:before {
    content: "飯�";
}

.fa-trash:before {
    content: "飮�";
}

.fa-trash-alt:before {
    content: "飲�";
}

.fa-trash-restore:before {
    content: "餇�";
}

.fa-trash-restore-alt:before {
    content: "餇�";
}

.fa-tree:before {
    content: "飭�";
}

.fa-trello:before {
    content: "飭�";
}

.fa-tripadvisor:before {
    content: "飰�";
}

.fa-trophy:before {
    content: "飩�";
}

.fa-truck:before {
    content: "飪�";
}

.fa-truck-loading:before {
    content: "飺�";
}

.fa-truck-monster:before {
    content: "飿�";
}

.fa-truck-moving:before {
    content: "飺�";
}

.fa-truck-pickup:before {
    content: "飿�";
}

.fa-tshirt:before {
    content: "飼�";
}

.fa-tty:before {
    content: "飮�";
}

.fa-tumblr:before {
    content: "飬�";
}

.fa-tumblr-square:before {
    content: "飬�";
}

.fa-tv:before {
    content: "飰�";
}

.fa-twitch:before {
    content: "飮�";
}

.fa-twitter:before {
    content: "飩�";
}

.fa-twitter-square:before {
    content: "飩�";
}

.fa-typo3:before {
    content: "飷�";
}

.fa-uber:before {
    content: "飷�";
}

.fa-ubuntu:before {
    content: "餆�";
}

.fa-uikit:before {
    content: "飷�";
}

.fa-umbraco:before {
    content: "铮�";
}

.fa-umbrella:before {
    content: "飪�";
}

.fa-umbrella-beach:before {
    content: "飾�";
}

.fa-underline:before {
    content: "飪�";
}

.fa-undo:before {
    content: "飪�";
}

.fa-undo-alt:before {
    content: "飲�";
}

.fa-uniregistry:before {
    content: "飷�";
}

.fa-unity:before {
    content: "铳�";
}

.fa-universal-access:before {
    content: "飱�";
}

.fa-university:before {
    content: "飭�";
}

.fa-unlink:before {
    content: "飫�";
}

.fa-unlock:before {
    content: "飩�";
}

.fa-unlock-alt:before {
    content: "飫�";
}

.fa-untappd:before {
    content: "飷�";
}

.fa-upload:before {
    content: "飩�";
}

.fa-ups:before {
    content: "餆�";
}

.fa-usb:before {
    content: "飱�";
}

.fa-user:before {
    content: "飥�";
}

.fa-user-alt:before {
    content: "飷�";
}

.fa-user-alt-slash:before {
    content: "飺�";
}

.fa-user-astronaut:before {
    content: "飺�";
}

.fa-user-check:before {
    content: "飺�";
}

.fa-user-circle:before {
    content: "飱�";
}

.fa-user-clock:before {
    content: "飺�";
}

.fa-user-cog:before {
    content: "飺�";
}

.fa-user-edit:before {
    content: "飺�";
}

.fa-user-friends:before {
    content: "飻€";
}

.fa-user-graduate:before {
    content: "飻�";
}

.fa-user-injured:before {
    content: "餃�";
}

.fa-user-lock:before {
    content: "飻�";
}

.fa-user-md:before {
    content: "飪�";
}

.fa-user-minus:before {
    content: "飻�";
}

.fa-user-ninja:before {
    content: "飻�";
}

.fa-user-nurse:before {
    content: "餇�";
}

.fa-user-plus:before {
    content: "飯�";
}

.fa-user-secret:before {
    content: "飯�";
}

.fa-user-shield:before {
    content: "飻�";
}

.fa-user-slash:before {
    content: "飻�";
}

.fa-user-tag:before {
    content: "飻�";
}

.fa-user-tie:before {
    content: "飻�";
}

.fa-user-times:before {
    content: "飯�";
}

.fa-users:before {
    content: "飪€";
}

.fa-users-cog:before {
    content: "飻�";
}

.fa-usps:before {
    content: "餆�";
}

.fa-ussunnah:before {
    content: "飷�";
}

.fa-utensil-spoon:before {
    content: "飲�";
}

.fa-utensils:before {
    content: "飲�";
}

.fa-vaadin:before {
    content: "飷�";
}

.fa-vector-square:before {
    content: "飾�";
}

.fa-venus:before {
    content: "飯�";
}

.fa-venus-double:before {
    content: "飯�";
}

.fa-venus-mars:before {
    content: "飯�";
}

.fa-viacoin:before {
    content: "飯�";
}

.fa-viadeo:before {
    content: "飱�";
}

.fa-viadeo-square:before {
    content: "飱�";
}

.fa-vial:before {
    content: "飹�";
}

.fa-vials:before {
    content: "飹�";
}

.fa-viber:before {
    content: "飷�";
}

.fa-video:before {
    content: "飥�";
}

.fa-video-slash:before {
    content: "飺�";
}

.fa-vihara:before {
    content: "餁�";
}

.fa-vimeo:before {
    content: "飷�";
}

.fa-vimeo-square:before {
    content: "飭�";
}

.fa-vimeo-v:before {
    content: "飰�";
}

.fa-vine:before {
    content: "飮�";
}

.fa-virus:before {
    content: "铳�";
}

.fa-virus-slash:before {
    content: "铳�";
}

.fa-viruses:before {
    content: "铳�";
}

.fa-vk:before {
    content: "飭�";
}

.fa-vnv:before {
    content: "飷�";
}

.fa-voicemail:before {
    content: "铫�";
}

.fa-volleyball-ball:before {
    content: "飸�";
}

.fa-volume-down:before {
    content: "飥�";
}

.fa-volume-mute:before {
    content: "餁�";
}

.fa-volume-off:before {
    content: "飥�";
}

.fa-volume-up:before {
    content: "飥�";
}

.fa-vote-yea:before {
    content: "餄�";
}

.fa-vr-cardboard:before {
    content: "餃�";
}

.fa-vuejs:before {
    content: "飷�";
}

.fa-walking:before {
    content: "飼�";
}

.fa-wallet:before {
    content: "飼�";
}

.fa-warehouse:before {
    content: "飹�";
}

.fa-water:before {
    content: "餄�";
}

.fa-wave-square:before {
    content: "餇�";
}

.fa-waze:before {
    content: "餇�";
}

.fa-weebly:before {
    content: "飾�";
}

.fa-weibo:before {
    content: "飭�";
}

.fa-weight:before {
    content: "飹�";
}

.fa-weight-hanging:before {
    content: "飾�";
}

.fa-weixin:before {
    content: "飮�";
}

.fa-whatsapp:before {
    content: "飯�";
}

.fa-whatsapp-square:before {
    content: "飷�";
}

.fa-wheelchair:before {
    content: "飭�";
}

.fa-whmcs:before {
    content: "飷�";
}

.fa-wifi:before {
    content: "飮�";
}

.fa-wikipedia-w:before {
    content: "飰�";
}

.fa-wind:before {
    content: "餃�";
}

.fa-window-close:before {
    content: "飷�";
}

.fa-window-maximize:before {
    content: "飲�";
}

.fa-window-minimize:before {
    content: "飲�";
}

.fa-window-restore:before {
    content: "飲�";
}

.fa-windows:before {
    content: "飬�";
}

.fa-wine-bottle:before {
    content: "餃�";
}

.fa-wine-glass:before {
    content: "飺�";
}

.fa-wine-glass-alt:before {
    content: "飾�";
}

.fa-wix:before {
    content: "飾�";
}

.fa-wizards-of-the-coast:before {
    content: "餃�";
}

.fa-wolf-pack-battalion:before {
    content: "飻�";
}

.fa-won-sign:before {
    content: "飬�";
}

.fa-wordpress:before {
    content: "飭�";
}

.fa-wordpress-simple:before {
    content: "飷�";
}

.fa-wpbeginner:before {
    content: "飱�";
}

.fa-wpexplorer:before {
    content: "飲�";
}

.fa-wpforms:before {
    content: "飱�";
}

.fa-wpressr:before {
    content: "飶�";
}

.fa-wrench:before {
    content: "飩�";
}

.fa-x-ray:before {
    content: "飹�";
}

.fa-xbox:before {
    content: "飷�";
}

.fa-xing:before {
    content: "飬�";
}

.fa-xing-square:before {
    content: "飬�";
}

.fa-y-combinator:before {
    content: "飯�";
}

.fa-yahoo:before {
    content: "飭�";
}

.fa-yammer:before {
    content: "铩€";
}

.fa-yandex:before {
    content: "飷�";
}

.fa-yandex-international:before {
    content: "飷�";
}

.fa-yarn:before {
    content: "餆�";
}

.fa-yelp:before {
    content: "飮�";
}

.fa-yen-sign:before {
    content: "飬�";
}

.fa-yin-yang:before {
    content: "餁�";
}

.fa-yoast:before {
    content: "飱�";
}

.fa-youtube:before {
    content: "飬�";
}

.fa-youtube-square:before {
    content: "飷�";
}

.fa-zhihu:before {
    content: "飿�";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../images/fa-solid-900.eot");
    src: url("../images/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../images/fa-solid-900.woff2") format("woff2"), url("../images/fa-solid-900.woff") format("woff"), url("../images/fa-solid-900.ttf") format("truetype"), url("../images/fa-solid-900.svg") format("svg");
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/fa-regular-400.eot");
    src: url("../images/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../images/fa-regular-400.woff2") format("woff2"), url("../images/fa-regular-400.woff") format("woff"), url("../images/fa-regular-400.ttf") format("truetype"), url("../images/fa-regular-400.svg") format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../images/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("../images/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../images/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../images/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../images/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url("../images/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 400;
    src: url("../images/EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: italic;
    font-weight: 400;
    src: url("../images/EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 700;
    src: url("../images/EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "DINAlternate, DINAlternate-Bold";
    font-style: normal;
    font-weight: 400;
    src: url("../images/DINCond-black.otf") format("truetype");
}

/*  Z-Indicies*/
.chip {
    border-radius: 17px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #f7f7f7;
}

.chip--is-border {
    border: none;
}

.chip__left-icon,.chip__right-icon {
    display: flex;
    align-items: center;
    width: 10px;
}

.chip--ui-1 {
    border-color: #f2f3f4;
}

.chip--ui-2 {
    border-color: #d6d9dc;
}

.chip--ui-3 {
    border-color: #bbc0c5;
}

.chip--ui-4 {
    border-color: #6a737d;
}

.chip--ui-5 {
    border-color: #666666;
}

.chip--ui-6 {
    border-color: #333333;
}

.chip--ui-7 {
    border-color: #d7d7d7;
}

.chip--white {
    border-color: #fff;
}

.chip--black {
    border-color: #333333;
}

.chip--blue {
    border-color: #2980fe;
}

.chip--primary-1 {
    border-color: #037dd6;
}

.chip--primary-2 {
    border-color: #eaf6ff;
}

.chip--primary-3 {
    border-color: #0260a4;
}

.chip--secondary-1 {
    border-color: #f66a0a;
}

.chip--secondary-2 {
    border-color: #fef5ef;
}

.chip--secondary-3 {
    border-color: #c65507;
}

.chip--alert-1 {
    border-color: #ffd33d;
}

.chip--alert-2 {
    border-color: #fefcde;
}

.chip--alert-3 {
    border-color: #f8c000;
}

.chip--error-1 {
    border-color: #d73a49;
}

.chip--error-2 {
    border-color: #fcf2f3;
}

.chip--error-3 {
    border-color: #b92534;
}

.chip--success-1 {
    border-color: #4cd964;
}

.chip--success-2 {
    border-color: #caf4d1;
}

.chip--success-3 {
    border-color: #219e37;
}

.chip--success-4 {
    border-color: #03c288;
}

.chip--mainnet {
    border-color: #29b6af;
}

.chip--ropsten {
    border-color: #ff4a8d;
}

.chip--kovan {
    border-color: #9064ff;
}

.chip--rinkeby {
    border-color: #f6c343;
}

.chip--goerli {
    border-color: #3099f2;
}

.chip--transparent {
    border-color: transparent;
}

.chip--disconnected {
    border-color: #6f96ef;
}

.chip--regular {
    font-family: "PingFangSC, PingFangSC-Regular";
}

.chip--with-left-icon,.chip--with-right-icon {
    padding-top: 4px;
    padding-bottom: 4px;
}

.chip--with-left-icon {
    padding-left: 4px;
}

.chip--with-left-icon .chip__label {
    margin-left: 12px;
}

.chip--with-right-icon {
    padding-right: 12px;
}

.chip--with-right-icon .chip__label {
    margin-right: 4px;
}

.circle-icon__container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-icon__border {
    border-radius: 50%;
    position: absolute;
}

.circle-icon__circle {
    border: 1px solid;
    border-color: #000;
    background: #fff;
}

.circle-icon__icon {
    position: relative;
}

/** * Calculate the luminance for a color. * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests * * Note: * @Gudahtt and @brad-decker have identified a potential performance concern * that **might** impact build times if this function becomes widely used. It * has not been validated, and is predicated on user-land math.pow functions * prior to dart-sass 1.25.0. However, if the build times of sass raise * exponentially a lookup table of all possible values for the math.pow call * can be used to bypass the issue. This will require some logic updates as * well. For reference, the blog post where the performance concern was * originally made is here https://bit.ly/3c3qXzq (css-tricks) */
/** * Calculate the contrast ratio between two colors. * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests */
/** * Determine whether to use dark or light text on top of given color. * Returns black for dark text and white for light text. */
/*Responsive Breakpoints*/
/**  These colors are either deprecated or will move into colors.scss  when approved for the design system**/
/*  Colors  http://chir.ag/projects/name-that-color */
/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,.fas,.far,.fal,.fad,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */
.fa-500px:before {
    content: "飰�";
}

.fa-accessible-icon:before {
    content: "飴�";
}

.fa-accusoft:before {
    content: "飴�";
}

.fa-acquisitions-incorporated:before {
    content: "餁�";
}

.fa-ad:before {
    content: "餀�";
}

.fa-address-book:before {
    content: "飱�";
}

.fa-address-card:before {
    content: "飱�";
}

.fa-adjust:before {
    content: "飦�";
}

.fa-adn:before {
    content: "飬�";
}

.fa-adobe:before {
    content: "餄�";
}

.fa-adversal:before {
    content: "飴�";
}

.fa-affiliatetheme:before {
    content: "飴�";
}

.fa-air-freshener:before {
    content: "飾�";
}

.fa-airbnb:before {
    content: "餇�";
}

.fa-algolia:before {
    content: "飴�";
}

.fa-align-center:before {
    content: "飥�";
}

.fa-align-justify:before {
    content: "飥�";
}

.fa-align-left:before {
    content: "飥�";
}

.fa-align-right:before {
    content: "飥�";
}

.fa-alipay:before {
    content: "餀�";
}

.fa-allergies:before {
    content: "飸�";
}

.fa-amazon:before {
    content: "飰�";
}

.fa-amazon-pay:before {
    content: "飷�";
}

.fa-ambulance:before {
    content: "飪�";
}

.fa-american-sign-language-interpreting:before {
    content: "飱�";
}

.fa-amilia:before {
    content: "飴�";
}

.fa-anchor:before {
    content: "飫�";
}

.fa-android:before {
    content: "飬�";
}

.fa-angellist:before {
    content: "飯�";
}

.fa-angle-double-down:before {
    content: "飫�";
}

.fa-angle-double-left:before {
    content: "飫€";
}

.fa-angle-double-right:before {
    content: "飫�";
}

.fa-angle-double-up:before {
    content: "飫�";
}

.fa-angle-down:before {
    content: "飫�";
}

.fa-angle-left:before {
    content: "飫�";
}

.fa-angle-right:before {
    content: "飫�";
}

.fa-angle-up:before {
    content: "飫�";
}

.fa-angry:before {
    content: "飼�";
}

.fa-angrycreative:before {
    content: "飴�";
}

.fa-angular:before {
    content: "飷�";
}

.fa-ankh:before {
    content: "餀�";
}

.fa-app-store:before {
    content: "飴�";
}

.fa-app-store-ios:before {
    content: "飴�";
}

.fa-apper:before {
    content: "飴�";
}

.fa-apple:before {
    content: "飬�";
}

.fa-apple-alt:before {
    content: "飾�";
}

.fa-apple-pay:before {
    content: "飷�";
}

.fa-archive:before {
    content: "飭�";
}

.fa-archway:before {
    content: "飼�";
}

.fa-arrow-alt-circle-down:before {
    content: "飴�";
}

.fa-arrow-alt-circle-left:before {
    content: "飴�";
}

.fa-arrow-alt-circle-right:before {
    content: "飴�";
}

.fa-arrow-alt-circle-up:before {
    content: "飴�";
}

.fa-arrow-circle-down:before {
    content: "飩�";
}

.fa-arrow-circle-left:before {
    content: "飩�";
}

.fa-arrow-circle-right:before {
    content: "飩�";
}

.fa-arrow-circle-up:before {
    content: "飩�";
}

.fa-arrow-down:before {
    content: "飦�";
}

.fa-arrow-left:before {
    content: "飦�";
}

.fa-arrow-right:before {
    content: "飦�";
}

.fa-arrow-up:before {
    content: "飦�";
}

.fa-arrows-alt:before {
    content: "飩�";
}

.fa-arrows-alt-h:before {
    content: "飳�";
}

.fa-arrows-alt-v:before {
    content: "飳�";
}

.fa-artstation:before {
    content: "餄�";
}

.fa-assistive-listening-systems:before {
    content: "飱�";
}

.fa-asterisk:before {
    content: "飦�";
}

.fa-asymmetrik:before {
    content: "飴�";
}

.fa-at:before {
    content: "飮�";
}

.fa-atlas:before {
    content: "飼�";
}

.fa-atlassian:before {
    content: "餄�";
}

.fa-atom:before {
    content: "飾�";
}

.fa-audible:before {
    content: "飴�";
}

.fa-audio-description:before {
    content: "飱�";
}

.fa-autoprefixer:before {
    content: "飷�";
}

.fa-avianex:before {
    content: "飴�";
}

.fa-aviato:before {
    content: "飷�";
}

.fa-award:before {
    content: "飼�";
}

.fa-aws:before {
    content: "飴�";
}

.fa-baby:before {
    content: "餄�";
}

.fa-baby-carriage:before {
    content: "餄�";
}

.fa-backspace:before {
    content: "飼�";
}

.fa-backward:before {
    content: "飦�";
}

.fa-bacon:before {
    content: "餆�";
}

.fa-bahai:before {
    content: "餀�";
}

.fa-balance-scale:before {
    content: "飰�";
}

.fa-balance-scale-left:before {
    content: "飻�";
}

.fa-balance-scale-right:before {
    content: "飻�";
}

.fa-ban:before {
    content: "飦�";
}

.fa-band-aid:before {
    content: "飸�";
}

.fa-bandcamp:before {
    content: "飲�";
}

.fa-barcode:before {
    content: "飥�";
}

.fa-bars:before {
    content: "飪�";
}

.fa-baseball-ball:before {
    content: "飷�";
}

.fa-basketball-ball:before {
    content: "飷�";
}

.fa-bath:before {
    content: "飲�";
}

.fa-battery-empty:before {
    content: "飰�";
}

.fa-battery-full:before {
    content: "飰€";
}

.fa-battery-half:before {
    content: "飰�";
}

.fa-battery-quarter:before {
    content: "飰�";
}

.fa-battery-three-quarters:before {
    content: "飰�";
}

.fa-battle-net:before {
    content: "餇�";
}

.fa-bed:before {
    content: "飯�";
}

.fa-beer:before {
    content: "飪�";
}

.fa-behance:before {
    content: "飭�";
}

.fa-behance-square:before {
    content: "飭�";
}

.fa-bell:before {
    content: "飪�";
}

.fa-bell-slash:before {
    content: "飮�";
}

.fa-bezier-curve:before {
    content: "飼�";
}

.fa-bible:before {
    content: "餀�";
}

.fa-bicycle:before {
    content: "飯�";
}

.fa-biking:before {
    content: "铩�";
}

.fa-bimobject:before {
    content: "飴�";
}

.fa-binoculars:before {
    content: "飮�";
}

.fa-biohazard:before {
    content: "餅€";
}

.fa-birthday-cake:before {
    content: "飮�";
}

.fa-bitbucket:before {
    content: "飬�";
}

.fa-bitcoin:before {
    content: "飴�";
}

.fa-bity:before {
    content: "飴�";
}

.fa-black-tie:before {
    content: "飰�";
}

.fa-blackberry:before {
    content: "飴�";
}

.fa-blender:before {
    content: "飻�";
}

.fa-blender-phone:before {
    content: "餁�";
}

.fa-blind:before {
    content: "飱�";
}

.fa-blog:before {
    content: "餅�";
}

.fa-blogger:before {
    content: "飴�";
}

.fa-blogger-b:before {
    content: "飴�";
}

.fa-bluetooth:before {
    content: "飱�";
}

.fa-bluetooth-b:before {
    content: "飱�";
}

.fa-bold:before {
    content: "飥�";
}

.fa-bolt:before {
    content: "飪�";
}

.fa-bomb:before {
    content: "飮�";
}

.fa-bone:before {
    content: "飾�";
}

.fa-bong:before {
    content: "飼�";
}

.fa-book:before {
    content: "飥�";
}

.fa-book-dead:before {
    content: "餁�";
}

.fa-book-medical:before {
    content: "餆�";
}

.fa-book-open:before {
    content: "飻�";
}

.fa-book-reader:before {
    content: "飾�";
}

.fa-bookmark:before {
    content: "飥�";
}

.fa-bootstrap:before {
    content: "餇�";
}

.fa-border-all:before {
    content: "铩�";
}

.fa-border-none:before {
    content: "铩�";
}

.fa-border-style:before {
    content: "铩�";
}

.fa-bowling-ball:before {
    content: "飷�";
}

.fa-box:before {
    content: "飸�";
}

.fa-box-open:before {
    content: "飹�";
}

.fa-box-tissue:before {
    content: "铳�";
}

.fa-boxes:before {
    content: "飸�";
}

.fa-braille:before {
    content: "飱�";
}

.fa-brain:before {
    content: "飾�";
}

.fa-bread-slice:before {
    content: "餆�";
}

.fa-briefcase:before {
    content: "飩�";
}

.fa-briefcase-medical:before {
    content: "飸�";
}

.fa-broadcast-tower:before {
    content: "飻�";
}

.fa-broom:before {
    content: "飻�";
}

.fa-brush:before {
    content: "飼�";
}

.fa-btc:before {
    content: "飬�";
}

.fa-buffer:before {
    content: "餇�";
}

.fa-bug:before {
    content: "飭�";
}

.fa-building:before {
    content: "飭�";
}

.fa-bullhorn:before {
    content: "飩�";
}

.fa-bullseye:before {
    content: "飬€";
}

.fa-burn:before {
    content: "飸�";
}

.fa-buromobelexperte:before {
    content: "飴�";
}

.fa-bus:before {
    content: "飯�";
}

.fa-bus-alt:before {
    content: "飼�";
}

.fa-business-time:before {
    content: "餀�";
}

.fa-buy-n-large:before {
    content: "铫�";
}

.fa-buysellads:before {
    content: "飯�";
}

.fa-calculator:before {
    content: "飮�";
}

.fa-calendar:before {
    content: "飫�";
}

.fa-calendar-alt:before {
    content: "飦�";
}

.fa-calendar-check:before {
    content: "飰�";
}

.fa-calendar-day:before {
    content: "餅�";
}

.fa-calendar-minus:before {
    content: "飰�";
}

.fa-calendar-plus:before {
    content: "飰�";
}

.fa-calendar-times:before {
    content: "飰�";
}

.fa-calendar-week:before {
    content: "餅�";
}

.fa-camera:before {
    content: "飥�";
}

.fa-camera-retro:before {
    content: "飩�";
}

.fa-campground:before {
    content: "餁�";
}

.fa-canadian-maple-leaf:before {
    content: "餅�";
}

.fa-candy-cane:before {
    content: "餅�";
}

.fa-cannabis:before {
    content: "飼�";
}

.fa-capsules:before {
    content: "飸�";
}

.fa-car:before {
    content: "飭�";
}

.fa-car-alt:before {
    content: "飾�";
}

.fa-car-battery:before {
    content: "飾�";
}

.fa-car-crash:before {
    content: "飾�";
}

.fa-car-side:before {
    content: "飾�";
}

.fa-caravan:before {
    content: "铮�";
}

.fa-caret-down:before {
    content: "飪�";
}

.fa-caret-left:before {
    content: "飪�";
}

.fa-caret-right:before {
    content: "飪�";
}

.fa-caret-square-down:before {
    content: "飬�";
}

.fa-caret-square-left:before {
    content: "飭�";
}

.fa-caret-square-right:before {
    content: "飬�";
}

.fa-caret-square-up:before {
    content: "飬�";
}

.fa-caret-up:before {
    content: "飪�";
}

.fa-carrot:before {
    content: "餅�";
}

.fa-cart-arrow-down:before {
    content: "飯�";
}

.fa-cart-plus:before {
    content: "飯�";
}

.fa-cash-register:before {
    content: "餅�";
}

.fa-cat:before {
    content: "餁�";
}

.fa-cc-amazon-pay:before {
    content: "飷�";
}

.fa-cc-amex:before {
    content: "飮�";
}

.fa-cc-apple-pay:before {
    content: "飷�";
}

.fa-cc-diners-club:before {
    content: "飰�";
}

.fa-cc-discover:before {
    content: "飮�";
}

.fa-cc-jcb:before {
    content: "飰�";
}

.fa-cc-mastercard:before {
    content: "飮�";
}

.fa-cc-paypal:before {
    content: "飮�";
}

.fa-cc-stripe:before {
    content: "飮�";
}

.fa-cc-visa:before {
    content: "飮�";
}

.fa-centercode:before {
    content: "飵€";
}

.fa-centos:before {
    content: "餅�";
}

.fa-certificate:before {
    content: "飩�";
}

.fa-chair:before {
    content: "餂€";
}

.fa-chalkboard:before {
    content: "飻�";
}

.fa-chalkboard-teacher:before {
    content: "飻�";
}

.fa-charging-station:before {
    content: "飾�";
}

.fa-chart-area:before {
    content: "飮�";
}

.fa-chart-bar:before {
    content: "飩€";
}

.fa-chart-line:before {
    content: "飯�";
}

.fa-chart-pie:before {
    content: "飯€";
}

.fa-check:before {
    content: "飥�";
}

.fa-check-circle:before {
    content: "飦�";
}

.fa-check-double:before {
    content: "飼�";
}

.fa-check-square:before {
    content: "飬�";
}

.fa-cheese:before {
    content: "餆�";
}

.fa-chess:before {
    content: "飷�";
}

.fa-chess-bishop:before {
    content: "飷�";
}

.fa-chess-board:before {
    content: "飷�";
}

.fa-chess-king:before {
    content: "飷�";
}

.fa-chess-knight:before {
    content: "飸�";
}

.fa-chess-pawn:before {
    content: "飸�";
}

.fa-chess-queen:before {
    content: "飸�";
}

.fa-chess-rook:before {
    content: "飸�";
}

.fa-chevron-circle-down:before {
    content: "飫�";
}

.fa-chevron-circle-left:before {
    content: "飫�";
}

.fa-chevron-circle-right:before {
    content: "飫�";
}

.fa-chevron-circle-up:before {
    content: "飫�";
}

.fa-chevron-down:before {
    content: "飦�";
}

.fa-chevron-left:before {
    content: "飦�";
}

.fa-chevron-right:before {
    content: "飦�";
}

.fa-chevron-up:before {
    content: "飦�";
}

.fa-child:before {
    content: "飭�";
}

.fa-chrome:before {
    content: "飰�";
}

.fa-chromecast:before {
    content: "餇�";
}

.fa-church:before {
    content: "飻�";
}

.fa-circle:before {
    content: "飫�";
}

.fa-circle-notch:before {
    content: "飮�";
}

.fa-city:before {
    content: "餀�";
}

.fa-clinic-medical:before {
    content: "餆�";
}

.fa-clipboard:before {
    content: "飳�";
}

.fa-clipboard-check:before {
    content: "飸�";
}

.fa-clipboard-list:before {
    content: "飸�";
}

.fa-clock:before {
    content: "飥�";
}

.fa-clone:before {
    content: "飰�";
}

.fa-closed-captioning:before {
    content: "飯�";
}

.fa-cloud:before {
    content: "飪�";
}

.fa-cloud-download-alt:before {
    content: "飵�";
}

.fa-cloud-meatball:before {
    content: "餃�";
}

.fa-cloud-moon:before {
    content: "餂�";
}

.fa-cloud-moon-rain:before {
    content: "餃�";
}

.fa-cloud-rain:before {
    content: "餃�";
}

.fa-cloud-showers-heavy:before {
    content: "餄€";
}

.fa-cloud-sun:before {
    content: "餂�";
}

.fa-cloud-sun-rain:before {
    content: "餄�";
}

.fa-cloud-upload-alt:before {
    content: "飵�";
}

.fa-cloudscale:before {
    content: "飵�";
}

.fa-cloudsmith:before {
    content: "飵�";
}

.fa-cloudversify:before {
    content: "飵�";
}

.fa-cocktail:before {
    content: "飼�";
}

.fa-code:before {
    content: "飫�";
}

.fa-code-branch:before {
    content: "飫�";
}

.fa-codepen:before {
    content: "飮�";
}

.fa-codiepie:before {
    content: "飱�";
}

.fa-coffee:before {
    content: "飪�";
}

.fa-cog:before {
    content: "飥�";
}

.fa-cogs:before {
    content: "飩�";
}

.fa-coins:before {
    content: "飻�";
}

.fa-columns:before {
    content: "飪�";
}

.fa-comment:before {
    content: "飦�";
}

.fa-comment-alt:before {
    content: "飰�";
}

.fa-comment-dollar:before {
    content: "餀�";
}

.fa-comment-dots:before {
    content: "飹�";
}

.fa-comment-medical:before {
    content: "餆�";
}

.fa-comment-slash:before {
    content: "飹�";
}

.fa-comments:before {
    content: "飩�";
}

.fa-comments-dollar:before {
    content: "餀�";
}

.fa-compact-disc:before {
    content: "飻�";
}

.fa-compass:before {
    content: "飬�";
}

.fa-compress:before {
    content: "飦�";
}

.fa-compress-alt:before {
    content: "飷�";
}

.fa-compress-arrows-alt:before {
    content: "餅�";
}

.fa-concierge-bell:before {
    content: "飼�";
}

.fa-confluence:before {
    content: "餅�";
}

.fa-connectdevelop:before {
    content: "飯�";
}

.fa-contao:before {
    content: "飰�";
}

.fa-cookie:before {
    content: "飼�";
}

.fa-cookie-bite:before {
    content: "飼�";
}

.fa-copy:before {
    content: "飪�";
}

.fa-copyright:before {
    content: "飮�";
}

.fa-cotton-bureau:before {
    content: "铫�";
}

.fa-couch:before {
    content: "飹�";
}

.fa-cpanel:before {
    content: "飵�";
}

.fa-creative-commons:before {
    content: "飰�";
}

.fa-creative-commons-by:before {
    content: "飺�";
}

.fa-creative-commons-nc:before {
    content: "飺�";
}

.fa-creative-commons-nc-eu:before {
    content: "飺�";
}

.fa-creative-commons-nc-jp:before {
    content: "飺�";
}

.fa-creative-commons-nd:before {
    content: "飺�";
}

.fa-creative-commons-pd:before {
    content: "飺�";
}

.fa-creative-commons-pd-alt:before {
    content: "飺�";
}

.fa-creative-commons-remix:before {
    content: "飺�";
}

.fa-creative-commons-sa:before {
    content: "飺�";
}

.fa-creative-commons-sampling:before {
    content: "飺�";
}

.fa-creative-commons-sampling-plus:before {
    content: "飺�";
}

.fa-creative-commons-share:before {
    content: "飺�";
}

.fa-creative-commons-zero:before {
    content: "飺�";
}

.fa-credit-card:before {
    content: "飩�";
}

.fa-critical-role:before {
    content: "餂�";
}

.fa-crop:before {
    content: "飫�";
}

.fa-crop-alt:before {
    content: "飼�";
}

.fa-cross:before {
    content: "餀�";
}

.fa-crosshairs:before {
    content: "飦�";
}

.fa-crow:before {
    content: "飻�";
}

.fa-crown:before {
    content: "飻�";
}

.fa-crutch:before {
    content: "餆�";
}

.fa-css3:before {
    content: "飫�";
}

.fa-css3-alt:before {
    content: "飵�";
}

.fa-cube:before {
    content: "飭�";
}

.fa-cubes:before {
    content: "飭�";
}

.fa-cut:before {
    content: "飪�";
}

.fa-cuttlefish:before {
    content: "飵�";
}

.fa-d-and-d:before {
    content: "飵�";
}

.fa-d-and-d-beyond:before {
    content: "餂�";
}

.fa-dailymotion:before {
    content: "铳�";
}

.fa-dashcube:before {
    content: "飯�";
}

.fa-database:before {
    content: "飮€";
}

.fa-deaf:before {
    content: "飱�";
}

.fa-delicious:before {
    content: "飭�";
}

.fa-democrat:before {
    content: "餄�";
}

.fa-deploydog:before {
    content: "飵�";
}

.fa-deskpro:before {
    content: "飵�";
}

.fa-desktop:before {
    content: "飫�";
}

.fa-dev:before {
    content: "餂�";
}

.fa-deviantart:before {
    content: "飭�";
}

.fa-dharmachakra:before {
    content: "餀�";
}

.fa-dhl:before {
    content: "餅�";
}

.fa-diagnoses:before {
    content: "飸�";
}

.fa-diaspora:before {
    content: "餅�";
}

.fa-dice:before {
    content: "飻�";
}

.fa-dice-d20:before {
    content: "餂�";
}

.fa-dice-d6:before {
    content: "餂�";
}

.fa-dice-five:before {
    content: "飻�";
}

.fa-dice-four:before {
    content: "飻�";
}

.fa-dice-one:before {
    content: "飻�";
}

.fa-dice-six:before {
    content: "飻�";
}

.fa-dice-three:before {
    content: "飻�";
}

.fa-dice-two:before {
    content: "飻�";
}

.fa-digg:before {
    content: "飭�";
}

.fa-digital-ocean:before {
    content: "飵�";
}

.fa-digital-tachograph:before {
    content: "飼�";
}

.fa-directions:before {
    content: "飾�";
}

.fa-discord:before {
    content: "飵�";
}

.fa-discourse:before {
    content: "飵�";
}

.fa-disease:before {
    content: "餆�";
}

.fa-divide:before {
    content: "飻�";
}

.fa-dizzy:before {
    content: "飼�";
}

.fa-dna:before {
    content: "飸�";
}

.fa-dochub:before {
    content: "飵�";
}

.fa-docker:before {
    content: "飵�";
}

.fa-dog:before {
    content: "餂�";
}

.fa-dollar-sign:before {
    content: "飬�";
}

.fa-dolly:before {
    content: "飸�";
}

.fa-dolly-flatbed:before {
    content: "飸�";
}

.fa-donate:before {
    content: "飹�";
}

.fa-door-closed:before {
    content: "飻�";
}

.fa-door-open:before {
    content: "飻�";
}

.fa-dot-circle:before {
    content: "飭�";
}

.fa-dove:before {
    content: "飹�";
}

.fa-download:before {
    content: "飥�";
}

.fa-draft2digital:before {
    content: "飵�";
}

.fa-drafting-compass:before {
    content: "飼�";
}

.fa-dragon:before {
    content: "餂�";
}

.fa-draw-polygon:before {
    content: "飾�";
}

.fa-dribbble:before {
    content: "飬�";
}

.fa-dribbble-square:before {
    content: "飵�";
}

.fa-dropbox:before {
    content: "飬�";
}

.fa-drum:before {
    content: "飼�";
}

.fa-drum-steelpan:before {
    content: "飼�";
}

.fa-drumstick-bite:before {
    content: "餂�";
}

.fa-drupal:before {
    content: "飭�";
}

.fa-dumbbell:before {
    content: "飸�";
}

.fa-dumpster:before {
    content: "餅�";
}

.fa-dumpster-fire:before {
    content: "餅�";
}

.fa-dungeon:before {
    content: "餂�";
}

.fa-dyalog:before {
    content: "飵�";
}

.fa-earlybirds:before {
    content: "飵�";
}

.fa-ebay:before {
    content: "飺�";
}

.fa-edge:before {
    content: "飱�";
}

.fa-edit:before {
    content: "飦�";
}

.fa-egg:before {
    content: "餆�";
}

.fa-eject:before {
    content: "飦�";
}

.fa-elementor:before {
    content: "飷�";
}

.fa-ellipsis-h:before {
    content: "飬�";
}

.fa-ellipsis-v:before {
    content: "飬�";
}

.fa-ello:before {
    content: "飾�";
}

.fa-ember:before {
    content: "飷�";
}

.fa-empire:before {
    content: "飮�";
}

.fa-envelope:before {
    content: "飪�";
}

.fa-envelope-open:before {
    content: "飱�";
}

.fa-envelope-open-text:before {
    content: "餀�";
}

.fa-envelope-square:before {
    content: "飭�";
}

.fa-envira:before {
    content: "飱�";
}

.fa-equals:before {
    content: "飻�";
}

.fa-eraser:before {
    content: "飫�";
}

.fa-erlang:before {
    content: "飵�";
}

.fa-ethereum:before {
    content: "飷�";
}

.fa-ethernet:before {
    content: "餅�";
}

.fa-etsy:before {
    content: "飲�";
}

.fa-euro-sign:before {
    content: "飬�";
}

.fa-evernote:before {
    content: "餇�";
}

.fa-exchange-alt:before {
    content: "飴�";
}

.fa-exclamation:before {
    content: "飫�";
}

.fa-exclamation-circle:before {
    content: "飦�";
}

.fa-exclamation-triangle:before {
    content: "飦�";
}

.fa-expand:before {
    content: "飦�";
}

.fa-expand-alt:before {
    content: "飷�";
}

.fa-expand-arrows-alt:before {
    content: "飳�";
}

.fa-expeditedssl:before {
    content: "飯�";
}

.fa-external-link-alt:before {
    content: "飴�";
}

.fa-external-link-square-alt:before {
    content: "飴�";
}

.fa-eye:before {
    content: "飦�";
}

.fa-eye-dropper:before {
    content: "飮�";
}

.fa-eye-slash:before {
    content: "飦�";
}

.fa-facebook:before {
    content: "飩�";
}

.fa-facebook-f:before {
    content: "飵�";
}

.fa-facebook-messenger:before {
    content: "飵�";
}

.fa-facebook-square:before {
    content: "飩�";
}

.fa-fan:before {
    content: "铩�";
}

.fa-fantasy-flight-games:before {
    content: "餂�";
}

.fa-fast-backward:before {
    content: "飦�";
}

.fa-fast-forward:before {
    content: "飦�";
}

.fa-faucet:before {
    content: "铯�";
}

.fa-fax:before {
    content: "飭�";
}

.fa-feather:before {
    content: "飻�";
}

.fa-feather-alt:before {
    content: "飼�";
}

.fa-fedex:before {
    content: "餅�";
}

.fa-fedora:before {
    content: "餅�";
}

.fa-female:before {
    content: "飭�";
}

.fa-fighter-jet:before {
    content: "飪�";
}

.fa-figma:before {
    content: "餅�";
}

.fa-file:before {
    content: "飬�";
}

.fa-file-alt:before {
    content: "飬�";
}

.fa-file-archive:before {
    content: "飮�";
}

.fa-file-audio:before {
    content: "飮�";
}

.fa-file-code:before {
    content: "飮�";
}

.fa-file-contract:before {
    content: "飼�";
}

.fa-file-csv:before {
    content: "餂�";
}

.fa-file-download:before {
    content: "飼�";
}

.fa-file-excel:before {
    content: "飮�";
}

.fa-file-export:before {
    content: "飼�";
}

.fa-file-image:before {
    content: "飮�";
}

.fa-file-import:before {
    content: "飼�";
}

.fa-file-invoice:before {
    content: "飼�";
}

.fa-file-invoice-dollar:before {
    content: "飼�";
}

.fa-file-medical:before {
    content: "飸�";
}

.fa-file-medical-alt:before {
    content: "飸�";
}

.fa-file-pdf:before {
    content: "飮�";
}

.fa-file-powerpoint:before {
    content: "飮�";
}

.fa-file-prescription:before {
    content: "飼�";
}

.fa-file-signature:before {
    content: "飼�";
}

.fa-file-upload:before {
    content: "飼�";
}

.fa-file-video:before {
    content: "飮�";
}

.fa-file-word:before {
    content: "飮�";
}

.fa-fill:before {
    content: "飼�";
}

.fa-fill-drip:before {
    content: "飼�";
}

.fa-film:before {
    content: "飥�";
}

.fa-filter:before {
    content: "飩�";
}

.fa-fingerprint:before {
    content: "飼�";
}

.fa-fire:before {
    content: "飦�";
}

.fa-fire-alt:before {
    content: "餆�";
}

.fa-fire-extinguisher:before {
    content: "飫�";
}

.fa-firefox:before {
    content: "飰�";
}

.fa-firefox-browser:before {
    content: "铯�";
}

.fa-first-aid:before {
    content: "飸�";
}

.fa-first-order:before {
    content: "飱�";
}

.fa-first-order-alt:before {
    content: "飻�";
}

.fa-firstdraft:before {
    content: "飵�";
}

.fa-fish:before {
    content: "飼�";
}

.fa-fist-raised:before {
    content: "餂�";
}

.fa-flag:before {
    content: "飥�";
}

.fa-flag-checkered:before {
    content: "飫�";
}

.fa-flag-usa:before {
    content: "餄�";
}

.fa-flask:before {
    content: "飪�";
}

.fa-flickr:before {
    content: "飬�";
}

.fa-flipboard:before {
    content: "飸�";
}

.fa-flushed:before {
    content: "飼�";
}

.fa-fly:before {
    content: "飷�";
}

.fa-folder:before {
    content: "飦�";
}

.fa-folder-minus:before {
    content: "餀�";
}

.fa-folder-open:before {
    content: "飦�";
}

.fa-folder-plus:before {
    content: "餀�";
}

.fa-font:before {
    content: "飥�";
}

.fa-font-awesome:before {
    content: "飱�";
}

.fa-font-awesome-alt:before {
    content: "飴�";
}

.fa-font-awesome-flag:before {
    content: "飷�";
}

.fa-font-awesome-logo-full:before {
    content: "飺�";
}

.fa-fonticons:before {
    content: "飱€";
}

.fa-fonticons-fi:before {
    content: "飵�";
}

.fa-football-ball:before {
    content: "飸�";
}

.fa-fort-awesome:before {
    content: "飱�";
}

.fa-fort-awesome-alt:before {
    content: "飵�";
}

.fa-forumbee:before {
    content: "飯�";
}

.fa-forward:before {
    content: "飦�";
}

.fa-foursquare:before {
    content: "飭€";
}

.fa-free-code-camp:before {
    content: "飲�";
}

.fa-freebsd:before {
    content: "飵�";
}

.fa-frog:before {
    content: "飻�";
}

.fa-frown:before {
    content: "飫�";
}

.fa-frown-open:before {
    content: "飼�";
}

.fa-fulcrum:before {
    content: "飻�";
}

.fa-funnel-dollar:before {
    content: "餀�";
}

.fa-futbol:before {
    content: "飮�";
}

.fa-galactic-republic:before {
    content: "飻�";
}

.fa-galactic-senate:before {
    content: "飻�";
}

.fa-gamepad:before {
    content: "飫�";
}

.fa-gas-pump:before {
    content: "飻�";
}

.fa-gavel:before {
    content: "飪�";
}

.fa-gem:before {
    content: "飵�";
}

.fa-genderless:before {
    content: "飯�";
}

.fa-get-pocket:before {
    content: "飰�";
}

.fa-gg:before {
    content: "飰�";
}

.fa-gg-circle:before {
    content: "飰�";
}

.fa-ghost:before {
    content: "餂�";
}

.fa-gift:before {
    content: "飦�";
}

.fa-gifts:before {
    content: "餅�";
}

.fa-git:before {
    content: "飮�";
}

.fa-git-alt:before {
    content: "铩�";
}

.fa-git-square:before {
    content: "飮�";
}

.fa-github:before {
    content: "飩�";
}

.fa-github-alt:before {
    content: "飫�";
}

.fa-github-square:before {
    content: "飩�";
}

.fa-gitkraken:before {
    content: "飵�";
}

.fa-gitlab:before {
    content: "飱�";
}

.fa-gitter:before {
    content: "飷�";
}

.fa-glass-cheers:before {
    content: "餅�";
}

.fa-glass-martini:before {
    content: "飥€";
}

.fa-glass-martini-alt:before {
    content: "飼�";
}

.fa-glass-whiskey:before {
    content: "餅�";
}

.fa-glasses:before {
    content: "飻�";
}

.fa-glide:before {
    content: "飱�";
}

.fa-glide-g:before {
    content: "飱�";
}

.fa-globe:before {
    content: "飩�";
}

.fa-globe-africa:before {
    content: "飼�";
}

.fa-globe-americas:before {
    content: "飼�";
}

.fa-globe-asia:before {
    content: "飼�";
}

.fa-globe-europe:before {
    content: "餅�";
}

.fa-gofore:before {
    content: "飵�";
}

.fa-golf-ball:before {
    content: "飸�";
}

.fa-goodreads:before {
    content: "飵�";
}

.fa-goodreads-g:before {
    content: "飵�";
}

.fa-google:before {
    content: "飭�";
}

.fa-google-drive:before {
    content: "飵�";
}

.fa-google-play:before {
    content: "飵�";
}

.fa-google-plus:before {
    content: "飱�";
}

.fa-google-plus-g:before {
    content: "飪�";
}

.fa-google-plus-square:before {
    content: "飪�";
}

.fa-google-wallet:before {
    content: "飮�";
}

.fa-gopuram:before {
    content: "餀�";
}

.fa-graduation-cap:before {
    content: "飭�";
}

.fa-gratipay:before {
    content: "飭�";
}

.fa-grav:before {
    content: "飲�";
}

.fa-greater-than:before {
    content: "飻�";
}

.fa-greater-than-equal:before {
    content: "飻�";
}

.fa-grimace:before {
    content: "飼�";
}

.fa-grin:before {
    content: "飽€";
}

.fa-grin-alt:before {
    content: "飽�";
}

.fa-grin-beam:before {
    content: "飽�";
}

.fa-grin-beam-sweat:before {
    content: "飽�";
}

.fa-grin-hearts:before {
    content: "飽�";
}

.fa-grin-squint:before {
    content: "飽�";
}

.fa-grin-squint-tears:before {
    content: "飽�";
}

.fa-grin-stars:before {
    content: "飽�";
}

.fa-grin-tears:before {
    content: "飽�";
}

.fa-grin-tongue:before {
    content: "飽�";
}

.fa-grin-tongue-squint:before {
    content: "飽�";
}

.fa-grin-tongue-wink:before {
    content: "飽�";
}

.fa-grin-wink:before {
    content: "飽�";
}

.fa-grip-horizontal:before {
    content: "飽�";
}

.fa-grip-lines:before {
    content: "餅�";
}

.fa-grip-lines-vertical:before {
    content: "餅�";
}

.fa-grip-vertical:before {
    content: "飽�";
}

.fa-gripfire:before {
    content: "飵�";
}

.fa-grunt:before {
    content: "飵�";
}

.fa-guitar:before {
    content: "餅�";
}

.fa-gulp:before {
    content: "飵�";
}

.fa-h-square:before {
    content: "飪�";
}

.fa-hacker-news:before {
    content: "飮�";
}

.fa-hacker-news-square:before {
    content: "飵�";
}

.fa-hackerrank:before {
    content: "飾�";
}

.fa-hamburger:before {
    content: "餇�";
}

.fa-hammer:before {
    content: "餂�";
}

.fa-hamsa:before {
    content: "餀�";
}

.fa-hand-holding:before {
    content: "飹�";
}

.fa-hand-holding-heart:before {
    content: "飹�";
}

.fa-hand-holding-medical:before {
    content: "铳�";
}

.fa-hand-holding-usd:before {
    content: "飺€";
}

.fa-hand-holding-water:before {
    content: "飺�";
}

.fa-hand-lizard:before {
    content: "飰�";
}

.fa-hand-middle-finger:before {
    content: "餇�";
}

.fa-hand-paper:before {
    content: "飰�";
}

.fa-hand-peace:before {
    content: "飰�";
}

.fa-hand-point-down:before {
    content: "飩�";
}

.fa-hand-point-left:before {
    content: "飩�";
}

.fa-hand-point-right:before {
    content: "飩�";
}

.fa-hand-point-up:before {
    content: "飩�";
}

.fa-hand-pointer:before {
    content: "飰�";
}

.fa-hand-rock:before {
    content: "飰�";
}

.fa-hand-scissors:before {
    content: "飰�";
}

.fa-hand-sparkles:before {
    content: "铳�";
}

.fa-hand-spock:before {
    content: "飰�";
}

.fa-hands:before {
    content: "飺�";
}

.fa-hands-helping:before {
    content: "飺�";
}

.fa-hands-wash:before {
    content: "铳�";
}

.fa-handshake:before {
    content: "飱�";
}

.fa-handshake-alt-slash:before {
    content: "铳�";
}

.fa-handshake-slash:before {
    content: "铳�";
}

.fa-hanukiah:before {
    content: "餂�";
}

.fa-hard-hat:before {
    content: "餇�";
}

.fa-hashtag:before {
    content: "飱�";
}

.fa-hat-cowboy:before {
    content: "铮€";
}

.fa-hat-cowboy-side:before {
    content: "铮�";
}

.fa-hat-wizard:before {
    content: "餂�";
}

.fa-hdd:before {
    content: "飩�";
}

.fa-head-side-cough:before {
    content: "铳�";
}

.fa-head-side-cough-slash:before {
    content: "铳�";
}

.fa-head-side-mask:before {
    content: "铳�";
}

.fa-head-side-virus:before {
    content: "铳�";
}

.fa-heading:before {
    content: "飮�";
}

.fa-headphones:before {
    content: "飥�";
}

.fa-headphones-alt:before {
    content: "飽�";
}

.fa-headset:before {
    content: "飽�";
}

.fa-heart:before {
    content: "飥�";
}

.fa-heart-broken:before {
    content: "餅�";
}

.fa-heartbeat:before {
    content: "飯�";
}

.fa-helicopter:before {
    content: "飻�";
}

.fa-highlighter:before {
    content: "飽�";
}

.fa-hiking:before {
    content: "餂�";
}

.fa-hippo:before {
    content: "餂�";
}

.fa-hips:before {
    content: "飸�";
}

.fa-hire-a-helper:before {
    content: "飵�";
}

.fa-history:before {
    content: "飮�";
}

.fa-hockey-puck:before {
    content: "飸�";
}

.fa-holly-berry:before {
    content: "餅�";
}

.fa-home:before {
    content: "飥�";
}

.fa-hooli:before {
    content: "飷�";
}

.fa-hornbill:before {
    content: "飽�";
}

.fa-horse:before {
    content: "餂�";
}

.fa-horse-head:before {
    content: "餅�";
}

.fa-hospital:before {
    content: "飪�";
}

.fa-hospital-alt:before {
    content: "飸�";
}

.fa-hospital-symbol:before {
    content: "飸�";
}

.fa-hospital-user:before {
    content: "餇�";
}

.fa-hot-tub:before {
    content: "飽�";
}

.fa-hotdog:before {
    content: "餇�";
}

.fa-hotel:before {
    content: "飽�";
}

.fa-hotjar:before {
    content: "飵�";
}

.fa-hourglass:before {
    content: "飰�";
}

.fa-hourglass-end:before {
    content: "飰�";
}

.fa-hourglass-half:before {
    content: "飰�";
}

.fa-hourglass-start:before {
    content: "飰�";
}

.fa-house-damage:before {
    content: "餂�";
}

.fa-house-user:before {
    content: "铳�";
}

.fa-houzz:before {
    content: "飰�";
}

.fa-hryvnia:before {
    content: "餂�";
}

.fa-html5:before {
    content: "飫�";
}

.fa-hubspot:before {
    content: "飵�";
}

.fa-i-cursor:before {
    content: "飰�";
}

.fa-ice-cream:before {
    content: "餇�";
}

.fa-icicles:before {
    content: "餅�";
}

.fa-icons:before {
    content: "铩�";
}

.fa-id-badge:before {
    content: "飲�";
}

.fa-id-card:before {
    content: "飲�";
}

.fa-id-card-alt:before {
    content: "飸�";
}

.fa-ideal:before {
    content: "铯�";
}

.fa-igloo:before {
    content: "餅�";
}

.fa-image:before {
    content: "飥�";
}

.fa-images:before {
    content: "飳�";
}

.fa-imdb:before {
    content: "飲�";
}

.fa-inbox:before {
    content: "飥�";
}

.fa-indent:before {
    content: "飥�";
}

.fa-industry:before {
    content: "飰�";
}

.fa-infinity:before {
    content: "飻�";
}

.fa-info:before {
    content: "飫�";
}

.fa-info-circle:before {
    content: "飦�";
}

.fa-instagram:before {
    content: "飬�";
}

.fa-instagram-square:before {
    content: "铳�";
}

.fa-intercom:before {
    content: "餅�";
}

.fa-internet-explorer:before {
    content: "飰�";
}

.fa-invision:before {
    content: "餅�";
}

.fa-ioxhost:before {
    content: "飯�";
}

.fa-italic:before {
    content: "飥�";
}

.fa-itch-io:before {
    content: "餇�";
}

.fa-itunes:before {
    content: "飵�";
}

.fa-itunes-note:before {
    content: "飵�";
}

.fa-java:before {
    content: "飺�";
}

.fa-jedi:before {
    content: "餀�";
}

.fa-jedi-order:before {
    content: "飻�";
}

.fa-jenkins:before {
    content: "飵�";
}

.fa-jira:before {
    content: "餅�";
}

.fa-joget:before {
    content: "飵�";
}

.fa-joint:before {
    content: "飽�";
}

.fa-joomla:before {
    content: "飭�";
}

.fa-journal-whills:before {
    content: "餀�";
}

.fa-js:before {
    content: "飵�";
}

.fa-js-square:before {
    content: "飵�";
}

.fa-jsfiddle:before {
    content: "飮�";
}

.fa-kaaba:before {
    content: "餀�";
}

.fa-kaggle:before {
    content: "飾�";
}

.fa-key:before {
    content: "飩�";
}

.fa-keybase:before {
    content: "飺�";
}

.fa-keyboard:before {
    content: "飫�";
}

.fa-keycdn:before {
    content: "飵�";
}

.fa-khanda:before {
    content: "餀�";
}

.fa-kickstarter:before {
    content: "飵�";
}

.fa-kickstarter-k:before {
    content: "飵�";
}

.fa-kiss:before {
    content: "飽�";
}

.fa-kiss-beam:before {
    content: "飽�";
}

.fa-kiss-wink-heart:before {
    content: "飽�";
}

.fa-kiwi-bird:before {
    content: "飻�";
}

.fa-korvue:before {
    content: "飷�";
}

.fa-landmark:before {
    content: "餀�";
}

.fa-language:before {
    content: "飭�";
}

.fa-laptop:before {
    content: "飫�";
}

.fa-laptop-code:before {
    content: "飾�";
}

.fa-laptop-house:before {
    content: "铳�";
}

.fa-laptop-medical:before {
    content: "餇�";
}

.fa-laravel:before {
    content: "飵�";
}

.fa-lastfm:before {
    content: "飯�";
}

.fa-lastfm-square:before {
    content: "飯�";
}

.fa-laugh:before {
    content: "飽�";
}

.fa-laugh-beam:before {
    content: "飽�";
}

.fa-laugh-squint:before {
    content: "飽�";
}

.fa-laugh-wink:before {
    content: "飽�";
}

.fa-layer-group:before {
    content: "飾�";
}

.fa-leaf:before {
    content: "飦�";
}

.fa-leanpub:before {
    content: "飯�";
}

.fa-lemon:before {
    content: "飩�";
}

.fa-less:before {
    content: "飷�";
}

.fa-less-than:before {
    content: "飻�";
}

.fa-less-than-equal:before {
    content: "飻�";
}

.fa-level-down-alt:before {
    content: "飵�";
}

.fa-level-up-alt:before {
    content: "飵�";
}

.fa-life-ring:before {
    content: "飮�";
}

.fa-lightbulb:before {
    content: "飪�";
}

.fa-line:before {
    content: "飶€";
}

.fa-link:before {
    content: "飪�";
}

.fa-linkedin:before {
    content: "飩�";
}

.fa-linkedin-in:before {
    content: "飪�";
}

.fa-linode:before {
    content: "飱�";
}

.fa-linux:before {
    content: "飬�";
}

.fa-lira-sign:before {
    content: "飭�";
}

.fa-list:before {
    content: "飥�";
}

.fa-list-alt:before {
    content: "飥�";
}

.fa-list-ol:before {
    content: "飪�";
}

.fa-list-ul:before {
    content: "飪�";
}

.fa-location-arrow:before {
    content: "飫�";
}

.fa-lock:before {
    content: "飥�";
}

.fa-lock-open:before {
    content: "飶�";
}

.fa-long-arrow-alt-down:before {
    content: "飳�";
}

.fa-long-arrow-alt-left:before {
    content: "飳�";
}

.fa-long-arrow-alt-right:before {
    content: "飳�";
}

.fa-long-arrow-alt-up:before {
    content: "飳�";
}

.fa-low-vision:before {
    content: "飱�";
}

.fa-luggage-cart:before {
    content: "飽�";
}

.fa-lungs:before {
    content: "飿�";
}

.fa-lungs-virus:before {
    content: "铳�";
}

.fa-lyft:before {
    content: "飶�";
}

.fa-magento:before {
    content: "飶�";
}

.fa-magic:before {
    content: "飪�";
}

.fa-magnet:before {
    content: "飦�";
}

.fa-mail-bulk:before {
    content: "餀�";
}

.fa-mailchimp:before {
    content: "飽�";
}

.fa-male:before {
    content: "飭�";
}

.fa-mandalorian:before {
    content: "飻�";
}

.fa-map:before {
    content: "飰�";
}

.fa-map-marked:before {
    content: "飽�";
}

.fa-map-marked-alt:before {
    content: "飽�";
}

.fa-map-marker:before {
    content: "飦�";
}

.fa-map-marker-alt:before {
    content: "飶�";
}

.fa-map-pin:before {
    content: "飰�";
}

.fa-map-signs:before {
    content: "飰�";
}

.fa-markdown:before {
    content: "飿�";
}

.fa-marker:before {
    content: "飽�";
}

.fa-mars:before {
    content: "飯�";
}

.fa-mars-double:before {
    content: "飯�";
}

.fa-mars-stroke:before {
    content: "飯�";
}

.fa-mars-stroke-h:before {
    content: "飯�";
}

.fa-mars-stroke-v:before {
    content: "飯�";
}

.fa-mask:before {
    content: "餂�";
}

.fa-mastodon:before {
    content: "飺�";
}

.fa-maxcdn:before {
    content: "飫�";
}

.fa-mdb:before {
    content: "铮�";
}

.fa-medal:before {
    content: "飽�";
}

.fa-medapps:before {
    content: "飶�";
}

.fa-medium:before {
    content: "飯�";
}

.fa-medium-m:before {
    content: "飶�";
}

.fa-medkit:before {
    content: "飪�";
}

.fa-medrt:before {
    content: "飶�";
}

.fa-meetup:before {
    content: "飲�";
}

.fa-megaport:before {
    content: "飽�";
}

.fa-meh:before {
    content: "飫�";
}

.fa-meh-blank:before {
    content: "飽�";
}

.fa-meh-rolling-eyes:before {
    content: "飽�";
}

.fa-memory:before {
    content: "飻�";
}

.fa-mendeley:before {
    content: "餅�";
}

.fa-menorah:before {
    content: "餀�";
}

.fa-mercury:before {
    content: "飯�";
}

.fa-meteor:before {
    content: "餄�";
}

.fa-microblog:before {
    content: "铯�";
}

.fa-microchip:before {
    content: "飲�";
}

.fa-microphone:before {
    content: "飫�";
}

.fa-microphone-alt:before {
    content: "飶�";
}

.fa-microphone-alt-slash:before {
    content: "飻�";
}

.fa-microphone-slash:before {
    content: "飫�";
}

.fa-microscope:before {
    content: "飿�";
}

.fa-microsoft:before {
    content: "飶�";
}

.fa-minus:before {
    content: "飦�";
}

.fa-minus-circle:before {
    content: "飦�";
}

.fa-minus-square:before {
    content: "飬�";
}

.fa-mitten:before {
    content: "餅�";
}

.fa-mix:before {
    content: "飶�";
}

.fa-mixcloud:before {
    content: "飱�";
}

.fa-mixer:before {
    content: "铳�";
}

.fa-mizuni:before {
    content: "飶�";
}

.fa-mobile:before {
    content: "飫�";
}

.fa-mobile-alt:before {
    content: "飶�";
}

.fa-modx:before {
    content: "飱�";
}

.fa-monero:before {
    content: "飶�";
}

.fa-money-bill:before {
    content: "飪�";
}

.fa-money-bill-alt:before {
    content: "飶�";
}

.fa-money-bill-wave:before {
    content: "飻�";
}

.fa-money-bill-wave-alt:before {
    content: "飻�";
}

.fa-money-check:before {
    content: "飻�";
}

.fa-money-check-alt:before {
    content: "飻�";
}

.fa-monument:before {
    content: "飽�";
}

.fa-moon:before {
    content: "飭�";
}

.fa-mortar-pestle:before {
    content: "飽�";
}

.fa-mosque:before {
    content: "餀�";
}

.fa-motorcycle:before {
    content: "飯�";
}

.fa-mountain:before {
    content: "餂�";
}

.fa-mouse:before {
    content: "铮�";
}

.fa-mouse-pointer:before {
    content: "飰�";
}

.fa-mug-hot:before {
    content: "餅�";
}

.fa-music:before {
    content: "飥�";
}

.fa-napster:before {
    content: "飶�";
}

.fa-neos:before {
    content: "飿�";
}

.fa-network-wired:before {
    content: "餂�";
}

.fa-neuter:before {
    content: "飯�";
}

.fa-newspaper:before {
    content: "飮�";
}

.fa-nimblr:before {
    content: "飽�";
}

.fa-node:before {
    content: "飷�";
}

.fa-node-js:before {
    content: "飶�";
}

.fa-not-equal:before {
    content: "飻�";
}

.fa-notes-medical:before {
    content: "飹�";
}

.fa-npm:before {
    content: "飶�";
}

.fa-ns8:before {
    content: "飶�";
}

.fa-nutritionix:before {
    content: "飶�";
}

.fa-object-group:before {
    content: "飰�";
}

.fa-object-ungroup:before {
    content: "飰�";
}

.fa-odnoklassniki:before {
    content: "飰�";
}

.fa-odnoklassniki-square:before {
    content: "飰�";
}

.fa-oil-can:before {
    content: "飿�";
}

.fa-old-republic:before {
    content: "飻�";
}

.fa-om:before {
    content: "餀�";
}

.fa-opencart:before {
    content: "飯�";
}

.fa-openid:before {
    content: "飭�";
}

.fa-opera:before {
    content: "飰�";
}

.fa-optin-monster:before {
    content: "飯�";
}

.fa-orcid:before {
    content: "铮�";
}

.fa-osi:before {
    content: "飷�";
}

.fa-otter:before {
    content: "餃€";
}

.fa-outdent:before {
    content: "飥�";
}

.fa-page4:before {
    content: "飶�";
}

.fa-pagelines:before {
    content: "飭�";
}

.fa-pager:before {
    content: "餇�";
}

.fa-paint-brush:before {
    content: "飮�";
}

.fa-paint-roller:before {
    content: "飽�";
}

.fa-palette:before {
    content: "飻�";
}

.fa-palfed:before {
    content: "飶�";
}

.fa-pallet:before {
    content: "飹�";
}

.fa-paper-plane:before {
    content: "飮�";
}

.fa-paperclip:before {
    content: "飪�";
}

.fa-parachute-box:before {
    content: "飺�";
}

.fa-paragraph:before {
    content: "飮�";
}

.fa-parking:before {
    content: "飼€";
}

.fa-passport:before {
    content: "飽�";
}

.fa-pastafarianism:before {
    content: "餀�";
}

.fa-paste:before {
    content: "飪�";
}

.fa-patreon:before {
    content: "飶�";
}

.fa-pause:before {
    content: "飦�";
}

.fa-pause-circle:before {
    content: "飱�";
}

.fa-paw:before {
    content: "飭�";
}

.fa-paypal:before {
    content: "飮�";
}

.fa-peace:before {
    content: "餀�";
}

.fa-pen:before {
    content: "飳�";
}

.fa-pen-alt:before {
    content: "飳�";
}

.fa-pen-fancy:before {
    content: "飽�";
}

.fa-pen-nib:before {
    content: "飽�";
}

.fa-pen-square:before {
    content: "飬�";
}

.fa-pencil-alt:before {
    content: "飳�";
}

.fa-pencil-ruler:before {
    content: "飽�";
}

.fa-penny-arcade:before {
    content: "餃�";
}

.fa-people-arrows:before {
    content: "铳�";
}

.fa-people-carry:before {
    content: "飺�";
}

.fa-pepper-hot:before {
    content: "餇�";
}

.fa-percent:before {
    content: "飱�";
}

.fa-percentage:before {
    content: "飼�";
}

.fa-periscope:before {
    content: "飶�";
}

.fa-person-booth:before {
    content: "餄�";
}

.fa-phabricator:before {
    content: "飶�";
}

.fa-phoenix-framework:before {
    content: "飶�";
}

.fa-phoenix-squadron:before {
    content: "飻�";
}

.fa-phone:before {
    content: "飩�";
}

.fa-phone-alt:before {
    content: "铩�";
}

.fa-phone-slash:before {
    content: "飶�";
}

.fa-phone-square:before {
    content: "飩�";
}

.fa-phone-square-alt:before {
    content: "铩�";
}

.fa-phone-volume:before {
    content: "飱�";
}

.fa-photo-video:before {
    content: "铩�";
}

.fa-php:before {
    content: "飸�";
}

.fa-pied-piper:before {
    content: "飱�";
}

.fa-pied-piper-alt:before {
    content: "飭�";
}

.fa-pied-piper-hat:before {
    content: "飺�";
}

.fa-pied-piper-pp:before {
    content: "飭�";
}

.fa-pied-piper-square:before {
    content: "铯�";
}

.fa-piggy-bank:before {
    content: "飺�";
}

.fa-pills:before {
    content: "飹�";
}

.fa-pinterest:before {
    content: "飪�";
}

.fa-pinterest-p:before {
    content: "飯�";
}

.fa-pinterest-square:before {
    content: "飪�";
}

.fa-pizza-slice:before {
    content: "餇�";
}

.fa-place-of-worship:before {
    content: "餀�";
}

.fa-plane:before {
    content: "飦�";
}

.fa-plane-arrival:before {
    content: "飽�";
}

.fa-plane-departure:before {
    content: "飽�";
}

.fa-plane-slash:before {
    content: "铳�";
}

.fa-play:before {
    content: "飦�";
}

.fa-play-circle:before {
    content: "飬�";
}

.fa-playstation:before {
    content: "飶�";
}

.fa-plug:before {
    content: "飮�";
}

.fa-plus:before {
    content: "飦�";
}

.fa-plus-circle:before {
    content: "飦�";
}

.fa-plus-square:before {
    content: "飪�";
}

.fa-podcast:before {
    content: "飲�";
}

.fa-poll:before {
    content: "餁�";
}

.fa-poll-h:before {
    content: "餁�";
}

.fa-poo:before {
    content: "飲�";
}

.fa-poo-storm:before {
    content: "餄�";
}

.fa-poop:before {
    content: "飿�";
}

.fa-portrait:before {
    content: "飶�";
}

.fa-pound-sign:before {
    content: "飬�";
}

.fa-power-off:before {
    content: "飥�";
}

.fa-pray:before {
    content: "餁�";
}

.fa-praying-hands:before {
    content: "餁�";
}

.fa-prescription:before {
    content: "飽�";
}

.fa-prescription-bottle:before {
    content: "飹�";
}

.fa-prescription-bottle-alt:before {
    content: "飹�";
}

.fa-print:before {
    content: "飥�";
}

.fa-procedures:before {
    content: "飹�";
}

.fa-product-hunt:before {
    content: "飱�";
}

.fa-project-diagram:before {
    content: "飼�";
}

.fa-pump-medical:before {
    content: "铳�";
}

.fa-pump-soap:before {
    content: "铳�";
}

.fa-pushed:before {
    content: "飶�";
}

.fa-puzzle-piece:before {
    content: "飫�";
}

.fa-python:before {
    content: "飶�";
}

.fa-qq:before {
    content: "飮�";
}

.fa-qrcode:before {
    content: "飥�";
}

.fa-question:before {
    content: "飫�";
}

.fa-question-circle:before {
    content: "飦�";
}

.fa-quidditch:before {
    content: "飸�";
}

.fa-quinscape:before {
    content: "飸�";
}

.fa-quora:before {
    content: "飲�";
}

.fa-quote-left:before {
    content: "飫�";
}

.fa-quote-right:before {
    content: "飫�";
}

.fa-quran:before {
    content: "餁�";
}

.fa-r-project:before {
    content: "飺�";
}

.fa-radiation:before {
    content: "餅�";
}

.fa-radiation-alt:before {
    content: "餅�";
}

.fa-rainbow:before {
    content: "餄�";
}

.fa-random:before {
    content: "飦�";
}

.fa-raspberry-pi:before {
    content: "餅�";
}

.fa-ravelry:before {
    content: "飲�";
}

.fa-react:before {
    content: "飷�";
}

.fa-reacteurope:before {
    content: "餄�";
}

.fa-readme:before {
    content: "飺�";
}

.fa-rebel:before {
    content: "飮�";
}

.fa-receipt:before {
    content: "飼�";
}

.fa-record-vinyl:before {
    content: "铮�";
}

.fa-recycle:before {
    content: "飭�";
}

.fa-red-river:before {
    content: "飶�";
}

.fa-reddit:before {
    content: "飭�";
}

.fa-reddit-alien:before {
    content: "飱�";
}

.fa-reddit-square:before {
    content: "飭�";
}

.fa-redhat:before {
    content: "餅�";
}

.fa-redo:before {
    content: "飥�";
}

.fa-redo-alt:before {
    content: "飲�";
}

.fa-registered:before {
    content: "飰�";
}

.fa-remove-format:before {
    content: "铩�";
}

.fa-renren:before {
    content: "飭�";
}

.fa-reply:before {
    content: "飶�";
}

.fa-reply-all:before {
    content: "飫�";
}

.fa-replyd:before {
    content: "飶�";
}

.fa-republican:before {
    content: "餄�";
}

.fa-researchgate:before {
    content: "飺�";
}

.fa-resolving:before {
    content: "飶�";
}

.fa-restroom:before {
    content: "餅�";
}

.fa-retweet:before {
    content: "飦�";
}

.fa-rev:before {
    content: "飽�";
}

.fa-ribbon:before {
    content: "飺�";
}

.fa-ring:before {
    content: "餃�";
}

.fa-road:before {
    content: "飥�";
}

.fa-robot:before {
    content: "飼�";
}

.fa-rocket:before {
    content: "飫�";
}

.fa-rocketchat:before {
    content: "飶�";
}

.fa-rockrms:before {
    content: "飶�";
}

.fa-route:before {
    content: "飺�";
}

.fa-rss:before {
    content: "飩�";
}

.fa-rss-square:before {
    content: "飬�";
}

.fa-ruble-sign:before {
    content: "飬�";
}

.fa-ruler:before {
    content: "飼�";
}

.fa-ruler-combined:before {
    content: "飼�";
}

.fa-ruler-horizontal:before {
    content: "飼�";
}

.fa-ruler-vertical:before {
    content: "飼�";
}

.fa-running:before {
    content: "餃�";
}

.fa-rupee-sign:before {
    content: "飬�";
}

.fa-sad-cry:before {
    content: "飽�";
}

.fa-sad-tear:before {
    content: "飽�";
}

.fa-safari:before {
    content: "飰�";
}

.fa-salesforce:before {
    content: "餇�";
}

.fa-sass:before {
    content: "飷�";
}

.fa-satellite:before {
    content: "餅�";
}

.fa-satellite-dish:before {
    content: "餆€";
}

.fa-save:before {
    content: "飪�";
}

.fa-schlix:before {
    content: "飶�";
}

.fa-school:before {
    content: "飼�";
}

.fa-screwdriver:before {
    content: "飼�";
}

.fa-scribd:before {
    content: "飱�";
}

.fa-scroll:before {
    content: "餃�";
}

.fa-sd-card:before {
    content: "餆�";
}

.fa-search:before {
    content: "飥�";
}

.fa-search-dollar:before {
    content: "餁�";
}

.fa-search-location:before {
    content: "餁�";
}

.fa-search-minus:before {
    content: "飥�";
}

.fa-search-plus:before {
    content: "飥�";
}

.fa-searchengin:before {
    content: "飶�";
}

.fa-seedling:before {
    content: "飺�";
}

.fa-sellcast:before {
    content: "飲�";
}

.fa-sellsy:before {
    content: "飯�";
}

.fa-server:before {
    content: "飯�";
}

.fa-servicestack:before {
    content: "飶�";
}

.fa-shapes:before {
    content: "飿�";
}

.fa-share:before {
    content: "飦�";
}

.fa-share-alt:before {
    content: "飮�";
}

.fa-share-alt-square:before {
    content: "飮�";
}

.fa-share-square:before {
    content: "飬�";
}

.fa-shekel-sign:before {
    content: "飯�";
}

.fa-shield-alt:before {
    content: "飶�";
}

.fa-shield-virus:before {
    content: "铳�";
}

.fa-ship:before {
    content: "飯�";
}

.fa-shipping-fast:before {
    content: "飹�";
}

.fa-shirtsinbulk:before {
    content: "飯�";
}

.fa-shoe-prints:before {
    content: "飼�";
}

.fa-shopify:before {
    content: "铳�";
}

.fa-shopping-bag:before {
    content: "飱�";
}

.fa-shopping-basket:before {
    content: "飱�";
}

.fa-shopping-cart:before {
    content: "飦�";
}

.fa-shopware:before {
    content: "飽�";
}

.fa-shower:before {
    content: "飲�";
}

.fa-shuttle-van:before {
    content: "飽�";
}

.fa-sign:before {
    content: "飺�";
}

.fa-sign-in-alt:before {
    content: "飲�";
}

.fa-sign-language:before {
    content: "飱�";
}

.fa-sign-out-alt:before {
    content: "飲�";
}

.fa-signal:before {
    content: "飥�";
}

.fa-signature:before {
    content: "飽�";
}

.fa-sim-card:before {
    content: "餆�";
}

.fa-simplybuilt:before {
    content: "飯�";
}

.fa-sistrix:before {
    content: "飶�";
}

.fa-sitemap:before {
    content: "飪�";
}

.fa-sith:before {
    content: "飻�";
}

.fa-skating:before {
    content: "餆�";
}

.fa-sketch:before {
    content: "餆�";
}

.fa-skiing:before {
    content: "餆�";
}

.fa-skiing-nordic:before {
    content: "餆�";
}

.fa-skull:before {
    content: "飼�";
}

.fa-skull-crossbones:before {
    content: "餃�";
}

.fa-skyatlas:before {
    content: "飯�";
}

.fa-skype:before {
    content: "飬�";
}

.fa-slack:before {
    content: "飭�";
}

.fa-slack-hash:before {
    content: "飶�";
}

.fa-slash:before {
    content: "餃�";
}

.fa-sleigh:before {
    content: "餆�";
}

.fa-sliders-h:before {
    content: "飮�";
}

.fa-slideshare:before {
    content: "飮�";
}

.fa-smile:before {
    content: "飫�";
}

.fa-smile-beam:before {
    content: "飽�";
}

.fa-smile-wink:before {
    content: "飺�";
}

.fa-smog:before {
    content: "餄�";
}

.fa-smoking:before {
    content: "飹�";
}

.fa-smoking-ban:before {
    content: "飼�";
}

.fa-sms:before {
    content: "餆�";
}

.fa-snapchat:before {
    content: "飱�";
}

.fa-snapchat-ghost:before {
    content: "飱�";
}

.fa-snapchat-square:before {
    content: "飱�";
}

.fa-snowboarding:before {
    content: "餆�";
}

.fa-snowflake:before {
    content: "飲�";
}

.fa-snowman:before {
    content: "餆�";
}

.fa-snowplow:before {
    content: "餆�";
}

.fa-soap:before {
    content: "铳�";
}

.fa-socks:before {
    content: "餁�";
}

.fa-solar-panel:before {
    content: "飽�";
}

.fa-sort:before {
    content: "飪�";
}

.fa-sort-alpha-down:before {
    content: "飬�";
}

.fa-sort-alpha-down-alt:before {
    content: "铫�";
}

.fa-sort-alpha-up:before {
    content: "飬�";
}

.fa-sort-alpha-up-alt:before {
    content: "铫�";
}

.fa-sort-amount-down:before {
    content: "飬�";
}

.fa-sort-amount-down-alt:before {
    content: "铫�";
}

.fa-sort-amount-up:before {
    content: "飬�";
}

.fa-sort-amount-up-alt:before {
    content: "铫�";
}

.fa-sort-down:before {
    content: "飪�";
}

.fa-sort-numeric-down:before {
    content: "飬�";
}

.fa-sort-numeric-down-alt:before {
    content: "铫�";
}

.fa-sort-numeric-up:before {
    content: "飬�";
}

.fa-sort-numeric-up-alt:before {
    content: "铫�";
}

.fa-sort-up:before {
    content: "飪�";
}

.fa-soundcloud:before {
    content: "飭�";
}

.fa-sourcetree:before {
    content: "餆�";
}

.fa-spa:before {
    content: "飽�";
}

.fa-space-shuttle:before {
    content: "飭�";
}

.fa-speakap:before {
    content: "飶�";
}

.fa-speaker-deck:before {
    content: "餇�";
}

.fa-spell-check:before {
    content: "铫�";
}

.fa-spider:before {
    content: "餃�";
}

.fa-spinner:before {
    content: "飫�";
}

.fa-splotch:before {
    content: "飽�";
}

.fa-spotify:before {
    content: "飭�";
}

.fa-spray-can:before {
    content: "飽�";
}

.fa-square:before {
    content: "飪�";
}

.fa-square-full:before {
    content: "飸�";
}

.fa-square-root-alt:before {
    content: "餁�";
}

.fa-squarespace:before {
    content: "飽�";
}

.fa-stack-exchange:before {
    content: "飭�";
}

.fa-stack-overflow:before {
    content: "飬�";
}

.fa-stackpath:before {
    content: "铩�";
}

.fa-stamp:before {
    content: "飽�";
}

.fa-star:before {
    content: "飥�";
}

.fa-star-and-crescent:before {
    content: "餁�";
}

.fa-star-half:before {
    content: "飩�";
}

.fa-star-half-alt:before {
    content: "飾€";
}

.fa-star-of-david:before {
    content: "餁�";
}

.fa-star-of-life:before {
    content: "飿�";
}

.fa-staylinked:before {
    content: "飶�";
}

.fa-steam:before {
    content: "飭�";
}

.fa-steam-square:before {
    content: "飭�";
}

.fa-steam-symbol:before {
    content: "飶�";
}

.fa-step-backward:before {
    content: "飦�";
}

.fa-step-forward:before {
    content: "飦�";
}

.fa-stethoscope:before {
    content: "飪�";
}

.fa-sticker-mule:before {
    content: "飶�";
}

.fa-sticky-note:before {
    content: "飰�";
}

.fa-stop:before {
    content: "飦�";
}

.fa-stop-circle:before {
    content: "飱�";
}

.fa-stopwatch:before {
    content: "飲�";
}

.fa-stopwatch-20:before {
    content: "铳�";
}

.fa-store:before {
    content: "飼�";
}

.fa-store-alt:before {
    content: "飼�";
}

.fa-store-alt-slash:before {
    content: "铳�";
}

.fa-store-slash:before {
    content: "铳�";
}

.fa-strava:before {
    content: "飷�";
}

.fa-stream:before {
    content: "飼�";
}

.fa-street-view:before {
    content: "飯�";
}

.fa-strikethrough:before {
    content: "飪�";
}

.fa-stripe:before {
    content: "飷�";
}

.fa-stripe-s:before {
    content: "飷�";
}

.fa-stroopwafel:before {
    content: "飼�";
}

.fa-studiovinari:before {
    content: "飶�";
}

.fa-stumbleupon:before {
    content: "飭�";
}

.fa-stumbleupon-circle:before {
    content: "飭�";
}

.fa-subscript:before {
    content: "飫�";
}

.fa-subway:before {
    content: "飯�";
}

.fa-suitcase:before {
    content: "飪�";
}

.fa-suitcase-rolling:before {
    content: "飾�";
}

.fa-sun:before {
    content: "飭�";
}

.fa-superpowers:before {
    content: "飲�";
}

.fa-superscript:before {
    content: "飫�";
}

.fa-supple:before {
    content: "飶�";
}

.fa-surprise:before {
    content: "飾�";
}

.fa-suse:before {
    content: "餆�";
}

.fa-swatchbook:before {
    content: "飾�";
}

.fa-swift:before {
    content: "铮�";
}

.fa-swimmer:before {
    content: "飾�";
}

.fa-swimming-pool:before {
    content: "飾�";
}

.fa-symfony:before {
    content: "餇�";
}

.fa-synagogue:before {
    content: "餁�";
}

.fa-sync:before {
    content: "飥�";
}

.fa-sync-alt:before {
    content: "飲�";
}

.fa-syringe:before {
    content: "飹�";
}

.fa-table:before {
    content: "飪�";
}

.fa-table-tennis:before {
    content: "飸�";
}

.fa-tablet:before {
    content: "飫�";
}

.fa-tablet-alt:before {
    content: "飶�";
}

.fa-tablets:before {
    content: "飹�";
}

.fa-tachometer-alt:before {
    content: "飶�";
}

.fa-tag:before {
    content: "飥�";
}

.fa-tags:before {
    content: "飥�";
}

.fa-tape:before {
    content: "飺�";
}

.fa-tasks:before {
    content: "飩�";
}

.fa-taxi:before {
    content: "飭�";
}

.fa-teamspeak:before {
    content: "飺�";
}

.fa-teeth:before {
    content: "飿�";
}

.fa-teeth-open:before {
    content: "飿�";
}

.fa-telegram:before {
    content: "飲�";
}

.fa-telegram-plane:before {
    content: "飶�";
}

.fa-temperature-high:before {
    content: "餄�";
}

.fa-temperature-low:before {
    content: "餄�";
}

.fa-tencent-weibo:before {
    content: "飮�";
}

.fa-tenge:before {
    content: "餆�";
}

.fa-terminal:before {
    content: "飫�";
}

.fa-text-height:before {
    content: "飥�";
}

.fa-text-width:before {
    content: "飥�";
}

.fa-th:before {
    content: "飥�";
}

.fa-th-large:before {
    content: "飥�";
}

.fa-th-list:before {
    content: "飥�";
}

.fa-the-red-yeti:before {
    content: "餁�";
}

.fa-theater-masks:before {
    content: "飿�";
}

.fa-themeco:before {
    content: "飾�";
}

.fa-themeisle:before {
    content: "飱�";
}

.fa-thermometer:before {
    content: "飹�";
}

.fa-thermometer-empty:before {
    content: "飲�";
}

.fa-thermometer-full:before {
    content: "飲�";
}

.fa-thermometer-half:before {
    content: "飲�";
}

.fa-thermometer-quarter:before {
    content: "飲�";
}

.fa-thermometer-three-quarters:before {
    content: "飲�";
}

.fa-think-peaks:before {
    content: "餃�";
}

.fa-thumbs-down:before {
    content: "飬�";
}

.fa-thumbs-up:before {
    content: "飬�";
}

.fa-thumbtack:before {
    content: "飩�";
}

.fa-ticket-alt:before {
    content: "飶�";
}

.fa-times:before {
    content: "飥�";
}

.fa-times-circle:before {
    content: "飦�";
}

.fa-tint:before {
    content: "飦�";
}

.fa-tint-slash:before {
    content: "飾�";
}

.fa-tired:before {
    content: "飾�";
}

.fa-toggle-off:before {
    content: "飯�";
}

.fa-toggle-on:before {
    content: "飯�";
}

.fa-toilet:before {
    content: "餆�";
}

.fa-toilet-paper:before {
    content: "餃�";
}

.fa-toilet-paper-slash:before {
    content: "铳�";
}

.fa-toolbox:before {
    content: "飼�";
}

.fa-tools:before {
    content: "餆�";
}

.fa-tooth:before {
    content: "飾�";
}

.fa-torah:before {
    content: "餁�";
}

.fa-torii-gate:before {
    content: "餁�";
}

.fa-tractor:before {
    content: "餃�";
}

.fa-trade-federation:before {
    content: "飻�";
}

.fa-trademark:before {
    content: "飰�";
}

.fa-traffic-light:before {
    content: "飿�";
}

.fa-trailer:before {
    content: "铳�";
}

.fa-train:before {
    content: "飯�";
}

.fa-tram:before {
    content: "餆�";
}

.fa-transgender:before {
    content: "飯�";
}

.fa-transgender-alt:before {
    content: "飯�";
}

.fa-trash:before {
    content: "飮�";
}

.fa-trash-alt:before {
    content: "飲�";
}

.fa-trash-restore:before {
    content: "餇�";
}

.fa-trash-restore-alt:before {
    content: "餇�";
}

.fa-tree:before {
    content: "飭�";
}

.fa-trello:before {
    content: "飭�";
}

.fa-tripadvisor:before {
    content: "飰�";
}

.fa-trophy:before {
    content: "飩�";
}

.fa-truck:before {
    content: "飪�";
}

.fa-truck-loading:before {
    content: "飺�";
}

.fa-truck-monster:before {
    content: "飿�";
}

.fa-truck-moving:before {
    content: "飺�";
}

.fa-truck-pickup:before {
    content: "飿�";
}

.fa-tshirt:before {
    content: "飼�";
}

.fa-tty:before {
    content: "飮�";
}

.fa-tumblr:before {
    content: "飬�";
}

.fa-tumblr-square:before {
    content: "飬�";
}

.fa-tv:before {
    content: "飰�";
}

.fa-twitch:before {
    content: "飮�";
}

.fa-twitter:before {
    content: "飩�";
}

.fa-twitter-square:before {
    content: "飩�";
}

.fa-typo3:before {
    content: "飷�";
}

.fa-uber:before {
    content: "飷�";
}

.fa-ubuntu:before {
    content: "餆�";
}

.fa-uikit:before {
    content: "飷�";
}

.fa-umbraco:before {
    content: "铮�";
}

.fa-umbrella:before {
    content: "飪�";
}

.fa-umbrella-beach:before {
    content: "飾�";
}

.fa-underline:before {
    content: "飪�";
}

.fa-undo:before {
    content: "飪�";
}

.fa-undo-alt:before {
    content: "飲�";
}

.fa-uniregistry:before {
    content: "飷�";
}

.fa-unity:before {
    content: "铳�";
}

.fa-universal-access:before {
    content: "飱�";
}

.fa-university:before {
    content: "飭�";
}

.fa-unlink:before {
    content: "飫�";
}

.fa-unlock:before {
    content: "飩�";
}

.fa-unlock-alt:before {
    content: "飫�";
}

.fa-untappd:before {
    content: "飷�";
}

.fa-upload:before {
    content: "飩�";
}

.fa-ups:before {
    content: "餆�";
}

.fa-usb:before {
    content: "飱�";
}

.fa-user:before {
    content: "飥�";
}

.fa-user-alt:before {
    content: "飷�";
}

.fa-user-alt-slash:before {
    content: "飺�";
}

.fa-user-astronaut:before {
    content: "飺�";
}

.fa-user-check:before {
    content: "飺�";
}

.fa-user-circle:before {
    content: "飱�";
}

.fa-user-clock:before {
    content: "飺�";
}

.fa-user-cog:before {
    content: "飺�";
}

.fa-user-edit:before {
    content: "飺�";
}

.fa-user-friends:before {
    content: "飻€";
}

.fa-user-graduate:before {
    content: "飻�";
}

.fa-user-injured:before {
    content: "餃�";
}

.fa-user-lock:before {
    content: "飻�";
}

.fa-user-md:before {
    content: "飪�";
}

.fa-user-minus:before {
    content: "飻�";
}

.fa-user-ninja:before {
    content: "飻�";
}

.fa-user-nurse:before {
    content: "餇�";
}

.fa-user-plus:before {
    content: "飯�";
}

.fa-user-secret:before {
    content: "飯�";
}

.fa-user-shield:before {
    content: "飻�";
}

.fa-user-slash:before {
    content: "飻�";
}

.fa-user-tag:before {
    content: "飻�";
}

.fa-user-tie:before {
    content: "飻�";
}

.fa-user-times:before {
    content: "飯�";
}

.fa-users:before {
    content: "飪€";
}

.fa-users-cog:before {
    content: "飻�";
}

.fa-usps:before {
    content: "餆�";
}

.fa-ussunnah:before {
    content: "飷�";
}

.fa-utensil-spoon:before {
    content: "飲�";
}

.fa-utensils:before {
    content: "飲�";
}

.fa-vaadin:before {
    content: "飷�";
}

.fa-vector-square:before {
    content: "飾�";
}

.fa-venus:before {
    content: "飯�";
}

.fa-venus-double:before {
    content: "飯�";
}

.fa-venus-mars:before {
    content: "飯�";
}

.fa-viacoin:before {
    content: "飯�";
}

.fa-viadeo:before {
    content: "飱�";
}

.fa-viadeo-square:before {
    content: "飱�";
}

.fa-vial:before {
    content: "飹�";
}

.fa-vials:before {
    content: "飹�";
}

.fa-viber:before {
    content: "飷�";
}

.fa-video:before {
    content: "飥�";
}

.fa-video-slash:before {
    content: "飺�";
}

.fa-vihara:before {
    content: "餁�";
}

.fa-vimeo:before {
    content: "飷�";
}

.fa-vimeo-square:before {
    content: "飭�";
}

.fa-vimeo-v:before {
    content: "飰�";
}

.fa-vine:before {
    content: "飮�";
}

.fa-virus:before {
    content: "铳�";
}

.fa-virus-slash:before {
    content: "铳�";
}

.fa-viruses:before {
    content: "铳�";
}

.fa-vk:before {
    content: "飭�";
}

.fa-vnv:before {
    content: "飷�";
}

.fa-voicemail:before {
    content: "铫�";
}

.fa-volleyball-ball:before {
    content: "飸�";
}

.fa-volume-down:before {
    content: "飥�";
}

.fa-volume-mute:before {
    content: "餁�";
}

.fa-volume-off:before {
    content: "飥�";
}

.fa-volume-up:before {
    content: "飥�";
}

.fa-vote-yea:before {
    content: "餄�";
}

.fa-vr-cardboard:before {
    content: "餃�";
}

.fa-vuejs:before {
    content: "飷�";
}

.fa-walking:before {
    content: "飼�";
}

.fa-wallet:before {
    content: "飼�";
}

.fa-warehouse:before {
    content: "飹�";
}

.fa-water:before {
    content: "餄�";
}

.fa-wave-square:before {
    content: "餇�";
}

.fa-waze:before {
    content: "餇�";
}

.fa-weebly:before {
    content: "飾�";
}

.fa-weibo:before {
    content: "飭�";
}

.fa-weight:before {
    content: "飹�";
}

.fa-weight-hanging:before {
    content: "飾�";
}

.fa-weixin:before {
    content: "飮�";
}

.fa-whatsapp:before {
    content: "飯�";
}

.fa-whatsapp-square:before {
    content: "飷�";
}

.fa-wheelchair:before {
    content: "飭�";
}

.fa-whmcs:before {
    content: "飷�";
}

.fa-wifi:before {
    content: "飮�";
}

.fa-wikipedia-w:before {
    content: "飰�";
}

.fa-wind:before {
    content: "餃�";
}

.fa-window-close:before {
    content: "飷�";
}

.fa-window-maximize:before {
    content: "飲�";
}

.fa-window-minimize:before {
    content: "飲�";
}

.fa-window-restore:before {
    content: "飲�";
}

.fa-windows:before {
    content: "飬�";
}

.fa-wine-bottle:before {
    content: "餃�";
}

.fa-wine-glass:before {
    content: "飺�";
}

.fa-wine-glass-alt:before {
    content: "飾�";
}

.fa-wix:before {
    content: "飾�";
}

.fa-wizards-of-the-coast:before {
    content: "餃�";
}

.fa-wolf-pack-battalion:before {
    content: "飻�";
}

.fa-won-sign:before {
    content: "飬�";
}

.fa-wordpress:before {
    content: "飭�";
}

.fa-wordpress-simple:before {
    content: "飷�";
}

.fa-wpbeginner:before {
    content: "飱�";
}

.fa-wpexplorer:before {
    content: "飲�";
}

.fa-wpforms:before {
    content: "飱�";
}

.fa-wpressr:before {
    content: "飶�";
}

.fa-wrench:before {
    content: "飩�";
}

.fa-x-ray:before {
    content: "飹�";
}

.fa-xbox:before {
    content: "飷�";
}

.fa-xing:before {
    content: "飬�";
}

.fa-xing-square:before {
    content: "飬�";
}

.fa-y-combinator:before {
    content: "飯�";
}

.fa-yahoo:before {
    content: "飭�";
}

.fa-yammer:before {
    content: "铩€";
}

.fa-yandex:before {
    content: "飷�";
}

.fa-yandex-international:before {
    content: "飷�";
}

.fa-yarn:before {
    content: "餆�";
}

.fa-yelp:before {
    content: "飮�";
}

.fa-yen-sign:before {
    content: "飬�";
}

.fa-yin-yang:before {
    content: "餁�";
}

.fa-yoast:before {
    content: "飱�";
}

.fa-youtube:before {
    content: "飬�";
}

.fa-youtube-square:before {
    content: "飷�";
}

.fa-zhihu:before {
    content: "飿�";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../images/fa-solid-900.eot");
    src: url("../images/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../images/fa-solid-900.woff2") format("woff2"), url("../images/fa-solid-900.woff") format("woff"), url("../images/fa-solid-900.ttf") format("truetype"), url("../images/fa-solid-900.svg") format("svg");
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/fa-regular-400.eot");
    src: url("../images/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../images/fa-regular-400.woff2") format("woff2"), url("../images/fa-regular-400.woff") format("woff"), url("../images/fa-regular-400.ttf") format("truetype"), url("../images/fa-regular-400.svg") format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../images/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("../images/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../images/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../images/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../images/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url("../images/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 400;
    src: url("../images/EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: italic;
    font-weight: 400;
    src: url("../images/EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 700;
    src: url("../images/EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "DINAlternate, DINAlternate-Bold";
    font-style: normal;
    font-weight: 400;
    src: url("../images/DINCond-black.otf") format("truetype");
}

/*  Z-Indicies*/
.color-indicator {
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-indicator__inner-circle {
    background-color: transparent;
}

.color-indicator--size-xl {
    height: 16px;
    width: 16px;
    border-radius: 8px;
}

.color-indicator--size-xl .color-indicator__inner-circle {
    border-radius: 8px;
    height: 8px;
    width: 8px;
}

.color-indicator--size-xl .color-indicator__icon {
    font-size: 10px;
}

.color-indicator--size-lg {
    height: 12px;
    width: 12px;
    border-radius: 6px;
}

.color-indicator--size-lg .color-indicator__inner-circle {
    border-radius: 6px;
    height: 6px;
    width: 6px;
}

.color-indicator--size-lg .color-indicator__icon {
    font-size: 7.5px;
}

.color-indicator--size-md {
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

.color-indicator--size-md .color-indicator__inner-circle {
    border-radius: 5px;
    height: 5px;
    width: 5px;
}

.color-indicator--size-md .color-indicator__icon {
    font-size: 6.25px;
}

.color-indicator--size-sm {
    height: 8px;
    width: 8px;
    border-radius: 4px;
}

.color-indicator--size-sm .color-indicator__inner-circle {
    border-radius: 4px;
    height: 4px;
    width: 4px;
}

.color-indicator--size-sm .color-indicator__icon {
    font-size: 5px;
}

.color-indicator--size-xs {
    height: 5px;
    width: 5px;
    border-radius: 2.5px;
}

.color-indicator--size-xs .color-indicator__inner-circle {
    border-radius: 2.5px;
    height: 2.5px;
    width: 2.5px;
}

.color-indicator--size-xs .color-indicator__icon {
    font-size: 3.125px;
}

.color-indicator--color-ui-1 {
    border-color: #f2f3f4;
}

.color-indicator--color-ui-1.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #f2f3f4;
}

.color-indicator--color-ui-1.color-indicator--filled {
    background-color: #f2f3f4;
}

.color-indicator--color-ui-1 .color-indicator__icon {
    color: black;
}

.color-indicator--color-ui-2 {
    border-color: #d6d9dc;
}

.color-indicator--color-ui-2.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #d6d9dc;
}

.color-indicator--color-ui-2.color-indicator--filled {
    background-color: #d6d9dc;
}

.color-indicator--color-ui-2 .color-indicator__icon {
    color: black;
}

.color-indicator--color-ui-3 {
    border-color: #bbc0c5;
}

.color-indicator--color-ui-3.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #bbc0c5;
}

.color-indicator--color-ui-3.color-indicator--filled {
    background-color: #bbc0c5;
}

.color-indicator--color-ui-3 .color-indicator__icon {
    color: black;
}

.color-indicator--color-ui-4 {
    border-color: #6a737d;
}

.color-indicator--color-ui-4.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #6a737d;
}

.color-indicator--color-ui-4.color-indicator--filled {
    background-color: #6a737d;
}

.color-indicator--color-ui-4 .color-indicator__icon {
    color: white;
}

.color-indicator--color-ui-5 {
    border-color: #666666;
}

.color-indicator--color-ui-5.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #666666;
}

.color-indicator--color-ui-5.color-indicator--filled {
    background-color: #666666;
}

.color-indicator--color-ui-5 .color-indicator__icon {
    color: white;
}

.color-indicator--color-ui-6 {
    border-color: #333333;
}

.color-indicator--color-ui-6.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #333333;
}

.color-indicator--color-ui-6.color-indicator--filled {
    background-color: #333333;
}

.color-indicator--color-ui-6 .color-indicator__icon {
    color: white;
}

.color-indicator--color-ui-7 {
    border-color: #d7d7d7;
}

.color-indicator--color-ui-7.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #d7d7d7;
}

.color-indicator--color-ui-7.color-indicator--filled {
    background-color: #d7d7d7;
}

.color-indicator--color-ui-7 .color-indicator__icon {
    color: black;
}

.color-indicator--color-white {
    border-color: #fff;
}

.color-indicator--color-white.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #fff;
}

.color-indicator--color-white.color-indicator--filled {
    background-color: #fff;
}

.color-indicator--color-white .color-indicator__icon {
    color: black;
}

.color-indicator--color-black {
    border-color: #333333;
}

.color-indicator--color-black.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #333333;
}

.color-indicator--color-black.color-indicator--filled {
    background-color: #333333;
}

.color-indicator--color-black .color-indicator__icon {
    color: white;
}

.color-indicator--color-blue {
    border-color: #2980fe;
}

.color-indicator--color-blue.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #2980fe;
}

.color-indicator--color-blue.color-indicator--filled {
    background-color: #2980fe;
}

.color-indicator--color-blue .color-indicator__icon {
    color: white;
}

.color-indicator--color-primary-1 {
    border-color: #037dd6;
}

.color-indicator--color-primary-1.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #037dd6;
}

.color-indicator--color-primary-1.color-indicator--filled {
    background-color: #037dd6;
}

.color-indicator--color-primary-1 .color-indicator__icon {
    color: white;
}

.color-indicator--color-primary-2 {
    border-color: #eaf6ff;
}

.color-indicator--color-primary-2.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #eaf6ff;
}

.color-indicator--color-primary-2.color-indicator--filled {
    background-color: #eaf6ff;
}

.color-indicator--color-primary-2 .color-indicator__icon {
    color: black;
}

.color-indicator--color-primary-3 {
    border-color: #0260a4;
}

.color-indicator--color-primary-3.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #0260a4;
}

.color-indicator--color-primary-3.color-indicator--filled {
    background-color: #0260a4;
}

.color-indicator--color-primary-3 .color-indicator__icon {
    color: white;
}

.color-indicator--color-secondary-1 {
    border-color: #f66a0a;
}

.color-indicator--color-secondary-1.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #f66a0a;
}

.color-indicator--color-secondary-1.color-indicator--filled {
    background-color: #f66a0a;
}

.color-indicator--color-secondary-1 .color-indicator__icon {
    color: black;
}

.color-indicator--color-secondary-2 {
    border-color: #fef5ef;
}

.color-indicator--color-secondary-2.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #fef5ef;
}

.color-indicator--color-secondary-2.color-indicator--filled {
    background-color: #fef5ef;
}

.color-indicator--color-secondary-2 .color-indicator__icon {
    color: black;
}

.color-indicator--color-secondary-3 {
    border-color: #c65507;
}

.color-indicator--color-secondary-3.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #c65507;
}

.color-indicator--color-secondary-3.color-indicator--filled {
    background-color: #c65507;
}

.color-indicator--color-secondary-3 .color-indicator__icon {
    color: black;
}

.color-indicator--color-alert-1 {
    border-color: #ffd33d;
}

.color-indicator--color-alert-1.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #ffd33d;
}

.color-indicator--color-alert-1.color-indicator--filled {
    background-color: #ffd33d;
}

.color-indicator--color-alert-1 .color-indicator__icon {
    color: black;
}

.color-indicator--color-alert-2 {
    border-color: #fefcde;
}

.color-indicator--color-alert-2.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #fefcde;
}

.color-indicator--color-alert-2.color-indicator--filled {
    background-color: #fefcde;
}

.color-indicator--color-alert-2 .color-indicator__icon {
    color: black;
}

.color-indicator--color-alert-3 {
    border-color: #f8c000;
}

.color-indicator--color-alert-3.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #f8c000;
}

.color-indicator--color-alert-3.color-indicator--filled {
    background-color: #f8c000;
}

.color-indicator--color-alert-3 .color-indicator__icon {
    color: black;
}

.color-indicator--color-error-1 {
    border-color: #d73a49;
}

.color-indicator--color-error-1.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #d73a49;
}

.color-indicator--color-error-1.color-indicator--filled {
    background-color: #d73a49;
}

.color-indicator--color-error-1 .color-indicator__icon {
    color: black;
}

.color-indicator--color-error-2 {
    border-color: #fcf2f3;
}

.color-indicator--color-error-2.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #fcf2f3;
}

.color-indicator--color-error-2.color-indicator--filled {
    background-color: #fcf2f3;
}

.color-indicator--color-error-2 .color-indicator__icon {
    color: black;
}

.color-indicator--color-error-3 {
    border-color: #b92534;
}

.color-indicator--color-error-3.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #b92534;
}

.color-indicator--color-error-3.color-indicator--filled {
    background-color: #b92534;
}

.color-indicator--color-error-3 .color-indicator__icon {
    color: black;
}

.color-indicator--color-success-1 {
    border-color: #4cd964;
}

.color-indicator--color-success-1.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #4cd964;
}

.color-indicator--color-success-1.color-indicator--filled {
    background-color: #4cd964;
}

.color-indicator--color-success-1 .color-indicator__icon {
    color: white;
}

.color-indicator--color-success-2 {
    border-color: #caf4d1;
}

.color-indicator--color-success-2.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #caf4d1;
}

.color-indicator--color-success-2.color-indicator--filled {
    background-color: #caf4d1;
}

.color-indicator--color-success-2 .color-indicator__icon {
    color: black;
}

.color-indicator--color-success-3 {
    border-color: #219e37;
}

.color-indicator--color-success-3.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #219e37;
}

.color-indicator--color-success-3.color-indicator--filled {
    background-color: #219e37;
}

.color-indicator--color-success-3 .color-indicator__icon {
    color: white;
}

.color-indicator--color-success-4 {
    border-color: #03c288;
}

.color-indicator--color-success-4.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #03c288;
}

.color-indicator--color-success-4.color-indicator--filled {
    background-color: #03c288;
}

.color-indicator--color-success-4 .color-indicator__icon {
    color: white;
}

.color-indicator--color-mainnet {
    border-color: #29b6af;
}

.color-indicator--color-mainnet.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #29b6af;
}

.color-indicator--color-mainnet.color-indicator--filled {
    background-color: #29b6af;
}

.color-indicator--color-mainnet .color-indicator__icon {
    color: white;
}

.color-indicator--color-ropsten {
    border-color: #ff4a8d;
}

.color-indicator--color-ropsten.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #ff4a8d;
}

.color-indicator--color-ropsten.color-indicator--filled {
    background-color: #ff4a8d;
}

.color-indicator--color-ropsten .color-indicator__icon {
    color: black;
}

.color-indicator--color-kovan {
    border-color: #9064ff;
}

.color-indicator--color-kovan.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #9064ff;
}

.color-indicator--color-kovan.color-indicator--filled {
    background-color: #9064ff;
}

.color-indicator--color-kovan .color-indicator__icon {
    color: black;
}

.color-indicator--color-rinkeby {
    border-color: #f6c343;
}

.color-indicator--color-rinkeby.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #f6c343;
}

.color-indicator--color-rinkeby.color-indicator--filled {
    background-color: #f6c343;
}

.color-indicator--color-rinkeby .color-indicator__icon {
    color: black;
}

.color-indicator--color-goerli {
    border-color: #3099f2;
}

.color-indicator--color-goerli.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #3099f2;
}

.color-indicator--color-goerli.color-indicator--filled {
    background-color: #3099f2;
}

.color-indicator--color-goerli .color-indicator__icon {
    color: white;
}

.color-indicator--color-transparent {
    border-color: transparent;
}

.color-indicator--color-transparent.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: transparent;
}

.color-indicator--color-transparent.color-indicator--filled {
    background-color: transparent;
}

.color-indicator--color-transparent .color-indicator__icon {
    color: white;
}

.color-indicator--color-disconnected {
    border-color: #6f96ef;
}

.color-indicator--color-disconnected.color-indicator--partial-filled .color-indicator__inner-circle {
    background-color: #6f96ef;
}

.color-indicator--color-disconnected.color-indicator--filled {
    background-color: #6f96ef;
}

.color-indicator--color-disconnected .color-indicator__icon {
    color: white;
}

.color-indicator--border-color-ui-1 {
    border-color: #f2f3f4;
}

.color-indicator--border-color-ui-2 {
    border-color: #d6d9dc;
}

.color-indicator--border-color-ui-3 {
    border-color: #bbc0c5;
}

.color-indicator--border-color-ui-4 {
    border-color: #6a737d;
}

.color-indicator--border-color-ui-5 {
    border-color: #666666;
}

.color-indicator--border-color-ui-6 {
    border-color: #333333;
}

.color-indicator--border-color-ui-7 {
    border-color: #d7d7d7;
}

.color-indicator--border-color-white {
    border-color: #fff;
}

.color-indicator--border-color-black {
    border-color: #333333;
}

.color-indicator--border-color-blue {
    border-color: #2980fe;
}

.color-indicator--border-color-primary-1 {
    border-color: #037dd6;
}

.color-indicator--border-color-primary-2 {
    border-color: #eaf6ff;
}

.color-indicator--border-color-primary-3 {
    border-color: #0260a4;
}

.color-indicator--border-color-secondary-1 {
    border-color: #f66a0a;
}

.color-indicator--border-color-secondary-2 {
    border-color: #fef5ef;
}

.color-indicator--border-color-secondary-3 {
    border-color: #c65507;
}

.color-indicator--border-color-alert-1 {
    border-color: #ffd33d;
}

.color-indicator--border-color-alert-2 {
    border-color: #fefcde;
}

.color-indicator--border-color-alert-3 {
    border-color: #f8c000;
}

.color-indicator--border-color-error-1 {
    border-color: #d73a49;
}

.color-indicator--border-color-error-2 {
    border-color: #fcf2f3;
}

.color-indicator--border-color-error-3 {
    border-color: #b92534;
}

.color-indicator--border-color-success-1 {
    border-color: #4cd964;
}

.color-indicator--border-color-success-2 {
    border-color: #caf4d1;
}

.color-indicator--border-color-success-3 {
    border-color: #219e37;
}

.color-indicator--border-color-success-4 {
    border-color: #03c288;
}

.color-indicator--border-color-mainnet {
    border-color: #29b6af;
}

.color-indicator--border-color-ropsten {
    border-color: #ff4a8d;
}

.color-indicator--border-color-kovan {
    border-color: #9064ff;
}

.color-indicator--border-color-rinkeby {
    border-color: #f6c343;
}

.color-indicator--border-color-goerli {
    border-color: #3099f2;
}

.color-indicator--border-color-transparent {
    border-color: transparent;
}

.color-indicator--border-color-disconnected {
    border-color: #6f96ef;
}

.confusable__point {
    color: #d73a49;
}

.currency-display-component {
    display: flex;
    align-items: center;
}

.currency-display-component__text {
    /*rtl:ignore*/
    direction: ltr;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.currency-display-component__text--prefix {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.currency-display-component__text--value {
    font-size: 34px;
    font-family: DINAlternate, DINAlternate-Bold;
    font-weight: 700;
}

.currency-display-component__text--prefix {
    margin-right: 8px;
    font-size: 18px;
}

.currency-display-component__text--suffix {
    margin-left: 11.5px;
    font-size: 20px;
}

.currency-display-component__suffix {
    padding-left: 4px;
}

.currency-input__conversion-component {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-left: 1px;
}

.currency-input__swap-component {
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
    background-image: url("../images/swap.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.4;
}

.currency-input__swap-component:hover {
    opacity: 0.3;
}

.currency-input__swap-component:active {
    opacity: 0.5;
}

.definition-list__term {
    display: flex;
    align-items: center;
}

.definition-list__term i {
    color: #bbc0c5;
    margin-left: 6px;
    font-size: 0.625rem;
}

.definition-list__term .definition-list__tooltip-wrapper {
    display: flex !important;
    align-items: center;
}

.definition-list__term .definition-list__tooltip-wrapper img {
    width: 12px;
    height: 12px;
    color: #2980fe;
    margin-left: 9px;
    margin-bottom: 3px;
}

.definition-list .definition-line {
    margin-top: 10px;
    width: 283px;
    height: 1px;
    background: #eeeeee;
}

.definition-list .definition-line-long {
    width: 320px;
}

.dialog {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 1rem;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 8px;
}

.dialog--message {
    border-color: #75c4fd;
    color: #0260a4;
    background-color: #eaf6ff;
}

.dialog--error {
    border-color: #e88f97;
    color: #b92534;
    background-color: #fcf2f3;
}

.dialog--warning {
    border-color: #faa66c;
    color: #c65507;
    background-color: #fef5ef;
}

.dropdown {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #bbc0c5;
    border-radius: 8px;
    background-image: url("../images/caret-down.svg");
    background-repeat: no-repeat, repeat;
    background-position: right 18px top 50%;
    background-color: white;
    padding: 14px 18px;
}

[dir=rtl] .dropdown {
    background-position: left 18px top 50%;
    padding: 8px 16px 8px 32px;
}

.editable-label {
    display: flex;
    align-items: center;
    position: relative;
}

.editable-label__value {
    font-size: 13px;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #777777;
}

.editable-label__input {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 200px;
    text-align: center;
    border: 1px solid #dedede;
    color: #2980fe;
}

.editable-label__input--error {
    border: 1px solid #d0021b;
}

.editable-label__icon-button {
    left: 100%;
    background: unset;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.editable-label__icon {
    cursor: pointer;
    color: #9b9b9b;
}

.error-message {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    min-height: 32px;
    border: 1px solid #d0021b;
    color: #d0021b;
    background: #fff1f2;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px;
}

.error-message__icon {
    margin-right: 8px;
    flex: 0 0 auto;
}

.error-message__text {
    overflow: auto;
}

.export-text-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 4px;
    font-weight: 400;
}

.export-text-container__text-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 4px;
    background: #fafafa;
}

.export-text-container__text {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    resize: none;
    border: none;
    background: #fafafa;
    text-align: center;
}

.export-text-container__buttons-container {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #dedede;
    width: 100%;
}

.export-text-container__button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #2980fe;
}

.export-text-container__button--copy {
    border-right: 1px solid #dedede;
}

.export-text-container__button-text {
    padding-left: 10px;
}

.icon-border {
    border-radius: 50%;
    border: 1px solid #f2f3f4;
    background: #ececf0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: unset;
    text-align: center;
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    cursor: pointer;
    color: #2980fe;
}

.icon-button__circle {
    margin-bottom: 6px;
}

.icon-button__circle img {
    display: block;
    width: 40px;
}

.icon-button--disabled {
    opacity: 0.3;
    cursor: auto;
}

.icon-with-fallback__fallback {
    color: black;
}

.icon-with-label {
    display: flex;
    align-items: center;
}

.icon-with-label__label {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 4px;
    color: #6a737d;
}

.info-icon {
    margin: 0 4px;
}

.info-icon--success {
    fill: #4cd964;
}

.info-icon--info {
    fill: #037dd6;
}

.info-icon--warning {
    fill: #f8c000;
}

.info-icon--danger {
    fill: #d73a49;
}

.preloader__icon {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.identicon {
    /*rtl:ignore*/
    direction: ltr;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.identicon__address-wrapper {
    height: 40px;
    width: 40px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-radius: 50%;
    border-width: 2px;
    border-color: #2980fe;
}

.identicon__image-border {
    border: 1px solid #f0f0f0;
    background: #fff;
}

.menu {
    width: 16px;
    display: block;
}

.overview-logo {
    position: absolute;
}

.info-tooltip img {
    height: 12px;
    width: 12px;
}

.tippy-popper[x-placement^=top] .tippy-tooltip-info-theme [x-arrow],.tippy-popper[x-placement^=top] .tippy-tooltip-wideInfo-theme [x-arrow] {
    border-top-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip-info-theme [x-arrow],.tippy-popper[x-placement^=right] .tippy-tooltip-wideInfo-theme [x-arrow] {
    border-right-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip-info-theme [x-arrow],.tippy-popper[x-placement^=left] .tippy-tooltip-wideInfo-theme [x-arrow] {
    border-left-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip-info-theme [x-arrow],.tippy-popper[x-placement^=bottom] .tippy-tooltip-wideInfo-theme [x-arrow] {
    border-bottom-color: #fff;
}

.tippy-tooltip {
    padding: 9px 10px !important;
}

.tippy-tooltip.tippy-tooltip-info-theme,.tippy-tooltip.tippy-tooltip-wideInfo-theme {
    background: white;
    color: black;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    max-width: 203px;
    padding: 16px;
    padding-bottom: 15px;
}

.tippy-tooltip.tippy-tooltip-info-theme .tippy-tooltip-content,.tippy-tooltip.tippy-tooltip-wideInfo-theme .tippy-tooltip-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    color: #6a737d;
}

.tippy-tooltip.tippy-tooltip-wideInfo-theme {
    max-width: 260px;
}

.list-item {
    width: 100%;
    min-height: 64px;
    margin: 0;
    background: #fff;
    padding: 7px 18px;
    position: relative;
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    display: flex;
    grid-template-columns: 0fr repeat(11, 1fr);
    grid-template-areas: "icon head     head     head     head     head     head     head     right right right right" "icon sub      sub      sub      sub      sub      sub      sub      right right right right" ".    actions  actions  actions  actions  actions  actions  actions  right right right right";
    align-items: center;
    cursor: pointer;
}

.list-item:hover,.list-item:focus-within {
    background-color: #f5f9ff;
}

.list-item__icon {
    grid-area: icon;
    align-self: center;
}

.list-item__icon>* {
    margin: 0 11px 0 0;
}

.list-item__actions {
    grid-area: actions;
}

.list-item__heading {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    grid-area: head;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333333;
}

.list-item__heading button {
    background: unset;
    font-size: unset;
    -webkit-padding-start: 0;
    padding-inline-start: 0;}

.list-item__heading-wrap {
    display: inline-block;
    margin-left: 8px;
}

.list-item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item__subheading {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    grid-area: sub;
    color: #6a737d;
    margin-top: 4px;
}

.list-item__subheading>* {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item__subheading:empty {
    display: none;
}

.list-item__mid-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    grid-area: mid;
    color: #6a737d;
}

.list-item__right-content {
    grid-area: right;
    text-align: right;
    align-items: flex-end;
    overflow: hidden;
    white-space: nowrap;
}

.list-item__delete {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0 19px;
    background: #e55036;
    border: 1px solid #ffaeae;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 101px;
    margin: auto;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    display: none;
}

.list-item__delete-show {
    display: block;
}

@media (max-width: 575px) {
    .list-item__mid-content {
        display: none;
    }
}

@media (min-width: 576px) {
    .list-item {
        grid-template-areas: "icon head     head     head     head     mid mid mid mid right right right" "icon sub      sub      sub      sub      mid mid mid mid right right right" ".    actions  actions  actions  actions  mid mid mid mid right right right";
    }
}

.list-item--single-content-row {
    grid-template-areas: "icon head     head     head     head     head     head     head     right right right right";
    align-items: center;
}

@media (min-width: 576px) {
    .list-item--single-content-row {
        grid-template-areas: "icon head     head     head     head     mid mid mid mid right right right";
    }
}

.loading-indicator {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    height: 16px;
    width: 16px;
    margin-left: 5px;
}

.loading-indicator__spinner {
    width: 27px;
    height: 26px;
    position: absolute;
    top: -5px;
    left: -6px;
    animation: loading 3s linear infinite;
    -webkit-animation: loading 3s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-list__icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    animation: loading 3s linear infinite;
    -webkit-animation: loading 3s linear infinite;
}

.loading-overlay {
    left: 0;
    z-index: 51;
    position: fixed;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.loading-overlay__screen-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading-overlay__container {
    position: absolute;
    top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.loading-overlay__error-pic {
    width: 210px;
}

.loading-overlay__error-message {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 18px;
}

.loading-overlay__error-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    justify-content: space-evenly;
}

.loading-overlay__error-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

.loading-overlay__error-buttons .button {
    margin: 7.5px;
    padding: 11px 0;
    width: 138px;
    font-weight: 500;
}

.loading-overlay__emoji {
    font-size: 32px;
}

.loading-overlay__spinner {
    height: 58px;
    width: 58px;
    animation: loading 3s linear infinite;
    -webkit-animation: loading 3s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.menu__container {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.214);
    border-radius: 8px;
    width: 225px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    z-index: 1050;
}

.menu__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1050;
}

.menu-item {
    background: none;
    font-size: inherit;
    display: grid;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    text-align: start;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    cursor: pointer;
}

.menu-item__icon {
    margin-right: 8px;
    grid-row: 1/span 2;
    color: #6a737d;
}

.menu-item .disconnect-icon::before {
    content: "";
    background-image: url(../images/disconnect.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px;
    display: flex;
}

.numeric-input {
    border: 1px solid #bbc0c5;
    position: relative;
    border-radius: 6px;
}

.numeric-input--error {
    border-color: #d73a49;
}

.numeric-input input {
    width: 100%;
    border: 0;
    padding: 10px;
    border-radius: 6px;
    /* ensures the increment/decrement arrows always display */
}

.numeric-input input::-webkit-inner-spin-button,.numeric-input input::-webkit-outer-spin-button {
    opacity: 1;
}

.numeric-input span {
    position: absolute;
    right: 40px;
    top: 7px;
}

.page-container {
    width: 408px;
    background-color: #fff;
    z-index: 25;
    display: flex;
    flex-flow: column;
    border-radius: 8px;
    overflow-y: visible;
}

@media screen and (min-width: 575px) {
    .page-container {
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    }
}

.page-container__header {
    display: flex;
    flex-flow: column;
    padding: 16px;
    flex: 0 0 auto;
    position: relative;
}

.page-container__header--no-padding-bottom {
    padding-bottom: 0;
}

.page-container__header-close {
    color: #4d4d4d;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    overflow: hidden;
}

.page-container__header-close::after {
    content: "脳";
    font-size: 40px;
    line-height: 20px;
}

.page-container__header-row {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.page-container__bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.page-container__footer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: auto;
}

.page-container__footer footer {
    display: flex;
    flex-flow: row;
    justify-content: center;
    padding: 16px;
    flex: 0 0 auto;
}

.page-container__footer-secondary {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding: 0 16px 16px;
    flex: 0 0 auto;
}

.page-container__footer-secondary a,.page-container__footer-secondary a:hover {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #2980fe;
}

.page-container__footer-button {
    margin-right: 12px;
}

.page-container__footer-button:last-of-type {
    margin-right: 0;
}

.page-container__back-button {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
}

.page-container__title {
    font-size: 2rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #000;
    font-weight: 500;
    margin-right: 1.5rem;
}

.page-container__subtitle {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-top: 0.5rem;
    color: #808080;
}

.page-container__tabs {
    display: flex;
    margin-top: 16px;
}

.page-container__tab {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    min-width: 5rem;
    color: #9b9b9b;
    border-bottom: none;
    margin-right: 16px;
}

.page-container__tab:last-of-type {
    margin-right: 0;
}

.page-container--full-width {
    width: 100% !important;
}

.page-container--full-height {
    height: 100% !important;
    max-height: initial !important;
    min-height: initial !important;
}

.page-container__content {
    overflow-y: auto;
    flex: 1;
}

.page-container__warning-container {
    background: #fdf4f4;
    padding: 20px;
    display: flex;
    align-items: start;
}

.page-container__warning-message {
    padding-left: 15px;
}

.page-container__warning-title {
    font-weight: 500;
}

.page-container__warning-icon {
    padding-top: 5px;
}

@media screen and (max-width: 250px) {
    .page-container__footer {
        flex-flow: column-reverse;
    }

    .page-container__footer-button {
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .page-container__footer-button:first-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .page-container {
        height: 100%;
        width: 100%;
        background-color: #fff;
        border-radius: 0;
        flex: 1;
        overflow-y: visible;
    }
}

@media screen and (min-width: 576px) {
    .page-container {
        max-height: 82vh;
        min-height: 570px;
        flex: 0 0 auto;
        margin-right: auto;
        margin-left: auto;
    }
}

.popover-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 328px;
    max-height: 94vh;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: white;
}

.popover-wrap ::-webkit-scrollbar {
    width: 6px;
}

.popover-wrap ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #c4c4c4;
}

.popover-header {
    display: flex;
    padding: 30px 0 19px;
    flex-direction: column;
    background: white;
    position: relative;
    border-radius: 10px;
}

.popover-header__title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 8px;
    color: #333333;
}

.popover-header__title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popover-header__title h2 button {
    margin-right: 24px;
}

.popover-header__title.center {
    justify-content: center;
}

.popover-header__subtitle {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.popover-header__button {
    background: none;
    font-size: inherit;
    padding: 0;
}

.popover-header i {
    cursor: pointer;
}

.popover-bg {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
}

.popover-content {
    overflow-y: auto;
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    border-radius: 10px;
}

.popover-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.popover-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.popover-arrow {
    width: 22px;
    height: 22px;
    background: white;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.popover-close {
    cursor: pointer;
    width: 32px;
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    margin: auto;
}

.pulse-loader {
    display: flex;
}

.pulse-loader__loading-dot-one,.pulse-loader__loading-dot-two,.pulse-loader__loading-dot-three {
    background: #037dd6;
    width: 9px;
    height: 9px;
    margin-right: 2px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pulse-loader__loading-dot-one {
    -webkit-animation: loading-dot 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: loading-dot 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.pulse-loader__loading-dot-two {
    -webkit-animation: loading-dot 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: loading-dot 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.pulse-loader__loading-dot-three {
    -webkit-animation: loading-dot 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: loading-dot 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

@-webkit-keyframes loading-dot {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes loading-dot {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.qr-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qr-code__message-container>div:first-child {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 18px;
    color: #4d4d4d;
}

.qr-code__message {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #f7861c;
}

.qr-code__error {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f7861c;
    margin-bottom: 9px;
}

.radio-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100px;
    width: 300px;
}

.radio-group label {
    cursor: pointer;
}

.radio-group__column-recommended {
    height: 20px;
}

.radio-group__column-line {
    width: 1px;
    height: 5px;
    background-color: #d6d9dc;
    margin: 0 auto;
}

.radio-group__column-horizontal-line {
    height: 1px;
    background-color: #d6d9dc;
    width: 100%;
}

.radio-group__column:first-child .radio-group__column-horizontal-line {
    width: 50px;
    margin-left: 50px;
}

.radio-group__column:last-child .radio-group__column-horizontal-line {
    width: 51px;
}

.radio-group__column-radio {
    -webkit-margin-end: 1px;
    margin-inline-end: 1px;}

.radio-group__column-radio,.radio-group__column-label {
    text-align: center;
}

.radio-group__column-label {
    padding-top: 6px;
}

.readonly-input__input {
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.sender-to-recipient {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
}

.sender-to-recipient--default {
    border-bottom: 1px solid #d2d8dd;
    height: 42px;
}

.sender-to-recipient--default .sender-to-recipient__tooltip-wrapper {
    min-width: 0;
}

.sender-to-recipient--default .sender-to-recipient__tooltip-container {
    max-width: 100%;
}

.sender-to-recipient--default .sender-to-recipient__party {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    padding: 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sender-to-recipient--default .sender-to-recipient__party--sender {
    padding-right: 30px;
    cursor: pointer;
}

.sender-to-recipient--default .sender-to-recipient__party--recipient {
    padding-left: 30px;
    border-left: 1px solid #d2d8dd;
}

.sender-to-recipient--default .sender-to-recipient__party--recipient-with-address {
    cursor: pointer;
}

.sender-to-recipient--default .sender-to-recipient__arrow-container {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir=rtl] .sender-to-recipient--default .sender-to-recipient__arrow-container {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sender-to-recipient--default .sender-to-recipient__arrow-circle {
    background: #fff;
    padding: 5px;
    border: 1px solid #d2d8dd;
    border-radius: 20px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sender-to-recipient--default .sender-to-recipient__name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[dir=rtl] .sender-to-recipient--default .sender-to-recipient__name {
    /*rtl:ignore*/
    direction: ltr;
    /*rtl:ignore*/
    text-align: right;
}

[dir=rtl] .sender-to-recipient--default .sender-to-recipient__name span {
    display: block;
    /*rtl:ignore*/
    direction: rtl;
}

.sender-to-recipient--cards .sender-to-recipient__party {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    padding: 6px;
    background: #fff;
    cursor: pointer;
    min-width: 0;
    color: #9b9b9b;
}

.sender-to-recipient--cards .sender-to-recipient__tooltip-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sender-to-recipient--cards .sender-to-recipient__name {
    font-size: 0.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[dir=rtl] .sender-to-recipient--cards .sender-to-recipient__name {
    /*rtl:ignore*/
    direction: ltr;
    /*rtl:ignore*/
    text-align: right;
}

[dir=rtl] .sender-to-recipient--cards .sender-to-recipient__name span {
    display: block;
    /*rtl:ignore*/
    direction: rtl;
}

.sender-to-recipient--cards .sender-to-recipient__arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir=rtl] .sender-to-recipient--cards .sender-to-recipient__arrow-container {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sender-to-recipient--flat .sender-to-recipient__party {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 6px;
    cursor: pointer;
    min-width: 0;
    color: #9b9b9b;
}

.sender-to-recipient--flat .sender-to-recipient__tooltip-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sender-to-recipient--flat .sender-to-recipient__name {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[dir=rtl] .sender-to-recipient--flat .sender-to-recipient__name {
    /*rtl:ignore*/
    direction: ltr;
    /*rtl:ignore*/
    text-align: right;
}

[dir=rtl] .sender-to-recipient--flat .sender-to-recipient__name span {
    display: block;
    /*rtl:ignore*/
    direction: rtl;
}

.sender-to-recipient--flat .sender-to-recipient__arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir=rtl] .sender-to-recipient--flat .sender-to-recipient__arrow-container {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sender-and-recipient__sender,.sender-and-recipient__recipient {
    margin-left: 18px;
    padding: 16px 18px 16px 0;
    border-bottom: #eeeeee 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sender-and-recipient__right {
    display: flex;
    align-items: center;
}

.sender-and-recipient__copy {
    margin-left: 13px;
    cursor: pointer;
    height: 18px;
}

.sender-and-recipient__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.sender-and-recipient__content {
    margin-left: auto;
}

.sender-and-recipient__address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
}

.sender-and-recipient__account {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    line-height: 17px;
    float: right;
}

.snackbar {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0.75rem 1rem;
    color: #0260a4;
    min-width: 360px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #eaf6ff;
    border: 1px solid #75c4fd;
    border-radius: 6px;
}

.tab button {
    cursor: pointer;
    padding: 8px;
    min-width: 50px;
    text-align: center;
    display: block;
    width: 100%;
    background-color: unset;
    font-size: unset;
    color: unset;
}

.tab--active {
    color: #2980fe;
    font-weight: 500;
}

.tab--active::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 2px;
    background-color: #2980fe;
    margin: 0 auto;
}

.tabs {
    flex-grow: 1;
    -moz-transform: translateZ(0);
    position: relative;
    width: 100%;
}

.tabs__list {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #d2d8dd;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    width: 200px;
}

.tabs__content {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
}

.toggle-button {
    display: flex;
}

.toggle-button>div {
    width: 36px !important;
}

.toggle-button__status {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    display: grid;
}

.toggle-button .toggle-button__status {
    width: auto !important;
}

.toggle-button__label-off,.toggle-button__label-on {
    grid-area: 1/1/1/1;
}

.toggle-button__label-off {
    visibility: hidden;
}

.toggle-button__label-on {
    visibility: visible;
}

.toggle-button--off .toggle-button__label-off {
    visibility: visible;
}

.toggle-button--off .toggle-button__label-on {
    visibility: hidden;
}

.toggle-button--disabled {
    opacity: 0.5;
}

.token-balance-component {
    display: flex;
    align-items: center;
}

.token-balance-component__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.token-balance-component__suffix {
    padding-left: 4px;
}

.tippy-tooltip.white-theme {
    background: white;
    color: black;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
    padding: 12px 16px;
    padding-bottom: 11px;
}

.tippy-tooltip.white-theme .tippy-tooltip-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    color: #6a737d;
}

.tippy-popper[x-placement^=top] .white-theme [x-arrow] {
    border-top-color: #fff;
}

.tippy-popper[x-placement^=right] .white-theme [x-arrow] {
    border-right-color: #fff;
}

.tippy-popper[x-placement^=left] .white-theme [x-arrow] {
    border-left-color: #fff;
}

.tippy-popper[x-placement^=bottom] .white-theme [x-arrow] {
    border-bottom-color: #fff;
}

.truncated-definition-list__view-more {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    padding: 0;
    width: auto;
}

.close {
    width: 308px;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #2980fe;
    color: #fff;
}

/*Responsive Breakpoints*/
/**  These colors are either deprecated or will move into colors.scss  when approved for the design system**/
/*  Colors  http://chir.ag/projects/name-that-color */
/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,.fas,.far,.fal,.fad,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */
.fa-500px:before {
    content: "飰�";
}

.fa-accessible-icon:before {
    content: "飴�";
}

.fa-accusoft:before {
    content: "飴�";
}

.fa-acquisitions-incorporated:before {
    content: "餁�";
}

.fa-ad:before {
    content: "餀�";
}

.fa-address-book:before {
    content: "飱�";
}

.fa-address-card:before {
    content: "飱�";
}

.fa-adjust:before {
    content: "飦�";
}

.fa-adn:before {
    content: "飬�";
}

.fa-adobe:before {
    content: "餄�";
}

.fa-adversal:before {
    content: "飴�";
}

.fa-affiliatetheme:before {
    content: "飴�";
}

.fa-air-freshener:before {
    content: "飾�";
}

.fa-airbnb:before {
    content: "餇�";
}

.fa-algolia:before {
    content: "飴�";
}

.fa-align-center:before {
    content: "飥�";
}

.fa-align-justify:before {
    content: "飥�";
}

.fa-align-left:before {
    content: "飥�";
}

.fa-align-right:before {
    content: "飥�";
}

.fa-alipay:before {
    content: "餀�";
}

.fa-allergies:before {
    content: "飸�";
}

.fa-amazon:before {
    content: "飰�";
}

.fa-amazon-pay:before {
    content: "飷�";
}

.fa-ambulance:before {
    content: "飪�";
}

.fa-american-sign-language-interpreting:before {
    content: "飱�";
}

.fa-amilia:before {
    content: "飴�";
}

.fa-anchor:before {
    content: "飫�";
}

.fa-android:before {
    content: "飬�";
}

.fa-angellist:before {
    content: "飯�";
}

.fa-angle-double-down:before {
    content: "飫�";
}

.fa-angle-double-left:before {
    content: "飫€";
}

.fa-angle-double-right:before {
    content: "飫�";
}

.fa-angle-double-up:before {
    content: "飫�";
}

.fa-angle-down:before {
    content: "飫�";
}

.fa-angle-left:before {
    content: "飫�";
}

.fa-angle-right:before {
    content: "飫�";
}

.fa-angle-up:before {
    content: "飫�";
}

.fa-angry:before {
    content: "飼�";
}

.fa-angrycreative:before {
    content: "飴�";
}

.fa-angular:before {
    content: "飷�";
}

.fa-ankh:before {
    content: "餀�";
}

.fa-app-store:before {
    content: "飴�";
}

.fa-app-store-ios:before {
    content: "飴�";
}

.fa-apper:before {
    content: "飴�";
}

.fa-apple:before {
    content: "飬�";
}

.fa-apple-alt:before {
    content: "飾�";
}

.fa-apple-pay:before {
    content: "飷�";
}

.fa-archive:before {
    content: "飭�";
}

.fa-archway:before {
    content: "飼�";
}

.fa-arrow-alt-circle-down:before {
    content: "飴�";
}

.fa-arrow-alt-circle-left:before {
    content: "飴�";
}

.fa-arrow-alt-circle-right:before {
    content: "飴�";
}

.fa-arrow-alt-circle-up:before {
    content: "飴�";
}

.fa-arrow-circle-down:before {
    content: "飩�";
}

.fa-arrow-circle-left:before {
    content: "飩�";
}

.fa-arrow-circle-right:before {
    content: "飩�";
}

.fa-arrow-circle-up:before {
    content: "飩�";
}

.fa-arrow-down:before {
    content: "飦�";
}

.fa-arrow-left:before {
    content: "飦�";
}

.fa-arrow-right:before {
    content: "飦�";
}

.fa-arrow-up:before {
    content: "飦�";
}

.fa-arrows-alt:before {
    content: "飩�";
}

.fa-arrows-alt-h:before {
    content: "飳�";
}

.fa-arrows-alt-v:before {
    content: "飳�";
}

.fa-artstation:before {
    content: "餄�";
}

.fa-assistive-listening-systems:before {
    content: "飱�";
}

.fa-asterisk:before {
    content: "飦�";
}

.fa-asymmetrik:before {
    content: "飴�";
}

.fa-at:before {
    content: "飮�";
}

.fa-atlas:before {
    content: "飼�";
}

.fa-atlassian:before {
    content: "餄�";
}

.fa-atom:before {
    content: "飾�";
}

.fa-audible:before {
    content: "飴�";
}

.fa-audio-description:before {
    content: "飱�";
}

.fa-autoprefixer:before {
    content: "飷�";
}

.fa-avianex:before {
    content: "飴�";
}

.fa-aviato:before {
    content: "飷�";
}

.fa-award:before {
    content: "飼�";
}

.fa-aws:before {
    content: "飴�";
}

.fa-baby:before {
    content: "餄�";
}

.fa-baby-carriage:before {
    content: "餄�";
}

.fa-backspace:before {
    content: "飼�";
}

.fa-backward:before {
    content: "飦�";
}

.fa-bacon:before {
    content: "餆�";
}

.fa-bahai:before {
    content: "餀�";
}

.fa-balance-scale:before {
    content: "飰�";
}

.fa-balance-scale-left:before {
    content: "飻�";
}

.fa-balance-scale-right:before {
    content: "飻�";
}

.fa-ban:before {
    content: "飦�";
}

.fa-band-aid:before {
    content: "飸�";
}

.fa-bandcamp:before {
    content: "飲�";
}

.fa-barcode:before {
    content: "飥�";
}

.fa-bars:before {
    content: "飪�";
}

.fa-baseball-ball:before {
    content: "飷�";
}

.fa-basketball-ball:before {
    content: "飷�";
}

.fa-bath:before {
    content: "飲�";
}

.fa-battery-empty:before {
    content: "飰�";
}

.fa-battery-full:before {
    content: "飰€";
}

.fa-battery-half:before {
    content: "飰�";
}

.fa-battery-quarter:before {
    content: "飰�";
}

.fa-battery-three-quarters:before {
    content: "飰�";
}

.fa-battle-net:before {
    content: "餇�";
}

.fa-bed:before {
    content: "飯�";
}

.fa-beer:before {
    content: "飪�";
}

.fa-behance:before {
    content: "飭�";
}

.fa-behance-square:before {
    content: "飭�";
}

.fa-bell:before {
    content: "飪�";
}

.fa-bell-slash:before {
    content: "飮�";
}

.fa-bezier-curve:before {
    content: "飼�";
}

.fa-bible:before {
    content: "餀�";
}

.fa-bicycle:before {
    content: "飯�";
}

.fa-biking:before {
    content: "铩�";
}

.fa-bimobject:before {
    content: "飴�";
}

.fa-binoculars:before {
    content: "飮�";
}

.fa-biohazard:before {
    content: "餅€";
}

.fa-birthday-cake:before {
    content: "飮�";
}

.fa-bitbucket:before {
    content: "飬�";
}

.fa-bitcoin:before {
    content: "飴�";
}

.fa-bity:before {
    content: "飴�";
}

.fa-black-tie:before {
    content: "飰�";
}

.fa-blackberry:before {
    content: "飴�";
}

.fa-blender:before {
    content: "飻�";
}

.fa-blender-phone:before {
    content: "餁�";
}

.fa-blind:before {
    content: "飱�";
}

.fa-blog:before {
    content: "餅�";
}

.fa-blogger:before {
    content: "飴�";
}

.fa-blogger-b:before {
    content: "飴�";
}

.fa-bluetooth:before {
    content: "飱�";
}

.fa-bluetooth-b:before {
    content: "飱�";
}

.fa-bold:before {
    content: "飥�";
}

.fa-bolt:before {
    content: "飪�";
}

.fa-bomb:before {
    content: "飮�";
}

.fa-bone:before {
    content: "飾�";
}

.fa-bong:before {
    content: "飼�";
}

.fa-book:before {
    content: "飥�";
}

.fa-book-dead:before {
    content: "餁�";
}

.fa-book-medical:before {
    content: "餆�";
}

.fa-book-open:before {
    content: "飻�";
}

.fa-book-reader:before {
    content: "飾�";
}

.fa-bookmark:before {
    content: "飥�";
}

.fa-bootstrap:before {
    content: "餇�";
}

.fa-border-all:before {
    content: "铩�";
}

.fa-border-none:before {
    content: "铩�";
}

.fa-border-style:before {
    content: "铩�";
}

.fa-bowling-ball:before {
    content: "飷�";
}

.fa-box:before {
    content: "飸�";
}

.fa-box-open:before {
    content: "飹�";
}

.fa-box-tissue:before {
    content: "铳�";
}

.fa-boxes:before {
    content: "飸�";
}

.fa-braille:before {
    content: "飱�";
}

.fa-brain:before {
    content: "飾�";
}

.fa-bread-slice:before {
    content: "餆�";
}

.fa-briefcase:before {
    content: "飩�";
}

.fa-briefcase-medical:before {
    content: "飸�";
}

.fa-broadcast-tower:before {
    content: "飻�";
}

.fa-broom:before {
    content: "飻�";
}

.fa-brush:before {
    content: "飼�";
}

.fa-btc:before {
    content: "飬�";
}

.fa-buffer:before {
    content: "餇�";
}

.fa-bug:before {
    content: "飭�";
}

.fa-building:before {
    content: "飭�";
}

.fa-bullhorn:before {
    content: "飩�";
}

.fa-bullseye:before {
    content: "飬€";
}

.fa-burn:before {
    content: "飸�";
}

.fa-buromobelexperte:before {
    content: "飴�";
}

.fa-bus:before {
    content: "飯�";
}

.fa-bus-alt:before {
    content: "飼�";
}

.fa-business-time:before {
    content: "餀�";
}

.fa-buy-n-large:before {
    content: "铫�";
}

.fa-buysellads:before {
    content: "飯�";
}

.fa-calculator:before {
    content: "飮�";
}

.fa-calendar:before {
    content: "飫�";
}

.fa-calendar-alt:before {
    content: "飦�";
}

.fa-calendar-check:before {
    content: "飰�";
}

.fa-calendar-day:before {
    content: "餅�";
}

.fa-calendar-minus:before {
    content: "飰�";
}

.fa-calendar-plus:before {
    content: "飰�";
}

.fa-calendar-times:before {
    content: "飰�";
}

.fa-calendar-week:before {
    content: "餅�";
}

.fa-camera:before {
    content: "飥�";
}

.fa-camera-retro:before {
    content: "飩�";
}

.fa-campground:before {
    content: "餁�";
}

.fa-canadian-maple-leaf:before {
    content: "餅�";
}

.fa-candy-cane:before {
    content: "餅�";
}

.fa-cannabis:before {
    content: "飼�";
}

.fa-capsules:before {
    content: "飸�";
}

.fa-car:before {
    content: "飭�";
}

.fa-car-alt:before {
    content: "飾�";
}

.fa-car-battery:before {
    content: "飾�";
}

.fa-car-crash:before {
    content: "飾�";
}

.fa-car-side:before {
    content: "飾�";
}

.fa-caravan:before {
    content: "铮�";
}

.fa-caret-down:before {
    content: "飪�";
}

.fa-caret-left:before {
    content: "飪�";
}

.fa-caret-right:before {
    content: "飪�";
}

.fa-caret-square-down:before {
    content: "飬�";
}

.fa-caret-square-left:before {
    content: "飭�";
}

.fa-caret-square-right:before {
    content: "飬�";
}

.fa-caret-square-up:before {
    content: "飬�";
}

.fa-caret-up:before {
    content: "飪�";
}

.fa-carrot:before {
    content: "餅�";
}

.fa-cart-arrow-down:before {
    content: "飯�";
}

.fa-cart-plus:before {
    content: "飯�";
}

.fa-cash-register:before {
    content: "餅�";
}

.fa-cat:before {
    content: "餁�";
}

.fa-cc-amazon-pay:before {
    content: "飷�";
}

.fa-cc-amex:before {
    content: "飮�";
}

.fa-cc-apple-pay:before {
    content: "飷�";
}

.fa-cc-diners-club:before {
    content: "飰�";
}

.fa-cc-discover:before {
    content: "飮�";
}

.fa-cc-jcb:before {
    content: "飰�";
}

.fa-cc-mastercard:before {
    content: "飮�";
}

.fa-cc-paypal:before {
    content: "飮�";
}

.fa-cc-stripe:before {
    content: "飮�";
}

.fa-cc-visa:before {
    content: "飮�";
}

.fa-centercode:before {
    content: "飵€";
}

.fa-centos:before {
    content: "餅�";
}

.fa-certificate:before {
    content: "飩�";
}

.fa-chair:before {
    content: "餂€";
}

.fa-chalkboard:before {
    content: "飻�";
}

.fa-chalkboard-teacher:before {
    content: "飻�";
}

.fa-charging-station:before {
    content: "飾�";
}

.fa-chart-area:before {
    content: "飮�";
}

.fa-chart-bar:before {
    content: "飩€";
}

.fa-chart-line:before {
    content: "飯�";
}

.fa-chart-pie:before {
    content: "飯€";
}

.fa-check:before {
    content: "飥�";
}

.fa-check-circle:before {
    content: "飦�";
}

.fa-check-double:before {
    content: "飼�";
}

.fa-check-square:before {
    content: "飬�";
}

.fa-cheese:before {
    content: "餆�";
}

.fa-chess:before {
    content: "飷�";
}

.fa-chess-bishop:before {
    content: "飷�";
}

.fa-chess-board:before {
    content: "飷�";
}

.fa-chess-king:before {
    content: "飷�";
}

.fa-chess-knight:before {
    content: "飸�";
}

.fa-chess-pawn:before {
    content: "飸�";
}

.fa-chess-queen:before {
    content: "飸�";
}

.fa-chess-rook:before {
    content: "飸�";
}

.fa-chevron-circle-down:before {
    content: "飫�";
}

.fa-chevron-circle-left:before {
    content: "飫�";
}

.fa-chevron-circle-right:before {
    content: "飫�";
}

.fa-chevron-circle-up:before {
    content: "飫�";
}

.fa-chevron-down:before {
    content: "飦�";
}

.fa-chevron-left:before {
    content: "飦�";
}

.fa-chevron-right:before {
    content: "飦�";
}

.fa-chevron-up:before {
    content: "飦�";
}

.fa-child:before {
    content: "飭�";
}

.fa-chrome:before {
    content: "飰�";
}

.fa-chromecast:before {
    content: "餇�";
}

.fa-church:before {
    content: "飻�";
}

.fa-circle:before {
    content: "飫�";
}

.fa-circle-notch:before {
    content: "飮�";
}

.fa-city:before {
    content: "餀�";
}

.fa-clinic-medical:before {
    content: "餆�";
}

.fa-clipboard:before {
    content: "飳�";
}

.fa-clipboard-check:before {
    content: "飸�";
}

.fa-clipboard-list:before {
    content: "飸�";
}

.fa-clock:before {
    content: "飥�";
}

.fa-clone:before {
    content: "飰�";
}

.fa-closed-captioning:before {
    content: "飯�";
}

.fa-cloud:before {
    content: "飪�";
}

.fa-cloud-download-alt:before {
    content: "飵�";
}

.fa-cloud-meatball:before {
    content: "餃�";
}

.fa-cloud-moon:before {
    content: "餂�";
}

.fa-cloud-moon-rain:before {
    content: "餃�";
}

.fa-cloud-rain:before {
    content: "餃�";
}

.fa-cloud-showers-heavy:before {
    content: "餄€";
}

.fa-cloud-sun:before {
    content: "餂�";
}

.fa-cloud-sun-rain:before {
    content: "餄�";
}

.fa-cloud-upload-alt:before {
    content: "飵�";
}

.fa-cloudscale:before {
    content: "飵�";
}

.fa-cloudsmith:before {
    content: "飵�";
}

.fa-cloudversify:before {
    content: "飵�";
}

.fa-cocktail:before {
    content: "飼�";
}

.fa-code:before {
    content: "飫�";
}

.fa-code-branch:before {
    content: "飫�";
}

.fa-codepen:before {
    content: "飮�";
}

.fa-codiepie:before {
    content: "飱�";
}

.fa-coffee:before {
    content: "飪�";
}

.fa-cog:before {
    content: "飥�";
}

.fa-cogs:before {
    content: "飩�";
}

.fa-coins:before {
    content: "飻�";
}

.fa-columns:before {
    content: "飪�";
}

.fa-comment:before {
    content: "飦�";
}

.fa-comment-alt:before {
    content: "飰�";
}

.fa-comment-dollar:before {
    content: "餀�";
}

.fa-comment-dots:before {
    content: "飹�";
}

.fa-comment-medical:before {
    content: "餆�";
}

.fa-comment-slash:before {
    content: "飹�";
}

.fa-comments:before {
    content: "飩�";
}

.fa-comments-dollar:before {
    content: "餀�";
}

.fa-compact-disc:before {
    content: "飻�";
}

.fa-compass:before {
    content: "飬�";
}

.fa-compress:before {
    content: "飦�";
}

.fa-compress-alt:before {
    content: "飷�";
}

.fa-compress-arrows-alt:before {
    content: "餅�";
}

.fa-concierge-bell:before {
    content: "飼�";
}

.fa-confluence:before {
    content: "餅�";
}

.fa-connectdevelop:before {
    content: "飯�";
}

.fa-contao:before {
    content: "飰�";
}

.fa-cookie:before {
    content: "飼�";
}

.fa-cookie-bite:before {
    content: "飼�";
}

.fa-copy:before {
    content: "飪�";
}

.fa-copyright:before {
    content: "飮�";
}

.fa-cotton-bureau:before {
    content: "铫�";
}

.fa-couch:before {
    content: "飹�";
}

.fa-cpanel:before {
    content: "飵�";
}

.fa-creative-commons:before {
    content: "飰�";
}

.fa-creative-commons-by:before {
    content: "飺�";
}

.fa-creative-commons-nc:before {
    content: "飺�";
}

.fa-creative-commons-nc-eu:before {
    content: "飺�";
}

.fa-creative-commons-nc-jp:before {
    content: "飺�";
}

.fa-creative-commons-nd:before {
    content: "飺�";
}

.fa-creative-commons-pd:before {
    content: "飺�";
}

.fa-creative-commons-pd-alt:before {
    content: "飺�";
}

.fa-creative-commons-remix:before {
    content: "飺�";
}

.fa-creative-commons-sa:before {
    content: "飺�";
}

.fa-creative-commons-sampling:before {
    content: "飺�";
}

.fa-creative-commons-sampling-plus:before {
    content: "飺�";
}

.fa-creative-commons-share:before {
    content: "飺�";
}

.fa-creative-commons-zero:before {
    content: "飺�";
}

.fa-credit-card:before {
    content: "飩�";
}

.fa-critical-role:before {
    content: "餂�";
}

.fa-crop:before {
    content: "飫�";
}

.fa-crop-alt:before {
    content: "飼�";
}

.fa-cross:before {
    content: "餀�";
}

.fa-crosshairs:before {
    content: "飦�";
}

.fa-crow:before {
    content: "飻�";
}

.fa-crown:before {
    content: "飻�";
}

.fa-crutch:before {
    content: "餆�";
}

.fa-css3:before {
    content: "飫�";
}

.fa-css3-alt:before {
    content: "飵�";
}

.fa-cube:before {
    content: "飭�";
}

.fa-cubes:before {
    content: "飭�";
}

.fa-cut:before {
    content: "飪�";
}

.fa-cuttlefish:before {
    content: "飵�";
}

.fa-d-and-d:before {
    content: "飵�";
}

.fa-d-and-d-beyond:before {
    content: "餂�";
}

.fa-dailymotion:before {
    content: "铳�";
}

.fa-dashcube:before {
    content: "飯�";
}

.fa-database:before {
    content: "飮€";
}

.fa-deaf:before {
    content: "飱�";
}

.fa-delicious:before {
    content: "飭�";
}

.fa-democrat:before {
    content: "餄�";
}

.fa-deploydog:before {
    content: "飵�";
}

.fa-deskpro:before {
    content: "飵�";
}

.fa-desktop:before {
    content: "飫�";
}

.fa-dev:before {
    content: "餂�";
}

.fa-deviantart:before {
    content: "飭�";
}

.fa-dharmachakra:before {
    content: "餀�";
}

.fa-dhl:before {
    content: "餅�";
}

.fa-diagnoses:before {
    content: "飸�";
}

.fa-diaspora:before {
    content: "餅�";
}

.fa-dice:before {
    content: "飻�";
}

.fa-dice-d20:before {
    content: "餂�";
}

.fa-dice-d6:before {
    content: "餂�";
}

.fa-dice-five:before {
    content: "飻�";
}

.fa-dice-four:before {
    content: "飻�";
}

.fa-dice-one:before {
    content: "飻�";
}

.fa-dice-six:before {
    content: "飻�";
}

.fa-dice-three:before {
    content: "飻�";
}

.fa-dice-two:before {
    content: "飻�";
}

.fa-digg:before {
    content: "飭�";
}

.fa-digital-ocean:before {
    content: "飵�";
}

.fa-digital-tachograph:before {
    content: "飼�";
}

.fa-directions:before {
    content: "飾�";
}

.fa-discord:before {
    content: "飵�";
}

.fa-discourse:before {
    content: "飵�";
}

.fa-disease:before {
    content: "餆�";
}

.fa-divide:before {
    content: "飻�";
}

.fa-dizzy:before {
    content: "飼�";
}

.fa-dna:before {
    content: "飸�";
}

.fa-dochub:before {
    content: "飵�";
}

.fa-docker:before {
    content: "飵�";
}

.fa-dog:before {
    content: "餂�";
}

.fa-dollar-sign:before {
    content: "飬�";
}

.fa-dolly:before {
    content: "飸�";
}

.fa-dolly-flatbed:before {
    content: "飸�";
}

.fa-donate:before {
    content: "飹�";
}

.fa-door-closed:before {
    content: "飻�";
}

.fa-door-open:before {
    content: "飻�";
}

.fa-dot-circle:before {
    content: "飭�";
}

.fa-dove:before {
    content: "飹�";
}

.fa-download:before {
    content: "飥�";
}

.fa-draft2digital:before {
    content: "飵�";
}

.fa-drafting-compass:before {
    content: "飼�";
}

.fa-dragon:before {
    content: "餂�";
}

.fa-draw-polygon:before {
    content: "飾�";
}

.fa-dribbble:before {
    content: "飬�";
}

.fa-dribbble-square:before {
    content: "飵�";
}

.fa-dropbox:before {
    content: "飬�";
}

.fa-drum:before {
    content: "飼�";
}

.fa-drum-steelpan:before {
    content: "飼�";
}

.fa-drumstick-bite:before {
    content: "餂�";
}

.fa-drupal:before {
    content: "飭�";
}

.fa-dumbbell:before {
    content: "飸�";
}

.fa-dumpster:before {
    content: "餅�";
}

.fa-dumpster-fire:before {
    content: "餅�";
}

.fa-dungeon:before {
    content: "餂�";
}

.fa-dyalog:before {
    content: "飵�";
}

.fa-earlybirds:before {
    content: "飵�";
}

.fa-ebay:before {
    content: "飺�";
}

.fa-edge:before {
    content: "飱�";
}

.fa-edit:before {
    content: "飦�";
}

.fa-egg:before {
    content: "餆�";
}

.fa-eject:before {
    content: "飦�";
}

.fa-elementor:before {
    content: "飷�";
}

.fa-ellipsis-h:before {
    content: "飬�";
}

.fa-ellipsis-v:before {
    content: "飬�";
}

.fa-ello:before {
    content: "飾�";
}

.fa-ember:before {
    content: "飷�";
}

.fa-empire:before {
    content: "飮�";
}

.fa-envelope:before {
    content: "飪�";
}

.fa-envelope-open:before {
    content: "飱�";
}

.fa-envelope-open-text:before {
    content: "餀�";
}

.fa-envelope-square:before {
    content: "飭�";
}

.fa-envira:before {
    content: "飱�";
}

.fa-equals:before {
    content: "飻�";
}

.fa-eraser:before {
    content: "飫�";
}

.fa-erlang:before {
    content: "飵�";
}

.fa-ethereum:before {
    content: "飷�";
}

.fa-ethernet:before {
    content: "餅�";
}

.fa-etsy:before {
    content: "飲�";
}

.fa-euro-sign:before {
    content: "飬�";
}

.fa-evernote:before {
    content: "餇�";
}

.fa-exchange-alt:before {
    content: "飴�";
}

.fa-exclamation:before {
    content: "飫�";
}

.fa-exclamation-circle:before {
    content: "飦�";
}

.fa-exclamation-triangle:before {
    content: "飦�";
}

.fa-expand:before {
    content: "飦�";
}

.fa-expand-alt:before {
    content: "飷�";
}

.fa-expand-arrows-alt:before {
    content: "飳�";
}

.fa-expeditedssl:before {
    content: "飯�";
}

.fa-external-link-alt:before {
    content: "飴�";
}

.fa-external-link-square-alt:before {
    content: "飴�";
}

.fa-eye:before {
    content: "飦�";
}

.fa-eye-dropper:before {
    content: "飮�";
}

.fa-eye-slash:before {
    content: "飦�";
}

.fa-facebook:before {
    content: "飩�";
}

.fa-facebook-f:before {
    content: "飵�";
}

.fa-facebook-messenger:before {
    content: "飵�";
}

.fa-facebook-square:before {
    content: "飩�";
}

.fa-fan:before {
    content: "铩�";
}

.fa-fantasy-flight-games:before {
    content: "餂�";
}

.fa-fast-backward:before {
    content: "飦�";
}

.fa-fast-forward:before {
    content: "飦�";
}

.fa-faucet:before {
    content: "铯�";
}

.fa-fax:before {
    content: "飭�";
}

.fa-feather:before {
    content: "飻�";
}

.fa-feather-alt:before {
    content: "飼�";
}

.fa-fedex:before {
    content: "餅�";
}

.fa-fedora:before {
    content: "餅�";
}

.fa-female:before {
    content: "飭�";
}

.fa-fighter-jet:before {
    content: "飪�";
}

.fa-figma:before {
    content: "餅�";
}

.fa-file:before {
    content: "飬�";
}

.fa-file-alt:before {
    content: "飬�";
}

.fa-file-archive:before {
    content: "飮�";
}

.fa-file-audio:before {
    content: "飮�";
}

.fa-file-code:before {
    content: "飮�";
}

.fa-file-contract:before {
    content: "飼�";
}

.fa-file-csv:before {
    content: "餂�";
}

.fa-file-download:before {
    content: "飼�";
}

.fa-file-excel:before {
    content: "飮�";
}

.fa-file-export:before {
    content: "飼�";
}

.fa-file-image:before {
    content: "飮�";
}

.fa-file-import:before {
    content: "飼�";
}

.fa-file-invoice:before {
    content: "飼�";
}

.fa-file-invoice-dollar:before {
    content: "飼�";
}

.fa-file-medical:before {
    content: "飸�";
}

.fa-file-medical-alt:before {
    content: "飸�";
}

.fa-file-pdf:before {
    content: "飮�";
}

.fa-file-powerpoint:before {
    content: "飮�";
}

.fa-file-prescription:before {
    content: "飼�";
}

.fa-file-signature:before {
    content: "飼�";
}

.fa-file-upload:before {
    content: "飼�";
}

.fa-file-video:before {
    content: "飮�";
}

.fa-file-word:before {
    content: "飮�";
}

.fa-fill:before {
    content: "飼�";
}

.fa-fill-drip:before {
    content: "飼�";
}

.fa-film:before {
    content: "飥�";
}

.fa-filter:before {
    content: "飩�";
}

.fa-fingerprint:before {
    content: "飼�";
}

.fa-fire:before {
    content: "飦�";
}

.fa-fire-alt:before {
    content: "餆�";
}

.fa-fire-extinguisher:before {
    content: "飫�";
}

.fa-firefox:before {
    content: "飰�";
}

.fa-firefox-browser:before {
    content: "铯�";
}

.fa-first-aid:before {
    content: "飸�";
}

.fa-first-order:before {
    content: "飱�";
}

.fa-first-order-alt:before {
    content: "飻�";
}

.fa-firstdraft:before {
    content: "飵�";
}

.fa-fish:before {
    content: "飼�";
}

.fa-fist-raised:before {
    content: "餂�";
}

.fa-flag:before {
    content: "飥�";
}

.fa-flag-checkered:before {
    content: "飫�";
}

.fa-flag-usa:before {
    content: "餄�";
}

.fa-flask:before {
    content: "飪�";
}

.fa-flickr:before {
    content: "飬�";
}

.fa-flipboard:before {
    content: "飸�";
}

.fa-flushed:before {
    content: "飼�";
}

.fa-fly:before {
    content: "飷�";
}

.fa-folder:before {
    content: "飦�";
}

.fa-folder-minus:before {
    content: "餀�";
}

.fa-folder-open:before {
    content: "飦�";
}

.fa-folder-plus:before {
    content: "餀�";
}

.fa-font:before {
    content: "飥�";
}

.fa-font-awesome:before {
    content: "飱�";
}

.fa-font-awesome-alt:before {
    content: "飴�";
}

.fa-font-awesome-flag:before {
    content: "飷�";
}

.fa-font-awesome-logo-full:before {
    content: "飺�";
}

.fa-fonticons:before {
    content: "飱€";
}

.fa-fonticons-fi:before {
    content: "飵�";
}

.fa-football-ball:before {
    content: "飸�";
}

.fa-fort-awesome:before {
    content: "飱�";
}

.fa-fort-awesome-alt:before {
    content: "飵�";
}

.fa-forumbee:before {
    content: "飯�";
}

.fa-forward:before {
    content: "飦�";
}

.fa-foursquare:before {
    content: "飭€";
}

.fa-free-code-camp:before {
    content: "飲�";
}

.fa-freebsd:before {
    content: "飵�";
}

.fa-frog:before {
    content: "飻�";
}

.fa-frown:before {
    content: "飫�";
}

.fa-frown-open:before {
    content: "飼�";
}

.fa-fulcrum:before {
    content: "飻�";
}

.fa-funnel-dollar:before {
    content: "餀�";
}

.fa-futbol:before {
    content: "飮�";
}

.fa-galactic-republic:before {
    content: "飻�";
}

.fa-galactic-senate:before {
    content: "飻�";
}

.fa-gamepad:before {
    content: "飫�";
}

.fa-gas-pump:before {
    content: "飻�";
}

.fa-gavel:before {
    content: "飪�";
}

.fa-gem:before {
    content: "飵�";
}

.fa-genderless:before {
    content: "飯�";
}

.fa-get-pocket:before {
    content: "飰�";
}

.fa-gg:before {
    content: "飰�";
}

.fa-gg-circle:before {
    content: "飰�";
}

.fa-ghost:before {
    content: "餂�";
}

.fa-gift:before {
    content: "飦�";
}

.fa-gifts:before {
    content: "餅�";
}

.fa-git:before {
    content: "飮�";
}

.fa-git-alt:before {
    content: "铩�";
}

.fa-git-square:before {
    content: "飮�";
}

.fa-github:before {
    content: "飩�";
}

.fa-github-alt:before {
    content: "飫�";
}

.fa-github-square:before {
    content: "飩�";
}

.fa-gitkraken:before {
    content: "飵�";
}

.fa-gitlab:before {
    content: "飱�";
}

.fa-gitter:before {
    content: "飷�";
}

.fa-glass-cheers:before {
    content: "餅�";
}

.fa-glass-martini:before {
    content: "飥€";
}

.fa-glass-martini-alt:before {
    content: "飼�";
}

.fa-glass-whiskey:before {
    content: "餅�";
}

.fa-glasses:before {
    content: "飻�";
}

.fa-glide:before {
    content: "飱�";
}

.fa-glide-g:before {
    content: "飱�";
}

.fa-globe:before {
    content: "飩�";
}

.fa-globe-africa:before {
    content: "飼�";
}

.fa-globe-americas:before {
    content: "飼�";
}

.fa-globe-asia:before {
    content: "飼�";
}

.fa-globe-europe:before {
    content: "餅�";
}

.fa-gofore:before {
    content: "飵�";
}

.fa-golf-ball:before {
    content: "飸�";
}

.fa-goodreads:before {
    content: "飵�";
}

.fa-goodreads-g:before {
    content: "飵�";
}

.fa-google:before {
    content: "飭�";
}

.fa-google-drive:before {
    content: "飵�";
}

.fa-google-play:before {
    content: "飵�";
}

.fa-google-plus:before {
    content: "飱�";
}

.fa-google-plus-g:before {
    content: "飪�";
}

.fa-google-plus-square:before {
    content: "飪�";
}

.fa-google-wallet:before {
    content: "飮�";
}

.fa-gopuram:before {
    content: "餀�";
}

.fa-graduation-cap:before {
    content: "飭�";
}

.fa-gratipay:before {
    content: "飭�";
}

.fa-grav:before {
    content: "飲�";
}

.fa-greater-than:before {
    content: "飻�";
}

.fa-greater-than-equal:before {
    content: "飻�";
}

.fa-grimace:before {
    content: "飼�";
}

.fa-grin:before {
    content: "飽€";
}

.fa-grin-alt:before {
    content: "飽�";
}

.fa-grin-beam:before {
    content: "飽�";
}

.fa-grin-beam-sweat:before {
    content: "飽�";
}

.fa-grin-hearts:before {
    content: "飽�";
}

.fa-grin-squint:before {
    content: "飽�";
}

.fa-grin-squint-tears:before {
    content: "飽�";
}

.fa-grin-stars:before {
    content: "飽�";
}

.fa-grin-tears:before {
    content: "飽�";
}

.fa-grin-tongue:before {
    content: "飽�";
}

.fa-grin-tongue-squint:before {
    content: "飽�";
}

.fa-grin-tongue-wink:before {
    content: "飽�";
}

.fa-grin-wink:before {
    content: "飽�";
}

.fa-grip-horizontal:before {
    content: "飽�";
}

.fa-grip-lines:before {
    content: "餅�";
}

.fa-grip-lines-vertical:before {
    content: "餅�";
}

.fa-grip-vertical:before {
    content: "飽�";
}

.fa-gripfire:before {
    content: "飵�";
}

.fa-grunt:before {
    content: "飵�";
}

.fa-guitar:before {
    content: "餅�";
}

.fa-gulp:before {
    content: "飵�";
}

.fa-h-square:before {
    content: "飪�";
}

.fa-hacker-news:before {
    content: "飮�";
}

.fa-hacker-news-square:before {
    content: "飵�";
}

.fa-hackerrank:before {
    content: "飾�";
}

.fa-hamburger:before {
    content: "餇�";
}

.fa-hammer:before {
    content: "餂�";
}

.fa-hamsa:before {
    content: "餀�";
}

.fa-hand-holding:before {
    content: "飹�";
}

.fa-hand-holding-heart:before {
    content: "飹�";
}

.fa-hand-holding-medical:before {
    content: "铳�";
}

.fa-hand-holding-usd:before {
    content: "飺€";
}

.fa-hand-holding-water:before {
    content: "飺�";
}

.fa-hand-lizard:before {
    content: "飰�";
}

.fa-hand-middle-finger:before {
    content: "餇�";
}

.fa-hand-paper:before {
    content: "飰�";
}

.fa-hand-peace:before {
    content: "飰�";
}

.fa-hand-point-down:before {
    content: "飩�";
}

.fa-hand-point-left:before {
    content: "飩�";
}

.fa-hand-point-right:before {
    content: "飩�";
}

.fa-hand-point-up:before {
    content: "飩�";
}

.fa-hand-pointer:before {
    content: "飰�";
}

.fa-hand-rock:before {
    content: "飰�";
}

.fa-hand-scissors:before {
    content: "飰�";
}

.fa-hand-sparkles:before {
    content: "铳�";
}

.fa-hand-spock:before {
    content: "飰�";
}

.fa-hands:before {
    content: "飺�";
}

.fa-hands-helping:before {
    content: "飺�";
}

.fa-hands-wash:before {
    content: "铳�";
}

.fa-handshake:before {
    content: "飱�";
}

.fa-handshake-alt-slash:before {
    content: "铳�";
}

.fa-handshake-slash:before {
    content: "铳�";
}

.fa-hanukiah:before {
    content: "餂�";
}

.fa-hard-hat:before {
    content: "餇�";
}

.fa-hashtag:before {
    content: "飱�";
}

.fa-hat-cowboy:before {
    content: "铮€";
}

.fa-hat-cowboy-side:before {
    content: "铮�";
}

.fa-hat-wizard:before {
    content: "餂�";
}

.fa-hdd:before {
    content: "飩�";
}

.fa-head-side-cough:before {
    content: "铳�";
}

.fa-head-side-cough-slash:before {
    content: "铳�";
}

.fa-head-side-mask:before {
    content: "铳�";
}

.fa-head-side-virus:before {
    content: "铳�";
}

.fa-heading:before {
    content: "飮�";
}

.fa-headphones:before {
    content: "飥�";
}

.fa-headphones-alt:before {
    content: "飽�";
}

.fa-headset:before {
    content: "飽�";
}

.fa-heart:before {
    content: "飥�";
}

.fa-heart-broken:before {
    content: "餅�";
}

.fa-heartbeat:before {
    content: "飯�";
}

.fa-helicopter:before {
    content: "飻�";
}

.fa-highlighter:before {
    content: "飽�";
}

.fa-hiking:before {
    content: "餂�";
}

.fa-hippo:before {
    content: "餂�";
}

.fa-hips:before {
    content: "飸�";
}

.fa-hire-a-helper:before {
    content: "飵�";
}

.fa-history:before {
    content: "飮�";
}

.fa-hockey-puck:before {
    content: "飸�";
}

.fa-holly-berry:before {
    content: "餅�";
}

.fa-home:before {
    content: "飥�";
}

.fa-hooli:before {
    content: "飷�";
}

.fa-hornbill:before {
    content: "飽�";
}

.fa-horse:before {
    content: "餂�";
}

.fa-horse-head:before {
    content: "餅�";
}

.fa-hospital:before {
    content: "飪�";
}

.fa-hospital-alt:before {
    content: "飸�";
}

.fa-hospital-symbol:before {
    content: "飸�";
}

.fa-hospital-user:before {
    content: "餇�";
}

.fa-hot-tub:before {
    content: "飽�";
}

.fa-hotdog:before {
    content: "餇�";
}

.fa-hotel:before {
    content: "飽�";
}

.fa-hotjar:before {
    content: "飵�";
}

.fa-hourglass:before {
    content: "飰�";
}

.fa-hourglass-end:before {
    content: "飰�";
}

.fa-hourglass-half:before {
    content: "飰�";
}

.fa-hourglass-start:before {
    content: "飰�";
}

.fa-house-damage:before {
    content: "餂�";
}

.fa-house-user:before {
    content: "铳�";
}

.fa-houzz:before {
    content: "飰�";
}

.fa-hryvnia:before {
    content: "餂�";
}

.fa-html5:before {
    content: "飫�";
}

.fa-hubspot:before {
    content: "飵�";
}

.fa-i-cursor:before {
    content: "飰�";
}

.fa-ice-cream:before {
    content: "餇�";
}

.fa-icicles:before {
    content: "餅�";
}

.fa-icons:before {
    content: "铩�";
}

.fa-id-badge:before {
    content: "飲�";
}

.fa-id-card:before {
    content: "飲�";
}

.fa-id-card-alt:before {
    content: "飸�";
}

.fa-ideal:before {
    content: "铯�";
}

.fa-igloo:before {
    content: "餅�";
}

.fa-image:before {
    content: "飥�";
}

.fa-images:before {
    content: "飳�";
}

.fa-imdb:before {
    content: "飲�";
}

.fa-inbox:before {
    content: "飥�";
}

.fa-indent:before {
    content: "飥�";
}

.fa-industry:before {
    content: "飰�";
}

.fa-infinity:before {
    content: "飻�";
}

.fa-info:before {
    content: "飫�";
}

.fa-info-circle:before {
    content: "飦�";
}

.fa-instagram:before {
    content: "飬�";
}

.fa-instagram-square:before {
    content: "铳�";
}

.fa-intercom:before {
    content: "餅�";
}

.fa-internet-explorer:before {
    content: "飰�";
}

.fa-invision:before {
    content: "餅�";
}

.fa-ioxhost:before {
    content: "飯�";
}

.fa-italic:before {
    content: "飥�";
}

.fa-itch-io:before {
    content: "餇�";
}

.fa-itunes:before {
    content: "飵�";
}

.fa-itunes-note:before {
    content: "飵�";
}

.fa-java:before {
    content: "飺�";
}

.fa-jedi:before {
    content: "餀�";
}

.fa-jedi-order:before {
    content: "飻�";
}

.fa-jenkins:before {
    content: "飵�";
}

.fa-jira:before {
    content: "餅�";
}

.fa-joget:before {
    content: "飵�";
}

.fa-joint:before {
    content: "飽�";
}

.fa-joomla:before {
    content: "飭�";
}

.fa-journal-whills:before {
    content: "餀�";
}

.fa-js:before {
    content: "飵�";
}

.fa-js-square:before {
    content: "飵�";
}

.fa-jsfiddle:before {
    content: "飮�";
}

.fa-kaaba:before {
    content: "餀�";
}

.fa-kaggle:before {
    content: "飾�";
}

.fa-key:before {
    content: "飩�";
}

.fa-keybase:before {
    content: "飺�";
}

.fa-keyboard:before {
    content: "飫�";
}

.fa-keycdn:before {
    content: "飵�";
}

.fa-khanda:before {
    content: "餀�";
}

.fa-kickstarter:before {
    content: "飵�";
}

.fa-kickstarter-k:before {
    content: "飵�";
}

.fa-kiss:before {
    content: "飽�";
}

.fa-kiss-beam:before {
    content: "飽�";
}

.fa-kiss-wink-heart:before {
    content: "飽�";
}

.fa-kiwi-bird:before {
    content: "飻�";
}

.fa-korvue:before {
    content: "飷�";
}

.fa-landmark:before {
    content: "餀�";
}

.fa-language:before {
    content: "飭�";
}

.fa-laptop:before {
    content: "飫�";
}

.fa-laptop-code:before {
    content: "飾�";
}

.fa-laptop-house:before {
    content: "铳�";
}

.fa-laptop-medical:before {
    content: "餇�";
}

.fa-laravel:before {
    content: "飵�";
}

.fa-lastfm:before {
    content: "飯�";
}

.fa-lastfm-square:before {
    content: "飯�";
}

.fa-laugh:before {
    content: "飽�";
}

.fa-laugh-beam:before {
    content: "飽�";
}

.fa-laugh-squint:before {
    content: "飽�";
}

.fa-laugh-wink:before {
    content: "飽�";
}

.fa-layer-group:before {
    content: "飾�";
}

.fa-leaf:before {
    content: "飦�";
}

.fa-leanpub:before {
    content: "飯�";
}

.fa-lemon:before {
    content: "飩�";
}

.fa-less:before {
    content: "飷�";
}

.fa-less-than:before {
    content: "飻�";
}

.fa-less-than-equal:before {
    content: "飻�";
}

.fa-level-down-alt:before {
    content: "飵�";
}

.fa-level-up-alt:before {
    content: "飵�";
}

.fa-life-ring:before {
    content: "飮�";
}

.fa-lightbulb:before {
    content: "飪�";
}

.fa-line:before {
    content: "飶€";
}

.fa-link:before {
    content: "飪�";
}

.fa-linkedin:before {
    content: "飩�";
}

.fa-linkedin-in:before {
    content: "飪�";
}

.fa-linode:before {
    content: "飱�";
}

.fa-linux:before {
    content: "飬�";
}

.fa-lira-sign:before {
    content: "飭�";
}

.fa-list:before {
    content: "飥�";
}

.fa-list-alt:before {
    content: "飥�";
}

.fa-list-ol:before {
    content: "飪�";
}

.fa-list-ul:before {
    content: "飪�";
}

.fa-location-arrow:before {
    content: "飫�";
}

.fa-lock:before {
    content: "飥�";
}

.fa-lock-open:before {
    content: "飶�";
}

.fa-long-arrow-alt-down:before {
    content: "飳�";
}

.fa-long-arrow-alt-left:before {
    content: "飳�";
}

.fa-long-arrow-alt-right:before {
    content: "飳�";
}

.fa-long-arrow-alt-up:before {
    content: "飳�";
}

.fa-low-vision:before {
    content: "飱�";
}

.fa-luggage-cart:before {
    content: "飽�";
}

.fa-lungs:before {
    content: "飿�";
}

.fa-lungs-virus:before {
    content: "铳�";
}

.fa-lyft:before {
    content: "飶�";
}

.fa-magento:before {
    content: "飶�";
}

.fa-magic:before {
    content: "飪�";
}

.fa-magnet:before {
    content: "飦�";
}

.fa-mail-bulk:before {
    content: "餀�";
}

.fa-mailchimp:before {
    content: "飽�";
}

.fa-male:before {
    content: "飭�";
}

.fa-mandalorian:before {
    content: "飻�";
}

.fa-map:before {
    content: "飰�";
}

.fa-map-marked:before {
    content: "飽�";
}

.fa-map-marked-alt:before {
    content: "飽�";
}

.fa-map-marker:before {
    content: "飦�";
}

.fa-map-marker-alt:before {
    content: "飶�";
}

.fa-map-pin:before {
    content: "飰�";
}

.fa-map-signs:before {
    content: "飰�";
}

.fa-markdown:before {
    content: "飿�";
}

.fa-marker:before {
    content: "飽�";
}

.fa-mars:before {
    content: "飯�";
}

.fa-mars-double:before {
    content: "飯�";
}

.fa-mars-stroke:before {
    content: "飯�";
}

.fa-mars-stroke-h:before {
    content: "飯�";
}

.fa-mars-stroke-v:before {
    content: "飯�";
}

.fa-mask:before {
    content: "餂�";
}

.fa-mastodon:before {
    content: "飺�";
}

.fa-maxcdn:before {
    content: "飫�";
}

.fa-mdb:before {
    content: "铮�";
}

.fa-medal:before {
    content: "飽�";
}

.fa-medapps:before {
    content: "飶�";
}

.fa-medium:before {
    content: "飯�";
}

.fa-medium-m:before {
    content: "飶�";
}

.fa-medkit:before {
    content: "飪�";
}

.fa-medrt:before {
    content: "飶�";
}

.fa-meetup:before {
    content: "飲�";
}

.fa-megaport:before {
    content: "飽�";
}

.fa-meh:before {
    content: "飫�";
}

.fa-meh-blank:before {
    content: "飽�";
}

.fa-meh-rolling-eyes:before {
    content: "飽�";
}

.fa-memory:before {
    content: "飻�";
}

.fa-mendeley:before {
    content: "餅�";
}

.fa-menorah:before {
    content: "餀�";
}

.fa-mercury:before {
    content: "飯�";
}

.fa-meteor:before {
    content: "餄�";
}

.fa-microblog:before {
    content: "铯�";
}

.fa-microchip:before {
    content: "飲�";
}

.fa-microphone:before {
    content: "飫�";
}

.fa-microphone-alt:before {
    content: "飶�";
}

.fa-microphone-alt-slash:before {
    content: "飻�";
}

.fa-microphone-slash:before {
    content: "飫�";
}

.fa-microscope:before {
    content: "飿�";
}

.fa-microsoft:before {
    content: "飶�";
}

.fa-minus:before {
    content: "飦�";
}

.fa-minus-circle:before {
    content: "飦�";
}

.fa-minus-square:before {
    content: "飬�";
}

.fa-mitten:before {
    content: "餅�";
}

.fa-mix:before {
    content: "飶�";
}

.fa-mixcloud:before {
    content: "飱�";
}

.fa-mixer:before {
    content: "铳�";
}

.fa-mizuni:before {
    content: "飶�";
}

.fa-mobile:before {
    content: "飫�";
}

.fa-mobile-alt:before {
    content: "飶�";
}

.fa-modx:before {
    content: "飱�";
}

.fa-monero:before {
    content: "飶�";
}

.fa-money-bill:before {
    content: "飪�";
}

.fa-money-bill-alt:before {
    content: "飶�";
}

.fa-money-bill-wave:before {
    content: "飻�";
}

.fa-money-bill-wave-alt:before {
    content: "飻�";
}

.fa-money-check:before {
    content: "飻�";
}

.fa-money-check-alt:before {
    content: "飻�";
}

.fa-monument:before {
    content: "飽�";
}

.fa-moon:before {
    content: "飭�";
}

.fa-mortar-pestle:before {
    content: "飽�";
}

.fa-mosque:before {
    content: "餀�";
}

.fa-motorcycle:before {
    content: "飯�";
}

.fa-mountain:before {
    content: "餂�";
}

.fa-mouse:before {
    content: "铮�";
}

.fa-mouse-pointer:before {
    content: "飰�";
}

.fa-mug-hot:before {
    content: "餅�";
}

.fa-music:before {
    content: "飥�";
}

.fa-napster:before {
    content: "飶�";
}

.fa-neos:before {
    content: "飿�";
}

.fa-network-wired:before {
    content: "餂�";
}

.fa-neuter:before {
    content: "飯�";
}

.fa-newspaper:before {
    content: "飮�";
}

.fa-nimblr:before {
    content: "飽�";
}

.fa-node:before {
    content: "飷�";
}

.fa-node-js:before {
    content: "飶�";
}

.fa-not-equal:before {
    content: "飻�";
}

.fa-notes-medical:before {
    content: "飹�";
}

.fa-npm:before {
    content: "飶�";
}

.fa-ns8:before {
    content: "飶�";
}

.fa-nutritionix:before {
    content: "飶�";
}

.fa-object-group:before {
    content: "飰�";
}

.fa-object-ungroup:before {
    content: "飰�";
}

.fa-odnoklassniki:before {
    content: "飰�";
}

.fa-odnoklassniki-square:before {
    content: "飰�";
}

.fa-oil-can:before {
    content: "飿�";
}

.fa-old-republic:before {
    content: "飻�";
}

.fa-om:before {
    content: "餀�";
}

.fa-opencart:before {
    content: "飯�";
}

.fa-openid:before {
    content: "飭�";
}

.fa-opera:before {
    content: "飰�";
}

.fa-optin-monster:before {
    content: "飯�";
}

.fa-orcid:before {
    content: "铮�";
}

.fa-osi:before {
    content: "飷�";
}

.fa-otter:before {
    content: "餃€";
}

.fa-outdent:before {
    content: "飥�";
}

.fa-page4:before {
    content: "飶�";
}

.fa-pagelines:before {
    content: "飭�";
}

.fa-pager:before {
    content: "餇�";
}

.fa-paint-brush:before {
    content: "飮�";
}

.fa-paint-roller:before {
    content: "飽�";
}

.fa-palette:before {
    content: "飻�";
}

.fa-palfed:before {
    content: "飶�";
}

.fa-pallet:before {
    content: "飹�";
}

.fa-paper-plane:before {
    content: "飮�";
}

.fa-paperclip:before {
    content: "飪�";
}

.fa-parachute-box:before {
    content: "飺�";
}

.fa-paragraph:before {
    content: "飮�";
}

.fa-parking:before {
    content: "飼€";
}

.fa-passport:before {
    content: "飽�";
}

.fa-pastafarianism:before {
    content: "餀�";
}

.fa-paste:before {
    content: "飪�";
}

.fa-patreon:before {
    content: "飶�";
}

.fa-pause:before {
    content: "飦�";
}

.fa-pause-circle:before {
    content: "飱�";
}

.fa-paw:before {
    content: "飭�";
}

.fa-paypal:before {
    content: "飮�";
}

.fa-peace:before {
    content: "餀�";
}

.fa-pen:before {
    content: "飳�";
}

.fa-pen-alt:before {
    content: "飳�";
}

.fa-pen-fancy:before {
    content: "飽�";
}

.fa-pen-nib:before {
    content: "飽�";
}

.fa-pen-square:before {
    content: "飬�";
}

.fa-pencil-alt:before {
    content: "飳�";
}

.fa-pencil-ruler:before {
    content: "飽�";
}

.fa-penny-arcade:before {
    content: "餃�";
}

.fa-people-arrows:before {
    content: "铳�";
}

.fa-people-carry:before {
    content: "飺�";
}

.fa-pepper-hot:before {
    content: "餇�";
}

.fa-percent:before {
    content: "飱�";
}

.fa-percentage:before {
    content: "飼�";
}

.fa-periscope:before {
    content: "飶�";
}

.fa-person-booth:before {
    content: "餄�";
}

.fa-phabricator:before {
    content: "飶�";
}

.fa-phoenix-framework:before {
    content: "飶�";
}

.fa-phoenix-squadron:before {
    content: "飻�";
}

.fa-phone:before {
    content: "飩�";
}

.fa-phone-alt:before {
    content: "铩�";
}

.fa-phone-slash:before {
    content: "飶�";
}

.fa-phone-square:before {
    content: "飩�";
}

.fa-phone-square-alt:before {
    content: "铩�";
}

.fa-phone-volume:before {
    content: "飱�";
}

.fa-photo-video:before {
    content: "铩�";
}

.fa-php:before {
    content: "飸�";
}

.fa-pied-piper:before {
    content: "飱�";
}

.fa-pied-piper-alt:before {
    content: "飭�";
}

.fa-pied-piper-hat:before {
    content: "飺�";
}

.fa-pied-piper-pp:before {
    content: "飭�";
}

.fa-pied-piper-square:before {
    content: "铯�";
}

.fa-piggy-bank:before {
    content: "飺�";
}

.fa-pills:before {
    content: "飹�";
}

.fa-pinterest:before {
    content: "飪�";
}

.fa-pinterest-p:before {
    content: "飯�";
}

.fa-pinterest-square:before {
    content: "飪�";
}

.fa-pizza-slice:before {
    content: "餇�";
}

.fa-place-of-worship:before {
    content: "餀�";
}

.fa-plane:before {
    content: "飦�";
}

.fa-plane-arrival:before {
    content: "飽�";
}

.fa-plane-departure:before {
    content: "飽�";
}

.fa-plane-slash:before {
    content: "铳�";
}

.fa-play:before {
    content: "飦�";
}

.fa-play-circle:before {
    content: "飬�";
}

.fa-playstation:before {
    content: "飶�";
}

.fa-plug:before {
    content: "飮�";
}

.fa-plus:before {
    content: "飦�";
}

.fa-plus-circle:before {
    content: "飦�";
}

.fa-plus-square:before {
    content: "飪�";
}

.fa-podcast:before {
    content: "飲�";
}

.fa-poll:before {
    content: "餁�";
}

.fa-poll-h:before {
    content: "餁�";
}

.fa-poo:before {
    content: "飲�";
}

.fa-poo-storm:before {
    content: "餄�";
}

.fa-poop:before {
    content: "飿�";
}

.fa-portrait:before {
    content: "飶�";
}

.fa-pound-sign:before {
    content: "飬�";
}

.fa-power-off:before {
    content: "飥�";
}

.fa-pray:before {
    content: "餁�";
}

.fa-praying-hands:before {
    content: "餁�";
}

.fa-prescription:before {
    content: "飽�";
}

.fa-prescription-bottle:before {
    content: "飹�";
}

.fa-prescription-bottle-alt:before {
    content: "飹�";
}

.fa-print:before {
    content: "飥�";
}

.fa-procedures:before {
    content: "飹�";
}

.fa-product-hunt:before {
    content: "飱�";
}

.fa-project-diagram:before {
    content: "飼�";
}

.fa-pump-medical:before {
    content: "铳�";
}

.fa-pump-soap:before {
    content: "铳�";
}

.fa-pushed:before {
    content: "飶�";
}

.fa-puzzle-piece:before {
    content: "飫�";
}

.fa-python:before {
    content: "飶�";
}

.fa-qq:before {
    content: "飮�";
}

.fa-qrcode:before {
    content: "飥�";
}

.fa-question:before {
    content: "飫�";
}

.fa-question-circle:before {
    content: "飦�";
}

.fa-quidditch:before {
    content: "飸�";
}

.fa-quinscape:before {
    content: "飸�";
}

.fa-quora:before {
    content: "飲�";
}

.fa-quote-left:before {
    content: "飫�";
}

.fa-quote-right:before {
    content: "飫�";
}

.fa-quran:before {
    content: "餁�";
}

.fa-r-project:before {
    content: "飺�";
}

.fa-radiation:before {
    content: "餅�";
}

.fa-radiation-alt:before {
    content: "餅�";
}

.fa-rainbow:before {
    content: "餄�";
}

.fa-random:before {
    content: "飦�";
}

.fa-raspberry-pi:before {
    content: "餅�";
}

.fa-ravelry:before {
    content: "飲�";
}

.fa-react:before {
    content: "飷�";
}

.fa-reacteurope:before {
    content: "餄�";
}

.fa-readme:before {
    content: "飺�";
}

.fa-rebel:before {
    content: "飮�";
}

.fa-receipt:before {
    content: "飼�";
}

.fa-record-vinyl:before {
    content: "铮�";
}

.fa-recycle:before {
    content: "飭�";
}

.fa-red-river:before {
    content: "飶�";
}

.fa-reddit:before {
    content: "飭�";
}

.fa-reddit-alien:before {
    content: "飱�";
}

.fa-reddit-square:before {
    content: "飭�";
}

.fa-redhat:before {
    content: "餅�";
}

.fa-redo:before {
    content: "飥�";
}

.fa-redo-alt:before {
    content: "飲�";
}

.fa-registered:before {
    content: "飰�";
}

.fa-remove-format:before {
    content: "铩�";
}

.fa-renren:before {
    content: "飭�";
}

.fa-reply:before {
    content: "飶�";
}

.fa-reply-all:before {
    content: "飫�";
}

.fa-replyd:before {
    content: "飶�";
}

.fa-republican:before {
    content: "餄�";
}

.fa-researchgate:before {
    content: "飺�";
}

.fa-resolving:before {
    content: "飶�";
}

.fa-restroom:before {
    content: "餅�";
}

.fa-retweet:before {
    content: "飦�";
}

.fa-rev:before {
    content: "飽�";
}

.fa-ribbon:before {
    content: "飺�";
}

.fa-ring:before {
    content: "餃�";
}

.fa-road:before {
    content: "飥�";
}

.fa-robot:before {
    content: "飼�";
}

.fa-rocket:before {
    content: "飫�";
}

.fa-rocketchat:before {
    content: "飶�";
}

.fa-rockrms:before {
    content: "飶�";
}

.fa-route:before {
    content: "飺�";
}

.fa-rss:before {
    content: "飩�";
}

.fa-rss-square:before {
    content: "飬�";
}

.fa-ruble-sign:before {
    content: "飬�";
}

.fa-ruler:before {
    content: "飼�";
}

.fa-ruler-combined:before {
    content: "飼�";
}

.fa-ruler-horizontal:before {
    content: "飼�";
}

.fa-ruler-vertical:before {
    content: "飼�";
}

.fa-running:before {
    content: "餃�";
}

.fa-rupee-sign:before {
    content: "飬�";
}

.fa-sad-cry:before {
    content: "飽�";
}

.fa-sad-tear:before {
    content: "飽�";
}

.fa-safari:before {
    content: "飰�";
}

.fa-salesforce:before {
    content: "餇�";
}

.fa-sass:before {
    content: "飷�";
}

.fa-satellite:before {
    content: "餅�";
}

.fa-satellite-dish:before {
    content: "餆€";
}

.fa-save:before {
    content: "飪�";
}

.fa-schlix:before {
    content: "飶�";
}

.fa-school:before {
    content: "飼�";
}

.fa-screwdriver:before {
    content: "飼�";
}

.fa-scribd:before {
    content: "飱�";
}

.fa-scroll:before {
    content: "餃�";
}

.fa-sd-card:before {
    content: "餆�";
}

.fa-search:before {
    content: "飥�";
}

.fa-search-dollar:before {
    content: "餁�";
}

.fa-search-location:before {
    content: "餁�";
}

.fa-search-minus:before {
    content: "飥�";
}

.fa-search-plus:before {
    content: "飥�";
}

.fa-searchengin:before {
    content: "飶�";
}

.fa-seedling:before {
    content: "飺�";
}

.fa-sellcast:before {
    content: "飲�";
}

.fa-sellsy:before {
    content: "飯�";
}

.fa-server:before {
    content: "飯�";
}

.fa-servicestack:before {
    content: "飶�";
}

.fa-shapes:before {
    content: "飿�";
}

.fa-share:before {
    content: "飦�";
}

.fa-share-alt:before {
    content: "飮�";
}

.fa-share-alt-square:before {
    content: "飮�";
}

.fa-share-square:before {
    content: "飬�";
}

.fa-shekel-sign:before {
    content: "飯�";
}

.fa-shield-alt:before {
    content: "飶�";
}

.fa-shield-virus:before {
    content: "铳�";
}

.fa-ship:before {
    content: "飯�";
}

.fa-shipping-fast:before {
    content: "飹�";
}

.fa-shirtsinbulk:before {
    content: "飯�";
}

.fa-shoe-prints:before {
    content: "飼�";
}

.fa-shopify:before {
    content: "铳�";
}

.fa-shopping-bag:before {
    content: "飱�";
}

.fa-shopping-basket:before {
    content: "飱�";
}

.fa-shopping-cart:before {
    content: "飦�";
}

.fa-shopware:before {
    content: "飽�";
}

.fa-shower:before {
    content: "飲�";
}

.fa-shuttle-van:before {
    content: "飽�";
}

.fa-sign:before {
    content: "飺�";
}

.fa-sign-in-alt:before {
    content: "飲�";
}

.fa-sign-language:before {
    content: "飱�";
}

.fa-sign-out-alt:before {
    content: "飲�";
}

.fa-signal:before {
    content: "飥�";
}

.fa-signature:before {
    content: "飽�";
}

.fa-sim-card:before {
    content: "餆�";
}

.fa-simplybuilt:before {
    content: "飯�";
}

.fa-sistrix:before {
    content: "飶�";
}

.fa-sitemap:before {
    content: "飪�";
}

.fa-sith:before {
    content: "飻�";
}

.fa-skating:before {
    content: "餆�";
}

.fa-sketch:before {
    content: "餆�";
}

.fa-skiing:before {
    content: "餆�";
}

.fa-skiing-nordic:before {
    content: "餆�";
}

.fa-skull:before {
    content: "飼�";
}

.fa-skull-crossbones:before {
    content: "餃�";
}

.fa-skyatlas:before {
    content: "飯�";
}

.fa-skype:before {
    content: "飬�";
}

.fa-slack:before {
    content: "飭�";
}

.fa-slack-hash:before {
    content: "飶�";
}

.fa-slash:before {
    content: "餃�";
}

.fa-sleigh:before {
    content: "餆�";
}

.fa-sliders-h:before {
    content: "飮�";
}

.fa-slideshare:before {
    content: "飮�";
}

.fa-smile:before {
    content: "飫�";
}

.fa-smile-beam:before {
    content: "飽�";
}

.fa-smile-wink:before {
    content: "飺�";
}

.fa-smog:before {
    content: "餄�";
}

.fa-smoking:before {
    content: "飹�";
}

.fa-smoking-ban:before {
    content: "飼�";
}

.fa-sms:before {
    content: "餆�";
}

.fa-snapchat:before {
    content: "飱�";
}

.fa-snapchat-ghost:before {
    content: "飱�";
}

.fa-snapchat-square:before {
    content: "飱�";
}

.fa-snowboarding:before {
    content: "餆�";
}

.fa-snowflake:before {
    content: "飲�";
}

.fa-snowman:before {
    content: "餆�";
}

.fa-snowplow:before {
    content: "餆�";
}

.fa-soap:before {
    content: "铳�";
}

.fa-socks:before {
    content: "餁�";
}

.fa-solar-panel:before {
    content: "飽�";
}

.fa-sort:before {
    content: "飪�";
}

.fa-sort-alpha-down:before {
    content: "飬�";
}

.fa-sort-alpha-down-alt:before {
    content: "铫�";
}

.fa-sort-alpha-up:before {
    content: "飬�";
}

.fa-sort-alpha-up-alt:before {
    content: "铫�";
}

.fa-sort-amount-down:before {
    content: "飬�";
}

.fa-sort-amount-down-alt:before {
    content: "铫�";
}

.fa-sort-amount-up:before {
    content: "飬�";
}

.fa-sort-amount-up-alt:before {
    content: "铫�";
}

.fa-sort-down:before {
    content: "飪�";
}

.fa-sort-numeric-down:before {
    content: "飬�";
}

.fa-sort-numeric-down-alt:before {
    content: "铫�";
}

.fa-sort-numeric-up:before {
    content: "飬�";
}

.fa-sort-numeric-up-alt:before {
    content: "铫�";
}

.fa-sort-up:before {
    content: "飪�";
}

.fa-soundcloud:before {
    content: "飭�";
}

.fa-sourcetree:before {
    content: "餆�";
}

.fa-spa:before {
    content: "飽�";
}

.fa-space-shuttle:before {
    content: "飭�";
}

.fa-speakap:before {
    content: "飶�";
}

.fa-speaker-deck:before {
    content: "餇�";
}

.fa-spell-check:before {
    content: "铫�";
}

.fa-spider:before {
    content: "餃�";
}

.fa-spinner:before {
    content: "飫�";
}

.fa-splotch:before {
    content: "飽�";
}

.fa-spotify:before {
    content: "飭�";
}

.fa-spray-can:before {
    content: "飽�";
}

.fa-square:before {
    content: "飪�";
}

.fa-square-full:before {
    content: "飸�";
}

.fa-square-root-alt:before {
    content: "餁�";
}

.fa-squarespace:before {
    content: "飽�";
}

.fa-stack-exchange:before {
    content: "飭�";
}

.fa-stack-overflow:before {
    content: "飬�";
}

.fa-stackpath:before {
    content: "铩�";
}

.fa-stamp:before {
    content: "飽�";
}

.fa-star:before {
    content: "飥�";
}

.fa-star-and-crescent:before {
    content: "餁�";
}

.fa-star-half:before {
    content: "飩�";
}

.fa-star-half-alt:before {
    content: "飾€";
}

.fa-star-of-david:before {
    content: "餁�";
}

.fa-star-of-life:before {
    content: "飿�";
}

.fa-staylinked:before {
    content: "飶�";
}

.fa-steam:before {
    content: "飭�";
}

.fa-steam-square:before {
    content: "飭�";
}

.fa-steam-symbol:before {
    content: "飶�";
}

.fa-step-backward:before {
    content: "飦�";
}

.fa-step-forward:before {
    content: "飦�";
}

.fa-stethoscope:before {
    content: "飪�";
}

.fa-sticker-mule:before {
    content: "飶�";
}

.fa-sticky-note:before {
    content: "飰�";
}

.fa-stop:before {
    content: "飦�";
}

.fa-stop-circle:before {
    content: "飱�";
}

.fa-stopwatch:before {
    content: "飲�";
}

.fa-stopwatch-20:before {
    content: "铳�";
}

.fa-store:before {
    content: "飼�";
}

.fa-store-alt:before {
    content: "飼�";
}

.fa-store-alt-slash:before {
    content: "铳�";
}

.fa-store-slash:before {
    content: "铳�";
}

.fa-strava:before {
    content: "飷�";
}

.fa-stream:before {
    content: "飼�";
}

.fa-street-view:before {
    content: "飯�";
}

.fa-strikethrough:before {
    content: "飪�";
}

.fa-stripe:before {
    content: "飷�";
}

.fa-stripe-s:before {
    content: "飷�";
}

.fa-stroopwafel:before {
    content: "飼�";
}

.fa-studiovinari:before {
    content: "飶�";
}

.fa-stumbleupon:before {
    content: "飭�";
}

.fa-stumbleupon-circle:before {
    content: "飭�";
}

.fa-subscript:before {
    content: "飫�";
}

.fa-subway:before {
    content: "飯�";
}

.fa-suitcase:before {
    content: "飪�";
}

.fa-suitcase-rolling:before {
    content: "飾�";
}

.fa-sun:before {
    content: "飭�";
}

.fa-superpowers:before {
    content: "飲�";
}

.fa-superscript:before {
    content: "飫�";
}

.fa-supple:before {
    content: "飶�";
}

.fa-surprise:before {
    content: "飾�";
}

.fa-suse:before {
    content: "餆�";
}

.fa-swatchbook:before {
    content: "飾�";
}

.fa-swift:before {
    content: "铮�";
}

.fa-swimmer:before {
    content: "飾�";
}

.fa-swimming-pool:before {
    content: "飾�";
}

.fa-symfony:before {
    content: "餇�";
}

.fa-synagogue:before {
    content: "餁�";
}

.fa-sync:before {
    content: "飥�";
}

.fa-sync-alt:before {
    content: "飲�";
}

.fa-syringe:before {
    content: "飹�";
}

.fa-table:before {
    content: "飪�";
}

.fa-table-tennis:before {
    content: "飸�";
}

.fa-tablet:before {
    content: "飫�";
}

.fa-tablet-alt:before {
    content: "飶�";
}

.fa-tablets:before {
    content: "飹�";
}

.fa-tachometer-alt:before {
    content: "飶�";
}

.fa-tag:before {
    content: "飥�";
}

.fa-tags:before {
    content: "飥�";
}

.fa-tape:before {
    content: "飺�";
}

.fa-tasks:before {
    content: "飩�";
}

.fa-taxi:before {
    content: "飭�";
}

.fa-teamspeak:before {
    content: "飺�";
}

.fa-teeth:before {
    content: "飿�";
}

.fa-teeth-open:before {
    content: "飿�";
}

.fa-telegram:before {
    content: "飲�";
}

.fa-telegram-plane:before {
    content: "飶�";
}

.fa-temperature-high:before {
    content: "餄�";
}

.fa-temperature-low:before {
    content: "餄�";
}

.fa-tencent-weibo:before {
    content: "飮�";
}

.fa-tenge:before {
    content: "餆�";
}

.fa-terminal:before {
    content: "飫�";
}

.fa-text-height:before {
    content: "飥�";
}

.fa-text-width:before {
    content: "飥�";
}

.fa-th:before {
    content: "飥�";
}

.fa-th-large:before {
    content: "飥�";
}

.fa-th-list:before {
    content: "飥�";
}

.fa-the-red-yeti:before {
    content: "餁�";
}

.fa-theater-masks:before {
    content: "飿�";
}

.fa-themeco:before {
    content: "飾�";
}

.fa-themeisle:before {
    content: "飱�";
}

.fa-thermometer:before {
    content: "飹�";
}

.fa-thermometer-empty:before {
    content: "飲�";
}

.fa-thermometer-full:before {
    content: "飲�";
}

.fa-thermometer-half:before {
    content: "飲�";
}

.fa-thermometer-quarter:before {
    content: "飲�";
}

.fa-thermometer-three-quarters:before {
    content: "飲�";
}

.fa-think-peaks:before {
    content: "餃�";
}

.fa-thumbs-down:before {
    content: "飬�";
}

.fa-thumbs-up:before {
    content: "飬�";
}

.fa-thumbtack:before {
    content: "飩�";
}

.fa-ticket-alt:before {
    content: "飶�";
}

.fa-times:before {
    content: "飥�";
}

.fa-times-circle:before {
    content: "飦�";
}

.fa-tint:before {
    content: "飦�";
}

.fa-tint-slash:before {
    content: "飾�";
}

.fa-tired:before {
    content: "飾�";
}

.fa-toggle-off:before {
    content: "飯�";
}

.fa-toggle-on:before {
    content: "飯�";
}

.fa-toilet:before {
    content: "餆�";
}

.fa-toilet-paper:before {
    content: "餃�";
}

.fa-toilet-paper-slash:before {
    content: "铳�";
}

.fa-toolbox:before {
    content: "飼�";
}

.fa-tools:before {
    content: "餆�";
}

.fa-tooth:before {
    content: "飾�";
}

.fa-torah:before {
    content: "餁�";
}

.fa-torii-gate:before {
    content: "餁�";
}

.fa-tractor:before {
    content: "餃�";
}

.fa-trade-federation:before {
    content: "飻�";
}

.fa-trademark:before {
    content: "飰�";
}

.fa-traffic-light:before {
    content: "飿�";
}

.fa-trailer:before {
    content: "铳�";
}

.fa-train:before {
    content: "飯�";
}

.fa-tram:before {
    content: "餆�";
}

.fa-transgender:before {
    content: "飯�";
}

.fa-transgender-alt:before {
    content: "飯�";
}

.fa-trash:before {
    content: "飮�";
}

.fa-trash-alt:before {
    content: "飲�";
}

.fa-trash-restore:before {
    content: "餇�";
}

.fa-trash-restore-alt:before {
    content: "餇�";
}

.fa-tree:before {
    content: "飭�";
}

.fa-trello:before {
    content: "飭�";
}

.fa-tripadvisor:before {
    content: "飰�";
}

.fa-trophy:before {
    content: "飩�";
}

.fa-truck:before {
    content: "飪�";
}

.fa-truck-loading:before {
    content: "飺�";
}

.fa-truck-monster:before {
    content: "飿�";
}

.fa-truck-moving:before {
    content: "飺�";
}

.fa-truck-pickup:before {
    content: "飿�";
}

.fa-tshirt:before {
    content: "飼�";
}

.fa-tty:before {
    content: "飮�";
}

.fa-tumblr:before {
    content: "飬�";
}

.fa-tumblr-square:before {
    content: "飬�";
}

.fa-tv:before {
    content: "飰�";
}

.fa-twitch:before {
    content: "飮�";
}

.fa-twitter:before {
    content: "飩�";
}

.fa-twitter-square:before {
    content: "飩�";
}

.fa-typo3:before {
    content: "飷�";
}

.fa-uber:before {
    content: "飷�";
}

.fa-ubuntu:before {
    content: "餆�";
}

.fa-uikit:before {
    content: "飷�";
}

.fa-umbraco:before {
    content: "铮�";
}

.fa-umbrella:before {
    content: "飪�";
}

.fa-umbrella-beach:before {
    content: "飾�";
}

.fa-underline:before {
    content: "飪�";
}

.fa-undo:before {
    content: "飪�";
}

.fa-undo-alt:before {
    content: "飲�";
}

.fa-uniregistry:before {
    content: "飷�";
}

.fa-unity:before {
    content: "铳�";
}

.fa-universal-access:before {
    content: "飱�";
}

.fa-university:before {
    content: "飭�";
}

.fa-unlink:before {
    content: "飫�";
}

.fa-unlock:before {
    content: "飩�";
}

.fa-unlock-alt:before {
    content: "飫�";
}

.fa-untappd:before {
    content: "飷�";
}

.fa-upload:before {
    content: "飩�";
}

.fa-ups:before {
    content: "餆�";
}

.fa-usb:before {
    content: "飱�";
}

.fa-user:before {
    content: "飥�";
}

.fa-user-alt:before {
    content: "飷�";
}

.fa-user-alt-slash:before {
    content: "飺�";
}

.fa-user-astronaut:before {
    content: "飺�";
}

.fa-user-check:before {
    content: "飺�";
}

.fa-user-circle:before {
    content: "飱�";
}

.fa-user-clock:before {
    content: "飺�";
}

.fa-user-cog:before {
    content: "飺�";
}

.fa-user-edit:before {
    content: "飺�";
}

.fa-user-friends:before {
    content: "飻€";
}

.fa-user-graduate:before {
    content: "飻�";
}

.fa-user-injured:before {
    content: "餃�";
}

.fa-user-lock:before {
    content: "飻�";
}

.fa-user-md:before {
    content: "飪�";
}

.fa-user-minus:before {
    content: "飻�";
}

.fa-user-ninja:before {
    content: "飻�";
}

.fa-user-nurse:before {
    content: "餇�";
}

.fa-user-plus:before {
    content: "飯�";
}

.fa-user-secret:before {
    content: "飯�";
}

.fa-user-shield:before {
    content: "飻�";
}

.fa-user-slash:before {
    content: "飻�";
}

.fa-user-tag:before {
    content: "飻�";
}

.fa-user-tie:before {
    content: "飻�";
}

.fa-user-times:before {
    content: "飯�";
}

.fa-users:before {
    content: "飪€";
}

.fa-users-cog:before {
    content: "飻�";
}

.fa-usps:before {
    content: "餆�";
}

.fa-ussunnah:before {
    content: "飷�";
}

.fa-utensil-spoon:before {
    content: "飲�";
}

.fa-utensils:before {
    content: "飲�";
}

.fa-vaadin:before {
    content: "飷�";
}

.fa-vector-square:before {
    content: "飾�";
}

.fa-venus:before {
    content: "飯�";
}

.fa-venus-double:before {
    content: "飯�";
}

.fa-venus-mars:before {
    content: "飯�";
}

.fa-viacoin:before {
    content: "飯�";
}

.fa-viadeo:before {
    content: "飱�";
}

.fa-viadeo-square:before {
    content: "飱�";
}

.fa-vial:before {
    content: "飹�";
}

.fa-vials:before {
    content: "飹�";
}

.fa-viber:before {
    content: "飷�";
}

.fa-video:before {
    content: "飥�";
}

.fa-video-slash:before {
    content: "飺�";
}

.fa-vihara:before {
    content: "餁�";
}

.fa-vimeo:before {
    content: "飷�";
}

.fa-vimeo-square:before {
    content: "飭�";
}

.fa-vimeo-v:before {
    content: "飰�";
}

.fa-vine:before {
    content: "飮�";
}

.fa-virus:before {
    content: "铳�";
}

.fa-virus-slash:before {
    content: "铳�";
}

.fa-viruses:before {
    content: "铳�";
}

.fa-vk:before {
    content: "飭�";
}

.fa-vnv:before {
    content: "飷�";
}

.fa-voicemail:before {
    content: "铫�";
}

.fa-volleyball-ball:before {
    content: "飸�";
}

.fa-volume-down:before {
    content: "飥�";
}

.fa-volume-mute:before {
    content: "餁�";
}

.fa-volume-off:before {
    content: "飥�";
}

.fa-volume-up:before {
    content: "飥�";
}

.fa-vote-yea:before {
    content: "餄�";
}

.fa-vr-cardboard:before {
    content: "餃�";
}

.fa-vuejs:before {
    content: "飷�";
}

.fa-walking:before {
    content: "飼�";
}

.fa-wallet:before {
    content: "飼�";
}

.fa-warehouse:before {
    content: "飹�";
}

.fa-water:before {
    content: "餄�";
}

.fa-wave-square:before {
    content: "餇�";
}

.fa-waze:before {
    content: "餇�";
}

.fa-weebly:before {
    content: "飾�";
}

.fa-weibo:before {
    content: "飭�";
}

.fa-weight:before {
    content: "飹�";
}

.fa-weight-hanging:before {
    content: "飾�";
}

.fa-weixin:before {
    content: "飮�";
}

.fa-whatsapp:before {
    content: "飯�";
}

.fa-whatsapp-square:before {
    content: "飷�";
}

.fa-wheelchair:before {
    content: "飭�";
}

.fa-whmcs:before {
    content: "飷�";
}

.fa-wifi:before {
    content: "飮�";
}

.fa-wikipedia-w:before {
    content: "飰�";
}

.fa-wind:before {
    content: "餃�";
}

.fa-window-close:before {
    content: "飷�";
}

.fa-window-maximize:before {
    content: "飲�";
}

.fa-window-minimize:before {
    content: "飲�";
}

.fa-window-restore:before {
    content: "飲�";
}

.fa-windows:before {
    content: "飬�";
}

.fa-wine-bottle:before {
    content: "餃�";
}

.fa-wine-glass:before {
    content: "飺�";
}

.fa-wine-glass-alt:before {
    content: "飾�";
}

.fa-wix:before {
    content: "飾�";
}

.fa-wizards-of-the-coast:before {
    content: "餃�";
}

.fa-wolf-pack-battalion:before {
    content: "飻�";
}

.fa-won-sign:before {
    content: "飬�";
}

.fa-wordpress:before {
    content: "飭�";
}

.fa-wordpress-simple:before {
    content: "飷�";
}

.fa-wpbeginner:before {
    content: "飱�";
}

.fa-wpexplorer:before {
    content: "飲�";
}

.fa-wpforms:before {
    content: "飱�";
}

.fa-wpressr:before {
    content: "飶�";
}

.fa-wrench:before {
    content: "飩�";
}

.fa-x-ray:before {
    content: "飹�";
}

.fa-xbox:before {
    content: "飷�";
}

.fa-xing:before {
    content: "飬�";
}

.fa-xing-square:before {
    content: "飬�";
}

.fa-y-combinator:before {
    content: "飯�";
}

.fa-yahoo:before {
    content: "飭�";
}

.fa-yammer:before {
    content: "铩€";
}

.fa-yandex:before {
    content: "飷�";
}

.fa-yandex-international:before {
    content: "飷�";
}

.fa-yarn:before {
    content: "餆�";
}

.fa-yelp:before {
    content: "飮�";
}

.fa-yen-sign:before {
    content: "飬�";
}

.fa-yin-yang:before {
    content: "餁�";
}

.fa-yoast:before {
    content: "飱�";
}

.fa-youtube:before {
    content: "飬�";
}

.fa-youtube-square:before {
    content: "飷�";
}

.fa-zhihu:before {
    content: "飿�";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../images/fa-solid-900.eot");
    src: url("../images/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../images/fa-solid-900.woff2") format("woff2"), url("../images/fa-solid-900.woff") format("woff"), url("../images/fa-solid-900.ttf") format("truetype"), url("../images/fa-solid-900.svg") format("svg");
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../images/fa-regular-400.eot");
    src: url("../images/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../images/fa-regular-400.woff2") format("woff2"), url("../images/fa-regular-400.woff") format("woff"), url("../images/fa-regular-400.ttf") format("truetype"), url("../images/fa-regular-400.svg") format("svg");
}

.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../images/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("../images/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../images/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../images/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../images/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url("../images/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 400;
    src: url("../images/EuclidCircularB-Regular-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: italic;
    font-weight: 400;
    src: url("../images/EuclidCircularB-RegularItalic-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "Euclid";
    font-style: normal;
    font-weight: 700;
    src: url("../images/EuclidCircularB-Bold-WebXL.ttf") format("truetype");
}

@font-face {
    font-family: "DINAlternate, DINAlternate-Bold";
    font-style: normal;
    font-weight: 400;
    src: url("../images/DINCond-black.otf") format("truetype");
}

/*  Z-Indicies*/
.typography {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography b {
    font-weight: 700;
}

.typography--h1 {
    font-size: 2.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--h2 {
    font-size: 2rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--h3 {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--h4 {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--h5 {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--h6 {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--paragraph {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--h7 {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--h8 {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--h9 {
    font-size: 0.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.typography--color-ui-1 {
    color: #f2f3f4;
}

.typography--color-ui-2 {
    color: #d6d9dc;
}

.typography--color-ui-3 {
    color: #bbc0c5;
}

.typography--color-ui-4 {
    color: #6a737d;
}

.typography--color-ui-5 {
    color: #666666;
}

.typography--color-ui-6 {
    color: #333333;
}

.typography--color-ui-7 {
    color: #d7d7d7;
}

.typography--color-white {
    color: #fff;
}

.typography--color-black {
    color: #333333;
}

.typography--color-blue {
    color: #2980fe;
}

.typography--color-primary-1 {
    color: #037dd6;
}

.typography--color-primary-2 {
    color: #eaf6ff;
}

.typography--color-primary-3 {
    color: #0260a4;
}

.typography--color-secondary-1 {
    color: #f66a0a;
}

.typography--color-secondary-2 {
    color: #fef5ef;
}

.typography--color-secondary-3 {
    color: #c65507;
}

.typography--color-alert-1 {
    color: #ffd33d;
}

.typography--color-alert-2 {
    color: #fefcde;
}

.typography--color-alert-3 {
    color: #f8c000;
}

.typography--color-error-1 {
    color: #d73a49;
}

.typography--color-error-2 {
    color: #fcf2f3;
}

.typography--color-error-3 {
    color: #b92534;
}

.typography--color-success-1 {
    color: #4cd964;
}

.typography--color-success-2 {
    color: #caf4d1;
}

.typography--color-success-3 {
    color: #219e37;
}

.typography--color-success-4 {
    color: #03c288;
}

.typography--color-mainnet {
    color: #29b6af;
}

.typography--color-ropsten {
    color: #ff4a8d;
}

.typography--color-kovan {
    color: #9064ff;
}

.typography--color-rinkeby {
    color: #f6c343;
}

.typography--color-goerli {
    color: #3099f2;
}

.typography--color-transparent {
    color: transparent;
}

.typography--color-disconnected {
    color: #6f96ef;
}

.typography--weight-bold {
    font-weight: bold;
}

.typography--weight-normal {
    font-weight: normal;
}

.typography--weight-100 {
    font-weight: 100;
}

.typography--weight-200 {
    font-weight: 200;
}

.typography--weight-300 {
    font-weight: 300;
}

.typography--weight-400 {
    font-weight: 400;
}

.typography--weight-500 {
    font-weight: 500;
}

.typography--weight-600 {
    font-weight: 600;
}

.typography--weight-700 {
    font-weight: 700;
}

.typography--weight-800 {
    font-weight: 800;
}

.typography--weight-900 {
    font-weight: 900;
}

.typography--align-left {
    text-align: left;
}

.typography--align-right {
    text-align: right;
}

.typography--align-center {
    text-align: center;
}

.typography--align-justify {
    text-align: justify;
}

.typography--align-end {
    text-align: end;
}

.typography--spacing-1 {
    margin: 4px auto;
}

.typography--spacing-2 {
    margin: 8px auto;
}

.typography--spacing-3 {
    margin: 12px auto;
}

.typography--spacing-4 {
    margin: 16px auto;
}

.typography--spacing-5 {
    margin: 20px auto;
}

.typography--spacing-6 {
    margin: 24px auto;
}

.typography--spacing-7 {
    margin: 28px auto;
}

.typography--spacing-8 {
    margin: 32px auto;
}

.unit-input {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-weight: 400;
    border-radius: 4px;
    color: #4d4d4d;
    padding: 17px 12px;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.unit-input input[type=number] {
    -moz-appearance: textfield;
}

.unit-input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.unit-input input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.unit-input__inputs {
    flex: 1 0 auto;
    display: flex;
    flex-flow: column nowrap;
}

.unit-input__input {
    font-size: 20px;
    width: 260px !important;
    color: #4d4d4d;
    background-color: #f9f9f9;
    border: none;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unit-input__input::-webkit-input-placeholder {
    color: #bbbbbb;
    font-size: 13px;
}

.unit-input__input::-moz-placeholder {
    color: #bbbbbb;
    font-size: 13px;
}

.unit-input__input::-ms-input-placeholder {
    color: #bbbbbb;
    font-size: 13px;
}

.unit-input__input::placeholder {
    color: #bbbbbb;
    font-size: 13px;
}

.unit-input__input__disabled {
    background-color: #dedede;
}

.unit-input__suffix {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 3px;
}

.unit-input__disabled {
    background-color: #f2f3f4;
}

.url-icon {
    width: 24px;
    height: 24px;
    background-position: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    flex: 0 0 auto;
    -moz-animation: fadein 1s;
    /* Firefox */
    -webkit-animation: fadein 1s;
    /* Safari and Chrome */
    -o-animation: fadein 1s;
}

.url-icon__fallback {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #bbc0c5;
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dfox__container {
    height: 280px;
    width: 360px;
}

.dfox__container-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    margin: auto;
    width: 281px;
}

.dfox__container-pg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 159px;
    top: 150px;
}

.dfox__container-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 238px;
    margin: auto;
    font-size: 30px;
    font-family: PingFangSC, PingFangSC-Medium;
    line-height: 42px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.dfox__container-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 233px;
    margin: auto;
    width: 82px;
}

.label-input-container {
    position: relative;
}

.label-input {
    height: 44px;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    width: 100%;
    padding: 0 10px;
}

.label-input:disabled {
    border-color: #eeeeee;
    background-color: #f5f5f5;
}

.label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 20px;
    top: -8px;
    color: #333333;
    font-weight: 400;
    padding: 0 2px;
    background-color: white;
}

/** Please import your files in alphabetical order **/
.token-list-placeholder {
    display: flex;
    align-items: center;
    padding-top: 43px;
    flex-direction: column;
    line-height: 22px;
    opacity: 0.5;
}

.token-list-placeholder__text {
    color: #aeaeae;
    width: 50%;
    text-align: center;
    margin-top: 8px;
}

@media screen and (max-width: 575px) {
    .token-list-placeholder__text {
        width: 60%;
    }
}

.token-list-placeholder__link {
    margin-top: 0.5rem;
}

.token-list__title {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    margin: 16px 16px 0;
}

.token-list__no-data {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    margin-top: 22px;
}

.token-list__desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin: 6px 16px 0;
    background: #fff2ea;
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    color: #ff7114;
}

.token-list__desc span {
    display: block;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
}

.token-list__close {
    height: 12px;
    cursor: pointer;
}

.token-list__tokens-container {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}

.token-list__token {
    transition: 200ms ease-in-out;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    padding: 12px 16px;
}

.token-list__token:first-child {
    margin-top: 6px;
}

.token-list__token:hover {
    background-color: #f5f9ff;
}

.token-list__token--disabled {
    background-color: #f5f9ff;
}

.token-list__token-status {
    margin-left: auto;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.token-list__token-add {
    background: url("../images/token-add.svg") center no-repeat;
    background-size: 100% 100%;
}

.token-list__token-reduce {
    background: url("../images/token-reduce.svg") center no-repeat;
    background-size: 100% 100%;
}

.token-list__token-check {
    background-image: url("../images/check-blue.svg");
    background-size: 100% 100%;
}

.token-list__token-icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 50%;
    margin-right: 12px;
    flex: 0 0 auto;
}

.token-list__token-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 0;
}

.token-list__token-name {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    /*rtl:ignore*/
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
    max-width: 260px;
}

.add-token__custom-token-form {
    padding: 0 16px;
}

.add-token__custom-token-form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.add-token__custom-token-form input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.add-token__custom-token-form .add-token__decimal-warning {
    margin-top: 5px;
}

.add-token__custom-token-form .MuiFormControl-marginNormal {
    margin: 0;
}

.add-token__custom-token-form .MuiFormControl-marginNormal .MuiFormLabel-root {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.add-token__custom-token-form .MuiFormControl-marginNormal .MuiInputBase-root {
    margin-top: 8px;
    border-color: #d7d7d7;
    height: 42px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
}

.add-token__custom-token-form .MuiFormControl-marginNormal .MuiInputBase-root .MuiInput-input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
}

.add-token__custom-token-form .MuiFormControl-marginNormal .MuiInputBase-root .MuiInput-input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.add-token__custom-token-form .MuiFormControl-marginNormal .MuiInputBase-root .MuiInput-input::-moz-placeholder {
    color: #bbbbbb;
}

.add-token__custom-token-form .MuiFormControl-marginNormal .MuiInputBase-root .MuiInput-input::-ms-input-placeholder {
    color: #bbbbbb;
}

.add-token__custom-token-form .MuiFormControl-marginNormal .MuiInputBase-root .MuiInput-input::placeholder {
    color: #bbbbbb;
}

.add-token__custom-token-form .MuiFormControl-marginNormal .MuiInputBase-root.Mui-focused {
    border-color: #2980fe !important;
}

.add-token__custom-token-form>div {
    margin-top: 16px;
}

.add-token__search-token {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.add-token__search-token>div:first-child {
    margin: 16px 16px 0;
}

.add-token__search-token--nft>div:first-child {
    margin-top: 12px;
}

.add-token__search-token .MuiInput-root {
    height: 47px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 0 12px;
}

.add-token__search-token .MuiInput-root.TextField-inputFocused-11 input {
    font-size: 12px;
    font-weight: 400;
}

.add-token__search-token .MuiInput-root.TextField-inputFocused-11 input:disabled {
    color: #bbbbbb;
}

.add-token__search-token .MuiInput-root .MuiInputBase-input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.add-token__token-list {
    overflow-y: auto;
}

.add-token__token-list__no-data {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
}

.add-token__custom-symbol__label-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.add-token__custom-symbol__label {
    flex: 0 0 auto;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.add-token__custom-symbol__edit {
    flex: 1 1 auto;
    text-align: right;
    color: #2980fe;
    padding-right: 4px;
    cursor: pointer;
}

.add-token__link {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: inline;
    color: #2980fe;
    padding-left: 0;
}

.add-token__page {
    width: 100%;
}

.add-token__page .page-container {
    box-shadow: none;
}

.add-token__page .page-container__header {
    padding: 0;
    border-bottom: #eeeeee 1px solid;
}

.add-token__page .page-container__footer {
    border-top: none;
}

.add-token__page .page-container__tabs {
    margin: 0 auto;
}

.add-token__page .page-container__tab {
    color: #aaaaaa;
}

.add-token__page .page-container__tab button {
    padding: 13px 0px;
}

.add-token__page .page-container__tab.tab--active {
    color: #333333;
    font-weight: 500;
}

.add-token__page .page-container__tab.tab--active::after {
    width: calc(100% - 38px);
    background-color: #333333;
}

.add-token__page--hide-button .page-container__footer {
    display: none;
}

.add-token__page .settings-page__back-button {
    position: absolute;
    top: 14px;
    left: 16px;
    z-index: 999;
}

.add-token__enable-detect-token {
    margin: 6px 16px 0;
    display: flex;
    align-items: center;
}

.add-token__warn {
    align-self: flex-start;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    margin-right: 7px;
}

.add-token__warn-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #777777;
    font-weight: 400;
}

.add-token__warn-link {
    color: #2980fe;
    text-transform: lowercase;
    text-decoration: underline;
    cursor: pointer;
}

.add-token__divider {
    height: 10px;
    min-height: 10px;
    background: #f5f5f5;
    margin-top: 16px;
}

.asset__container {
    background-color: white;
    z-index: 99 !important;
    top: 0;
    position: absolute;
}

.asset__container .token__container,.asset__container .native__container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .asset__container .transaction-list {
        overflow-y: auto;
    }
}

.asset__overview {
    padding-bottom: 8px;
}

.asset__overview.wallet-overview {
    min-height: 0;
}

.asset__overview .wallet-overview__balance {
    margin-top: 0;
}

.asset__overview .wallet-overview__balance .identicon {
    margin-top: 22px;
}

.asset__overview .wallet-overview__balance .token-overview__balance {
    margin-bottom: 0;
}

.asset__overview .wallet-overview__balance .token-overview__primary-balance {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.asset__overview .wallet-overview__balance .token-overview__secondary-balance {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-top: 2px;
}

.asset__overview .wallet-overview__buttons {
    position: fixed;
    bottom: 15px;
    width: 328px;
    height: 54px;
    margin-bottom: 0;
}

.asset__overview .wallet-overview__buttons button {
    height: 54px;
    font-weight: 400;
}

.asset__overview .wallet-overview__buttons button:first-child {
    margin-right: 8px;
}

.asset__overview .eth-overview__balance {
    margin-top: 8px;
    margin-bottom: 0;
}

.asset__overview .eth-overview__primary-balance {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.asset__overview .eth-overview__secondary-balance {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.asset__overview .eth-overview__fiat-container {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    display: flex;
}

.asset__overview .eth-overview__appr {
    margin-right: 5px;
}

.asset-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    height: 48px;
    border-bottom: 2px #eeeeee solid;
}

.asset-breadcrumb {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    background-color: inherit;
    display: flex;
    align-items: center;
}

.asset-breadcrumb__chevron {
    font-size: 1rem;
    padding: 0 10px 0 2px;
}

.asset-breadcrumb__asset {
    font-weight: bold;
}

.asset-breadcrumb span {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    color: #333333;
    font-weight: 500;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.asset-options__button {
    font-size: 1rem;
    color: #333333;
    background-color: inherit;
    padding: 2px 0 2px 8px;
}

.asset-options__icon {
    font-weight: 900;
}

.confirm-add-token {
    padding: 16px;
}

.confirm-add-token__header {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
}

.confirm-add-token__token {
    flex: 1;
    min-width: 0;
}

.confirm-add-token__balance {
    flex: 0 0 30%;
    min-width: 0;
}

.confirm-add-token__token-list {
    display: flex;
    flex-flow: column nowrap;
}

.confirm-add-token__token-list .token-balance {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.confirm-add-token__token-list .token-balance__amount {
    font-size: 2.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
    margin-right: 8px;
}

.confirm-add-token__token-list .token-balance__symbol {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
}

.confirm-add-token__token-list-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 8px;
    box-sizing: border-box;
}

.confirm-add-token__data {
    display: flex;
    align-items: center;
    padding: 8px;
}

.confirm-add-token__name {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.confirm-add-token__token-icon {
    margin-right: 12px;
    flex: 0 0 auto;
}

.confirm-approve-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    font-style: normal;
}

.confirm-approve-content+.page-container__footer {
    border-top: none;
}

.confirm-approve-content+.page-container__footer footer {
    padding-bottom: 26px;
}

.confirm-approve-content__item {
    height: 60px;
    margin-left: 18px;
    border-bottom: #eeeeee 1px solid;
    display: flex;
    align-items: center;
}

.confirm-approve-content__item>*:last-child {
    margin-right: 18px;
}

.confirm-approve-content__item-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.confirm-approve-content__item-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.confirm-approve-content__item-content-subtitle {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    float: right;
    margin-right: 0;
}

.confirm-approve-content__item-content-copy {
    width: 18px;
    margin-left: 13px;
    cursor: pointer;
}

.confirm-approve-content__item-edit {
    width: 17px;
    margin-left: 13px;
    cursor: pointer;
}

.confirm-approve-content__top-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-bottom: 27px;
    background-color: #2980fe;
}

.confirm-approve-content__origin {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
}

.confirm-approve-content__swap-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-weight: 500;
    margin-top: 3px;
}

.confirm-approve-content__identicon-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
}

.confirm-approve-content__identicon {
    width: 54px;
    height: 54px;
}

.confirm-approve-content__full-tx-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    font-style: normal;
}

.confirm-approve-content__card-wrapper {
    width: 100%;
}

.confirm-approve-content__title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 328px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 8px;
    padding: 10px 14px;
    font-weight: 400;
    color: #fff;
    background: #e55036;
    border-radius: 8px;
    line-height: 17px;
}

.confirm-approve-content__description {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #6a737d;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
}

.confirm-approve-content__card,.confirm-approve-content__card--no-border {
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #d2d8dd;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}

.confirm-approve-content__card__bold-text,.confirm-approve-content__card--no-border__bold-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

.confirm-approve-content__card__thin-text,.confirm-approve-content__card--no-border__thin-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
}

.confirm-approve-content__card--no-border {
    border-bottom: none;
}

.confirm-approve-content__card-header {
    display: flex;
    flex-flow: row;
    margin-top: 20px;
    align-items: center;
    position: relative;
}

.confirm-approve-content__card-header__symbol {
    width: auto;
}

.confirm-approve-content__card-header__symbol--aligned {
    width: 100%;
}

.confirm-approve-content__card-header__title,.confirm-approve-content__card-header__title-value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

.confirm-approve-content__card-header__title {
    width: 100%;
    margin-left: 16px;
}

.confirm-approve-content__card-header__title--aligned {
    margin-left: 27px;
    position: absolute;
    width: auto;
}

.confirm-approve-content__card-content {
    margin-top: 6px;
    margin-bottom: 12px;
}

.confirm-approve-content__card-content--aligned {
    margin-left: 42px;
}

.confirm-approve-content__transaction-total-symbol {
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
}

.confirm-approve-content__transaction-total-symbol__x {
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-approve-content__transaction-total-symbol__x div {
    width: 22px;
    height: 2px;
    background: #2980fe;
    position: absolute;
}

.confirm-approve-content__transaction-total-symbol__x div:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.confirm-approve-content__transaction-total-symbol__x div:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.confirm-approve-content__transaction-total-symbol__circle {
    width: 14px;
    height: 14px;
    border: 2px solid #037dd6;
    border-radius: 50%;
    background: white;
    position: absolute;
}

.confirm-approve-content__transaction-details-content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.confirm-approve-content__transaction-details-content .confirm-approve-content__small-text {
    width: 160px;
}

.confirm-approve-content__transaction-details-content__fee {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    text-align: right;
}

.confirm-approve-content__transaction-details-content__primary-fee {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    color: #000;
}

.confirm-approve-content__transaction-details-content__secondary-fee {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: normal;
    color: #8c8e94;
}

.confirm-approve-content__view-full-tx-button-wrapper {
    display: flex;
    flex-flow: row;
    margin-bottom: 16px;
    justify-content: center;
}

.confirm-approve-content__view-full-tx-button-wrapper i {
    margin-left: 6px;
    display: flex;
    color: #3099f2;
    align-items: center;
}

.confirm-approve-content__view-full-tx-button {
    display: flex;
    flex-flow: row;
}

.confirm-approve-content__edit-submission-button-container {
    display: flex;
    flex-flow: row;
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d8dd;
    width: 100%;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
}

.confirm-approve-content__large-text {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.confirm-approve-content__medium-link-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #2980fe;
}

.confirm-approve-content__medium-text,.confirm-approve-content__label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.confirm-approve-content__label {
    font-weight: bold;
    margin-right: 4px;
}

.confirm-approve-content__small-text,.confirm-approve-content__small-blue-text,.confirm-approve-content__info-row {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
}

.confirm-approve-content__small-blue-text {
    color: #2980fe;
}

.confirm-approve-content__info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.confirm-approve-content__data,.confirm-approve-content__permission {
    width: 100%;
}

.confirm-approve-content__permission .flex-row {
    margin-top: 14px;
}

.confirm-approve-content__data__data-block {
    overflow-wrap: break-word;
    margin-right: 16px;
    margin-top: 12px;
}

.confirm-approve-content__footer {
    display: flex;
    align-items: flex-end;
    margin-top: 16px;
    padding-left: 34px;
    padding-right: 24px;
}

.confirm-approve-content__footer .confirm-approve-content__small-text {
    margin-left: 16px;
}

.confirm-approve-content__custom-nonce-warning {
    width: 100%;
    height: 30px;
}

.confirm-approve-content__custom-nonce-content {
    display: flex;
    height: 49px;
    margin-top: 5px;
    margin-bottom: 6px;
    padding: 12px 12px 14px 12px;
    border: 1px solid #bbc0c5;
    box-sizing: border-box;
    border-radius: 6px;
    align-items: center;
}

.confirm-approve-content__custom-nonce-header {
    flex: 1;
    align-items: center;
}

.confirm-approve-content__custom-nonce-value {
    flex: 0;
}

.confirm-approve-content .confirm-approve-content__custom-nonce-edit {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: auto;
    margin-left: 15px;
}

.confirm-approve-content__details {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.confirm-approve-content__warn {
    height: 12px;
}

.confirm-approve-content__view {
    margin-left: 6px;
    text-decoration: underline;
    cursor: pointer;
}

.confirm-approve-content__video-popover {
    width: 100%;
    height: 100%;
    z-index: 1005;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.confirm-approve-content__video-popover .settings-page__header {
    border-bottom: 2px #eeeeee solid;
}

.confirm-approve-content__info {
    overflow-y: auto;
    flex: 1;
}

.confirm-approve-content__info::-webkit-scrollbar {
    display: none;
}

.confirm-approve-content__video {
    width: 328px;
    margin: 18px auto 0;
    display: block;
}

.confirm-approve-content__tip {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    margin: 16px 18px 0;
}

.confirm-approve-content__tip:first-of-type {
    margin-top: 28px;
}

.confirm-approve-content__tip-link {
    cursor: pointer;
    color: #2980fe;
}

.confirm-approve-content__button {
    width: 328px;
    margin: 28px auto;
}

.confirm-approve-content__multisig-warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 328px;
    text-align: center;
    margin-top: 8px;
    padding: 10px 14px;
    font-weight: 400;
    color: #fff;
    background: #ff7114;
    border-radius: 8px;
    line-height: 17px;
}

.confirm-approve-content__eip-1559-module,.confirm-approve-content__button-group {
    padding: 16px;
}

.confirm-approve-content--full {
    height: auto;
}

.request-decrypt-message__container {
    width: 360px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-flow: column nowrap;
    z-index: 25;
    align-items: center;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .request-decrypt-message__container {
        width: 100%;
        top: 0;
        box-shadow: none;
    }
}

@media screen and (min-width: 576px) {
    .request-decrypt-message__container {
        height: 620px;
    }
}

.request-decrypt-message__typed-container {
    padding: 17px;
}

.request-decrypt-message__typed-container h1 {
    font-weight: 900;
    margin-bottom: 5px;
}

.request-decrypt-message__typed-container * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.request-decrypt-message__typed-container>div {
    margin-bottom: 10px;
}

.request-decrypt-message__header {
    height: 64px;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.request-decrypt-message__header-background {
    position: absolute;
    background-color: #e9edf0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.request-decrypt-message__header__text {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5b5d67;
    z-index: 3;
    text-align: center;
}

.request-decrypt-message__header__tip-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.request-decrypt-message__header__tip {
    height: 25px;
    width: 25px;
    background: #e9edf0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    z-index: 1;
}

.request-decrypt-message__account-info {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 20px;
}

.request-decrypt-message__account {
    color: #9b9b9b;
    margin-left: 17px;
}

.request-decrypt-message__account-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.request-decrypt-message__account-item {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    background-color: #fff;
    width: 124px;
}

.request-decrypt-message__account-item .account-list-item {
    margin-top: 6px;
}

.request-decrypt-message__account-item .account-list-item__account-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
}

.request-decrypt-message__account-item .account-list-item__top-row {
    margin: 0;
}

.request-decrypt-message__balance {
    color: #9b9b9b;
    margin-right: 17px;
    width: 124px;
}

.request-decrypt-message__balance-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: right;
}

.request-decrypt-message__balance-value {
    text-align: right;
    margin-top: 2.5px;
}

.request-decrypt-message__request-icon {
    margin-top: 25px;
}

.request-decrypt-message__body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    height: 0;
}

.request-decrypt-message__notice {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 11px;
    width: 100%;
}

.request-decrypt-message__message {
    overflow-wrap: break-word;
    margin: 20px;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.request-decrypt-message__message-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 115px;
}

.request-decrypt-message__message-cover {
    background-color: white;
    opacity: 0.75;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.request-decrypt-message__message-lock {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    cursor: pointer;
}

.request-decrypt-message__message-lock img {
    padding: 5px;
    background-color: #fff;
    left: calc(50% - 24px);
    position: absolute;
    top: calc(50% - 34px);
    border-radius: 3px;
}

.request-decrypt-message__message-lock--pressed {
    display: none;
}

.request-decrypt-message__message-lock-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 200px;
    position: absolute;
    top: calc(50% + 5px);
    text-align: center;
    left: calc(50% - 100px);
    background-color: white;
    border-radius: 3px;
}

.request-decrypt-message__message-copy {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    justify-content: space-evenly;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    cursor: pointer;
}

.request-decrypt-message__message-copy-text {
    margin-right: 10px;
    display: inline;
}

.request-decrypt-message__message-copy-tooltip {
    float: right;
}

.request-decrypt-message__footer {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-top: 1px solid #d2d8dd;
    padding: 1.6rem;
}

.request-decrypt-message__footer button {
    width: 165px;
}

.request-decrypt-message__footer__cancel-button {
    margin-right: 1.2rem;
}

.request-decrypt-message__visual {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    margin: 0 20px;
}

.request-decrypt-message__visual section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.request-decrypt-message__visual-identicon {
    width: 48px;
    height: 48px;
}

.request-decrypt-message__visual-identicon--default {
    background-color: #777a87;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.request-encryption-public-key__container {
    width: 360px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-flow: column nowrap;
    z-index: 25;
    align-items: center;
    position: relative;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .request-encryption-public-key__container {
        width: 100%;
        top: 0;
        box-shadow: none;
    }
}

@media screen and (min-width: 576px) {
    .request-encryption-public-key__container {
        height: 620px;
    }
}

.request-encryption-public-key__typed-container {
    padding: 17px;
}

.request-encryption-public-key__typed-container h1 {
    font-weight: 900;
    margin-bottom: 5px;
}

.request-encryption-public-key__typed-container * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.request-encryption-public-key__typed-container>div {
    margin-bottom: 10px;
}

.request-encryption-public-key__header {
    height: 64px;
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.request-encryption-public-key__header-background {
    position: absolute;
    background-color: #e9edf0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.request-encryption-public-key__header__text {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5b5d67;
    z-index: 3;
    text-align: center;
}

.request-encryption-public-key__header__tip-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.request-encryption-public-key__header__tip {
    height: 25px;
    width: 25px;
    background: #e9edf0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    z-index: 1;
}

.request-encryption-public-key__account-info {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 20px;
}

.request-encryption-public-key__account {
    color: #9b9b9b;
    margin-left: 17px;
}

.request-encryption-public-key__account-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.request-encryption-public-key__account-item {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    background-color: #fff;
    width: 124px;
}

.request-encryption-public-key__account-item .account-list-item {
    margin-top: 6px;
}

.request-encryption-public-key__account-item .account-list-item__account-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
}

.request-encryption-public-key__account-item .account-list-item__top-row {
    margin: 0;
}

.request-encryption-public-key__balance {
    color: #9b9b9b;
    margin-right: 17px;
    width: 124px;
}

.request-encryption-public-key__balance-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: right;
}

.request-encryption-public-key__balance-value {
    text-align: right;
    margin-top: 2.5px;
}

.request-encryption-public-key__request-icon {
    margin-top: 25px;
}

.request-encryption-public-key__body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    height: 0;
}

.request-encryption-public-key__notice {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-top: 41px;
    margin-bottom: 11px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: #9b9b9b;
}

.request-encryption-public-key__footer {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    border-top: 1px solid #d2d8dd;
    padding: 1.6rem;
}

.request-encryption-public-key__footer button {
    width: 165px;
}

.request-encryption-public-key__footer__cancel-button {
    margin-right: 1.2rem;
}

.request-encryption-public-key__visual {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    margin: 0 20px;
}

.request-encryption-public-key__visual section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.request-encryption-public-key__visual-identicon {
    width: 48px;
    height: 48px;
}

.request-encryption-public-key__visual-identicon--default {
    background-color: #777a87;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.confirmation-footer {
    grid-area: footer;
}

.confirmation-footer__actions {
    display: flex;
    background-color: white;
    padding: 16px;
    justify-content: center;
}

.confirmation-footer__actions .button:first-child {
    margin-right: 16px;
}

.confirmation-page {
    width: 100%;
    height: 100%;
    position: relative;
    background: white;
    display: grid;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "navigation" "content" "footer";
    justify-content: center;
}

.confirmation-page a {
    color: #2980fe;
}

.confirmation-page__danger {
    width: 360px;
    background: #fff0ed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.confirmation-page__danger .callout__content {
    color: #E55036;
}

.confirmation-page__danger .callout__content a {
    text-decoration: underline;
}

.confirmation-page__content {
    grid-area: content;
    padding: 16px 16px 0;
    min-width: 0;
}

.confirmation-page__content> :last-child {
    width: 300px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.confirmation-page__content-multisig-warn {
    margin-top: 20px;
    padding: 10px;
    background: rgba(255, 231, 216, 0.95);
    border: 1px solid #fff2f2;
    border-radius: 41px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confirmation-page__content-multisig-warn-line1 {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #ff7114;
    font-weight: 500;
}

.confirmation-page__content-multisig-warn-icon {
    height: 20px;
    margin-right: 8px;
}

.confirmation-page__content-multisig-warn-line2 {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 2px;
    text-align: center;
    color: #ff7114;
    font-weight: 400;
}

.confirmation-page__navigation {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    grid-area: navigation;
    background-color: #f2f3f4;
    border-bottom: 1px solid #d2d8dd;
    padding: 6px 16px 5px 16px;
    color: #6a737d;
    display: grid;
    grid-template-columns: 1fr minmax(0, auto) minmax(0, auto);
    align-items: center;
}

.confirmation-page__navigation-button {
    background-color: white;
    border-radius: 100px;
    color: #6a737d;
    font-size: 0.875rem;
    height: 20px;
    width: 20px;
    padding: 0;
}

.confirmation-page__navigation-button:disabled {
    cursor: not-allowed;
    background-color: #d6d9dc;
    color: #9fa6ae;
}

.confirmation-page__navigation .confirmation-page__navigation-button:last-child {
    margin-left: 8px;
}

.confirmation-page .chip {
    max-width: 100%;
}

.confirmation-page .chip__label {
    word-break: break-all;
}

.connected-sites {
    text-align: center;
    padding: 86px 16px 30px !important;
}

.connected-sites h2 {
    text-overflow: ellipsis;
    margin-right: 10px;
}

.connected-sites .popover-header {
    padding: 0;
}

.connected-sites .popover-header__title,.connected-sites .popover-header__subtitle {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #333333;
    margin-right: 0;
}

.connected-sites .popover-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    position: initial;
    margin: 16px 0 28px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #999999;
}

.connected-sites__icon {
    width: 62px;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.connected-sites__confirmation {
    flex-direction: column;
}

.connected-sites__confirmation button:first-child {
    margin-right: 12px;
}

.connected-sites__confirmation .connected-sites__text-button {
    padding: 0;
}

.connected-sites__footer-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.connected-sites__footer-row+.connected-sites__footer-row {
    margin-top: 15px;
}

.connected-sites a,.connected-sites a:hover {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
}

.connected-sites-page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.connected-sites-page .settings-page__header {
    border-bottom: 2px #eeeeee solid;
}

.connected-sites-page-desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 14px 19px;
    color: #2980fe;
    background-color: #f5f9ff;
}

.connected-sites-page-desc__no-domains {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    background-color: transparent;
    margin: 0 68px;
    padding: 0;
    line-height: 22px;
    text-align: center;
}

.connected-sites-page .connected-sites__text-button {
    border-top: 1px solid #eeeeee;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}

.connected-sites-page__disconnected {
    display: block;
    width: 210px;
    margin: 85px auto 38px;
}

.connected-sites__text-button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 20px;
    font-weight: 400;
    color: #2980fe;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

@media screen and (min-width: 576px) {
    .connected-sites__text-button {
        display: none;
    }
}

.connected-sites .popover-footer {
    height: auto;
}

.connected-sites.popover-wrap {
    padding: 10px;
}

.connected-sites.popover-wrap .connected-sites__footer-row {
    padding: 0;
}

.connected-accounts__popover {
    padding-bottom: 18px;
    -webkit-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
}

.connected-accounts__popover .popover-header {
    padding: 20px 0 16px;
}

.connected-accounts__popover .popover-header__title h2 {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.connected-accounts__popover .popover-content {
    position: initial !important;
}

.connected-accounts__menu {
    height: 16px;
    margin-right: 12px;
    cursor: pointer;
}

.connected-accounts__footer a,.connected-accounts__footer a:hover {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
}

.connected-accounts__desc {
    margin: 0 18px;
}

.connected-accounts__desc-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}

.connected-accounts__desc-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: center;
    color: #999999;
    padding-bottom: 15px;
}

.connected-accounts__divider {
    margin-bottom: 10px;
    height: 10px;
    background-color: #f9f9f9;
}

.connected-accounts__permission {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 19px;
    cursor: pointer;
}

.connected-accounts__permission-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.connected-accounts__permission-slide {
    height: 18px;
}

.connected-accounts__permission-slide-reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.connected-accounts__permission-content {
    margin-top: 6px;
}

.connected-accounts__permission-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-top: 6px;
    margin: 0 18px;
}

.connected-accounts__permission-check {
    display: flex;
    align-items: center;
    margin: 10px 18px 0;
}

.connected-accounts__permission-check-box {
    height: 16px;
    width: 16px;
    border-radius: 9px;
    border: 1.46px #d7d7d7 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
}

.connected-accounts__permission-check-box-inner {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: #d7d7d7;
}

.connected-accounts__permission-check-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin-left: 10px;
}

.popover-wrap {
    width: 328px;
    border-radius: 12px;
    box-shadow: none;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.connected-sites {
    text-align: center;
    padding: 86px 16px 30px !important;
}

.connected-sites h2 {
    text-overflow: ellipsis;
    margin-right: 10px;
}

.connected-sites .popover-header {
    padding: 0;
}

.connected-sites .popover-header__title,.connected-sites .popover-header__subtitle {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #333333;
    margin-right: 0;
}

.connected-sites .popover-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    position: initial;
    margin: 16px 0 28px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #999999;
}

.connected-sites__icon {
    width: 62px;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.connected-sites__confirmation {
    flex-direction: column;
}

.connected-sites__confirmation button:first-child {
    margin-right: 12px;
}

.connected-sites__confirmation .connected-sites__text-button {
    padding: 0;
}

.connected-sites__footer-row {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.connected-sites__footer-row+.connected-sites__footer-row {
    margin-top: 15px;
}

.connected-sites a,.connected-sites a:hover {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
}

.connected-sites-page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.connected-sites-page .settings-page__header {
    border-bottom: 2px #eeeeee solid;
}

.connected-sites-page-desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 14px 19px;
    color: #2980fe;
    background-color: #f5f9ff;
}

.connected-sites-page-desc__no-domains {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    background-color: transparent;
    margin: 0 68px;
    padding: 0;
    line-height: 22px;
    text-align: center;
}

.connected-sites-page .connected-sites__text-button {
    border-top: 1px solid #eeeeee;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}

.connected-sites-page__disconnected {
    display: block;
    width: 210px;
    margin: 85px auto 38px;
}

.connected-sites__text-button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 20px;
    font-weight: 400;
    color: #2980fe;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

@media screen and (min-width: 576px) {
    .connected-sites__text-button {
        display: none;
    }
}

.connected-sites .popover-footer {
    height: auto;
}

.connected-sites.popover-wrap {
    padding: 10px;
}

.connected-sites.popover-wrap .connected-sites__footer-row {
    padding: 0;
}

.hw-tutorial {
    overflow: visible;
    display: block;
    width: 100%;
}

.hw-connect {
    width: 100%;
    margin-top: 36px;
}

.hw-connect:first-of-type {
    margin-top: 0;
}

.hw-connect-container .settings-page__header {
    border-bottom: 2px #eeeeee solid;
}

.hw-connect-container .settings-page__back-button {
    display: block;
}

.hw-connect__header {
    margin-bottom: 20px;
}

.hw-connect__header__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.hw-connect__header__msg {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #9b9b9b;
    margin-top: 10px;
    margin-bottom: 15px;
}

.hw-connect__btn-wrapper {
    flex: 1;
    width: 100%;
}

.hw-connect__connect-btn {
    margin: 20px 0;
}

.hw-connect__connect-btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.hw-connect__btn {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 62px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding-right: 16px;
    width: 100%;
    background-color: white;
    margin-bottom: 8px;
    font-weight: 400;
}

.hw-connect__btn--left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.hw-connect__btn__enter {
    height: 14px;
}

.hw-connect__btn:disabled {
    background: #f8f8f8;
    color: #999999;
    opacity: 1;
    border-color: #f8f8f8;
    justify-content: center;
}

.hw-connect__btn:hover {
    background-color: #f5f9ff;
    border-color: #f5f9ff;
}

.hw-connect__btn__img {
    height: 50px;
}

.hw-connect__btn.selected {
    background-color: #f5f9ff;
    border-color: #f5f9ff;
}

.hw-connect__hdPath {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 22px;
}

.hw-connect__hdPath__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    margin-right: 15px;
    color: #333333;
    font-weight: 500;
}

.hw-connect__hdPath__select {
    display: flex;
    flex: 1;
}

.hw-connect__title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-top: 10px;
    font-weight: 400;
    color: #333333;
}

.hw-connect__title-container {
    display: flex;
    align-items: center;
}

.hw-connect__title-container .hw-connect__title {
    padding: 0;
}

.hw-connect__title-serial {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    width: 22px;
    min-width: 22px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2980fe;
    color: #fff;
    margin-right: 8px;
    align-self: flex-start;
}

.hw-connect__ledger-live-link {
    color: #2980fe;
}

.hw-connect__unlock-title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-top: 10px;
    font-weight: 400;
    margin-bottom: 15px;
}

.hw-connect__msg {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    margin-top: 18px;
    margin-bottom: 16px;
}

.hw-connect__msg-link {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
}

.hw-connect__help {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.hw-connect__help-link {
    color: #2980fe;
}

.hw-connect__error {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #E55036;
    background-color: #fff0ed;
    padding: 12px 40px;
    display: block;
    font-weight: 400;
    word-break: break-all;
}

.hw-connect__step-asset {
    margin: 17px auto 33px;
    display: flex;
}

.hw-account-list {
    display: flex;
    flex: 1;
    flex-flow: column;
    width: 100%;
    margin-top: 7px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
}

.hw-account-list__title_wrapper {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.hw-account-list__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 23px;
    align-self: flex-start;
    color: #5d5d5d;
    font-weight: bold;
    display: flex;
    flex: 1;
}

.hw-account-list__device {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 23px;
    align-self: flex-end;
    color: #5d5d5d;
    display: flex;
}

.hw-account-list__item {
    flex-direction: row;
    display: flex;
    padding-left: 18px;
    padding-right: 22px;
    border-top: #d7d7d7 1px solid;
    align-items: center;
}

.hw-account-list__item:first-of-type {
    border-top: none;
}

.hw-account-list__item--checked {
    background-color: #f5f9ff;
}

.hw-account-list__item:hover {
    background-color: #f5f9ff;
}

.hw-account-list__item__index {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    width: 24px;
    font-weight: 500;
    color: black;
}

.hw-account-list__item__checkbox {
    display: flex;
    align-items: center;
    flex: 1;
}

.hw-account-list__item__checkbox input {
    margin-top: 13px;
}

.hw-account-list__item__checkbox--outer {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1.46px solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 0;
}

.hw-account-list__item__checkbox--outer-active {
    border-color: #03c288;
}

.hw-account-list__item__checkbox--inner {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #03c288;
}

.hw-account-list__item__label {
    flex: 1;
    padding: 10px 17px;
    display: flex;
    align-items: center;
}

.hw-account-list__item__content {
    padding-left: 19px;
}

.hw-account-list__item__address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: black;
}

.hw-account-list__item__balance {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: flex;
    flex: 1;
    opacity: 0.7;
    font-weight: 500;
    color: #999999;
}

.hw-account-list__item__link {
    display: flex;
    cursor: pointer;
}

.hw-account-list__item__link img {
    width: 13px;
    height: 13px;
}

.hw-list-pagination {
    display: flex;
    align-self: flex-end;
    margin-top: 10px;
}

.hw-list-pagination__button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background: #fff;
    height: 19px;
    display: flex;
    color: black;
    border: none;
    min-width: 46px;
    margin-right: 0;
    margin-left: 24px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.hw-list-pagination__button:hover {
    color: #2980fe;
}

.new-external-account-form {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 20px 18px;
}

.new-external-account-form.unsupported-browser {
    height: 210px;
    overflow: auto;
    scrollbar-width: none;
}

.new-external-account-form.unsupported-browser::-webkit-scrollbar {
    display: none;
}

.new-external-account-form.account-list {
    height: auto;
}

.new-external-account-form__buttons {
    margin-top: 39px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.new-external-account-form__button:not(:last-child) {
    margin-right: 16px;
}

.hw-forget-device-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 26px;
}

.hw-forget-device-container a {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: black;
    cursor: pointer;
}

.hw-forget-device-container a:hover {
    color: #2980fe;
}

.switch-ledger-path-popover__content {
    padding: 0 24px 48px 24px;
}

.switch-ledger-path-popover__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.switch-ledger-path-popover__footer button:first-of-type {
    margin-right: 15px;
}

.hw-forget-device-popover {
    width: 328px;
}

.hw-forget-device-popover .popover-header {
    padding: 40px 20px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.hw-forget-device-popover .popover-header .popover-header__title {
    padding-bottom: 20px;
}

.hw-forget-device-popover .popover-header .popover-header__subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.hw-forget-device-popover__footer-row {
    display: flex;
    padding: 0 20px 20px;
}

.hw-forget-device-popover__cancel {
    height: 50px;
    margin-right: 8px;
}

.hw-forget-device-popover__confirm {
    height: 50px;
}

.new-account-import-disclaimer {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    font-weight: 400;
    margin: 12px 16px 0;
    color: #e55036;
}

.new-account-import-form {
    display: flex;
    flex-flow: column;
    align-items: center;
    border-top: #eeeeee 2px solid;
    height: 100%;
}

.new-account-import-form .tabs .tabs__list {
    padding: 16px 16px 7px;
    border-bottom: none;
}

.new-account-import-form .tabs .tabs__list .tab--active::after {
    width: 100%;
}

.new-account-import-form .tabs .tabs__list button {
    white-space: nowrap;
}

.new-account-import-form .tabs .tabs__content {
    border-top: none;
}

.new-account-import-form__clear {
    width: 20px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    cursor: pointer;
}

.new-account-import-form__select-section {
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
}

.new-account-import-form__select-label {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.new-account-import-form__select {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333333;
    margin-top: 6px;
    outline: none;
    border-color: #333333;
}

.new-account-import-form__private-key-password-container {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    position: relative;
}

.new-account-import-form__instruction {
    font-size: 15px;
    color: #333333;
    align-self: flex-start;
    font-weight: 500;
    margin-top: 16px;
}

.new-account-import-form__private-key {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 0 16px;
}

.new-account-import-form__private-key .error {
    word-break: break-all;
}

.new-account-import-form__file {
    position: relative;
    display: inline-block;
    border: 1px solid #2980fe;
    border-radius: 4px;
    margin-right: auto;
    text-align: center;
    width: 100px;
    height: 40px;
}

.new-account-import-form__input-label {
    width: 100%;
    font-size: 1rem;
    color: #333333;
    font-weight: 500;
    margin-top: 20px;
}

.new-account-import-form__input-password {
    width: 100%;
    margin-top: 16px;
    font-weight: 400;
    height: 128px;
    padding: 12px;
    font-size: 13px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    resize: none;
    /* Edge (also supports ::-webkit-input-placeholder) */
}

.new-account-import-form__input-password::-webkit-input-placeholder {
    color: #bbbbbb;
}

.new-account-import-form__input-password ::-moz-placeholder {
    color: #bbbbbb;
}

.new-account-import-form__input-password :-moz-placeholder {
    color: #bbbbbb;
}

.new-account-import-form__input-password :-ms-input-placeholder {
    color: #bbbbbb !important;
}

.new-account-import-form__input-password ::-ms-input-placeholder {
    color: #bbbbbb;
}

.new-account-import-form__input-password--short {
    padding-right: 40px;
}

.new-account-import-form__json {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 14px;
    width: 100%;
    padding: 0 16px;
}

.new-account-import-form__buttons {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto 16px 0;
}

.new-account-import-form__buttons .button.btn-default {
    margin-right: 12px;
}

.new-account-import-form__selector {
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin-top: 8px;
    display: flex;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    padding-left: 12px;
    cursor: pointer;
}

.new-account-import-form__selector::after {
    content: "";
    background: url("../images/slide-black2.svg") no-repeat;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new-account-import-form__popover {
    padding: 8px;
}

.new-account-import-form__popover .popover-header {
    padding: 0;
}

.new-account-import-form__popover .popover-header__title {
    padding: 0;
}

.new-account-import-form__popover-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    position: relative;
    border-radius: 12px;
    cursor: pointer;
}

.new-account-import-form__popover-item-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    margin-right: 13px;
}

.new-account-import-form__popover-item-img {
    height: 24px;
}

.new-account-import-form__popover-item-title {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

.new-account-import-form__popover-item--selected::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url("../images/check-blue2.svg") no-repeat;
}

.new-account-import-form__popover-item:hover {
    background: rgba(43, 129, 254, 0.05);
}

.new-account-import-form__popover-item:hover .new-account-import-form__popover-item-img-wrap {
    background-color: #fff;
}

.new-account-import-form__nostr {
    padding: 0 16px;
}

.new-account-import-form__nostr-warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 6px;
    color: #e55036;
}

.new-account-import-form__nostr-input-wrap {
    position: relative;
}

.new-account-import-form__nostr-clear {
    width: 20px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    cursor: pointer;
}

input {
    outline: none;
}

.new-account-import__tabs {
    width: auto;
    margin: 16px;
    padding: 4px !important;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
}

.new-account-import__tabs .new-account-import-form__tab {
    flex-grow: 1;
}

.new-account-import__tabs .new-account-import-form__tab--active {
    background: #2980fe;
    color: #fff;
    border-radius: 10px;
}

.new-account-import__tabs .new-account-import-form__tab--active::after {
    display: none;
}

.new-account-import__tabs .new-account-import-form__tab button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.new-account {
    width: 360px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    z-index: 25;
    height: unset;
    overflow: auto;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
}

.new-account::-webkit-scrollbar {
    display: none;
}

.new-account__form {
    flex: 1;
}

@media screen and (min-width: 576px) {
    .new-account__form {
        min-height: 500px;
        height: 500px;
    }
}

.new-account__header {
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #d2d8dd;
}

.new-account__title {
    font-size: 2rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #4d4d4d;
    font-weight: 500;
    margin-top: 22px;
    margin-left: 29px;
}

.new-account__tabs {
    margin-left: 22px;
    display: flex;
    margin-top: 10px;
}

.new-account__tabs__tab {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 54px;
    padding: 15px 10px;
    color: #9b9b9b;
    text-align: center;
    cursor: pointer;
}

.new-account__tabs__tab:hover {
    color: #000;
    border-bottom: none;
}

.new-account__tabs__selected {
    color: #2980fe;
    border-bottom: 3px solid #037dd6;
    cursor: initial;
    pointer-events: none;
}

.new-account-create-form {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 24px 18px;
    border-top: #eeeeee 2px solid;
}

.new-account-create-form__input-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    align-self: flex-start;
}

.new-account-create-form__input {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 48px;
    width: 328px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 6px;
    padding: 0 18px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    /* Edge (also supports ::-webkit-input-placeholder) */
}

.new-account-create-form__input::-webkit-input-placeholder {
    color: #999999;
}

.new-account-create-form__input ::-moz-placeholder {
    color: #999999;
}

.new-account-create-form__input :-moz-placeholder {
    color: #999999;
}

.new-account-create-form__input :-ms-input-placeholder {
    color: #999999 !important;
}

.new-account-create-form__input ::-ms-input-placeholder {
    color: #999999;
}

.new-account-create-form__input:focus {
    border-color: #2980fe;
}

.new-account-create-form__buttons {
    position: absolute;
    display: flex;
    bottom: 30px;
    width: 328px;
    justify-content: space-between;
}

.new-account-create-form__button {
    width: 160px;
    min-width: initial;
}

.error-page {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    padding: 35px 10px 10px 10px;
    height: 100%;
}

.error-page__header {
    font-size: 2.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
}

.error-page__subheader {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 10px 0;
    width: 100%;
    max-width: 720px;
    text-align: center;
}

.error-page__details {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    overflow-y: auto;
    width: 100%;
    max-width: 720px;
    padding-top: 10px;
}

.error-page__stack {
    overflow-x: auto;
    background-color: #eee;
}

.error-page__link-text {
    color: #037dd6;
}

.welcome-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 442px;
    color: black;
    width: 100%;
}

.welcome-page__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    background-color: #2980fe;
}

.welcome-page__container {
    margin: 145px 0 70px;
    width: 390px;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.welcome-page__dfox {
    width: 128px;
    margin: 30px auto;
}

.welcome-page__header {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

.welcome-page__description {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
}

.welcome-page__description div {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

@media screen and (max-width: 575px) {
    .welcome-page__description {
        font-size: 0.9rem;
    }
}

.welcome-page .first-time-flow__button {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    width: 100%;
    height: 54px;
    background: #fff;
    color: #2980fe;
    border-radius: 8px;
}

.select-action {
    width: 900px;
}

.select-action .app-header__logo-container {
    width: 100%;
    margin-top: 3%;
}

.select-action__header {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.select-action__logo {
    margin-left: 18px;
    height: 24px;
}

.select-action__step {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #7f7f7f;
    margin-left: auto;
}

.select-action .select-action__logo {
    margin-left: 0;
}

.select-action__title {
    margin-left: 7px;
    height: 36px;
}

.select-action__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 792px;
    margin: 0 auto;
}

.select-action__body-header {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    margin-top: 100px;
    color: #333333;
    align-self: flex-start;
}

.select-action__select-buttons {
    display: flex;
    margin-top: 17px;
}

.select-action__select-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 388px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 27px 50px;
}

.select-action__select-button:first-child {
    margin-right: 16px;
}

.select-action__select-button .first-time-flow__button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 48px;
    width: 100%;
    font-weight: 500;
    margin-top: 22px;
    margin-bottom: 0;
    border-radius: 24px;
}

.select-action__button-symbol {
    color: #c4c4c4;
    margin: 50px auto 32px;
}

.select-action__button-icon {
    /* margin-top: 41px; */
    width: 24px;
    margin-right: 8px;
}

.select-action__button-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.select-action__button-text-big {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    width: 230px;
    font-weight: 500;
}

.select-action__button-text-small {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    margin-top: 14px;
    width: 230px;
    font-weight: 400;
}

.select-action button {
    font-weight: 500;
    width: 221px;
}

.select-action__multisig-bg {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 792px;
    height: 128px;
    margin-top: 31px;
    background: url("../images/multisig-bg.png") center no-repeat;
    background-size: 100% 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 77px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

@media screen and (max-width: 576px) {
    .confirm-seed-phrase {
        height: 100%;
    }
}

.confirm-seed-phrase__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 576px) {
    .confirm-seed-phrase__container {
        width: 738px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .confirm-seed-phrase__container {
        width: 100%;
        padding: 0 18px;
    }
}

.confirm-seed-phrase__logo {
    margin-left: 30px;
}

.confirm-seed-phrase__step {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    font-weight: 400;
    color: #7f7f7f;
}

.confirm-seed-phrase .first-time-flow__header {
    margin-left: 0;
}

.confirm-seed-phrase .first-time-flow__create-back a:hover {
    color: #333333;
}

@media screen and (max-width: 576px) {
    .confirm-seed-phrase .first-time-flow__text-block {
        margin-top: 10px;
        width: 100%;
    }
}

.confirm-seed-phrase__back-button {
    margin-bottom: 12px;
}

.confirm-seed-phrase__seed-word {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 48px;
    border: 1px solid #d7d7d7;
    color: #333333;
    border-radius: 8px;
    font-weight: 500;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    margin-bottom: 14px;
    float: left;
}

.confirm-seed-phrase__seed-word:nth-of-type(4n) {
    margin-right: 0;
}

@media screen and (max-width: 576px) {
    .confirm-seed-phrase__seed-word {
        margin-right: 6px;
        margin-bottom: 6px;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        padding: 5px 14px;
    }
}

.confirm-seed-phrase__seed-word--sorted {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    background-color: white;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    font-weight: 500;
    color: #333333;
}

@media screen and (max-width: 576px) {
    .confirm-seed-phrase__seed-word--sorted {
        font-size: 1rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
        width: auto;
        height: auto;
        border-color: #d7d7d7;
    }
}

.confirm-seed-phrase__seed-word--sorted.selected {
    background-color: #f5f9ff;
    border-color: #f5f9ff;
    color: #bad6ff;
    font-size: 14px;
}

.confirm-seed-phrase__seed-word--sorted.wrong {
    background: #fff0ed;
    color: #e55036;
    border-color: #fff0ed;
}

.confirm-seed-phrase__seed-word--selected {
    border-color: #2980fe;
    background-color: #2980fe;
    color: white;
}

.confirm-seed-phrase__seed-word--dragging {
    margin: 0;
}

.confirm-seed-phrase__seed-word--hidden {
    display: none !important;
}

.confirm-seed-phrase__seed-word--drop-hover {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}

.confirm-seed-phrase__seed-word--remove {
    width: 12px;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .confirm-seed-phrase__seed-word {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
        padding: 6px 18px;
    }
}

.confirm-seed-phrase__selected-seed-words {
    /*rtl:ignore*/
    direction: ltr;
    display: flex;
    flex-flow: row wrap;
    min-height: 146px;
    border: 1px solid #2980fe;
    border-radius: 12px;
    background-color: #fff;
    margin: 20px 0;
    padding: 34px 51px;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .confirm-seed-phrase__selected-seed-words {
        margin-top: 0;
        padding: 20px 23px;
    }
}

.confirm-seed-phrase__selected-seed-words__pending-seed {
    display: none;
}

.confirm-seed-phrase__selected-seed-words__selected-seed {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: inline-flex;
    width: 144px;
    height: 48px;
    border-radius: 8px;
    background: #f5f9ff;
    border: 1px solid #2980fe;
    border-radius: 8px;
    color: #2980fe;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .confirm-seed-phrase__selected-seed-words__selected-seed {
        border: none !important;
        background-color: transparent !important;
        color: #333333 !important;
        margin: 0 !important;
    }
}

.confirm-seed-phrase__selected-seed-words__selected-seed.confirm-seed-phrase__seed-word--empty {
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}

.confirm-seed-phrase__selected-seed-words__selected-seed.confirm-seed-phrase__seed-word--empty:hover,.confirm-seed-phrase__selected-seed-words__selected-seed.confirm-seed-phrase__seed-word--empty:active {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
    cursor: default;
}

.confirm-seed-phrase__selected-seed-words__selected-seed.confirm-seed-phrase__seed-word--wrong {
    background: #fff0ed;
    border: 1px solid #e55036;
    color: #e55036;
    position: relative;
}

.confirm-seed-phrase__selected-seed-words--dragging .confirm-seed-phrase__selected-seed-words__pending-seed {
    display: inline-flex;
}

.confirm-seed-phrase__selected-seed-words--dragging .confirm-seed-phrase__selected-seed-words__selected-seed {
    display: none;
}

.confirm-seed-phrase .first-time-flow__button {
    margin-top: 41px;
}

@media screen and (max-width: 575px) {
    .confirm-seed-phrase .first-time-flow__button {
        margin-top: 35px;
    }
}

@media screen and (max-width: 576px) {
    .reveal-seed-phrase {
        height: 100%;
    }
}

.reveal-seed-phrase__content {
    width: 738px;
    margin: 0 auto;
}

@media screen and (max-width: 576px) {
    .reveal-seed-phrase__content {
        width: 100%;
        padding: 0 18px;
    }
}

.reveal-seed-phrase__logo {
    margin-left: 30px;
}

.reveal-seed-phrase__step {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    font-weight: 400;
    color: #7f7f7f;
}

.reveal-seed-phrase__tips-container {
    margin-top: 30px;
}

@media screen and (max-width: 576px) {
    .reveal-seed-phrase__tips-container {
        margin-top: 20px;
    }
}

.reveal-seed-phrase__tips-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #e55036;
}

@media screen and (max-width: 576px) {
    .reveal-seed-phrase__tips-title {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.reveal-seed-phrase__tips {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 9px;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff0ed;
    font-weight: 400;
    color: #e55036;
}

@media screen and (max-width: 576px) {
    .reveal-seed-phrase__tips {
        font-size: 0.75rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.reveal-seed-phrase .first-time-flow__header {
    margin-left: 0;
    margin-top: 10px;
}

.reveal-seed-phrase .select-action__header {
    margin-top: 16px;
}

.reveal-seed-phrase__desc {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #7f7f7f;
    margin-top: 11px;
}

.reveal-seed-phrase__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background: #fff0ed;
    width: 328px;
    padding: 15px;
    color: #e55036;
    font-weight: 400;
    margin-top: 16px;
}

.reveal-seed-phrase__secret {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 40px 0;
    margin-top: 30px;
    font-weight: 400;
    background: #f5f9ff;
    border: 1px solid #2980fe;
    border-radius: 12px;
}

@media screen and (max-width: 576px) {
    .reveal-seed-phrase__secret {
        padding: 21px;
        margin-top: 20px;
    }
}

.reveal-seed-phrase__secret-words {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 500px;
    text-align: center;
    font-weight: 400;
    color: #2980fe;
}

@media screen and (max-width: 576px) {
    .reveal-seed-phrase__secret-words {
        font-size: 1rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.reveal-seed-phrase__secret-words--hidden {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    color: #333333;
}

.reveal-seed-phrase__secret-blocker {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 31px 0 47px;
    cursor: pointer;
    border-radius: 12px;
}

.reveal-seed-phrase__reveal-button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}

.reveal-seed-phrase__reveal-lock {
    width: 30px;
}

.reveal-seed-phrase__export-text {
    color: #2980fe;
    cursor: pointer;
    font-weight: 500;
}

.reveal-seed-phrase button {
    margin-top: 0;
}

.reveal-seed-phrase__buttons {
    display: flex;
    margin-top: 67px;
}

@media screen and (max-width: 576px) {
    .reveal-seed-phrase__buttons {
        margin-top: 30px;
    }
}

.seed-phrase-intro .first-time-flow__header {
    margin-left: 0;
    margin-top: 10px;
}

@media screen and (max-width: 576px) {
    .seed-phrase-intro {
        height: 600px;
    }

    .seed-phrase-intro__video-container {
        width: 100%;
        margin: 24px auto 28px;
    }

    .seed-phrase-intro__video {
        width: 100%;
    }
}

@media screen and (min-width: 576px) {
    .seed-phrase-intro__video-container {
        height: 240px;
        margin: 20px auto 30px;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 12px;
        text-align: center;
    }

    .seed-phrase-intro__video {
        height: 100%;
    }
}

.seed-phrase-intro__point-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    font-weight: 400;
    color: #e55036;
    line-height: 20px;
    margin: 11px auto 20px;
}

@media screen and (max-width: 576px) {
    .seed-phrase-intro__point-title {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.seed-phrase-intro__point-desc-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    color: #333333;
}

.seed-phrase-intro__point-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
}

@media screen and (max-width: 576px) {
    .seed-phrase-intro__point-desc {
        font-size: 0.75rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.seed-phrase-intro__point-desc-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
    padding: 19px 10px;
    font-weight: 500;
    color: #333333;
    background: #f5f9ff;
    position: relative;
    display: flex;
}

.seed-phrase-intro__point-desc-icon {
    width: 54px;
}

.seed-phrase-intro__point-desc-step {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 22px;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    text-align: center;
    background-color: #2980fe;
    color: white;
    margin-right: 10px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.seed-phrase-intro__sections {
    display: flex;
    flex-direction: column;
    width: 738px;
    margin: 0 auto;
}

.seed-phrase-intro__left {
    flex: 3;
    min-width: 0;
}

.seed-phrase-intro__right {
    flex: 1;
    min-width: 0;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
}

.seed-phrase-intro__right>div {
    border: none;
}

.seed-phrase-intro video {
    border-radius: 8px;
}

.seed-phrase-intro__copy {
    max-width: 696px;
}

.seed-phrase-intro__sidebar_list {
    list-style: disc;
    padding-left: 20px;
    color: #999999;
    font-weight: 400;
}

.seed-phrase__sections {
    display: flex;
}

@media screen and (min-width: 576px) {
    .seed-phrase__sections {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .seed-phrase__sections {
        flex-direction: column;
    }
}

.seed-phrase__main {
    flex: 3;
    min-width: 0;
}

.seed-phrase__main a:hover {
    color: #333333;
}

.seed-phrase__side {
    flex: 2;
    min-width: 0;
}

@media screen and (min-width: 576px) {
    .seed-phrase__side {
        margin-left: 81px;
    }
}

@media screen and (max-width: 575px) {
    .seed-phrase__side {
        margin-top: 24px;
    }
}

.seed-phrase__side .first-time-flow__text-block {
    color: #5a5a5a;
}

.end-of-flow {
    color: black;
    font-style: normal;
    width: 900px;
    position: relative;
}

.end-of-flow__step {
    margin-left: auto;
    font-weight: 400;
    color: #7f7f7f;
}

.end-of-flow__container {
    width: 738px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.end-of-flow__congratulations {
    width: 118px;
}

.end-of-flow .first-time-flow__button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 40px;
    width: 100%;
}

.end-of-flow .select-action__logo {
    margin-left: 0;
}

.end-of-flow .first-time-flow__header {
    margin-left: 0;
}

.end-of-flow__text-container {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 20px 30px;
    color: #e55036;
    background: #fff0ed;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
}

.end-of-flow__text-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.end-of-flow__text-3 {
    line-height: 30px;
}

.end-of-flow button {
    margin-top: 55px;
}

.end-of-flow__start-over-button {
    width: 744px;
}

.end-of-flow__emoji {
    font-size: 80px;
    margin-top: 70px;
}

.metametrics-opt-in {
    position: relative;
    width: 100%;
}

.metametrics-opt-in a {
    color: #2980fe;
}

.metametrics-opt-in__main {
    display: flex;
    flex-direction: column;
    margin-left: 26.26%;
    margin-right: 28%;
    color: black;
}

@media screen and (max-width: 575px) {
    .metametrics-opt-in__main {
        justify-content: center;
        margin-left: 2%;
        margin-right: 0%;
    }
}

.metametrics-opt-in__main .app-header__logo-container {
    margin-top: 3%;
}

.metametrics-opt-in__title {
    font-size: 2.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: relative;
    margin-top: 20px;
}

.metametrics-opt-in__body-graphic {
    margin-top: 25px;
}

.metametrics-opt-in__body-graphic .fa-bar-chart {
    color: #c4c4c4;
}

.metametrics-opt-in__description {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 12px;
}

.metametrics-opt-in__committments {
    display: flex;
    flex-direction: column;
}

.metametrics-opt-in__content {
    overflow-y: scroll;
    flex: 1;
}

.metametrics-opt-in__row {
    display: flex;
    margin-top: 8px;
}

.metametrics-opt-in__row .fa-check {
    margin-right: 12px;
    color: #1acc56;
}

.metametrics-opt-in__row .fa-times {
    margin-right: 12px;
    color: #d0021b;
}

.metametrics-opt-in__bold {
    font-weight: bold;
}

.metametrics-opt-in__break-row {
    margin-top: 30px;
}

.metametrics-opt-in__body {
    position: relative;
    display: flex;
    max-width: 730px;
    flex-direction: column;
}

.metametrics-opt-in__body-text {
    max-width: 548px;
    margin-left: 16px;
    margin-right: 16px;
}

.metametrics-opt-in__bottom-text {
    margin-top: 10px;
    color: #9a9a9a;
}

.metametrics-opt-in__content {
    overflow-y: auto;
}

.metametrics-opt-in__footer {
    margin-top: 26px;
}

@media screen and (max-width: 575px) {
    .metametrics-opt-in__footer {
        margin-top: 10px;
        justify-content: center;
        margin-left: 2%;
        max-height: 520px;
    }
}

.metametrics-opt-in__footer .page-container__footer {
    border-top: none;
    max-width: 535px;
    margin-bottom: 15px;
}

.metametrics-opt-in__footer .page-container__footer button {
    height: 44px;
    min-height: 44px;
    margin-right: 16px;
}

.metametrics-opt-in__footer .page-container__footer footer {
    padding: 0;
}

.first-time-flow {
    display: flex;
    justify-content: center;
    width: 100%;
}

.first-time-flow.import-seed-phrase .seed-phrase-intro .settings-page__header {
    padding-left: 0;
}

@media screen and (max-width: 900px) {
    .first-time-flow.import-seed-phrase .seed-phrase-intro .settings-page__header {
        padding-left: 18px;
    }
}

.first-time-flow.import-seed-phrase .seed-phrase-intro,.first-time-flow.import-seed-phrase .reveal-seed-phrase,.first-time-flow.import-seed-phrase .confirm-seed-phrase {
    display: flex;
    flex-direction: column;
}

.first-time-flow.import-seed-phrase .settings-page__header {
    border-bottom: #eeeeee 2px solid;
}

.first-time-flow.import-seed-phrase .seed-phrase-intro__sections,.first-time-flow.import-seed-phrase .reveal-seed-phrase__container,.first-time-flow.import-seed-phrase .confirm-seed-phrase__container {
    flex: 1;
    overflow-y: auto;
}

.first-time-flow.import-seed-phrase .seed-phrase-intro__sections::-webkit-scrollbar,.first-time-flow.import-seed-phrase .reveal-seed-phrase__container::-webkit-scrollbar,.first-time-flow.import-seed-phrase .confirm-seed-phrase__container::-webkit-scrollbar {
    display: none;
}

.first-time-flow__step {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    font-weight: 400;
    color: #7f7f7f;
}

.first-time-flow__container {
    width: 738px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.first-time-flow__container .first-time-flow__form {
    margin-top: 31px;
}

@media screen and (min-width: 900px) {
    .first-time-flow__wrapper {
        display: flex;
        flex-direction: column;
        width: 900px;
    }

    .first-time-flow__wrapper .tabs {
        background: #f8f7ff;
        margin: 0;
        padding: 0 16px;
        border-radius: 0;
    }

    .first-time-flow__wrapper .tabs__list {
        background: #f5f9ff;
        width: auto;
        border-bottom: none;
    }

    .first-time-flow__wrapper .tabs__list .tab--active {
        font-weight: 500;
        color: #2980fe;
    }

    .first-time-flow__wrapper .tabs__list .tab button {
        padding: 8px 5px;
    }

    .first-time-flow__wrapper .tabs__content {
        border-top: none;
    }
}

@media screen and (max-width: 900px) {
    .first-time-flow__wrapper {
        width: 100%;
    }

    .first-time-flow__wrapper .seed-phrase-intro__sections {
        padding: 0 18px;
        width: 100%;
    }
}

.first-time-flow__wrapper .app-header__metafox-logo {
    margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
    .first-time-flow__wrapper .app-header__metafox-logo {
        margin-bottom: 0;
    }
}

.first-time-flow__wrapper.intro .select-action__logo {
    margin-left: 0;
}

.first-time-flow__form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.first-time-flow__form .select-action__header {
    background: #f5f9ff;
}

.first-time-flow__password {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.first-time-flow__create-back {
    padding: 19px 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.first-time-flow__create-back a {
    color: #333333;
}

.first-time-flow__create-back a:hover {
    color: #333333;
}

.first-time-flow__lock {
    width: 118px;
}

.first-time-flow__header {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 14px;
    font-weight: 500;
    color: #333333;
}

@media screen and (max-width: 576px) {
    .first-time-flow__header {
        font-size: 1.375rem;
        align-self: flex-start;
    }
}

.first-time-flow__subheader {
    margin-bottom: 16px;
}

.first-time-flow__input {
    width: 328px;
    padding-right: 55px;
}

.first-time-flow__clear {
    width: 16px;
    position: absolute;
    right: 16px;
    top: 56px;
    margin: auto;
    cursor: pointer;
}

.first-time-flow__textarea-wrapper {
    margin-bottom: 8px;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    max-width: 350px;
}

.first-time-flow__textarea-wrapper .error {
    word-break: break-all;
}

.first-time-flow__textarea-label {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 9px;
    color: #1b344d;
}

.first-time-flow__textarea {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    /*rtl:ignore*/
    direction: ltr;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    background-color: #fff;
    padding: 21px 23px;
    margin-top: 8px;
    width: 328px;
}

.first-time-flow__seedphrase {
    margin-top: 9px !important;
}

.first-time-flow__breadcrumbs {
    margin: 36px 0;
}

.first-time-flow__text-block {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 11px auto 20px;
    font-weight: 400;
    text-align: center;
    color: #7f7f7f;
}

.first-time-flow__text-block img {
    width: 12px;
    margin-right: 6px;
}

.first-time-flow__button {
    margin-top: 40px;
    margin-bottom: 19px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
}

.first-time-flow__checkbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.first-time-flow .MuiFormControl-marginNormal {
    margin-bottom: 0;
}

.first-time-flow .MuiInputBase-root {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    width: 328px;
    height: 48px;
    padding: 0 55px 0 23px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}

.first-time-flow .MuiFormHelperText-root {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #e55036;
    right: 0;
    top: -3px;
}

.first-time-flow__checkbox {
    background: #fff;
    border: 1px solid #999999;
    box-sizing: border-box;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-time-flow__checkbox__select {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #03c288;
}

.first-time-flow__checkbox__select__outer {
    border-color: #03cb8e;
}

.first-time-flow__checkbox:hover {
    border: 1px solid #03cb8e;
}

.first-time-flow__checkbox .fa-check {
    color: #03cb8e;
}

.first-time-flow__checkbox-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    margin-left: 6px;
}

.first-time-flow__link-text {
    color: #2980fe;
}

.first-time-flow__import-container {
    width: 738px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -3px;
}

.first-time-flow__import-title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin-top: 13px;
}

.first-time-flow__import-desc {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #7f7f7f;
    margin-top: 11px;
    text-align: center;
}

.first-time-flow__import-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
}

.first-time-flow__import-select--type {
    width: 328px;
    height: 48px;
    border: 1px solid #979797;
    border-radius: 8px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow-down-black.svg") 95% 50% no-repeat scroll transparent;
}

.first-time-flow__import-select--seed-type {
    width: 328px;
    height: 48px;
    border: 1px solid #979797;
    border-radius: 8px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/arrow-down-black.svg") 95% 50% no-repeat scroll transparent;
}

.first-time-flow__import-vault-container {
    border: 1px solid #979797;
    border-radius: 8px;
    padding: 12px 19px 0;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.first-time-flow__import-vault-error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: -12px auto 8px;
    background: #fff7f6;
    border-radius: 8px;
    font-weight: 400;
    color: #e55036;
    width: 660px;
    padding: 6px 15px;
    display: flex;
}

.first-time-flow__import-vault-error img {
    width: 14px;
    align-self: flex-start;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.first-time-flow__import-vault-error p {
    margin-left: 6px;
}

.first-time-flow__import-password-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.first-time-flow__import-scan {
    width: 20px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.first-time-flow__import-word-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 70px;
    float: left;
    position: relative;
}

.first-time-flow__import-word-item:nth-of-type(3n) {
    margin-right: 0;
}

.first-time-flow__import-word-order {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    font-size: 14px;
    width: 15px;
    font-weight: 500;
    color: #333333;
    margin-right: 6.5px;
}

.first-time-flow__import-word-input .MuiInputBase-root {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    width: 138px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #979797;
    margin-right: 6px;
    height: 40px;
}

.first-time-flow__import-word-input .MuiInputBase-root::before,.first-time-flow__import-word-input .MuiInputBase-root::after {
    display: none;
}

.first-time-flow__import-word-input--cue .MuiInputBase-root {
    background-color: #f5f9ff;
}

.first-time-flow__import-word-visible {
    width: 20px;
    cursor: pointer;
}

.first-time-flow__import-private-key {
    display: flex;
    position: relative;
}

.first-time-flow__import-private-key-input .MuiInputBase-root {
    width: 658px;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.first-time-flow__import-private-key-clear {
    position: absolute;
    top: 12px;
    right: 35px;
    cursor: pointer;
}

.first-time-flow__import-private-key-scan {
    margin-top: -20px;
    cursor: pointer;
}

.first-time-flow__import-cue-words {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    background-color: white;
    font-weight: 500;
    color: #333333;
    position: absolute;
    left: 20px;
    top: 42px;
    z-index: 9;
    width: 140px;
    padding: 5px 0;
}

.first-time-flow__import-cue-word {
    padding: 5px 16px;
    text-align: left;
    cursor: pointer;
}

.first-time-flow__import-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
    .first-time-flow__wrapper.intro {
        max-width: 1010px;
    }
}

.home__container {
    display: flex;
    height: 100%;
}

.home__tabs {
    position: relative;
    padding-left: 4px;
}

.home__tab {
    white-space: nowrap;
}

.home__tab-hidden {
    display: none;
}

.home__main-view {
    flex: 1 1 66.5%;
    background: #fff;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.home__main-view .tabs {
    background-color: white;
}

.home__main-view .tabs .home__tabs {
    border-radius: 16px 16px 0 0;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
}

.home__main-view .tabs__content {
    flex: 1;
    overflow-y: auto;
}

.home__main-view::-webkit-scrollbar {
    display: none;
}

.home__balance-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
}

.home__balance-wrapper--failed {
    background-color: #be3f29;
}

.home__balance-wrapper .currency-display-component__suffix {
    display: none;
}

.home__main-view .home__tabs {
    border: none;
}

.home__main-view .home__tab {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #777777;
    font-weight: 400;
}

.home__main-view .home__tab--active {
    color: #2980fe;
}

.home__main-view .home__tab button {
    padding: 11px 12px;
    font-size: 15px;
}

.home__connect-status-text {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-left: 24px;
    padding-right: 24px;
    color: #24272a;
}

.home__connect-status-text div {
    margin-bottom: 20px;
}

.home__connect-status-text div:last-child {
    margin-bottom: 0;
}

.home__connected-status-popover {
    width: 329px;
    margin-top: -15px;
}

.home__connected-status-popover .popover-header {
    padding-bottom: 20px;
}

.home__connected-status-popover .popover-header__title {
    padding-bottom: 0;
}

.home__connected-status-popover .popover-content {
    overflow-y: auto;
}

.home__connected-status-popover .popover-arrow {
    top: -6px;
    left: 24px;
}

.home__connected-status-popover .popover-footer {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border-top: 0;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.home__connected-status-popover .popover-footer :only-child {
    margin: 0;
}

.home__connected-status-popover .popover-footer button {
    height: 39px;
    width: 133px;
    border-radius: 39px;
    padding: 0;
}

.home__connected-status-popover .popover-footer a,.home__connected-status-popover .popover-footer a:hover {
    color: #3099f2;
    cursor: pointer;
}

.home__connected-status-popover-bg {
    height: 55px;
    width: 120px;
    border-radius: 34px;
    position: absolute;
    top: 73px;
    opacity: 1;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.2);
    background: none;
}

.home__connected-status-popover-bg-container {
    height: 100%;
    width: 100%;
}

.home__support {
    padding: 10px 0 20px 0;
    text-align: center;
}

.home__support a {
    color: #037dd6;
}

.home__token-add-warn {
    margin: 124px 16px 0;
    padding: 10px 12px;
    background: #fff3ec;
    border: 1.5px solid #ff7114;
    border-radius: 12px;
    display: flex;
    position: relative;
}

.home__token-add-warn--icon {
    height: 16px;
}

.home__token-add-warn--close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 12px;
    cursor: pointer;
}

.home__token-add-warn--content {
    margin-left: 8.5px;
}

.home__token-add-warn--request {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.home__token-add-warn--answer {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #666666;
    margin-top: 4px;
}

.home__token-add-warn--answer-way {
    color: #2980fe;
    cursor: pointer;
}

.home__rollback-popover {
    padding: 20px;
    text-align: center;
    color: #333333;
}

.home__rollback-popover .popover-header {
    padding: 0;
}

.home__rollback-popover .popover-header__title {
    padding: 0;
}

.home__rollback-popover__warn-pic {
    width: 36px;
    margin: 4px auto 0;
}

.home__rollback-popover__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    margin-top: 4px;
}

.home__rollback-popover__desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    margin-top: 20px;
}

.home__rollback-popover__rebuild {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    height: 54px;
    margin-top: 20px;
}

.home__rollback-popover__cancel {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 4px;
    cursor: pointer;
}

.extension-guide__container {
    position: fixed;
    right: 10vw;
    top: 0;
    width: 260px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.13);
    padding: 24px 20px 20px;
    background-color: white;
    z-index: 9;
}

.extension-guide__step-1,.extension-guide__step-2 {
    width: 100%;
    display: block;
    position: relative;
}

.extension-guide__step-1::before,.extension-guide__step-2::before {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: -11px;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    background-color: #2980fe;
    color: white;
    display: block;
    text-align: center;
}

.extension-guide__step-1 {
    margin-bottom: 10px;
    height: 74px;
    background-image: url("../images/extension-step-1.png");
    background-size: 100% 100%;
}

.extension-guide__step-1::before {
    content: "1";
}

.extension-guide__step-2 {
    margin-bottom: 15px;
    height: 132px;
    background-image: url("../images/extension-step-2.png");
    background-size: 100% 100%;
}

.extension-guide__step-2::before {
    content: "2";
}

.extension-guide__content {
    margin-bottom: 19px;
}

.extension-guide__content img {
    height: 20px;
    vertical-align: sub;
}

.extension-guide__content span {
    font-weight: 400;
    color: #333333;
    margin: 0 6px;
}

.extension-guide__confirm {
    font-weight: 500;
    text-align: center;
    color: #2980fe;
    cursor: pointer;
}

.first-view-main-wrapper {
    width: 900px;
}

.first-view-main-wrapper>.first-view-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.import-account {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    max-width: initial;
    width: 100%;
}

.import-account__textarea {
    margin-top: 8px !important;
}

.import-account__icon {
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.import-account__input-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    font-weight: 500;
    color: #333333;
}

.import-account__secret-phrase {
    margin-top: 8px;
    height: auto;
    border-color: #e4ddff !important;
}

.import-account__secret-phrase:active,.import-account__secret-phrase:focus {
    border-color: #2980fe !important;
}

.import-account__head-container {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.import-account__head {
    height: 24px;
    align-self: flex-start;
    margin-left: 30px;
}

.import-account__title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-top: 13px;
    text-align: center;
}

.import-account__back-button {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.import-account__content {
    width: 738px;
    margin: 16px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.import-account__secret-phrase {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 190px;
    width: 495px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    background-color: #fff;
    padding: 17px;
}

.import-account__secret-phrase::-webkit-input-placeholder {
    color: #9b9b9b;
    font-weight: 200;
}

.import-account__secret-phrase::-moz-placeholder {
    color: #9b9b9b;
    font-weight: 200;
}

.import-account__secret-phrase::-ms-input-placeholder {
    color: #9b9b9b;
    font-weight: 200;
}

.import-account__secret-phrase::placeholder {
    color: #9b9b9b;
    font-weight: 200;
}

.import-account__selector-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 22px;
    margin-top: 11px;
    text-align: center;
}

.import-account__input-wrapper {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 20px;
}

.import-account__input-wrapper .MuiFormControl-root {
    width: 100%;
}

.import-account__input-wrapper .MuiFormControl-root .MuiInputBase-root {
    padding-right: 40px;
}

.import-account__input-wrapper textarea {
    width: 100%;
    height: auto;
}

.import-account__input {
    width: 350px;
}

.import-account__checkbox-container {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}

.import-account__checkbox {
    background: #fff;
    border: 1px solid #cdcdcd;
    outline: none;
    box-sizing: border-box;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.import-account__checkbox:hover {
    border: 1.5px solid #2f9ae0;
}

.import-account__checkbox .fa-check {
    color: #2980fe;
}

.import-account__checkbox-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #939090;
    margin-left: 6px;
}

.import-account__file-input {
    display: none;
}

.import-account__file-picker-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.import-account .MuiInputBase-root {
    border-color: #d7d7d7;
}

.import-account .MuiInputBase-root.TextField-inputFocused-11 {
    border-color: #2980fe;
}

.import-account__input-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.import-account .first-time-flow__import-select--seed-type {
    align-self: flex-start;
    margin-top: 30px;
    margin-bottom: 10px;
}

.reveal-seed__content {
    padding: 20px;
}

.reveal-seed__label {
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
}

.reveal-seed__error {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #e91550;
    padding-top: 5px;
}

.permissions-connect-choose-account {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.permissions-connect-choose-account .fa-info-circle {
    color: #bbc0c5;
    cursor: pointer;
    margin-left: 8px;
    font-size: 0.9rem;
}

.permissions-connect-choose-account .fa-info-circle:hover {
    color: #9fa6ae;
}

@media screen and (min-width: 576px) {
    .permissions-connect-choose-account {
        width: 426px;
    }
}

.permissions-connect-choose-account__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #e55036;
    margin-top: 17px;
    width: 328px;
}

.permissions-connect-choose-account__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.permissions-connect-choose-account__text,.permissions-connect-choose-account__text-blue,.permissions-connect-choose-account__text-grey {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
}

.permissions-connect-choose-account__text-blue {
    color: #2980fe;
    cursor: pointer;
}

.permissions-connect-choose-account__text-grey {
    color: #333333;
    margin-left: 12px;
}

.permissions-connect-choose-account__accounts-list {
    width: 328px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    border: 1px solid #d0d5da;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    margin-top: 10px;
    overflow-y: auto;
}

.permissions-connect-choose-account__accounts-list-header--one-item,.permissions-connect-choose-account__accounts-list-header--two-items {
    display: flex;
    flex: 0;
    width: 328px;
    padding: 7px 12px;
    border-top: 10px #eeeeee solid;
    border-bottom: #e4ddff 1px solid;
    border-left: #e4ddff 1px solid;
    border-right: #e4ddff 1px solid;
    border-radius: 0 0 8px 8px;
}

.permissions-connect-choose-account__accounts-list-header--one-item {
    justify-content: flex-end;
}

.permissions-connect-choose-account__accounts-list-header--two-items {
    justify-content: space-between;
}

.permissions-connect-choose-account__account-info-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
}

.permissions-connect-choose-account__list-checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #e4ddff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    cursor: pointer;
}

.permissions-connect-choose-account__list-checkbox-check {
    border-color: #03c288;
}

.permissions-connect-choose-account__list-checkbox-inner {
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background-color: #03c288;
}

.permissions-connect-choose-account__list-check-box {
    margin-right: 16px;
}

.permissions-connect-choose-account__list-check-box i {
    font-size: 0.8rem;
}

.permissions-connect-choose-account__header-check-box {
    margin-right: 16px;
}

.permissions-connect-choose-account__select-all {
    display: flex;
    align-items: center;
}

.permissions-connect-choose-account__account {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 0;
    margin-left: 12px;
    border-bottom: 1px solid #eeeeee;
    justify-content: space-between;
}

.permissions-connect-choose-account__account:last-of-type {
    border-bottom: none;
}

.permissions-connect-choose-account__account:hover {
    cursor: pointer;
}

.permissions-connect-choose-account__account__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.permissions-connect-choose-account__account__label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.permissions-connect-choose-account__account__balance {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
}

.permissions-connect-choose-account__account__last-connected {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #2980fe;
}

.permissions-connect-choose-account__cancel {
    color: #e06470;
}

.permissions-connect-choose-account__footer-container {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.permissions-connect-choose-account__bottom-buttons {
    display: flex;
    justify-content: space-between;
    width: 328px;
    padding-bottom: 26px;
    margin: 0 auto;
}

@media screen and (min-width: 576px) {
    .permissions-connect-choose-account__bottom-buttons {
        border-top: none;
    }
}

.permissions-connect-choose-account__bottom-buttons button {
    width: 168px;
}

.permissions-connect-choose-account__bottom-buttons .btn-default {
    background: white;
    margin-right: 8px;
}

.permissions-redirect {
    display: flex;
    height: 100%;
    justify-content: center;
}

.permissions-redirect__result {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 30%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #333333;
}

.permissions-redirect__icons {
    display: flex;
}

.permissions-redirect__icons>div:first-child img {
    border-radius: 24px;
}

.permissions-redirect__center-icon {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.permissions-redirect__check {
    width: 40px;
    height: 40px;
    background: white url("../images/permissions-check.svg") no-repeat;
    position: absolute;
}

.permissions-connect {
    width: 100%;
    height: 100%;
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 576px) {
    .permissions-connect .page-container {
        max-height: none;
        min-height: auto;
    }
}

.permissions-connect-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.permissions-connect-title-container {
    height: 48px;
    width: 100%;
    border-bottom: #eeeeee 2px solid;
    position: relative;
}

.permissions-connect-title-light {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.permissions-connect-title-light:nth-child(1) {
    background-color: #ff5f57;
    margin-left: 13px;
}

.permissions-connect-title-light:nth-child(2) {
    background-color: #febc2e;
    margin-left: 31px;
}

.permissions-connect-title-light:nth-child(3) {
    background-color: #28c840;
    margin-left: 49px;
}

.permissions-connect__top-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 16px 16px 0 16px;
    align-items: center;
}

.permissions-connect__back {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #535a61;
    cursor: pointer;
}

.permissions-connect__back i {
    margin-right: 10px;
}

.permissions-connect__page-count {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
    grid-column: 2;
    justify-self: end;
    font-weight: bold;
}

.currency-display {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 54px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #fff;
    color: #5d5d5d;
    padding: 8px 10px;
    position: relative;
}

.currency-display__primary-row {
    display: flex;
}

.currency-display__input {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
    border: none;
    max-width: 22ch;
}

.currency-display__primary-currency {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
    font-weight: 400;
}

.currency-display__converted-row {
    display: flex;
}

.currency-display__converted-value,.currency-display__converted-currency {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #9b9b9b;
}

.currency-display__input-wrapper {
    position: relative;
    display: flex;
    flex: 1;
    max-width: 100%;
}

.currency-display__input-wrapper input[type=number] {
    -moz-appearance: textfield;
}

.currency-display__input-wrapper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.currency-display__input-wrapper input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.currency-display__currency-symbol {
    margin-top: 1px;
    color: #5d5d5d;
}

.currency-display .react-numeric-input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.currency-display .react-numeric-input input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.gas-fee-reset {
    color: #2980fe !important;
}

.nft-send-amount {
    padding: 10px 22px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e4ddff;
    border-radius: 8px;
    margin-right: 18px;
}

.nft-send-amount__left {
    display: flex;
    align-items: center;
}

.nft-send-amount__image {
    height: 64px;
    border-radius: 8px;
}

.nft-send-amount__info {
    margin-left: 20px;
    max-width: 160px;
}

.nft-send-amount__info-ERC721 {
    max-width: 230px;
}

.nft-send-amount__title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nft-send-amount__tokenId {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nft-send-amount__right-line {
    display: flex;
    align-items: center;
}

.nft-send-amount__reduce {
    height: 12px;
    cursor: pointer;
}

.nft-send-amount__value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 3px;
    font-weight: 500;
    color: #333333;
}

.nft-send-amount__value input {
    width: 20px;
    border: none;
    text-align: center;
}

.nft-send-amount__add {
    height: 12px;
    margin-left: 3px;
    cursor: pointer;
}

.nft-send-amount__balance {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 7px;
    color: #999999;
    font-weight: 400;
    text-align: right;
    cursor: pointer;
}

.send-title {
    font-size: 15px;
    padding: 16px 16px 8px;
    font-weight: 400;
    color: #333333;
    display: flex;
    width: 100%;
    align-items: center;
}

.send__header {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #f2f3f4;
    border-bottom: none;
    padding: 14px 0 3px 0;
}

.send__header .page-container__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.send__header .page-container__header-close-text {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 1rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    font-size: 0.75rem;
}

.send__dialog {
    margin: 1rem;
    cursor: pointer;
}

.send__error-dialog {
    margin: 18px 18px 18px 0;
}

.send__to-row {
    margin: 0;
    padding: 0 16px;
    flex: 0 0 auto;
    flex-direction: column !important;
}

.send__select-recipient-wrapper {
    flex: 1 1 auto;
}

.send__select-recipient-wrapper--expand {
    position: fixed;
    background: white;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
}

@media screen and (min-width: 575px) {
    .send__select-recipient-wrapper--expand>div {
        width: 360px;
        margin: 0 auto;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
        min-height: 600px;
    }
}

.send__select-recipient-wrapper--back {
    width: 20px;
}

.send__select-recipient-wrapper__list {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.send__select-recipient-wrapper__list__link {
    border-radius: 0;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    color: #2980fe;
    padding: 0;
    font-size: 13px;
}

.send__select-recipient-wrapper__list__link--expand {
    padding: 19px;
    font-weight: 500;
    color: #333333;
    justify-content: flex-start;
    border-bottom: #eeeeee 2px solid;
}

.send__select-recipient-wrapper__list__back-caret {
    display: block;
    background-image: url("../images/caret-left.svg");
    width: 18px;
    height: 18px;
    margin-right: 0.5rem;
}

[dir=rtl] .send__select-recipient-wrapper__list__back-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.send__select-recipient-wrapper__recent-group-wrapper__load-more {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0.5rem;
    text-align: center;
    border-bottom: 1px solid #dedede;
    justify-content: flex-start;
}

.send__select-recipient-wrapper__group {
    max-height: 540px;
    flex: 1;
    overflow-y: auto;
}

.send__select-recipient-wrapper__group-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    padding: 20px 18px 16px;
    font-weight: 500;
}

.send__select-recipient-wrapper__group-item,.send__select-recipient-wrapper__group-item--selected {
    margin: 0 19px 10px;
    padding: 9px 16px;
    align-items: center;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
}

.send__select-recipient-wrapper__group-item:hover,.send__select-recipient-wrapper__group-item--selected:hover {
    border-color: #2980fe;
}

.send__select-recipient-wrapper__group-item .identicon,.send__select-recipient-wrapper__group-item--selected .identicon {
    margin-right: 1rem;
    flex: 0 0 auto;
}

.send__select-recipient-wrapper__group-item__content,.send__select-recipient-wrapper__group-item--selected__content {
    flex: 1 1 auto;
    width: 0;
}

.send__select-recipient-wrapper__group-item__title,.send__select-recipient-wrapper__group-item--selected__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.send__select-recipient-wrapper__group-item__title--name,.send__select-recipient-wrapper__group-item--selected__title--name {
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.send__select-recipient-wrapper__group-item__title--type,.send__select-recipient-wrapper__group-item--selected__title--type {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 12px;
    padding: 0.5px 6px;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    color: #999999;
    border: 1px solid #999999;
}

.send__select-recipient-wrapper__group-item__title--type.current,.send__select-recipient-wrapper__group-item--selected__title--type.current {
    color: #2980fe;
    border-color: #2980fe;
}

.send__select-recipient-wrapper__group-item__subtitle,.send__select-recipient-wrapper__group-item--selected__subtitle {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.send__select-recipient-wrapper__group-item--selected {
    border: 2px solid #2b7cd6;
    border-radius: 8px;
}

.send__contract-warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #E55036;
    font-weight: 400;
}

.ens-input__wrapper {
    flex: 1 1 auto;
    width: 100%;
    align-items: center;
    border-radius: 0.75rem;
    padding: 12px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    transition: border-color 150ms ease-in-out;
}

.ens-input__wrapper .ens-input__wrapper__input {
    background: #f9f9f9;
}

.ens-input__wrapper:focus-within {
    background: #f6faff;
    border: 1.5px solid #2980fe;
    border-radius: 12px;
}

.ens-input__wrapper:focus-within .ens-input__wrapper__input {
    background: #f6faff;
}

.ens-input__wrapper__status-icon {
    background-image: url(..../images/search-black_44a711c05e434314aafe0afc6c3da8ea.svg");
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.25rem 0.5rem 0.25rem 0.25rem;
}

.ens-input__wrapper__status-icon--valid {
    background-image: url("..../images/check-green-solid.svg");
}

.ens-input__wrapper__input {
    flex: 1 1 auto;
    width: 0;
    border: 0;
    outline: none;
    font-size: 13px;
}

.ens-input__wrapper__input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.ens-input__wrapper__input::-moz-placeholder {
    color: #bbbbbb;
}

.ens-input__wrapper__input::-ms-input-placeholder {
    color: #bbbbbb;
}

.ens-input__wrapper__input::placeholder {
    color: #bbbbbb;
}

.ens-input__wrapper__action-icon {
    cursor: pointer;
}

.ens-input__wrapper__action-icon--erase {
    background-image: url("..../images/close-gray_ab5c747e451e42e6ac976cce52777977.svg");
    background-color: unset;
    width: 0.75rem;
    height: 0.75rem;
}

.ens-input__wrapper__action-icon--qrcode {
    background-image: url("../images/scan-code1.svg");
    background-color: unset;
    width: 20px;
    height: 20px;
}

.ens-input__wrapper--valid {
    border-color: #d7d7d7;
}

.ens-input__wrapper--valid .ens-input__wrapper__status-icon {
    background-image: url("..../images/check-green-solid.svg");
}

.ens-input__wrapper--valid .ens-input__wrapper__input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
}

.ens-input__selected-input__title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    margin-top: 0.25rem;
}

.ens-input__selected-input__subtitle {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    word-wrap: break-word;
}

.receive-page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.receive-page__content {
    width: 100%;
    flex: 1;
    background-color: #2980fe;
    border-top: #eeeeee 2px solid;
}

.receive-page__content-container {
    width: 328px;
    height: 514px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 15px auto 0;
    align-items: center;
}

.receive-page__content-title {
    font-size: 24px;
    margin-top: 22px;
    color: #333333;
    font-weight: 500;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.receive-page__content-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #e55036;
    width: 308px;
    height: 48px;
    padding: 0 10px;
    background: #fff0ed;
    border-radius: 4px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-break: break-all;
}

.receive-page__content-qrcode-container {
    height: 168px;
    width: 168px;
    background: url("../images/qrcode-container.svg") center no-repeat;
    background-size: 100%;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.receive-page__content-qrcode-container .ellip-address-wrapper {
    display: none;
}

.receive-page__content-address-container {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 94px;
    width: 308px;
    padding: 13px;
    background: #f5f5f5;
    border-radius: 8px;
    text-align: center;
    margin-top: 14px;
}

.receive-page__content-address-title {
    font-weight: 500;
    color: #333333;
}

.receive-page__content-address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    word-break: break-all;
    margin-top: 6px;
}

.receive-page__content-address-copy {
    width: 308px;
    margin-top: 24px;
    font-weight: 400;
}

.receive-page__content .selected-account__tooltip-wrapper {
    width: auto;
}

.info-tab__logo-wrapper {
    height: 80px;
    margin-bottom: 20px;
}

.info-tab__logo {
    max-height: 100%;
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.info-tab__item {
    padding: 10px 0;
}

.info-tab__link-header {
    padding-bottom: 15px;
}

@media screen and (max-width: 575px) {
    .info-tab__link-header {
        padding-bottom: 5px;
    }
}

.info-tab__link-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
}

.info-tab__link-item {
    padding: 15px 0;
}

@media screen and (max-width: 575px) {
    .info-tab__link-item {
        padding: 5px 0;
    }
}

.info-tab__version-number {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-top: 5px;
    color: #9b9b9b;
}

.info-tab__separator {
    margin: 15px 0;
    width: 80px;
    border-color: #dedede;
    border: none;
    height: 1px;
    background-color: #dedede;
    color: #dedede;
}

.info-tab__about {
    color: #9b9b9b;
    margin-bottom: 15px;
}

.alerts-tab__body {
    align-items: center;
    padding: 0 18px;
}

.alerts-tab__body .title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
    height: 100%;
    font-weight: 500;
    color: #333333;
}

.alerts-tab__body .desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin: 8px 0 20px;
}

.networks-tab__content {
    margin-top: 24px;
    display: flex;
    height: 100%;
    max-width: 739px;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .networks-tab__content {
        margin-top: 0;
        flex-direction: column;
        overflow-x: hidden;
        align-items: center;
    }
}

.networks-tab__body {
    padding-right: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 575px) {
    .networks-tab__body {
        padding: 0;
    }
}

.networks-tab__network-easy-add {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    text-align: right;
    color: #2980fe;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 0;
    line-height: 60.4px;
}

.networks-tab__network-form {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: space-between;
    max-width: 343px;
    max-height: 465px;
}

.networks-tab__network-form .page-container__footer {
    border-top: none;
}

@media screen and (max-width: 575px) {
    .networks-tab__network-form .page-container__footer {
        width: 93%;
    }
}

.networks-tab__network-form .page-container__footer footer {
    padding: 10px 0;
}

.networks-tab__network-form-rpc-url-container {
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
    width: 328px;
    max-height: 315px;
    background-color: #fff;
    padding: 17px 0 22px;
    border-radius: 8px;
    margin: auto;
}

@media screen and (max-width: 575px) {
    .networks-tab__network-form-rpc-url-container::before {
        content: "";
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        border-width: 8px;
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        top: -16px;
        right: 12px;
    }
}

.networks-tab__network-form-rpc-url-container-shadow {
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
}

.networks-tab__network-form-rpc-url-title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333333;
    margin: 0 16px 0;
}

.networks-tab__network-form-rpc-url-speed {
    margin-left: 6px;
}

.networks-tab__network-form-rpc-url-speed-content {
    margin-left: 22px;
    display: flex;
    align-items: center;
}

.networks-tab__network-form-rpc-url-speed-content:first-child {
    margin-left: 10px;
}

.networks-tab__network-form-rpc-url-speed-fast {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #03c288;
}

.networks-tab__network-form-rpc-url-speed-general {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #ed4c56;
}

.networks-tab__network-form-rpc-url-speed-slow {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #ffa81f;
}

.networks-tab__network-form-rpc-url-speed-desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin: 6px 16px 0;
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    width: 100%;
}

.networks-tab__network-form-rpc-url-speed-divider {
    margin-top: 13px;
    height: 12px;
    width: 100%;
    background-color: #f9f9f9;
}

.networks-tab__network-form-rpc-url-speed-container {
    height: 175px;
    overflow-y: auto;
}

.networks-tab__network-form-rpc-url-item {
    padding: 14px 0 11px;
    min-height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.networks-tab__network-form-rpc-url-item:hover {
    background-color: #f5f9ff;
}

.networks-tab__network-form-rpc-url-item-info {
    margin-left: 16px;
}

.networks-tab__network-form-rpc-url-item-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.networks-tab__network-form-rpc-url-item-url {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-transform-origin: 0;
    transform-origin: 0;
}

.networks-tab__network-form-rpc-url-item-url--no-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    -webkit-transform: scale(1);
    transform: scale(1);
    word-break: break-all;
}

.networks-tab__network-form-rpc-url-item-speed {
    margin-left: auto;
    margin-right: 12px;
    min-width: 80px;
}

.networks-tab__network-form-rpc-url-item-speed-block_height {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    text-align: right;
    color: #999999;
}

.networks-tab__network-form-rpc-url-item-speed-delay {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.networks-tab__network-form-rpc-url-item-speed-delay-text {
    text-align: right;
    margin-right: 4px;
}

.networks-tab__network-form-rpc-url-item-speed-delay-light {
    height: 6px;
    width: 6px;
    border-radius: 3px;
}

.networks-tab__network-form-rpc-url-item-speed-delay-light.green {
    background-color: #03c288;
}

.networks-tab__network-form-rpc-url-item-speed-delay-light.orange {
    background-color: #ffa81f;
}

.networks-tab__network-form-rpc-url-item-speed-delay-light.red {
    background-color: #ed4c56;
}

.networks-tab__network-form-rpc-url-item-speed-wrong .networks-tab__network-form-rpc-url-item-speed-delay-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #ed4c56;
    font-weight: 400;
}

.networks-tab__network-form-rpc-url-item-divider {
    margin-left: 16px;
    width: calc(100% - 16px);
    height: 1px;
    background-color: #eeeeee;
}

@media screen and (max-width: 575px) {
    .networks-tab__network-form {
        display: flex;
        flex: auto;
        max-width: 100%;
        max-height: 100%;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .networks-tab__network-form-row {
        width: 334px;
    }
}

.networks-tab__network-form-row-rpc-url {
    position: relative;
}

.networks-tab__network-form-row-rpc-url .MuiInputBase-root {
    color: #333333 !important;
    background: white !important;
    cursor: pointer !important;
}

.networks-tab__network-form-row-rpc-url .MuiInputBase-root input {
    cursor: pointer;
}

.networks-tab__network-form-row-slide {
    position: absolute;
    right: 15px;
    top: 50px;
}

.networks-tab__network-form-row--warning {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background-color: #fefae8;
    border: 1px solid #ffd33d;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px;
    margin: 12px 0;
}

@media screen and (max-width: 575px) {
    .networks-tab__network-form-row--warning {
        width: 93%;
    }
}

.networks-tab__network-form-row .MuiFormControl-marginDense {
    margin-top: 6px;
    margin-bottom: 20px;
}

.networks-tab__network-form-row .MuiInputBase-root {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    font-weight: 400;
    color: #333333;
}

.networks-tab__network-form-row .MuiInputBase-root.TextField-inputFocused-11,.networks-tab__network-form-row .MuiInputBase-root.TextField-inputFocused-26 {
    border-color: #2980fe;
}

.networks-tab__network-form-row .MuiInputBase-root.Mui-disabled {
    color: #999999;
}

.networks-tab__network-form-row .MuiInputBase-root input:active {
    border-color: #2980fe !important;
}

.networks-tab__network-form-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #333333;
}

.networks-tab__network-form-label-text {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.networks-tab__network-form-label-tooltip {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
}

.networks-tab__networks-list {
    flex: 0.5 0 auto;
    max-width: 343px;
}

@media screen and (max-width: 575px) {
    .networks-tab__networks-list {
        flex: 1;
        overflow-y: auto;
        max-width: 100vw;
        width: 100vw;
    }
}

.networks-tab__networks-list-popup-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.networks-tab__networks-list-popup-footer .button {
    width: 334px;
    background: #2980fe;
}

.networks-tab__add-network-header-button-wrapper {
    justify-content: center;
}

.networks-tab__add-network-header-button-wrapper .button {
    width: 138px;
    padding: 10px;
    color: white;
}

@media screen and (max-width: 575px) {
    .networks-tab__add-network-header-button-wrapper {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .networks-tab__networks-list--selection {
        display: none;
    }
}

.networks-tab__networks-list-item {
    display: flex;
    padding: 19px;
    position: relative;
    align-items: center;
}

.networks-tab__networks-list-item .color-indicator:hover {
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .networks-tab__networks-list-item .color-indicator {
        margin: 0 4px 0 10px;
    }
}

@media screen and (max-width: 575px) {
    .networks-tab__networks-list-item {
        padding: 19px;
    }
}

.networks-tab__networks-list-item:hover {
    background: #f5f9ff;
}

.networks-tab__networks-list-divider {
    width: calc(100% - 18px);
    height: 1px;
    float: right;
    margin-right: 0;
    background-color: #eeeeee;
}

@media screen and (max-width: 575px) {
    .networks-tab__networks-list-item:last-of-type {
        border-bottom: none;
    }
}

.networks-tab__networks-list-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.networks-tab__networks-list-name {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.networks-tab__networks-list-name:hover {
    cursor: pointer;
}

.networks-tab__networks-list-name svg {
    margin-left: 10px;
    padding-top: 3px;
}

.networks-tab__networks-list-arrow {
    display: none;
}

@media screen and (max-width: 575px) {
    .networks-tab__networks-list-arrow {
        display: block;
        background-image: url("../images/enter-grey_c8059a7fba5740659f9cbbd1bb7ab02e.svg");
        width: 8px;
        height: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        right: 19px;
        cursor: pointer;
        position: absolute;
    }

    [dir=rtl] .networks-tab__networks-list-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.networks-tab__networks-list-name--selected {
    font-weight: bold;
    color: #000;
}

.networks-tab__networks-list-name--disabled {
    font-weight: 300;
    color: #cdcdcd;
}

.network-form__footer {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 14px;
}

@media screen and (max-width: 575px) {
    .network-form__footer {
        width: 330px;
    }
}

.network-form__footer .button {
    padding-top: 15px;
    padding-bottom: 17px;
    margin-bottom: 15px;
}

.network-form__footer .btn-default {
    margin-right: 0.25rem;
}

.network-form__footer .btn-secondary {
    margin-left: 0.25rem;
    color: white;
}

.network-form__footer .btn-danger {
    margin-right: 0.5rem;
}

.settings-tab__error {
    padding-bottom: 20px;
    text-align: center;
    color: #e91550;
}

.settings-tab__rpc-save-button {
    align-self: flex-end;
    padding: 5px;
    cursor: pointer;
    width: 25%;
}

.settings-tab__button--red {
    border-color: #fd0826;
    color: #d0021b;
}

.settings-tab__button--red:active {
    background: #ffecee;
    border-color: #d0021b;
}

.settings-tab__button--red:hover {
    border-color: #d0021b;
}

.settings-tab__radio-buttons {
    display: flex;
    align-items: center;
}

.settings-tab__radio-button {
    display: flex;
    align-items: center;
}

.settings-tab__radio-button:not(:last-child) {
    margin-right: 16px;
}

.settings-tab__radio-label {
    padding-left: 4px;
}

.address-book-wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.address-book {
    flex: 0.4 1 100%;
}

@media screen and (max-width: 576px) {
    .address-book {
        flex: 1;
        max-width: 100%;
    }

    .address-book__container {
        min-height: 100%;
    }
}

.address-book__entry {
    display: flex;
    flex-flow: row nowrap;
    padding: 16px 14px;
    flex: 0 0 auto;
    border-bottom: 1px solid #dedede;
}

.address-book__entry:hover {
    border: 1px solid #037dd6;
    cursor: pointer;
}

.address-book__name {
    padding: 3px;
}

.address-book__header__name,.address-book__header--edit__name {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 24px;
}

.address-book__header--edit {
    display: flex;
    justify-content: space-between;
}

.address-book__header--edit .button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    justify-content: flex-end;
    color: #d73a49;
}

.address-book__container {
    margin: 0 auto;
    min-height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.address-book__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.address-book__sub-title {
    font-size: small;
    margin-bottom: 0.5em;
}

.address-book__link {
    background-color: #fff;
    color: #037dd6;
}

.address-book__input {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #bbc0c5;
    border-radius: 6px;
    color: #24272a;
    padding: 0.875rem 1rem;
    margin-top: 0.25rem;
}

.address-book__input:focus-within {
    border-color: #037dd6;
}

.address-book__input--address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.address-book__view-contact__text-area-wrapper {
    height: 96px !important;
}

.address-book__view-contact__text-area {
    line-height: initial !important;
}

.address-book__view-contact__group {
    display: flex;
    flex-flow: column nowrap;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.address-book__view-contact__group__label,.address-book__view-contact__group__label--capitalized {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
    margin-bottom: 0.25rem;
}

.address-book__view-contact__group__label--capitalized {
    text-transform: capitalize;
}

.address-book__view-contact__group__value,.address-book__view-contact__group__static-address {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    flex-flow: row nowrap;
    color: #24272a;
    word-break: break-word;
}

.address-book__view-contact__group__value--address,.address-book__view-contact__group__static-address--address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.address-book__view-contact__group__value--copy-icon,.address-book__view-contact__group__static-address--copy-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    padding-left: 0;
    margin-left: 10px;
}

.address-book__view-contact__group__static-address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.address-book__view-contact__group__static-address--copy-icon {
    cursor: pointer;
}

.address-book__view-contact__group__static-address--copy-icon:hover {
    color: black;
}

.address-book__view-contact__group .unit-input__input {
    max-width: 100%;
    width: 100%;
}

.address-book__edit-contact {
    display: flex;
    flex-flow: column nowrap;
    padding-bottom: 0 !important;
    height: 100%;
}

.address-book__edit-contact__content {
    flex: 1 1 auto;
}

.address-book__edit-contact__content>div {
    padding-top: 0;
}

.address-book__edit-contact .page-container__footer {
    border-top: none;
}

.address-book__add-contact {
    display: flex;
    flex-flow: column nowrap;
    padding-bottom: 0 !important;
    height: 100%;
}

.address-book__add-contact__content {
    flex: 1 1 auto;
    height: 100%;
}

.address-book__add-contact__error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    left: 8px;
    color: #f00;
}

.address-book__my-accounts-button {
    display: flex;
    flex-flow: column;
    cursor: pointer;
    padding: 15px;
}

.address-book__my-accounts-button:hover {
    background-color: rgba(222, 222, 222, 0.2);
}

.address-book__my-accounts-button__header {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #000;
}

.address-book__my-accounts-button__content {
    display: flex;
    justify-content: space-between;
}

.address-book__my-accounts-button__text {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
}

.address-book__my-accounts-button__caret {
    display: block;
    background-image: url(../images/caret-right.svg);
    width: 30px;
    opacity: 0.5;
    background-repeat: no-repeat;
}

[dir=rtl] .address-book__my-accounts-button__caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.address-book-add-button__button {
    position: absolute;
    top: 85px;
    right: 16px;
    width: auto;
    border-radius: 100px;
}

@media screen and (max-width: 576px) {
    .address-book-add-button__button {
        top: 16px;
        right: 60px;
    }
}

.address-book--hidden {
    display: none;
}

.address-book-contact-content {
    flex: 0.4 1 100%;
}

@media screen and (max-width: 576px) {
    .address-book-contact-content {
        flex: 1;
    }
}

.settings-page {
    position: relative;
    background: #fff;
    display: flex;
    flex-flow: column nowrap;
}

.settings-page__header {
    display: flex;
    flex-flow: row nowrap;
    padding: 14px 16px;
    align-items: center;
    flex: 0 0 auto;
}

.settings-page__header__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    flex: 1 0 auto;
    color: #333333;
    font-weight: 500;
}

.settings-page__header-left {
    display: flex;
    align-items: center;
}

.settings-page__header-btn {
    margin-left: auto;
    font-weight: 400;
    font-size: 13px;
    color: #2980fe;
    cursor: pointer;
}

.settings-page__subheader,.settings-page__subheader--link {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 16px 4px;
    border-bottom: 1px solid #dedede;
    margin-right: 24px;
    height: 72px;
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
}

@media screen and (max-width: 575px) {
    .settings-page__subheader, .settings-page__subheader--link {
        display: none;
    }
}

.settings-page__subheader--link {
    cursor: pointer;
    margin-right: 4px;
}

.settings-page__subheader--link:hover {
    cursor: pointer;
    color: #2980fe;
}

.settings-page__subheader--break {
    margin-right: 4px;
    padding-right: 4px;
}

.settings-page__sub-header {
    height: 72px;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

@media screen and (max-width: 575px) {
    .settings-page__sub-header {
        height: 69px;
        position: relative;
        text-align: center;
    }
}

.settings-page__sub-header-text {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

@media screen and (max-width: 575px) {
    .settings-page__sub-header-text {
        font-size: 1rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
        width: 100%;
    }
}

.settings-page__back-button {
    display: block;
    background-image: url("../images/back.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

@media screen and (min-width: 575px) {
    .settings-page__back-button {
        display: none;
    }
}

.settings-page__close-button::after {
    content: "脳";
    font-size: 40px;
    color: #9b9b9b;
    cursor: pointer;
}

.settings-page__content {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    overflow: auto;
    border-top: 1px solid #d8d8d8;
}

.settings-page__content__tabs {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .settings-page__content__tabs {
        flex: 0 0 40%;
        max-width: 210px;
        padding-top: 8px;
    }
}

.settings-page__content__tabs .tab-bar {
    width: 100%;
}

@media screen and (min-width: 576px) {
    .settings-page__content__tabs .tab-bar__tab {
        padding: 19px;
    }
}

.settings-page__content__modules {
    overflow-y: auto;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
}

.settings-page__content__modules::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 575px) {
    .settings-page__content__modules {
        display: none;
    }
}

.settings-page__content-item-col {
    color: white;
}

@media screen and (min-width: 575px) {
    .settings-page__content-item-col {
        width: 300px;
        margin: 0 auto;
    }
}

.settings-page__body {
    padding: 12px 24px;
}

@media screen and (min-width: 576px) {
    .settings-page__body {
        padding: 12px;
    }
}

.settings-page__body.advanced {
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.settings-page__body.advanced .settings-page__title {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.settings-page__body.advanced .settings-page__body-block {
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin-bottom: 12px;
}

.settings-page__body.advanced .settings-page__content-row {
    padding: 13px 12px 16px 16px;
    background: #f9f9f9;
    position: relative;
}

.settings-page__body.advanced .settings-page__content-row::after {
    content: "";
    height: 1px;
    margin-left: 16px;
    margin-top: 16px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.settings-page__body.advanced .settings-page__content-row:last-of-type::after {
    display: none;
}

.settings-page__body.advanced .settings-page__content-row__ledger .settings-page__content-item {
    margin-bottom: 0;
}

.settings-page__body.advanced .settings-page__content-row__ledger .settings-page__content-item select {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 3px 15px;
}

.settings-page__body.advanced .settings-page__content-row__ledger .settings-page__content-item .dialog {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #e55036;
    margin-top: 10px;
    border: none;
    background-color: transparent;
    padding: 0;
}

.settings-page__body.advanced .settings-page__content-row__ledger .settings-page__content-description {
    padding-top: 8px;
}

.settings-page__body.advanced .settings-page__content-row__ledger .settings-page__content-description .button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    justify-content: flex-start;
    color: #2980fe;
    display: inline;
}

.settings-page__body.advanced .settings-page__content-item {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    padding: 0;
}

.settings-page__body.advanced .settings-page__content-item:last-child {
    margin-bottom: 0;
}

.settings-page__body.advanced .settings-page__content-item:last-child .button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 4px 15px;
    border-radius: 12px;
    font-weight: 400;
    min-height: 0;
    width: auto;
}

.settings-page__body.advanced .settings-page__content-item__clickable {
    cursor: pointer;
}

.settings-page__body.advanced .settings-page__content-item__enter {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    -webkit-transform: scale(0.7, 1.5);
    transform: scale(0.7, 1.5);
    color: #777777;
}

.settings-page__body.advanced .settings-page__content-item__on {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #2980fe;
}

.settings-page__body.advanced .settings-page__content-item__on-content {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.settings-page__body.advanced .settings-page__content-item__on-enter {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-left: 4px;
    -webkit-transform: scale(0.7, 1.5) translateY(-4px);
    transform: scale(0.7, 1.5) translateY(-4px);
}

.settings-page__body.advanced .settings-page__content-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
}

.settings-page__body.advanced .settings-page__content-left {
    display: flex;
    align-items: center;
}

.settings-page__body.advanced .settings-page__content-warn {
    margin-left: 7px;
    cursor: pointer;
}

.settings-page__body.advanced .settings-page__content-description {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #777777;
    font-weight: 400;
    padding-right: 41px;
}

.settings-page__content-row {
    display: flex;
    flex-direction: column;
    padding: 10px 0 20px;
}

.settings-page__content-item {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .settings-page__content-item {
        height: initial;
        padding: 5px 0;
    }
}

.settings-page__content-item--without-height {
    height: initial;
}

.settings-page__content-item--disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.settings-page__content-label {
    text-transform: capitalize;
}

.settings-page__content-description {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #9b9b9b;
    padding-top: 8px;
    line-height: 17px;
}

.settings-page__content-item-col {
    max-width: 300px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 575px) {
    .settings-page__content-item-col {
        max-width: 100%;
        width: 100%;
    }
}

.settings-page__copy-icon {
    padding-left: 4px;
}

.settings-page__button-group {
    display: flex;
    margin-left: auto;
}

.settings-page__address-book-button {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0;
}

.settings-page__address-book-button+.settings-page__address-book-button {
    margin-left: 1.875rem;
}

@media screen and (max-width: 575px) {
    .settings-page--selected .settings-page__content__tabs {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .settings-page--selected .settings-page__content__modules {
        display: block;
    }
}

.settings-page .toggle-button {
    /*rtl:ignore*/
    direction: ltr;
}

[dir=rtl] .settings-page .toggle-button {
    justify-content: flex-end;
}

.settings-page .toggle-button>div {
    justify-content: flex-end;
}

.settings-page__content-selector-row {
    display: flex;
    flex-direction: column;
}

.settings-page__content-selector-item {
    padding: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.settings-page__content-selector-item:hover {
    background-color: #f5f9ff;
}

.settings-page__content-selector-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.settings-page__content-selector-icon {
    margin-left: auto;
    width: 20px;
}

.settings-page__about {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
}

.settings-page__about-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 19px 0;
}

.settings-page__about-logo {
    width: 72px;
}

.settings-page__about-name {
    margin-top: 12px;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.settings-page__about-version {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 4px;
    color: #777777;
    font-weight: 400;
}

.settings-page__about-links {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    width: 100%;
    background-color: white;
}

.settings-page__about-link {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}

.settings-page__about-official-channels {
    padding: 20px;
    margin-top: 8px;
    background-color: white;
}

.settings-page__about-official-channels__title {
    font-size: 15px;
    font-weight: 500;
}

.settings-page__about-official-channels__content {
    overflow: hidden;
}

.settings-page__about-official-channels__item {
    margin-top: 16px;
    float: left;
    width: 44px;
    margin-right: 25px;
    cursor: pointer;
}

@media screen and (max-width: 360px) {
    .settings-page__about-official-channels__item:nth-of-type(n+6) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 360px) {
    .settings-page__about-official-channels__item:nth-of-type(5n) {
        margin-right: 0;
    }
}

.settings-page__about-official-channels__item-content {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 16px;
}

.settings-page__about-official-channels__item-content:hover {
    background: #f4f8ff;
}

.settings-page__about-official-channels__item-content img {
    width: 22px;
}

.settings-page__about-official-channels__item-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 4px;
    font-weight: 500;
    -webkit-transform: scale(0.92) translateX(-50%);
    transform: scale(0.92) translateX(-50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-left: 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}

.settings-page__about-website-popover .popover-header {
    padding: 0;
}

.settings-page__about-website-popover .popover-header__title {
    padding-bottom: 0;
}

.settings-page__about-website-popover__title {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    padding: 20px 24px 16px;
    text-align: center;
}

.settings-page__about-website-popover__desc {
    font-size: 13px;
    font-weight: 400;
    margin: 0 24px;
}

.settings-page__about-website-popover__item {
    display: flex;
    align-items: center;
    height: 36px;
    margin: 8px 24px 0;
    background: #f9f9f9;
    border-radius: 18px;
    padding-left: 8px;
    padding-right: 12px;
}

.settings-page__about-website-popover__item.item1 {
    margin-top: 20px;
}

.settings-page__about-website-popover__item span {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    margin-left: 8px;
    cursor: pointer;
}

.settings-page__about-website-popover__item-copy {
    cursor: pointer;
    margin-left: auto;
    height: 16px;
}

.settings-page__about-website-popover__btn {
    margin: 28px 16px 16px;
    width: auto;
}

.settings-page__about-website-popover__close {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
}

.settings-page__about-website-popover.telegram .settings-page__about-website-popover__item {
    align-items: start;
    padding: 12px;
    height: auto;
}

.settings-page__about-website-popover.telegram .settings-page__about-website-popover__item-check {
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 1px solid #333333;
    border-radius: 4px;
    margin-right: 8px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    cursor: pointer;
}

.settings-page__about-website-popover.telegram .settings-page__about-website-popover__item-check__checked {
    border: none;
    border-radius: 0;
    background: url("../images/check-blue2.svg") no-repeat top;
    background-size: 100% 100%;
}

.settings-page__about-website-popover.telegram .settings-page__about-website-popover__item span {
    margin-left: 0;
    font-size: 13px;
}

.settings-page__about-website-popover.telegram .settings-page__about-website-popover__item-text {
    line-height: 18px;
    font-weight: 400;
}

.settings-page__about-website-popover.telegram .settings-page__about-website-popover__item-text1 {
    color: #333333;
}

.settings-page__about-website-popover.telegram .settings-page__about-website-popover__item-text2 {
    color: #e45337;
}

.settings-page__download {
    width: 12px;
    margin-right: 3px;
}

.actionable-message {
    background: #eaf6ff;
    border: 1px solid #75c4fd;
    border-radius: 8px;
    padding: 16px;
    margin-top: 18px;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.actionable-message__message {
    color: #0260a4;
    text-align: center;
}

.actionable-message__actions {
    display: flex;
    width: 80%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
    color: #0260a4;
}

.actionable-message__action {
    font-weight: bold;
}

.actionable-message__info-tooltip-wrapper {
    position: absolute;
    right: 4px;
    top: 8px;
}

.actionable-message--warning {
    background: #fefcde;
    border: 1px solid #ffd33d;
    justify-content: center;
}

.actionable-message--warning .actionable-message__message,.actionable-message--warning .actionable-message__action {
    color: #333333;
}

.actionable-message--warning .actionable-message__action--secondary {
    text-decoration: underline;
}

.actionable-message--danger {
    background: #fcf2f3;
    border: 1px solid #e88f97;
    justify-content: flex-start;
}

.actionable-message--danger .actionable-message__message {
    color: #333333;
    text-align: left;
}

.actionable-message--danger button {
    background: #d73a49;
    color: #fff;
}

.actionable-message--with-right-button {
    padding: 12px;
}

.actionable-message--with-right-button .actionable-message__message {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
}

.actionable-message--with-right-button .actionable-message__actions {
    justify-content: flex-end;
    width: 100%;
}

.actionable-message--with-right-button .actionable-message__action {
    font-weight: normal;
    border-radius: 42px;
    min-width: 72px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.actionable-message--warning.actionable-message--with-right-button .actionable-message__action {
    background: #ffd33d;
}

.awaiting-swap {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1;
    width: 100%;
}

.awaiting-swap__content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
}

.awaiting-swap div {
    text-align: center;
    display: flex;
    justify-content: center;
}

.awaiting-swap a {
    color: #037dd6;
}

.awaiting-swap__status-image {
    margin-top: 12px;
    margin-bottom: 16px;
}

.awaiting-swap__header {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.awaiting-swap__main-descrption {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
    margin-top: 16px;
    width: 100%;
}

.awaiting-swap__time-estimate {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    margin-top: 20px;
    font-style: italic;
}

.awaiting-swap__time-estimate>span {
    display: flex;
}

.awaiting-swap__time-estimate--invisible {
    visibility: hidden;
}

.awaiting-swap__time-estimate-text {
    margin-right: 2px;
    font-weight: bold;
}

.awaiting-swap__view-on-etherscan,.awaiting-swap__support-link {
    color: #037dd6;
    margin-top: 24px;
    cursor: pointer;
}

.awaiting-swap__support-link {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.awaiting-swap__view-on-etherscan {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    transition: opacity 1s ease-in-out;
}

.awaiting-swap__view-on-etherscan--invisible {
    opacity: 0;
}

.awaiting-swap__view-on-etherscan--visible {
    opacity: 1;
}

.awaiting-swap__amount-and-symbol {
    color: #333333;
    font-weight: bold;
}

.awaiting-signatures {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1;
    width: 100%;
}

.awaiting-signatures__content {
    flex-flow: column;
}

.awaiting-signatures div {
    text-align: center;
    display: flex;
    justify-content: center;
}

.awaiting-signatures__steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 16px auto 12px auto;
}

.awaiting-signatures__steps li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.awaiting-signatures__steps li svg {
    margin-right: 4px;
}

.build-quote {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1;
    width: 100%;
    padding-top: 4px;
    /* Prevents the swaps "Swap to" field from overflowing */
}

.build-quote__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
}

.build-quote__content {
    display: flex;
}

.build-quote__dropdown-swap-to-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
}

.build-quote__dropdown-input-pair-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 12px;
    flex: 0.5 1 auto;
    max-height: 56px;
}

.build-quote__title,.build-quote__input-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    color: #333333;
    margin-top: 3px;
}

.build-quote__swap-arrows-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 16px;
    padding-top: 12px;
    height: 24px;
    position: relative;
}

.build-quote__swap-arrows {
    flex: 0 0 auto;
    height: 16px;
    width: 12px;
    cursor: pointer;
    background: unset;
}

.build-quote__max-button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #037dd6;
    cursor: pointer;
}

.build-quote__balance-message {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    color: #6a737d;
    margin-top: 4px;
    display: flex;
    flex-flow: column;
    height: 18px;
}

.build-quote__balance-message--error div:first-of-type {
    font-weight: bold;
    color: #333333;
}

.build-quote__balance-message--error div:last-of-type {
    font-weight: normal;
    color: #6a737d;
}

.build-quote__slippage-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.build-quote__open-dropdown,.build-quote__open-to-dropdown {
    max-height: 330px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
    position: absolute;
    width: 100%;
}

.build-quote .dropdown-input-pair .searchable-item-list__item--add-token {
    display: none;
}

.build-quote .dropdown-input-pair__to .searchable-item-list__item--add-token {
    display: flex;
}

.build-quote__open-to-dropdown {
    max-height: 194px;
}

@media screen and (min-width: 576px) {
    .build-quote__open-to-dropdown {
        max-height: 276px;
    }
}

.build-quote__token-message {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    color: #6a737d;
    margin-top: 4px;
}

.build-quote__token-message .info-tooltip {
    display: inline-block;
}

.build-quote__token-etherscan-link {
    color: #037dd6;
    cursor: pointer;
}

.build-quote__token-tooltip-container {
    display: flex !important;
}

.build-quote__bold {
    font-weight: bold;
}

.build-quote__underline {
    text-decoration: underline;
}

.build-quote .dropdown-input-pair__to .dropdown-search-list {
    width: 100%;
}

.countdown-timer {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 576px) {
    .countdown-timer {
        margin: 0;
    }
}

.countdown-timer__timer-container {
    display: flex;
    padding-right: 3px;
}

.countdown-timer__timer-container>span {
    display: flex;
}

.countdown-timer__timer-container--warning .countdown-timer__time {
    color: #d73a49;
}

.countdown-timer__time {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 24px;
    margin-left: 4px;
    margin-right: 2px;
}

.countdown-timer div {
    display: flex;
    align-items: center;
}

.dropdown-input-pair {
    display: flex;
    width: 312px;
    height: 60px;
    position: relative;
}

.dropdown-input-pair__input {
    margin: 0 !important;
}

.dropdown-input-pair__input input {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-top: 6px;
}

.dropdown-input-pair__input div {
    border: 1px solid #d6d9dc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: transparent;
    height: 60px;
}

.dropdown-input-pair__input input::-webkit-outer-spin-button,.dropdown-input-pair__input input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.dropdown-input-pair__input input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.dropdown-input-pair__list--full-width {
    width: 100%;
}

.dropdown-input-pair__left-value {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #6a737d;
}

.dropdown-input-pair__left-value--two-lines {
    right: inherit;
    left: 157px;
    align-items: unset;
    top: 34px;
}

.dropdown-input-pair .dropdown-input-pair__selector--closed {
    height: 60px;
    width: 142px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-input-pair__two-line-input div {
    align-items: flex-start;
}

.dropdown-input-pair__two-line-input input {
    padding-top: 14px;
}

.dropdown-search-list__search-list-open {
    margin: 24px;
    box-shadow: none;
    border-radius: 6px;
    min-height: 297px;
    width: 100%;
}

.dropdown-search-list__token-container {
    margin: 0;
    min-height: auto;
    border: 1px solid #d6d9dc;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 6px;
    width: 100%;
}

.dropdown-search-list--open {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
    border: 1px solid #d6d9dc;
}

.dropdown-search-list__close-area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.dropdown-search-list__selector-closed-container {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    max-height: 60px;
    transition: 200ms ease-in-out;
    border-radius: 6px;
    box-shadow: none;
    border: 1px solid #d6d9dc;
    height: 60px;
}

.dropdown-search-list__selector-closed-container:hover {
    background: #f2f3f4;
}

.dropdown-search-list__caret {
    position: absolute;
    right: 16px;
    color: #bbc0c5;
}

.dropdown-search-list__selector-closed {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 16px 12px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    align-items: center;
    flex: 1;
    height: 60px;
}

.dropdown-search-list__selector-closed i {
    font-size: 1.2em;
}

.dropdown-search-list__selector-closed .dropdown-search-list__item-labels {
    width: 56%;
}

.dropdown-search-list__selector-closed-icon {
    width: 34px;
    height: 34px;
}

.dropdown-search-list__closed-primary-label {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-search-list__search-list--open {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.18);
    border: 1px solid #d6d9dc;
}

.dropdown-search-list__default-dropdown-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #bbc0c5;
    flex: 0 1 auto;
}

.dropdown-search-list__labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}

.dropdown-search-list__item-labels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
}

.dropdown-search-list__select-default {
    color: #bbc0c5;
}

.dropdown-search-list__placeholder {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 16px;
    color: #6a737d;
    min-height: 300px;
    position: relative;
    z-index: 1002;
    background: white;
    border-radius: 6px;
    min-height: 194px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-search-list__placeholder .searchable-item-list__item--add-token {
    padding: 8px 0;
}

.dropdown-search-list__loading-item {
    transition: 200ms ease-in-out;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    box-sizing: border-box;
    cursor: pointer;
    border-top: 1px solid #d6d9dc;
    position: relative;
    z-index: 1;
    background: #fff;
}

.dropdown-search-list__loading-item-text-container {
    margin-left: 4px;
}

.dropdown-search-list__loading-item-text {
    font-weight: bold;
}

.exchange-rate-display {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #333333;
    width: 100%;
    flex-wrap: wrap;
}

.exchange-rate-display span {
    margin-right: 4px;
}

.exchange-rate-display__bold {
    font-weight: bold;
}

.exchange-rate-display__switch-arrows {
    cursor: pointer;
}

.exchange-rate-display__switch-arrows>svg {
    margin-top: 4px;
}

.exchange-rate-display__switch-arrows-rotate {
    -webkit-animation-name: rotate-toggle;
    -webkit-animation-duration: 1s;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@-webkit-keyframes rotate-toggle {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
    }
}

.exchange-rate-display--white {
    color: #fff;
}

.fee-card {
    width: 100%;
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.fee-card__savings-and-quotes-header {
    display: flex;
    position: relative;
    align-items: center;
}

.fee-card__savings-and-quotes-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: 58px;
    height: 39px;
    background: #eaf6ff;
    border: 1px solid #037dd6;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.fee-card__savings-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    color: #037dd6;
}

.fee-card__quote-link-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.fee-card__quote-link-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #037dd6;
}

.fee-card__caret-right {
    color: #037dd6;
    width: 6px;
    height: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

.fee-card__caret-right i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fee-card__main {
    border: 1px solid #037dd6;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    max-width: 311px;
    padding: 16px 16px 12px 16px;
}

.fee-card__row-header {
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: space-between;
}

.fee-card__row-header:first-of-type {
    margin-top: 0;
}

.fee-card__row-header div {
    display: flex;
    align-items: center;
}

.fee-card__row-header-text,.fee-card__row-header-text--bold {
    margin-right: 4px;
    cursor: pointer;
}

.fee-card__row-header-text--bold {
    color: #333333;
}

.fee-card__row,.fee-card__top-bordered-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.fee-card__top-bordered-row {
    border-top: 1px solid #bbc0c5;
    padding-top: 10px;
}

.fee-card__row-label {
    display: flex;
    align-items: center;
}

.fee-card__row-label img {
    height: 10px;
    width: 10px;
    cursor: pointer;
}

.fee-card__info-tooltip-container {
    height: 10px;
    width: 10px;
    justify-content: center;
}

.fee-card__info-tooltip-container div {
    display: flex !important;
    height: 10px;
}

.fee-card__info-tooltip-paragraph {
    margin-bottom: 8px;
}

.fee-card__info-tooltip-paragraph:last-of-type {
    margin-bottom: 0;
}

.fee-card__row-fee {
    margin-right: 4px;
}

.fee-card__link {
    color: #037dd6;
    cursor: pointer;
}

.fee-card__total-box {
    border-top: 1px solid #d6d9dc;
    padding: 12px 16px 16px 16px;
}

.fee-card__total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.fee-card__total-secondary {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    color: #6a737d;
    margin-top: 4px;
}

.fee-card__row-header-secondary,.fee-card__row-header-secondary--bold {
    color: #6a737d;
}

.fee-card__row-header-secondary,.fee-card__row-header-secondary--bold {
    margin-right: 12px;
}

.fee-card__row-header-primary {
    color: #6a737d;
}

.fee-card__row-header-primary--bold {
    color: #333333;
}

.fee-card__row-header-text--bold,.fee-card__row-header-secondary--bold,.fee-card__row-header-primary--bold {
    font-weight: bold;
}

.fee-card__bold {
    font-weight: bold;
}

.fee-card__tilde {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin-right: -3.5px;
}

.info-tooltip>div {
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.loading-swaps-quotes {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1;
    width: 100%;
}

.loading-swaps-quotes__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 445px;
}

.loading-swaps-quotes__quote-counter {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 4px;
}

.loading-swaps-quotes__quote-name-check {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: center;
    width: 100%;
    text-transform: capitalize;
}

.loading-swaps-quotes__background-1,.loading-swaps-quotes__background-2 {
    width: 265.18px;
    height: 221.02px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    -webkit-animation: spin 38s linear infinite;
    animation: spin 38s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-swaps-quotes__background-2 {
    width: 182.8px;
    height: 195.39px;
    -webkit-animation: spin 42s linear infinite;
    animation: spin 42s linear infinite;
}

.loading-swaps-quotes__mascot-container {
    position: absolute;
}

.loading-swaps-quotes__animation {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60%;
    width: 316px;
}

.loading-swaps-quotes__logo {
    position: fixed;
}

.loading-swaps-quotes__logo--transition {
    transition: opacity 0.4s linear;
}

.loading-swaps-quotes__logo div {
    height: 40px;
    width: 94px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-swaps-quotes__logo img {
    width: 74px;
    height: 30px;
}

.loading-swaps-quotes__loading-bar-container {
    width: 248px;
    height: 3px;
    background: #d6d9dc;
    display: flex;
    margin-top: 16px;
}

.loading-swaps-quotes__loading-bar {
    height: 3px;
    background: #037dd6;
    transition: width 0.5s linear;
}

.main-quote-summary {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-height: 196px;
    min-height: 196px;
    width: 100%;
    color: #333333;
}

.main-quote-summary__source-row,.main-quote-summary__destination-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
}

.main-quote-summary__source-row {
    align-items: center;
}

.main-quote-summary__source-row-value,.main-quote-summary__source-row-symbol {
    max-width: calc(50% - 13px);
}

.main-quote-summary__source-row-value {
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-quote-summary__source-row-symbol {
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-quote-summary__destination-row {
    margin-top: 6px;
}

.main-quote-summary__destination-row-symbol {
    margin-left: 5px;
    color: #333333;
}

.main-quote-summary__icon,.main-quote-summary__icon-fallback {
    height: 16px;
    width: 16px;
}

.main-quote-summary__icon-fallback {
    padding-top: 0;
    font-size: 12px;
    line-height: 16px;
}

.main-quote-summary__down-arrow {
    margin-top: 5px;
}

.main-quote-summary__details {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 310px;
    position: relative;
}

.main-quote-summary__quote-details-top {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main-quote-summary__quote-large {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    height: 50px;
}

.main-quote-summary__quote-large-number {
    font-size: 60px;
    line-height: 48px;
}

.main-quote-summary__quote-large-white {
    font-size: 40px;
    text-overflow: ellipsis;
    width: 295px;
    overflow: hidden;
    white-space: nowrap;
}

.main-quote-summary__exchange-rate-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 287px;
    margin-top: 14px;
}

.main-quote-summary__exchange-rate-display {
    color: #6a737d;
}

.searchable-item-list {
    background: #fff;
    width: 100%;
    position: relative;
}

.searchable-item-list__search>div {
    border: none;
    border-bottom: 1px solid #d6d9dc;
    border-radius: 0;
    height: 55px;
    font-size: 12px;
}

.searchable-item-list__search>div input {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
    line-height: 100%;
}

.searchable-item-list__search>div input::-webkit-input-placeholder {
    color: #6a737d;
    opacity: 1;
}

.searchable-item-list__search>div input:-moz-placeholder {
    color: #6a737d;
    opacity: 1;
}

.searchable-item-list__search>div input::-moz-placeholder {
    color: #6a737d;
    opacity: 1;
}

.searchable-item-list__search>div input::-ms-input-placeholder {
    color: #6a737d;
    opacity: 1;
}

.searchable-item-list__search>div input::placeholder {
    color: #6a737d;
    opacity: 1;
}

.searchable-item-list__list-container {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.searchable-item-list__item {
    transition: 200ms ease-in-out;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 8px 12px;
    box-sizing: border-box;
    cursor: pointer;
    border-top: 1px solid #d6d9dc;
    position: relative;
    min-height: 50px;
}

.searchable-item-list__item:first-of-type {
    border-top: none;
}

.searchable-item-list__item:last-of-type {
    border-bottom: none;
}

.searchable-item-list__item:hover,.searchable-item-list__item:focus {
    background: #f2f3f4;
}

.searchable-item-list__item--selected {
    border: 1px solid #7ac9fd !important;
}

.searchable-item-list__item--disabled {
    opacity: 0.4;
    pointer-events: none;
}

.searchable-item-list__item--add-token {
    min-height: auto;
    opacity: 1;
    pointer-events: none;
}

.searchable-item-list__item--add-token:hover {
    background: none;
}

.searchable-item-list__item--add-token .actionable-message {
    margin: 0;
}

.searchable-item-list__item--add-token .actionable-message__message {
    text-align: left;
    color: #333333;
}

.searchable-item-list__item--add-token .actionable-message a {
    pointer-events: auto;
    color: #037dd6;
    cursor: pointer;
}

.searchable-item-list__item .btn-primary {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: auto;
    padding: 7px 11px;
}

.searchable-item-list__item>img {
    margin-top: -2px;
}

.searchable-item-list__primary-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 0;
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 3px;
}

.searchable-item-list__item-name {
    /*rtl:ignore*/
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchable-item-list__labels {
    display: flex;
    justify-content: space-between;
    max-width: 237px;
    flex: 1;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}

.searchable-item-list__item-labels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
}

.searchable-item-list__right-labels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
    flex: 1 1 auto;
}

.searchable-item-list__secondary-label,.searchable-item-list__right-primary-label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    color: #6a737d;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 4px;
}

.searchable-item-list__right-primary-label {
    margin-top: 3px;
}

.searchable-item-list__right-secondary-label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    color: #6a737d;
    opacity: 0.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.searchable-item-list__list-container {
    z-index: 1002;
    background: white;
}

.searchable-item-list__search {
    z-index: 1001;
}

.searchable-item-list__item--highlighted {
    background: #f2f3f4;
}

.searchable-item-list__identicon {
    margin-top: -2px;
}

.quote-details {
    display: flex;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
}

.quote-details__detail-header {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #848c96;
    margin-bottom: 2px;
    display: flex;
}

.quote-details__detail-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.quote-details__detail-content>div {
    justify-content: flex-start;
}

.quote-details__conversion-rate {
    color: #333333;
    justify-content: flex-start;
    align-items: center;
    height: inherit;
}

.quote-details__conversion-rate .view-quote__conversion-rate-eth-label {
    color: #333333;
}

.quote-details__conversion-rate i {
    color: #037dd6;
}

.quote-details__conversion-rate * {
    margin-right: 4px;
}

.quote-details .view-quote__view-other-button {
    margin-top: 20px;
}

.quote-details__popover-wrap .popover-content {
    margin-left: 24px;
}

.quote-details__light-grey {
    color: #bbc0c5;
}

.quote-details__row {
    height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    border-top: 1px solid #d6d9dc;
}

.quote-details__row--high {
    min-height: 60px;
    height: inherit;
}

.quote-details .view-quote__conversion-rate-token-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: bold;
    margin-left: 2px;
}

.quote-details__metafox-logo {
    width: 17px;
    margin-right: 4px;
}

.quote-details .info-tooltip {
    margin-left: 2px;
}

.quote-details--high {
    min-height: 60px;
    height: inherit;
}

.quote-details__font-small {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.quote-details__bold {
    font-weight: bold;
}

.select-quote-popover__button {
    border-radius: 100px;
    height: 39px;
    width: 140px;
}

.select-quote-popover__popover-wrap {
    height: 100%;
}

@media screen and (min-width: 576px) {
    .select-quote-popover__popover-wrap {
        height: 620px;
        width: 348px;
    }
}

.select-quote-popover__popover-wrap .popover-content {
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.select-quote-popover__popover-wrap .swaps__footer {
    padding: 16px 24px;
}

.select-quote-popover__popover-bg {
    height: 100%;
    width: 100%;
    background: #d6d9dc;
    opacity: 1;
}

@media screen and (min-width: 576px) {
    .select-quote-popover__popover-bg {
        opacity: 0.5;
    }
}

.select-quote-popover__sort-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.select-quote-popover__column-headers,.select-quote-popover__row {
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 100%;
}

.select-quote-popover__column-headers>*+*,.select-quote-popover__row>*+* {
    margin-left: 8px;
}

.select-quote-popover__column-headers {
    font-size: 0.625rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    color: #333333;
    height: 43px;
    margin-bottom: 4px;
}

.select-quote-popover__column-header {
    cursor: pointer;
    font-size: 12px;
}

.select-quote-popover__row {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    color: #000;
    height: 49px;
    border-bottom: 1px solid #d6d9dc;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #f2f3f4;
    padding-right: 12px;
    border: none;
}

.select-quote-popover__row:hover {
    border: 1px solid #037dd6;
    width: 101%;
    padding-right: 11px;
    padding-left: 19.5px;
}

.select-quote-popover__row--no-hover:hover {
    border: 1px solid #d6d9dc;
    width: 100%;
    padding-right: 12px;
    padding-left: 20px;
}

.select-quote-popover__row--selected {
    color: #fff;
    background: linear-gradient(90deg, #037dd6 0%, #1098fc 101.32%);
    box-shadow: 0 10px 39px rgba(3, 125, 214, 0.15);
    border-radius: 8px;
    border-bottom: none;
    border-top: none;
    height: 64px;
}

.select-quote-popover__row--selected:hover {
    background: linear-gradient(90deg, #037dd6 0%, #1098fc 101.32%);
    width: 100%;
    padding-left: 20px;
    padding-right: 12px;
    border: none;
}

.select-quote-popover__row--selected .select-quote-popover__caret-right {
    color: #fff;
}

.select-quote-popover__row--selected .select-quote-popover__caret-right:hover {
    color: #6a737d;
}

.select-quote-popover__row--selected .select-quote-popover__zero-slippage {
    color: #fff;
}

.select-quote-popover__receiving {
    display: flex;
    flex-direction: column;
    width: 88px;
}

.select-quote-popover__network-fees {
    width: 99px;
}

.select-quote-popover__quote-source {
    width: 28px;
    display: flex;
    align-items: flex-end;
    margin-right: 3px;
}

.select-quote-popover__caret-right {
    color: #6a737d;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-quote-popover__caret-right i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.select-quote-popover__caret-right:hover {
    border-radius: 8px;
    background: white;
    border: 1px solid #037dd6;
}

.select-quote-popover__receiving-value {
    display: flex;
    align-items: center;
}

.select-quote-popover__receiving-value svg {
    margin-right: 2px;
}

.select-quote-popover__receiving-value-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-quote-popover__zero-slippage {
    font-size: 12px;
    line-height: 100%;
    color: #6a737d;
    font-weight: normal;
}

.select-quote-popover__quote-source-toggle {
    margin-left: 2px;
    height: 12px;
}

.select-quote-popover__network-fees-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.select-quote-popover__network-fees-header>span {
    width: 77px;
}

.select-quote-popover__network-fees-header>div {
    height: 12px;
}

.select-quote-popover__network-fees-header>svg {
    margin-bottom: 2px;
}

.select-quote-popover__receiving-symbol {
    color: #6a737d;
}

.select-quote-popover__receiving-symbol>div {
    width: 12px;
    height: 12px;
}

.select-quote-popover__receiving-label {
    display: flex;
    align-items: center;
}

.select-quote-popover__receiving-label img {
    height: 10px;
    width: 10px;
    margin-top: 2px;
}

.select-quote-popover__receiving-label>div {
    margin-left: 3px;
}

.select-quote-popover__quote-source-label {
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px;
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 2px;
}

.select-quote-popover__quote-source-label--blue {
    background: #43aefc;
}

.select-quote-popover__quote-source-label--orange {
    background: #f8883b;
}

.select-quote-popover__quote-source-label--green {
    background: #28a745;
}

.slippage-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.slippage-buttons__header {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background: unset;
    margin-bottom: 8px;
}

.slippage-buttons__header-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-right: 6px;
    font-weight: 900;
}

.slippage-buttons__content {
    padding-left: 10px;
}

.slippage-buttons__dropdown-content {
    display: flex;
    align-items: center;
}

.slippage-buttons__buttons-prefix {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.slippage-buttons__prefix-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-right: 4px;
    color: black;
    font-weight: 900;
}

.slippage-buttons__error-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #d73a49;
    margin-top: 8px;
}

.slippage-buttons__button-group .slippage-buttons__button-group-custom-button {
    cursor: text;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 72px;
    margin-right: 0;
}

.slippage-buttons__custom-input {
    display: flex;
    justify-content: center;
}

.slippage-buttons__custom-input input {
    border: none;
    width: 64px;
    text-align: center;
    background: #037dd6;
    color: white;
    font-weight: inherit;
}

.slippage-buttons__custom-input input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white;
}

.slippage-buttons__custom-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

.slippage-buttons__custom-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

.slippage-buttons__custom-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.slippage-buttons__custom-input input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.slippage-buttons__custom-input input::placeholder {
    /* Most modern browsers support this now. */
    color: white;
}

.slippage-buttons__custom-input input::-webkit-outer-spin-button,.slippage-buttons__custom-input input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.slippage-buttons__custom-input input[type=number] {
    -moz-appearance: textfield;
}

.slippage-buttons__custom-input--danger input {
    background: #d73a49;
}

.slippage-buttons__percentage-suffix {
    position: absolute;
    right: 5px;
}

.swaps-footer {
    width: 100%;
}

.swaps-footer--warning .btn-primary {
    background: #d73a49;
    border-color: #d73a49;
}

@media screen and (max-width: 576px) {
    .swaps-footer--border .swaps-footer__custom-page-container-footer-class {
        border-top: 1px solid #d2d8dd;
    }
}

.swaps-footer__custom-page-container-footer-class {
    border-top: none;
}

@media screen and (min-width: 576px) {
    .swaps-footer__custom-page-container-footer-class {
        height: 96px;
    }
}

.swaps-footer__custom-page-container-footer-button-class {
    border-radius: 100px;
    height: 39px;
    width: 140px;
}

.swaps-footer__custom-page-container-footer-button-class--single {
    width: 307px;
}

.swaps-footer__bottom-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #037dd6;
    margin-bottom: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 576px) {
    .swaps-footer__bottom-text {
        margin-top: 0;
    }
}

@media screen and (max-width: 576px) {
    .swaps-footer__buttons--border .swaps-footer__custom-page-container-footer-class {
        border-top: 1px solid #d2d8dd;
    }
}

.view-quote {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1;
    width: 100%;
}

.view-quote__content {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}

.view-quote__content_modal>div:not(.view-quote__warning-wrapper) {
    opacity: 0.6;
    pointer-events: none;
}

@media screen and (max-width: 576px) {
    .view-quote__content {
        overflow-y: auto;
        max-height: 420px;
    }
}

@media screen and (min-width: 576px) {
    .view-quote {
        width: 348px;
    }
}

.view-quote__new-quote-countdown {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
}

.view-quote__new-quote-countdown--danger span {
    color: #d73a49;
}

.view-quote__view-other-button-container {
    border-radius: 28px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
}

.view-quote__view-other-button,.view-quote__view-other-button-fade {
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 28px;
    padding: 5px 18px;
    background: linear-gradient(90deg, #037dd6 0%, #1098fc 101.32%);
}

@media screen and (min-width: 576px) {
    .view-quote__view-other-button, .view-quote__view-other-button-fade {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
        margin-bottom: 0;
    }
}

.view-quote__view-other-button .fa-arrow-right,.view-quote__view-other-button-fade .fa-arrow-right {
    margin-left: 4px;
    font-size: 10px;
    margin-top: 2px;
}

.view-quote__view-other-button-fade {
    background: #0372c3;
    opacity: 0;
    transition: opacity ease-in-out 1s;
}

.view-quote__view-other-button-fade:hover {
    opacity: 1;
}

.view-quote__price-difference-warning-wrapper {
    width: 100%;
}

.view-quote__price-difference-warning-wrapper.low .actionable-message .actionable-message__message,.view-quote__price-difference-warning-wrapper.medium .actionable-message .actionable-message__message,.view-quote__price-difference-warning-wrapper.high .actionable-message .actionable-message__message {
    color: inherit;
}

.view-quote__price-difference-warning-wrapper.low .actionable-message button,.view-quote__price-difference-warning-wrapper.medium .actionable-message button,.view-quote__price-difference-warning-wrapper.high .actionable-message button {
    font-size: 0.625rem;
    padding: 4px 12px;
    border-radius: 42px;
}

.view-quote__price-difference-warning-wrapper.low .actionable-message button {
    background: #037dd6;
    color: #fff;
}

.view-quote__price-difference-warning-wrapper.medium .actionable-message {
    border-color: #ffd33d;
    background: #fefcde;
}

.view-quote__price-difference-warning-wrapper.medium .actionable-message button {
    background: #ffd33d;
}

.view-quote__price-difference-warning-wrapper.high .actionable-message {
    border-color: #e88f97;
    background: #fcf2f3;
}

.view-quote__price-difference-warning-wrapper.high .actionable-message button {
    background: #d73a49;
    color: #fff;
}

.view-quote__price-difference-warning-contents {
    display: flex;
    text-align: left;
}

.view-quote__price-difference-warning-contents-title {
    font-weight: bold;
}

.view-quote__price-difference-warning-contents-actions {
    text-align: end;
    padding-top: 10px;
}

.view-quote__price-difference-warning-contents i {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;}

.view-quote__warning-wrapper {
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    margin-top: 8px;
    margin-bottom: 28px;
}

@media screen and (min-width: 576px) {
    .view-quote__warning-wrapper {
        display: flex;
    }

    .view-quote__warning-wrapper--thin {
        min-height: 36px;
    }
}

.view-quote__bold {
    font-weight: bold;
}

.view-quote__countdown-timer-container {
    width: 152px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    border-radius: 42px;
    background: #f2f3f4;
    margin-top: 8px;
}

.view-quote__fee-card-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 311px;
    margin-bottom: 8px;
}

@media screen and (min-width: 576px) {
    .view-quote__fee-card-container {
        margin-bottom: 0;
    }
}

.view-quote__metamask-rate {
    display: flex;
}

.view-quote__metamask-rate-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #6a737d;
}

.view-quote__metamask-rate-info-icon {
    margin-left: 4px;
}

.view-quote__thin-swaps-footer {
    max-height: 82px;
}

@media screen and (min-width: 576px) {
    .view-quote__thin-swaps-footer {
        height: 72px;
    }
}

.import-token {
    flex-direction: column;
}

.import-token .actionable-message {
    margin-top: 0;
}

.import-token .actionable-message--danger {
    border-color: #e88f97;
    background: #fcf2f3;
}

.import-token .actionable-message__message {
    color: #333333;
    text-align: left;
}

.import-token__contract-address {
    border-radius: 8px;
    background-color: #f2f3f4;
    padding: 5px 10px;
}

.import-token__token-icon {
    font-size: 2rem;
    margin-top: 24px;
    width: 69px;
    height: 69px;
}

.swaps {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (min-width: 576px) {
    .swaps {
        z-index: 12;
    }
}

.swaps__container {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

@media screen and (min-width: 576px) {
    .swaps__container {
        width: 460px;
        background: white;
        border: 1px solid #d6d9dc;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        height: 620px;
    }
}

.swaps__content {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 576px) {
    .swaps__content--overflow {
        overflow: scroll;
    }
}

@media screen and (min-width: 576px) {
    .swaps__content {
        width: 348px;
    }
}

.swaps__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    color: #333333;
    margin-top: -5px;
}

.swaps__header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 16px;
    background: #f2f3f4;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 576px) {
    .swaps__header {
        padding-top: 8px;
        padding-bottom: 8px;
        height: 66px;
    }
}

.swaps__header-cancel {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #037dd6;
    cursor: pointer;
    position: absolute;
    right: 24px;
}

.unlock-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 360px;
    font-weight: 400;
    color: #aeaeae;
}

.unlock-page .TextField-inputRoot-12 {
    border-color: #d7d7d7;
}

.unlock-page .TextField-inputRoot-12.TextField-inputFocused-11 {
    border-color: #2980fe;
}

.unlock-page .TextField-inputRoot-12 input {
    color: #2980fe;
}

.unlock-page .TextField-inputRoot-12 input::-webkit-input-placeholder {
    color: #999999;
}

.unlock-page__container {
    background: #fff;
    display: flex;
    align-self: stretch;
    justify-content: center;
    flex: 1 0 auto;
}

.unlock-page__container-password {
    width: 348px;
    height: 48px;
    margin: 29px auto 0;
}

.unlock-page__mascot-container {
    margin-top: 24px;
}

.unlock-page__title {
    font-size: 2rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
    font-weight: 800;
    color: #4d4d4d;
}

.unlock-page__form {
    width: 328px;
    margin: 29px auto 0;
    position: relative;
}

.unlock-page__form-password {
    width: 100% !important;
    font-weight: 400;
}

.unlock-page__form-password input {
    padding-right: 25px;
}

.unlock-page__form-hide {
    position: absolute;
    right: 16px;
    top: 15px;
    cursor: pointer;
}

.unlock-page__form .MuiInputBase-root {
    width: 100%;
}

.unlock-page__links {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 18px;
    width: 100%;
    text-align: center;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

@media screen and (min-width: 576px) {
    .unlock-page__links {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.unlock-page__links button {
    font-weight: bold;
}

.unlock-page__link {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    background-color: unset;
    color: #2980fe;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400 !important;
    line-height: 20px;
}

@media screen and (min-width: 576px) {
    .unlock-page__link {
        font-size: 0.875rem;
        font-family: PingFangSC, PingFangSC-Regular;
        font-style: normal;
        font-weight: normal;
    }
}

.unlock-page__support {
    margin-top: 25px;
    font-size: 0.75rem;
}

.unlock-page__support a {
    color: #037dd6;
}

.account-details-page {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 575px) {
    .account-details-page {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    }
}

.account-details-page__content {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: 0;
    display: flex;
    flex-direction: column;
}

.account-details-page__content::-webkit-scrollbar {
    display: none;
}

.account-details-page__account-name {
    display: flex;
    align-items: center;
}

.account-details-page__account-info {
    padding: 25px 16px;
    border-top: #eeeeee 2px solid;
    display: flex;
    align-items: center;
}

.account-details-page__account-wrap {
    display: flex;
    align-items: center;
}

.account-details-page__account-wrap span {
    font-size: 13px;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #777777;
}

.account-details-page__account-wrap img {
    margin: 0 6px;
    cursor: pointer;
}

.account-details-page__account-popover {
    padding: 0 16px 16px;
}

.account-details-page__account-popover .popover-header {
    padding: 16px 0;
}

.account-details-page__account-popover .popover-header__title {
    padding: 0;
    font-size: 15px;
}

.account-details-page__account-popover-input {
    height: 48px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    font-size: 15px;
    color: #333333;
    padding: 0 16px;
}

.account-details-page__account-popover-input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.account-details-page__account-popover-input::-moz-placeholder {
    color: #bbbbbb;
}

.account-details-page__account-popover-input::-ms-input-placeholder {
    color: #bbbbbb;
}

.account-details-page__account-popover-input::placeholder {
    color: #bbbbbb;
}

.account-details-page__account-popover-btn-wrap {
    display: flex;
    margin-top: 16px;
}

.account-details-page__account-popover-btn-cancel {
    margin-right: 12px;
}

.account-details-page__chain-icon {
    height: 44px;
    width: 44px;
    border: 1px solid #f0f0f0;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-details-page__chain-icon img {
    border-radius: 15px;
}

.account-details-page__account-content {
    margin-left: 16px;
}

.account-details-page__account {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.account-details-page__account-edit {
    margin-left: 11px;
}

.account-details-page__account-address-container {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.account-details-page__account-address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.account-details-page__account-address-copy {
    margin-left: 6px;
    height: 18px;
    cursor: pointer;
}

.account-details-page__list-divider {
    background-color: #f9f9f9;
    height: 12px;
}

.account-details-page__list-container {
    margin-bottom: 20px;
}

.account-details-page__list-container::-webkit-scrollbar {
    display: none;
}

.account-details-page__list-content {
    display: flex;
    align-items: center;
    padding: 17px 16px;
    cursor: pointer;
}

.account-details-page__list-content:hover {
    background-color: #f5f9ff;
}

.account-details-page__list-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.account-details-page__list-enter {
    width: 10px;
    margin-left: auto;
}

.account-details-page__delete-container {
    margin: auto auto 15px auto;
    width: 328px;
}

.account-details-page__delete-container button {
    border-radius: 28px;
}

.account-details-page__type {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    padding: 0.5px 6px;
    color: #999999;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    border: 1px solid #999999;
}

.account-details-page__type--multisig {
    color: #2980fe;
    border-color: #2980fe;
}

.account-details-page__owners {
    padding: 20px 18px;
    border-bottom: #f9f9f9 12px solid;
}

.account-details-page__owners-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
}

.account-details-page__owners-content {
    display: flex;
    margin-top: 16px;
}

.account-details-page__owners-content-left {
    padding: 25px 3px;
    background: #f9f9f9;
    border-radius: 12px;
    margin-right: 6px;
}

.account-details-page__owners-content-left-item {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #2980fe;
}

.account-details-page__owners-content-left-line {
    width: 0;
    height: 56px;
    border-left: 1px dashed #999999;
    margin-left: 2.5px;
}

.account-details-page__owners-content-right {
    flex: 1;
}

.account-details-page__owner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    height: 56px;
    margin-top: 6px;
}

.account-details-page__owner:first-of-type {
    margin-top: 0;
}

.account-details-page__owner-line1 {
    display: flex;
    align-items: center;
}

.account-details-page__owner-line1 span {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
}

.account-details-page__owner-line2 {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-top: 4px;
    color: #999999;
}

.account-details-page__owner-line2 .editable-label__value {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}

.account-details-page__owner-line2 .editable-label__input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    height: 25px;
    width: 150px;
}

.account-details-page__owner-jump {
    margin-left: 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.account-details-page__owner-jump img {
    display: block;
    width: 14px;
}

.account-details-page__current-nonce {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 25px 18px;
    color: #333333;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    border-bottom: #f9f9f9 12px solid;
}

.create-account {
    width: 360px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    z-index: 25;
    height: unset;
    overflow: auto;
    scrollbar-width: none;
}

.create-account .settings-page__header {
    border-bottom: 2px solid #eeeeee;
}

.create-account__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin: 20px 18px 8px;
    display: flex;
    align-items: center;
}

.create-account__content {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    display: flex;
    padding: 10px 26px 10px 16px;
    position: relative;
    cursor: pointer;
}

.create-account__content::after {
    content: "";
    background: url("../images/enter-grey_c8059a7fba5740659f9cbbd1bb7ab02e.svg") center no-repeat;
    background-size: 100% 100%;
    width: 8.5px;
    height: 8.5px;
    top: 0;
    bottom: 0;
    right: 16.5px;
    margin: auto;
    position: absolute;
}

.create-account__content-mnemonic {
    margin: 0 18px;
    align-items: center;
}

.create-account__content-watch-wallet {
    margin: 10px 18px 0;
    align-items: center;
}

.create-account__content-sub-wallet {
    margin: 0 18px;
    padding-bottom: 16px;
}

.create-account__content-sub-wallet::after {
    margin: unset;
    top: 30px;
}

.create-account__content-sub-wallet .create-account__text-title {
    margin-top: 13px;
}

.create-account__text-container {
    margin-left: 16px;
}

.create-account__text-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.create-account__text-desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-top: 6px;
}

.create-account__warning {
    margin-left: 7px;
    cursor: pointer;
}

.create-account__account-status {
    margin-left: auto;
    display: flex;
}

.create-account__account-status .connected-status-indicator {
    margin-top: 0;
}

.create-account__account-status .connected-status-indicator:hover {
    background: transparent;
}

.create-account__account-status .connected-status-indicator .color-indicator {
    border: #bbbbbb 1px solid;
}

.create-account__account-status .connected-status-indicator .color-indicator--color-success-4 {
    border: none;
    width: 6px;
    height: 6px;
}

.create-account__account {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
}

.create-account__sub-wallet-warn .tippy-tooltip-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 13px 10px;
    width: 328px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.create-account__icon {
    width: 44px;
}

.watch-account {
    width: 360px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    z-index: 25;
    height: unset;
    overflow: auto;
    scrollbar-width: none;
}

.watch-account .settings-page__header {
    border-bottom: 2px solid #eeeeee;
}

.watch-account-create-form {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 20px 18px;
}

.watch-account-create-form__input-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    align-self: flex-start;
}

.watch-account-create-form__input-label--address {
    margin-top: 16px;
}

.watch-account-create-form__input {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 48px;
    width: 328px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 6px;
    padding: 0 18px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    outline: none;
    /* Edge (also supports ::-webkit-input-placeholder) */
}

.watch-account-create-form__input::-webkit-input-placeholder {
    color: #999999;
}

.watch-account-create-form__input ::-moz-placeholder {
    color: #999999;
}

.watch-account-create-form__input :-moz-placeholder {
    color: #999999;
}

.watch-account-create-form__input :-ms-input-placeholder {
    color: #999999 !important;
}

.watch-account-create-form__input ::-ms-input-placeholder {
    color: #999999;
}

.watch-account-create-form__input:focus {
    border-color: #2980fe;
}

.watch-account-create-form__input-container {
    position: relative;
}

.watch-account-create-form__input-error {
    color: #e55036;
    margin-top: 3px;
}

.watch-account-create-form__clear {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transform: translateY(1.5px);
    transform: translateY(1.5px);
}

.watch-account-create-form__buttons {
    position: absolute;
    display: flex;
    bottom: 30px;
    width: 328px;
    justify-content: space-between;
}

.watch-account-create-form__button {
    width: 160px;
    min-width: initial;
}

.nodes-page {
    width: 100%;
    height: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}

.nodes-page__nodes-container {
    height: 538px;
    display: flex;
    flex-direction: column;
    border-top: #eeeeee 2px solid;
}

.nodes-page__node-speed-container {
    margin: 16px 18px 20px;
}

.nodes-page__node-speed-content {
    display: flex;
    align-items: center;
}

.nodes-page__node-speed-desc {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin-top: 11px;
    width: 111%;
}

.nodes-page__node-speed {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.nodes-page__node-speed--fast,.nodes-page__node-speed--general,.nodes-page__node-speed--slow {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-right: 6px;
}

.nodes-page__node-speed--fast {
    background-color: #03c288;
    margin-left: 10px;
}

.nodes-page__node-speed--general {
    background-color: #ed4c56;
    margin-left: 22px;
}

.nodes-page__node-speed--slow {
    background-color: #ffa81f;
    margin-left: 22px;
}

.nodes-page__nodes-content {
    flex: 1;
    overflow-y: auto;
}

.nodes-page__nodes-content::-webkit-scrollbar {
    display: none;
}

.nodes-page__nodes-title {
    margin: 0 18px;
}

.nodes-page__node-item {
    padding: 14px 12px 11px 16px;
    margin: 6px 18px 0;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.nodes-page__node-item:hover {
    background-color: #f5f9ff;
    border-color: #2980fe;
}

.nodes-page__node-item--left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nodes-page__node-item-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    max-width: 150px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nodes-page__node-item-title-container {
    display: flex;
    align-items: center;
}

.nodes-page__node-item-title-container img {
    margin-left: 7px;
    width: 14px;
}

.nodes-page__node-item-url {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
    font-weight: 400;
    color: #999999;
    max-width: 170px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nodes-page__node-item--wrong-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.nodes-page__node-item--wrong {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: right;
    color: #ed4c56;
}

.nodes-page__node-item--delay-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nodes-page__node-item--delay {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.nodes-page__node-item--circle {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-left: 4px;
}

.nodes-page__node-item--circle.green {
    background-color: #03c288;
}

.nodes-page__node-item--circle.orange {
    background-color: #ffa81f;
}

.nodes-page__node-item--circle.red {
    background-color: #ed4c56;
}

.nodes-page__node-item--block-height {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: right;
    color: #999999;
    -webkit-transform: scale(0.9) translateX(-10px);
    transform: scale(0.9) translateX(-10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    white-space: nowrap;
}

.nodes-page__node-item--selected {
    background-color: #2980fe !important;
    border: 1px solid #2980fe;
    color: #fff;
}

.nodes-page__node-item--selected .nodes-page__node-item-title,.nodes-page__node-item--selected .nodes-page__node-item-url,.nodes-page__node-item--selected .nodes-page__node-item--block-height {
    color: #fff;
}

.nodes-page__custom-nodes {
    margin-top: 20px;
}

.nodes-page__custom-nodes .nodes-page__node-item {
    padding-top: 12px;
    padding-bottom: 12px;
}

.nodes-page__custom-nodes .nodes-page__node-item-url {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nodes-page__custom-nodes .nodes-page__node-item--selected .nodes-page__node-item-url {
    color: white;
}

.nodes-page__button {
    margin: 30px 18px;
    width: auto;
}

.transit-swap {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
}

.transit-swap__active {
    background: #f6faff !important;
    border: 1.5px solid #2980fe !important;
}

.transit-swap .settings-page__back-button {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 20px;
    z-index: 999;
}

.transit-swap .tabs__content {
    border-top: none;
    padding-top: 53px;
}

.transit-swap__disabled-popover {
    position: fixed;
    background: rgba(255, 255, 255, 0.65);
    width: 100%;
    height: calc(100% - 61px);
    bottom: 0;
}

.transit-swap__content {
    overflow-y: auto;
}

.transit-swap__content::-webkit-scrollbar {
    display: none;
}

.transit-swap__tabs {
    border-bottom: none;
    margin: 0 auto;
    position: initial;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    border-bottom: 1px #eeeeee solid;
    position: fixed;
}

.transit-swap__tab {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #999999;
}

.transit-swap__tab--active {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.transit-swap__tab--active::after {
    background-color: #333333;
}

.transit-swap__tab button {
    padding: 13px 11px;
    min-width: 0;
}

.transit-swap__swap {
    padding: 0 16px;
}

.transit-swap__swap-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transit-swap__swap-title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    display: flex;
    justify-content: space-between;
}

.transit-swap__swap-route {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.transit-swap__swap-route--title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.transit-swap__swap-route--content {
    display: flex;
    align-items: center;
}

.transit-swap__swap-route--logo {
    height: 16px;
    margin-left: 6px;
}

.transit-swap__swap-route--name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    margin-left: 3px;
}

.transit-swap__swap-route--icon {
    margin-left: 3px;
    height: 12px;
}

.transit-swap__swap-advanced {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.transit-swap__swap-advanced-text {
    color: #666666;
}

.transit-swap__swap-advanced-down {
    width: 10px;
    margin-left: 4px;
}

.transit-swap__swap-advanced-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.transit-swap__swap-from-container {
    margin-top: 16px;
}

.transit-swap__swap-from {
    background: #f9f9f9;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    margin: 8px auto 4px;
    padding: 6px 16px 6px 6px;
}

.transit-swap__swap-from1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 6px;
}

.transit-swap__swap-from-selector {
    height: 48px;
    padding-left: 8px;
    padding-right: 12px;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    min-width: 118px;
    max-width: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    cursor: pointer;
}

.transit-swap__swap-from-selector-disabled {
    background-color: #f0f0f0;
    cursor: not-allowed;
    border-color: #f0f0f0;
}

.transit-swap__swap-from-selector-left {
    display: flex;
    align-items: center;
    flex: 1;
    overflow-x: hidden;
}

.transit-swap__swap-from-selector-icon {
    width: 14px;
    margin-left: 6px;
}

.transit-swap__swap-from-logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.transit-swap__swap-from-symbol {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 8px;
    font-weight: 400;
    color: #333333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transit-swap__swap-from-available-balance {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: right;
    color: #777777;
    padding-left: 8px;
    cursor: pointer;
}

.transit-swap__swap-from-balance {
    font-size: 20px;
    border: none;
    font-weight: 500;
    text-align: right;
    color: #333333;
    background-color: transparent;
    width: 100px;
    margin-left: auto;
}

.transit-swap__swap-from-balance::-webkit-input-placeholder {
    color: #bbbbbb;
}

.transit-swap__swap-from-balance::-moz-placeholder {
    color: #bbbbbb;
}

.transit-swap__swap-from-balance::-ms-input-placeholder {
    color: #bbbbbb;
}

.transit-swap__swap-from-balance::placeholder {
    color: #bbbbbb;
}

.transit-swap__swap-from-info {
    display: flex;
    flex-direction: column;
}

.transit-swap__swap-from-min-exchange,.transit-swap__swap-from-max-exchange {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: right;
    color: #666666;
    cursor: pointer;
}

.transit-swap__swap-from-min-exchange__disabled,.transit-swap__swap-from-max-exchange__disabled {
    color: #999999;
}

.transit-swap__swap-from-warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #e55036;
}

.transit-swap__swap-from-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.transit-swap__swap-from-line:last-of-type {
    margin-top: 6px;
}

.transit-swap__swap-to-container {
    margin: 6px auto 0;
    position: relative;
}

.transit-swap__swap-to {
    height: 60px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 6px;
}

.transit-swap__swap-to-logo {
    width: 32px;
    border-radius: 50%;
}

.transit-swap__swap-to-selector {
    padding-left: 8px;
    padding-right: 12px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    background-color: #fff;
    cursor: pointer;
}

.transit-swap__swap-to-selector-left {
    display: flex;
    align-items: center;
    flex: 1;
    overflow-x: hidden;
}

.transit-swap__swap-to-selector-symbol {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    margin-left: 8px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transit-swap__swap-to-selector-logo {
    width: 14px;
}

.transit-swap__swap-to-reverse {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: -8px;
    width: 20px;
}

.transit-swap__swap-to-warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #e55036;
    margin-top: 4px;
}

.transit-swap__swap-receive-popover .popover-header {
    padding: 18px 0 12px;
}

.transit-swap__swap-receive-popover .popover-footer {
    width: 308px;
    margin: 12px auto 19px;
}

.transit-swap__swap-receive-input {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    width: 308px;
    margin: 0 auto;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    font-weight: 400;
    color: #333333;
    padding: 0 16px;
}

.transit-swap__swap-receive-input:active,.transit-swap__swap-receive-input:focus {
    border-color: #2980fe;
}

.transit-swap__swap-receive-cancel,.transit-swap__swap-receive-confirm {
    height: 50px;
}

.transit-swap__swap-receive-cancel {
    margin-right: 12px;
}

.transit-swap__swap-receive-warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #e55036;
    margin-top: 6px;
}

.transit-swap__swap-receive-address__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    border-radius: 16px;
    height: 60px;
    padding: 0 6px;
    margin-top: 9px;
    position: relative;
}

.transit-swap__swap-receive-address__address {
    font-size: 13px;
    color: #333333;
    width: 100%;
    height: 48px;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 30px;
}

.transit-swap__swap-receive-address__clear {
    width: 14px;
    cursor: pointer;
    position: absolute;
    right: 18px;
}

.transit-swap__swap__popover-select-token {
    padding: 18px 0;
}

.transit-swap__swap__popover-select-token .popover-header {
    padding: 0;
}

.transit-swap__swap__popover-select-token .popover-header__title {
    padding: 0;
    padding-left: 16px;
}

.transit-swap__swap__popover-select-token .popover-content {
    overflow-y: initial;
}

.transit-swap__swap__popover-select-token-search-container {
    display: flex;
    align-items: center;
    margin: 16px 16px 0;
    position: relative;
}

.transit-swap__swap__popover-select-token-search {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding-left: 48px;
    padding-right: 12px;
    font-weight: 400;
    color: #333333;
    width: 100%;
}

.transit-swap__swap__popover-select-token-search::-webkit-input-placeholder {
    color: #999999;
}

.transit-swap__swap__popover-select-token-search::-moz-placeholder {
    color: #999999;
}

.transit-swap__swap__popover-select-token-search::-ms-input-placeholder {
    color: #999999;
}

.transit-swap__swap__popover-select-token-search::placeholder {
    color: #999999;
}

.transit-swap__swap__popover-select-token-search-icon {
    width: 16px;
    position: absolute;
    left: 16px;
}

.transit-swap__swap__popover-select-token-list {
    overflow-y: auto;
    min-height: 200px;
    max-height: 350px;
}

.transit-swap__swap__popover-select-token-list::-webkit-scrollbar {
    display: none;
}

.transit-swap__swap__popover-select-token-item {
    padding: 8px 12px;
    margin: 8px 16px 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.transit-swap__swap__popover-select-token-item:hover {
    background-color: #f5f9ff;
}

.transit-swap__swap__popover-select-token-item-left {
    display: flex;
    align-items: center;
}

.transit-swap__swap__popover-select-token-item-logo {
    width: 32px;
}

.transit-swap__swap__popover-select-token-item-symbol {
    font-size: 13px;
    margin-left: 12px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.transit-swap__swap__popover-select-token-item-address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 6px;
    font-weight: 400;
    color: #999999;
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
}

.transit-swap__swap__popover-select-token-item-balance {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.transit-swap__swap__popover-select-token-item-import {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    background: #2980fe;
    border-radius: 12px;
    padding: 0 12px;
    font-weight: 400;
    color: white;
}

.transit-swap__swap__popover-select-token-item-no-result {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: center;
    color: #999999;
    margin-top: 73px;
    padding: 0 18px;
}

.transit-swap__swap__popover-select-token-close {
    position: absolute;
    top: -26px;
    right: 12px;
    width: 20px;
    cursor: pointer;
}

.transit-swap__swap__divider {
    margin-top: 24px;
    height: 1px;
    background-color: #eeeeee;
}

.transit-swap__bridge-choose-chains {
    margin-top: 8px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.transit-swap__bridge-choose-chains-container {
    margin-top: 16px;
}

.transit-swap__bridge-choose-chain {
    border-radius: 16px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 42px 0 8px;
    width: 144px;
}

.transit-swap__bridge-choose-chain-outer {
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 6px;
    margin-left: 4.5px;
}

.transit-swap__bridge-choose-chain:nth-of-type(1) {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    margin-right: 12px;
    cursor: not-allowed;
}

.transit-swap__bridge-choose-chain:last-of-type {
    background-color: white;
    border: 1px solid #eeeeee;
    padding-right: 12px;
    margin-right: 0;
    cursor: pointer;
}

.transit-swap__bridge-choose-chain-disabled {
    background-color: #f0f0f0 !important;
    cursor: not-allowed !important;
    border-color: #f0f0f0 !important;
}

.transit-swap__bridge-choose-chain-logo {
    height: 32px;
}

.transit-swap__bridge-choose-chain-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
}

.transit-swap__bridge-choose-chain-select {
    margin-left: auto;
    height: 14px;
}

.transit-swap__bridge-choose-chain-traingle {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #999999;
    content: "";
    display: block;
    border-style: solid;
    border-width: 5px 7px;
}

.transit-swap__bridge-title {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

.transit-swap__bridge-receive-address {
    padding: 6px;
    border-radius: 16px;
    background: #f9f9f9;
    border: #f1f1f1 1px solid;
    margin-top: 8px;
}

.transit-swap__bridge-receive-address-container {
    margin-top: 12px;
}

.transit-swap__bridge-receive-address-inner {
    padding: 0 12px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    background: white;
    border: 1px solid #eeeeee;
    border-radius: 16px;
}

.transit-swap__bridge-receive-address-input {
    font-size: 13px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    width: 100%;
    color: #333333;
    padding-right: 16px;
    flex: 1;
    background: transparent;
    border: hidden;
}

.transit-swap__bridge-receive-address-locale {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    background-color: #2980fe;
    color: white;
    border-radius: 8px;
    font-weight: 400;
    cursor: pointer;
}

.transit-swap__bridge__popover-choose-chains {
    width: 328px;
    height: 464px;
    background: #ffffff;
    border-radius: 12px;
    padding: 0 16px;
}

.transit-swap__bridge__popover-choose-chains .popover-header {
    padding: 16px 0 16px;
}

.transit-swap__bridge__popover-choose-chains .popover-content {
    position: initial;
}

.transit-swap__bridge__popover-choose-chains-search {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 8px;
    padding-right: 8px;
    border: hidden;
    background-color: transparent;
    flex: 1;
    color: #333333;
}

.transit-swap__bridge__popover-choose-chains-search::-webkit-input-placeholder {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #bbbbbb;
    font-weight: 400;
}

.transit-swap__bridge__popover-choose-chains-search-container {
    height: 36px;
    border-radius: 12px;
    border: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.transit-swap__bridge__popover-choose-chains-search-icon {
    width: 16px;
    margin-left: 12px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.transit-swap__bridge__popover-choose-chains-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    cursor: pointer;
}

.transit-swap__bridge__popover-choose-chains-list {
    overflow-y: auto;
    margin-top: 14px;
}

.transit-swap__bridge__popover-choose-chains-list::-webkit-scrollbar {
    display: none;
}

.transit-swap__bridge__popover-choose-chains-list-item {
    padding: 8px 12px;
    border-radius: 12px;
    background-color: white;
    display: flex;
    align-items: center;
    color: #333333;
    margin-bottom: 8px;
    cursor: pointer;
}

.transit-swap__bridge__popover-choose-chains-list-item:hover {
    border-color: #f5f9ff;
    background-color: #f5f9ff;
}

.transit-swap__bridge__popover-choose-chains-list-item-disabled {
    background-color: #ebe6ff;
    border-color: #ebe6ff;
    cursor: not-allowed;
}

.transit-swap__bridge__popover-choose-chains-list-item-disabled:hover {
    background-color: #ebe6ff;
    border-color: #ebe6ff;
}

.transit-swap__bridge__popover-choose-chains-list-item-selected:hover {
    background-color: #2980fe;
    border-color: #2980fe;
}

.transit-swap__bridge__popover-choose-chains-list-item-logo {
    height: 32px;
}

.transit-swap__bridge__popover-choose-chains-list-item-title {
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
}

.transit-swap__bridge__popover-choose-chains-list-item-check {
    margin-left: auto;
    width: 16px;
}

.transit-swap__bridge__popover-select-route {
    padding: 16px;
    min-height: 430px;
}

.transit-swap__bridge__popover-select-route__close {
    position: absolute;
    bottom: 380px;
    right: 0;
    width: 20px;
    cursor: pointer;
}

.transit-swap__bridge__popover-select-route .popover-header {
    padding: 0 0 24px;
}

.transit-swap__bridge__popover-select-route .popover-header__title {
    text-align: center;
}

.transit-swap__bridge__popover-select-route .popover-header__subtitle {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: center;
    color: #777777;
    margin-top: 12px;
    padding: 12px 16px;
    background-color: #f7f7f7;
    border-radius: 12px;
}

.transit-swap__bridge__popover-select-route-table-title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    font-weight: 500;
    color: #333333;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.transit-swap__bridge__popover-select-route-table-title-item {
    width: 33.3%;
}

.transit-swap__bridge__popover-select-route-table-item {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #333333;
    padding: 15px 0;
    border-radius: 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.transit-swap__bridge__popover-select-route-table-item>div {
    width: 33.3%;
    text-align: center;
}

.transit-swap__bridge__popover-select-route-table-item--disabled {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    color: #d7d7d7;
}

.transit-swap__bridge__popover-select-route-table-item-origin {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transit-swap__bridge__popover-select-route-table-item-origin>* {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.transit-swap__bridge__popover-select-route-table-item-origin-logo {
    height: 20px;
}

.transit-swap__bridge__popover-select-route-table-item-origin-logo--fix {
    margin-right: 2px;
}

.transit-swap__bridge__popover-select-route-button {
    border-radius: 12px;
}

.transit-swap__bridge__popover-select-route-button:first-child {
    margin-right: 12px;
}

.transit-swap__bridge__popover-select-route-button-container {
    display: flex;
    margin-top: auto;
}

.transit-swap-advanced-options {
    margin: 16px 16px 0;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 16px 12px;
}

.transit-swap-advanced-options__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    text-align: center;
    color: #333333;
}

.transit-swap-advanced-options__content-title {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    color: #777777;
}

.transit-swap-advanced-options__content-warn {
    width: 12px;
    margin: 0 8px;
    cursor: pointer;
    display: block;
}

.transit-swap-advanced-options__content-slippage {
    margin-left: auto;
    margin-top: 8px;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 12px;
}

.transit-swap-advanced-options__content-slippage__content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 24px;
    padding: 0 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    color: #333333;
    font-weight: 500;
    margin-right: 8px;
    cursor: pointer;
}

.transit-swap-advanced-options__content-slippage__content--active {
    background-color: #2980fe;
    color: #fff;
}

.transit-swap-advanced-options__content-slippage__input-container {
    display: flex;
    align-items: center;
    position: relative;
}

.transit-swap-advanced-options__content-slippage__input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 68px;
    height: 24px;
    border: 1px solid #333333;
    border-radius: 8px;
    color: #333333;
    font-weight: 500;
    text-align: center;
    padding: 0 5px;
}

.transit-swap-advanced-options__content-slippage__input--fix {
    padding-right: 20px;
    width: 68px;
}

.transit-swap-advanced-options__content-slippage__input--active {
    background-color: #2980fe;
    border-color: #2980fe;
    color: white;
}

.transit-swap-advanced-options__content-slippage__input::-webkit-input-placeholder {
    color: #333333;
}

.transit-swap-advanced-options__content-slippage__input::-moz-placeholder {
    color: #333333;
}

.transit-swap-advanced-options__content-slippage__input::-ms-input-placeholder {
    color: #333333;
}

.transit-swap-advanced-options__content-slippage__input::placeholder {
    color: #333333;
}

.transit-swap-advanced-options__content-slippage__percentage {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 5px;
    color: white;
}

.transit-swap-advanced-options__tool-tip {
    width: 290px !important;
    padding: 15px 0;
}

.transit-swap-buttons {
    padding: 0 16px;
}

.transit-swap-buttons.bridge {
    margin-top: 52px;
}

.transit-swap-buttons.swap {
    margin-top: 106px;
}

.transit-swap-button {
    border-radius: 12px;
}

.transit-swap-link {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 14px;
    margin-bottom: 10px;
    color: #999999;
    font-weight: 500;
    display: block;
    text-align: center;
    cursor: pointer;
}

.transit-swap__review-swap {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}

.transit-swap__review-swap .settings-page__header {
    border-bottom: #eeeeee 2px solid;
}

.transit-swap__review-swap__content {
    overflow-y: auto;
    padding: 0 18px;
}

.transit-swap__review-swap__content::-webkit-scrollbar {
    display: none;
}

.transit-swap__review-swap__refresh {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    cursor: pointer;
}

.transit-swap__review-swap__refresh-icon {
    width: 12px;
}

.transit-swap__review-swap__refresh-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 6px;
    font-weight: 400;
    color: #333333;
}

.transit-swap__review-swap__swap {
    background: #f5f9ff;
    border-radius: 16px;
    padding: 12px 12px 16px;
    margin-top: 10px;
}

.transit-swap__review-swap__swap-container {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.transit-swap__review-swap__swap-container-from {
    margin-bottom: -10px;
}

.transit-swap__review-swap__swap-container-to {
    margin-top: -10px;
}

.transit-swap__review-swap__swap-left {
    display: flex;
    align-items: center;
}

.transit-swap__review-swap__swap-text {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
}

.transit-swap__review-swap__swap-divider {
    width: 1px;
    height: 22px;
    background-color: #d7d7d7;
    margin-left: 10px;
}

.transit-swap__review-swap__swap-logo-container {
    display: flex;
}

.transit-swap__review-swap__swap-logo {
    width: 20px;
    margin-left: 10px;
}

.transit-swap__review-swap__swap-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    margin-left: 6px;
}

.transit-swap__review-swap__swap-balance {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    text-align: right;
}

.transit-swap__review-swap__swap-arrow-container {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    border: #f5f9ff 4px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: white;
    position: relative;
}

.transit-swap__review-swap__swap-arrow {
    width: 16px;
}

.transit-swap__review-swap__gas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    margin-top: 20px;
}

.transit-swap__review-swap__gas-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.transit-swap__review-swap__gas-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    display: flex;
}

.transit-swap__review-swap__gas-price {
    margin-left: 16px;
}

.transit-swap__review-swap__gas-edit {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #2980fe;
    border-radius: 12px;
    height: 24px;
    padding: 3px 23px;
    color: #2980fe;
    font-weight: 400;
    width: auto;
}

.transit-swap__review-swap__divider {
    margin-top: 14px;
    height: 2px;
    background-color: #f5f9ff;
}

.transit-swap__review-swap__info {
    padding: 14px 12px 21px;
}

.transit-swap__review-swap__info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.transit-swap__review-swap__info-item:last-child {
    margin-bottom: 0;
}

.transit-swap__review-swap__info-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.transit-swap__review-swap__info-value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    text-align: right;
}

.transit-swap__review-swap__info-left {
    display: flex;
}

.transit-swap__review-swap__info-warn {
    width: 13px;
    margin: 0 7.5px;
    cursor: pointer;
}

.transit-swap__review-swap__info-right {
    display: flex;
}

.transit-swap__review-swap__info-right--pointer {
    cursor: pointer;
}

.transit-swap__review-swap__info-logo {
    width: 16px;
    margin-right: 6px;
}

.transit-swap__review-swap__info-fix {
    width: 6px;
    margin-left: 6px;
}

.transit-swap__review-swap__confirm-button-container {
    display: flex;
}

.transit-swap__review-swap__confirm-button-container--bridge {
    margin-top: 70px;
}

.transit-swap__review-swap__confirm-button {
    height: 54px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.transit-swap__review-swap__confirm-button:nth-child(2) {
    margin-left: 28px;
}

.transit-swap__review-swap__confirm-button__approving {
    flex-direction: column;
}

.transit-swap__review-swap__confirm-button__approving img {
    width: 16px;
    margin-top: 3px;
    animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.transit-swap__review-swap__popover-confirm .popover-header {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.transit-swap__review-swap__popover-confirm__buttons {
    display: flex;
    margin: 20px;
}

.transit-swap__review-swap__popover-confirm__buttons button {
    height: 50px;
}

.transit-swap__review-swap__popover-confirm__cancel {
    margin-right: 12px;
}

.transit-swap__review-swap__popover-confirm__tip {
    display: flex;
    align-items: center;
    justify-content: center;
}

.transit-swap__review-swap__popover-confirm__tip--checkbox {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #979797;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transit-swap__review-swap__popover-confirm__tip--checkbox-select {
    border-color: #03c288;
}

.transit-swap__review-swap__popover-confirm__tip--checkbox-inner {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #03c288;
}

.transit-swap__review-swap__popover-confirm__tip--warn {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-left: 10px;
}

.transit-swap__review-swap__popover-slippage .popover-header {
    padding: 0;
}

.transit-swap__review-swap__popover-slippage__item {
    margin: 14px 20px 0;
}

.transit-swap__review-swap__popover-slippage__item:first-child {
    margin-top: 20px;
}

.transit-swap__review-swap__popover-slippage__content {
    display: flex;
    align-items: center;
}

.transit-swap__review-swap__popover-slippage__label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
}

.transit-swap__review-swap__popover-slippage__value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin-top: 2px;
}

.transit-swap__review-swap__popover-slippage__desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #999999;
    margin-left: 6px;
}

.transit-swap__review-swap__popover-slippage__refresh {
    width: 12px;
    margin-left: 6px;
    cursor: pointer;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.transit-swap__review-swap__popover-slippage__warn {
    width: 12px;
    margin: 0 9.5px;
    cursor: pointer;
}

.transit-swap__review-swap__popover-slippage__dfox-fee {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border-top: #d7d7d7 1px solid;
    padding: 14px 20px 53px;
    margin-top: 14px;
    font-weight: 500;
    color: #333333;
}

.transit-swap__review-swap__popover-slippage__dfox-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 8px;
    font-weight: 400;
    color: #333333;
}

.transit-swap__review-swap__popover-slippage__back {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.transit-swap__review-swap__popover-approve {
    padding: 18px 16px 20px;
}

.transit-swap__review-swap__popover-approve .popover-header {
    padding: 0;
}

.transit-swap__review-swap__popover-approve .popover-header__subtitle {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: 20px;
    padding: 0 31px;
}

.transit-swap__review-swap__popover-approve__swap-tokens {
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    margin-top: 16px;
    padding: 0 18px;
}

.transit-swap__review-swap__popover-approve__swap-tokens-from,.transit-swap__review-swap__popover-approve__swap-tokens-to {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
}

.transit-swap__review-swap__popover-approve__swap-tokens-to {
    margin-top: -19px;
}

.transit-swap__review-swap__popover-approve__swap-tokens-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    padding-right: 18px;
    font-weight: 400;
    color: #333333;
    border-right: #d7d7d7 1px solid;
}

.transit-swap__review-swap__popover-approve__swap-tokens-address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.transit-swap__review-swap__popover-approve__swap-tokens-account {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    text-align: right;
}

.transit-swap__review-swap__popover-approve__swap-tokens-line {
    height: 1px;
    background-color: #d7d7d7;
}

.transit-swap__review-swap__popover-approve__swap-tokens-arrow {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    border: #f5f9ff 4px solid;
    margin-top: -19px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transit-swap__review-swap__popover-approve__swap-tokens-arrow img {
    width: 16px;
}

.transit-swap__review-swap__popover-approve__approve-amount {
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    margin-top: 8px;
}

.transit-swap__review-swap__popover-approve__approve-amount-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    padding-right: 18px;
    font-weight: 400;
    color: #333333;
    border-right: #d7d7d7 1px solid;
}

.transit-swap__review-swap__popover-approve__approve-amount-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    overflow-x: hidden;
    text-align: right;
}

.transit-swap__review-swap__popover-approve__approve-amount-balance {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
}

.transit-swap__review-swap__popover-approve__approve-amount-edit {
    margin-left: 11px;
    width: 14px;
    cursor: pointer;
}

.transit-swap__review-swap__popover-approve__estimate-gas {
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    margin-top: 8px;
}

.transit-swap__review-swap__popover-approve__estimate-gas-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    padding-right: 18px;
    font-weight: 400;
    color: #333333;
    border-right: #d7d7d7 1px solid;
}

.transit-swap__review-swap__popover-approve__estimate-gas-right {
    display: flex;
    align-items: center;
}

.transit-swap__review-swap__popover-approve__estimate-gas-balance {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    text-align: right;
}

.transit-swap__review-swap__popover-approve__estimate-gas-fiat {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    text-align: right;
}

.transit-swap__review-swap__popover-approve__estimate-gas-edit {
    margin-left: 11px;
    width: 14px;
    cursor: pointer;
}

.transit-swap__review-swap__popover-approve__button-container {
    display: flex;
    margin-top: 30px;
}

.transit-swap__review-swap__popover-approve__button {
    height: 50px;
}

.transit-swap__review-swap__popover-approve__button:first-child {
    margin-right: 12px;
}

.transit-swap__review-swap__popover-approve__eip-1559 {
    margin-top: 10px;
}

.transit-swap__review-swap__popover-approve-amount {
    padding: 18px 16px 20px;
}

.transit-swap__review-swap__popover-approve-amount .popover-header {
    padding: 0;
}

.transit-swap__review-swap__popover-approve-amount .popover-header--title {
    padding: 0;
}

.transit-swap__review-swap__popover-approve-amount-input {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    padding: 0 20px;
    font-weight: 500;
    color: #333333;
}

.transit-swap__review-swap__popover-approve-amount-input:active,.transit-swap__review-swap__popover-approve-amount-input:focus {
    border-color: #2980fe;
}

.transit-swap__review-swap__popover-approve-amount__button-container {
    display: flex;
    margin-top: 18px;
}

.transit-swap__review-swap__popover-approve-amount__button {
    height: 50px;
}

.transit-swap__review-swap__popover-approve-amount__button:first-child {
    margin-right: 12px;
}

.transit-swap__review-swap__popover-approve-amount-error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #f44336;
    margin-top: 4px;
}

.transit-swap__review-swap__popover-fee {
    padding: 18px;
}

.transit-swap__review-swap__popover-fee .popover-header {
    padding: 0 0 10px;
}

.transit-swap__review-swap__popover-fee .popover-header__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 6px;
    font-weight: 500;
    margin: 0;
}

.transit-swap__review-swap__popover-fee .popover-header__subtitle {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    color: #333333;
    font-weight: 400;
}

.transit-swap__review-swap__popover-fee .popover-content {
    position: initial;
}

.transit-swap__review-swap__popover-fee-close {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -48px;
    margin: auto;
    width: 32px;
    cursor: pointer;
}

.transit-swap__review-swap__popover-fee__table {
    border-radius: 8px;
    width: 320px;
    width: 100%;
}

.transit-swap__review-swap__popover-fee__table-header {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background-color: #2980fe;
    color: white;
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 20px;
    font-weight: 500;
}

.transit-swap__review-swap__popover-fee__table-header-item {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.transit-swap__review-swap__popover-fee__table-content {
    height: 44px;
    display: flex;
}

.transit-swap__review-swap__popover-fee__table-content:nth-of-type(2n+1) {
    background-color: #f5f9ff;
}

.transit-swap__review-swap__popover-fee__table-content-level,.transit-swap__review-swap__popover-fee__table-content-balance,.transit-swap__review-swap__popover-fee__table-content-discount {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    color: #333333;
    font-weight: 500;
}

.transit-swap__review-swap__popover-fee__table-content-icon {
    width: 24px;
}

.transit-swap__review-swap__popover-fee__table-content-label {
    margin-left: 3px;
}

.transit-swap__review-swap__popover-fee__table-content-discount {
    color: #2980fe;
}

.transit-swap__review-swap__popover-pending .popover-header {
    padding: 18px;
}

.transit-swap__review-swap__popover-pending__buttons {
    display: flex;
}

.transit-swap__review-swap__popover-pending__cancel {
    margin: 12px 6px 20px 18px;
    height: 50px;
}

.transit-swap__review-swap__popover-pending__confirm {
    margin: 12px 18px 20px 6px;
    height: 50px;
}

.transit-swap__review-swap__schedule {
    width: 206px;
    display: flex;
    margin: 0 auto 12px;
    align-items: center;
}

.transit-swap__review-swap__schedule-step {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    background-color: #d8e8ff;
    cursor: default;
}

.transit-swap__review-swap__schedule-step-active {
    background-color: #2980fe;
}

.transit-swap__review-swap__schedule-step-approved {
    width: 18px;
    height: 18px;
}

.transit-swap__review-swap__schedule-bar {
    width: 170px;
    height: 2px;
    background-color: #d8e8ff;
}

.transit-swap__review-swap__schedule-bar-active {
    -webkit-animation: bar-loading 2s linear infinite;
    animation: bar-loading 2s linear infinite;
    background: linear-gradient(90deg, #2980fe 0%, #d8e8ff 50%, #2980fe 100%);
    background-size: 200% 200%;
}

@-webkit-keyframes bar-loading {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes bar-loading {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

.transit-swap__review-swap__swapping {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}

.transit-swap__review-swap__swapping .settings-page__header {
    border-bottom: 2px #eeeeee solid;
}

.transit-swap__review-swap__swapping-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 18px 30px;
    flex: 1;
}

.transit-swap__review-swap__swapping-img {
    width: 98px;
}

.transit-swap__review-swap__swapping-loading {
    margin-top: 10px;
    display: flex;
}

.transit-swap__review-swap__swapping-loading-item {
    margin: 0 4.5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.transit-swap__review-swap__swapping-processing {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 30px;
    color: #333333;
    font-weight: 500;
}

.transit-swap__review-swap__swapping-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
    font-weight: 400;
    color: #999999;
}

.transit-swap__review-swap__swapping-view {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: auto;
    border: 1px solid #2980fe;
    border-radius: 8px;
    width: 100%;
    padding: 14px 0;
    color: #2980fe;
    font-weight: 400;
    text-align: center;
}

.transit-swap__review-swap__hardware-confirm {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}

.transit-swap__review-swap__hardware-confirm .settings-page__header {
    border-bottom: 2px #eeeeee solid;
}

.transit-swap__review-swap__hardware-confirm-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 0 18px 30px;
}

.transit-swap__review-swap__hardware-confirm-content .transit-swap__review-swap__swapping-loading {
    margin-top: 100px;
}

.transit-swap__review-swap__hardware-confirm-desc {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 46px;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.transit-swap__review-swap__hardware-confirm-button {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: auto;
    height: 48px;
    font-weight: 400;
}

.transit-swap__review-swap__swapped {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
}

.transit-swap__review-swap__swapped .settings-page__header {
    border-bottom: 2px #eeeeee solid;
}

.transit-swap__review-swap__swapped-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 35px 18px 30px;
}

.transit-swap__review-swap__swapped-img {
    width: 98px;
}

.transit-swap__review-swap__swapped-status {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    margin-top: 30px;
}

.transit-swap__review-swap__swapped-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 14px;
    font-weight: 400;
    color: #999999;
}

.transit-swap__review-swap__swapped-view {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    margin-top: 62px;
    font-weight: 400;
    color: #2980fe;
    margin-top: 107px;
    cursor: pointer;
}

.transit-swap__review-swap__swapped-create {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    margin-top: 62px;
    font-weight: 400;
    color: #2980fe;
}

.transit-swap__review-swap__swapped-close {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    margin-top: auto;
    background: #2980fe;
    color: white;
    width: 100%;
    border-radius: 12px;
    font-weight: 400;
    padding: 15px 0;
}

.transit-swap__review-swap__toast {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    -webkit-transform: translate3d(-50%, -55%, 0px);
    transform: translate3d(-50%, -55%, 0px);
    z-index: 9999;
    top: 50%;
    left: 50%;
    padding: 10px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    word-break: break-all;
}

.transit-swap__review-swap__toast-long {
    width: 90%;
}

.transit-swap__review-swap__eip-1559 {
    margin-top: 10px;
}

.transit-swap__gas-popover {
    width: 200px;
    height: 300px;
}

.nft-details-page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nft-details-page .settings-page__header {
    border-bottom: #eeeeee 2px solid;
}

.nft-details__content {
    padding: 15px 0;
    flex: 1;
    overflow-y: auto;
}

.nft-details__content::-webkit-scrollbar {
    display: none;
}

.nft-details__content>div {
    padding: 0 15px;
}

.nft-details__header {
    display: flex;
    align-items: center;
}

.nft-details__image {
    height: 54px;
    border-radius: 50%;
}

.nft-details__info {
    margin-left: 12px;
    flex: 1;
}

.nft-details__name {
    font-size: 15px;
    color: #333333;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
}

.nft-details__line {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.nft-details__line1 {
    margin-top: 0;
}

.nft-details__type {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    margin-right: 10px;
    padding: 1.5px 7px;
    border: 1px solid #999999;
    border-radius: 4.5px;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nft-details__address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #777777;
    font-weight: 400;
}

.nft-details__delete {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    align-self: flex-start;
    padding: 1.5px 14px;
    font-weight: 400;
    color: #e55036;
    border: 1px solid #e55036;
    border-radius: 15px;
    white-space: nowrap;
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    cursor: pointer;
}

.nft-details__copy {
    height: 20px;
    margin-left: 7.5px;
    cursor: pointer;
}

.nft-details__copy img {
    height: 16px;
}

.nft-details__data {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 13px 0;
    display: flex;
    margin-top: 16px;
}

.nft-details__total {
    width: 50%;
    border-right: #e3e3e3 1px solid;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nft-details__total-value {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.nft-details__total-label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-top: 3px;
}

.nft-details__lowest {
    width: 50%;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nft-details__lowest-value {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.nft-details__lowest-label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #999999;
    margin-top: 3px;
}

.nft-details__list-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nft-details__list-title .add-token-button__button {
    position: initial;
}

.nft-details__list-title-right {
    display: flex;
    align-items: center;
}

.nft-details__list-title-arrangement {
    height: 20px;
    margin-right: 8px;
    cursor: pointer;
}

.nft-details__loading {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nft-details__loading-icon {
    width: 66px;
    height: 66px;
    align-self: center;
    animation: loading 3s linear infinite;
    -webkit-animation: loading 3s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.nft-details__no-nft-container {
    flex: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nft-details__no-nft {
    width: 130px;
}

.nft-details__no-nft-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 22px;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.nft-details__desc-wrap {
    display: flex;
}

.nft-details__desc {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 400;
    color: #777770;
    line-height: 18px;
}

.nft-details__desc.not-expanded {
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.nft-details__desc::before {
    content: "";
    float: right;
    width: 0px;
    height: calc(100% - 18px);
}

.nft-details__desc-expand {
    color: #2980fe;
    float: right;
    clear: both;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nft-details__desc-expand-icon {
    -webkit-transform: scale(1.4, 0.7) rotate(90deg);
    transform: scale(1.4, 0.7) rotate(90deg);
    -webkit-transform-origin: 2px center;
    transform-origin: 2px center;
    margin-left: 8px;
}

.nft-details__data-v2 {
    display: flex;
    margin-top: 24px;
}

.nft-details__data-v2-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.nft-details__data-v2-line {
    display: flex;
    align-items: center;
}

.nft-details__data-v2-logo {
    width: 14px;
    margin-right: 4px;
}

.nft-details__data-v2-value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
}

.nft-details__data-v2-label {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    color: #999999;
}

.nft-details__divider {
    margin-top: 24px;
    height: 10px;
    background-color: #f5f5f5;
}

.nft-details__list-title.list {
    margin-bottom: 0;
}

.nft-info-page {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.nft-info-page .settings-page__header {
    border-bottom: #eeeeee 2px solid;
    width: 100%;
}

.nft-info-page .settings-page__header .settings-page__back-button {
    display: block !important;
}

.nft-info-page .settings-page__header__title {
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nft-info__delete {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    color: #333333;
    margin-left: auto;
    cursor: pointer;
}

.nft-info__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    flex: 1;
    width: 100%;
    max-width: 550px;
}

.nft-info__content::-webkit-scrollbar {
    display: none;
}

.nft-info__video {
    width: 100%;
    display: block;
}

@media screen and (min-width: 571px) {
    .nft-info__image {
        width: 450px;
        border-radius: 8px;
        border: 1px solid #f0f0f0;
    }
}

@media screen and (max-width: 570px) {
    .nft-info__image {
        width: 100%;
    }
}

.nft-info__button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: -webkit-fill-available;
    margin: 10px 16px;
    border-radius: 27px;
}

.nft-info__description {
    width: 100%;
    padding: 16px;
    border-width: 10px 0;
    border-style: solid;
    border-color: #f5f5f5;
}

.nft-info__description-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nft-info__description-title {
    color: #333333;
    font-family: PingFang SC, PingFang SC-Medium;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.nft-info__description-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    margin-top: 8px;
    line-height: 20px;
}

.nft-info__view {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #2980fe;
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    cursor: pointer;
}

.nft-info__view-icon {
    height: 12px;
    margin-left: 6px;
}

.nft-info__info {
    width: 100%;
    border-radius: 8px;
    padding-left: 16px;
}

.nft-info__info-item {
    font-size: 13px;
    display: flex;
    color: #333333;
    border-top: 1px solid #eeeeee;
    padding: 16px 16px 16px 0;
}

.nft-info__info-item:first-of-type {
    margin-top: 0;
    border: none;
}

.nft-info__info-item-label {
    font-weight: 500;
    min-width: 76px;
    max-width: 76px;
}

.nft-info__info-item-content {
    display: flex;
    align-items: center;
    font-weight: 400;
    word-break: break-all;
}

.nft-info__info-item-logo {
    height: 22px;
    margin-right: 6px;
}

.nft-info__copy {
    height: 20px;
    margin-left: 7.5px;
    cursor: pointer;
}

.nft-info__overview {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    width: 100%;
}

.nft-info__overview-name {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
}

.nft-info__overview-token-id {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 4px;
    color: #777777;
    font-weight: 400;
}

.nft-info__overview-delete {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 2px 16px;
    -webkit-transform: scale(0.92) translateY(2px);
    transform: scale(0.92) translateY(2px);
    -webkit-transform-origin: right;
    transform-origin: right;
    color: #e55036;
    border: 1px #e55036 solid;
    border-radius: 12px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    white-space: nowrap;
    cursor: pointer;
}

.nft-add-page {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nft-add-page .settings-page__back-button {
    display: block !important;
}

.nft-add-page__content {
    padding: 0 18px;
    border-top: 2px #eeeeee solid;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nft-add-page__content .MuiInputLabel-root {
    color: #333333;
}

.nft-add-page .MuiInputBase-root {
    border-radius: 8px;
    height: 40px;
}

.nft-add-page .MuiInputBase-root input::-webkit-outer-spin-button,.nft-add-page .MuiInputBase-root input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.nft-add-page .MuiInputBase-root input[type=number] {
    -moz-appearance: textfield;
}

.nft-add-page__address .MuiInputBase-root {
    background: #f5f5f5;
    color: #999999 !important;
    border: none;
}

.nft-add-page__address,.nft-add-page__symbol,.nft-add-page__id {
    width: 100%;
    position: relative;
}

.nft-add-page__confirm {
    height: 54px;
    background: #2980fe;
    border-radius: 8px;
    margin-bottom: 40px;
    margin-top: auto;
}

.nft-add-page__search {
    cursor: pointer;
    width: 20px;
    position: absolute;
    right: 10px;
    bottom: 18px;
}

.nft-add-page__save {
    cursor: pointer;
    color: #2980fe;
    position: absolute;
    right: 10px;
    top: 14px;
}

.multisig-header {
    width: 900px;
    margin: 30px 0 auto;
    display: flex;
    align-items: center;
}

.multisig-header-back {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.multisig-header-back img {
    height: 14px;
    margin-right: 5px;
}

.multisig-header-back span {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.multisig-header-banner {
    height: 24px;
    margin-left: 30px;
}

.multisig-menu {
    color: #333333;
    width: 792px;
    margin: 0 auto;
}

.multisig-menu-title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 114px;
    font-weight: 500;
}

.multisig-menu-desc {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 8px;
    font-weight: 400;
}

.multisig-menu-actions {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.multisig-menu-action {
    width: 388px;
    border-radius: 16px;
    border: 1px solid #d7d7d7;
    padding: 30px 50px;
}

.multisig-menu-action-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 8px;
    font-weight: 500;
}

.multisig-menu-action-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 8px;
    font-weight: 400;
}

.multisig-menu-action__create {
    margin-right: 16px;
}

.multisig-menu-action button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 14px;
    border-radius: 24px;
    margin-top: 16px;
    font-weight: 500;
}

.multisig-create {
    width: 496px;
    margin: 0 auto;
    padding-bottom: 35px;
    color: #333333;
    font-weight: 500;
}

.multisig-create-title {
    margin-top: 30px;
    font-size: 20px;
}

.multisig-create-title-margin {
    margin-top: 20px;
}

.multisig-create-title1,.multisig-create-title2,.multisig-create-title3,.multisig-create-title4,.multisig-create-title5,.multisig-create-title6 {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.multisig-create-chain-selector {
    margin-top: 8px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multisig-create-chain-current {
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    height: 44px;
    cursor: pointer;
}

.multisig-create-chain-current-logo {
    width: 30px;
    min-width: 30px;
    margin-left: 10px;
}

.multisig-create-chain-current-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 12px;
}

.multisig-create-chain-current::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 14px;
    background: url(../images/arrow-down-black.svg") no-repeat center;
    background-size: 100% 100%;
}

.multisig-create-chain-list {
    padding: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    background-color: white;
    z-index: 99;
}

.multisig-create-chain-list::-webkit-scrollbar {
    display: none;
}

.multisig-create-chain-item {
    height: 50px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
}

.multisig-create-chain-item-logo {
    width: 30px;
    min-width: 30px;
}

.multisig-create-chain-item-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #101010;
    margin-left: 10px;
}

.multisig-create-chain-item--selected {
    background: #f5f9ff;
}

.multisig-create-chain-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 11px;
    background: url("../images/enter-grey_c8059a7fba5740659f9cbbd1bb7ab02e.svg") center no-repeat;
    background-size: 100% 100%;
}

.multisig-create-account-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    height: 44px;
    width: 100%;
    margin-top: 8px;
    padding: 0 16px;
}

.multisig-create-account-name::-webkit-input-placeholder {
    color: #999999;
}

.multisig-create-account-name::-moz-placeholder {
    color: #999999;
}

.multisig-create-account-name::-ms-input-placeholder {
    color: #999999;
}

.multisig-create-account-name::placeholder {
    color: #999999;
}

.multisig-create-owners {
    margin-top: 17px;
}

.multisig-create-owner {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}

.multisig-create-owner-name {
    width: 136px;
    margin-right: 6px;
}

.multisig-create-owner-address {
    flex: 1;
}

.multisig-create-owner-address-error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 142px;
    margin-top: -6px;
    margin-bottom: 6px;
    color: #ed4c56;
    font-weight: 400;
}

.multisig-create-owner-scan {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    margin: auto;
    width: 20px;
    cursor: pointer;
}

.multisig-create-owner-remove {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    margin: auto;
    width: 20px;
    cursor: pointer;
}

.multisig-create-owner-add {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 12px 24px 12px 16px;
    font-weight: 400;
    border-radius: 12px;
    border: 1px solid #2980fe;
    color: #2980fe;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.multisig-create-min-signers {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #333333;
    font-weight: 400;
    margin-top: 5px;
}

.multisig-create-min-signers-left {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.multisig-create-min-signers-amount {
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.multisig-create-min-signers-arrow {
    margin-left: 6px;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    width: 0;
    height: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.multisig-create-min-signers-arrow--expand {
    -webkit-transform: rotate(270deg) translate(0, 3px);
    transform: rotate(270deg) translate(0, 3px);
}

.multisig-create-min-signers-total {
    margin-left: 16px;
}

.multisig-create-min-signers-selector {
    height: 44px;
    padding: 0 8px;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.multisig-create-min-signers-selector span {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0 8px;
    font-weight: 400;
    cursor: pointer;
}

.multisig-create-min-signers-selector span:hover {
    color: #2980fe;
}

.multisig-create-min-signers-selector span.selected {
    color: #c1c1c1;
    cursor: not-allowed;
}

.multisig-create-min-signers-selector span.selected:hover {
    color: c1c1c1;
}

.multisig-create-confirm {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    border-radius: 12px;
    font-weight: 400;
    margin-top: 30px;
}

.multisig-create-gas-fee-wrap {
    margin-top: 8px;
    position: relative;
}

.multisig-create-gas-fee {
    width: 100%;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    padding: 0 16px;
    font-size: 14px;
    color: #999999;
}

.multisig-create-gas-fee:disabled {
    background-color: #f5f5f5;
}

.multisig-create-gas-fee-edit {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #2980fe;
    cursor: pointer;
}

.multisig-create-gas-fee-error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 2px;
    color: #ed4c56;
    font-weight: 400;
}

.multisig-create__loading-status,.multisig-create__success-status,.multisig-create__failed-status {
    position: relative;
    width: 101px;
    margin: 97px auto 0;
}

.multisig-create__loading-pic,.multisig-create__success-pic,.multisig-create__failed-pic {
    display: block;
    width: 100%;
}

.multisig-create__loading-icon,.multisig-create__success-icon,.multisig-create__failed-icon {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.multisig-create__loading-chain,.multisig-create__success-chain,.multisig-create__failed-chain {
    position: absolute;
    left: 60px;
    top: 53px;
    width: 58px;
}

.multisig-create__loading-chain-logo,.multisig-create__success-chain-logo,.multisig-create__failed-chain-logo {
    position: absolute;
    left: 71px;
    top: 64px;
    width: 36px;
}

.multisig-create__loading-desc,.multisig-create__success-desc,.multisig-create__failed-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 23px;
    font-weight: 500;
    text-align: center;
    color: #333333;
}

.multisig-create__status-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 33px auto 0;
    padding: 30px 45px 30px 20px;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #333333;
}

.multisig-create__status-address-wrap {
    display: flex;
    align-items: center;
}

.multisig-create__status-address-label {
    font-weight: 500;
}

.multisig-create__status-address {
    font-weight: 400;
    margin-left: 16px;
}

.multisig-create__status-owners-wrap {
    margin-top: 20px;
    display: flex;
}

.multisig-create__status-owners-label {
    font-weight: 500;
}

.multisig-create__status-owners {
    margin-left: 16px;
}

.multisig-create__status-owner-outer {
    margin-top: -10px;
}

.multisig-create__status-owner-outer:first-of-type {
    margin-top: 0;
}

.multisig-create__status-owner-wrap {
    display: flex;
    align-items: center;
}

.multisig-create__status-owner-li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #03c288;
}

.multisig-create__status-owner {
    margin-left: 9px;
    line-height: 20px;
}

.multisig-create__status-owner:first-of-type {
    margin-top: 0;
}

.multisig-create__status-owner-line {
    width: 0;
    height: 32px;
    margin-left: 3px;
    margin-top: -10px;
    border-left: 1px dashed #03c288;
}

.multisig-create__success-enter {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 30px auto 0;
    height: 50px;
    width: 496px;
    border-radius: 12px;
}

.multisig-create__failed-delete {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 30px auto 0;
    height: 50px;
    width: 496px;
    border-radius: 12px;
}

.multisig-create-pay-wallet-selector {
    margin-top: 8px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multisig-create-pay-wallet-current {
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 52px;
    padding: 0 16px;
    cursor: pointer;
}

.multisig-create-pay-wallet-current-placeholder {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}

.multisig-create-pay-wallet-current-address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.multisig-create-pay-wallet-current-name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}

.multisig-create-pay-wallet-current::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 14px;
    background: url(../images/arrow-down-black.svg") no-repeat center;
    background-size: 100% 100%;
    rotate: 180deg;
}

.multisig-create-pay-wallet-list {
    padding: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    max-height: 420px;
    overflow-y: auto;
    scrollbar-width: 0;
    position: absolute;
    bottom: 58px;
    width: 100%;
    background-color: white;
    z-index: 99;
}

.multisig-create-pay-wallet-list::-webkit-scrollbar {
    display: none;
}

.multisig-create-pay-wallet-item {
    padding: 12px 16px 11px 12px;
    border-radius: 29px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.multisig-create-pay-wallet-item--checked {
    width: 18px;
    margin-right: 12px;
}

.multisig-create-pay-wallet-item--unchecked {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    margin-right: 12px;
}

.multisig-create-pay-wallet-item-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.multisig-create-pay-wallet-item-right {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #101010;
    font-weight: 500;
}

.multisig-create-pay-wallet-item-address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #101010;
}

.multisig-create-pay-wallet-item-name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}

.multisig-create-pay-wallet-item--selected {
    background: #f5f9ff;
}

.multisig-create-pay-wallet-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 11px;
    background: url("../images/enter-grey_c8059a7fba5740659f9cbbd1bb7ab02e.svg") center no-repeat;
    background-size: 100% 100%;
}

.multisig-import {
    width: 496px;
    margin: 0 auto;
    color: #333333;
    font-weight: 500;
}

.multisig-import-title {
    margin-top: 30px;
    font-size: 20px;
}

.multisig-import-title-margin {
    margin-top: 20px;
}

.multisig-import-title1,.multisig-import-title2,.multisig-import-title3,.multisig-import-title4 {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.multisig-import-title5 {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
}

.multisig-import-chain-selector {
    margin-top: 8px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.multisig-import-chain-current {
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    height: 44px;
    cursor: pointer;
}

.multisig-import-chain-current-logo {
    width: 30px;
    min-width: 30px;
    margin-left: 10px;
}

.multisig-import-chain-current-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 12px;
}

.multisig-import-chain-current::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 14px;
    background: url(../images/arrow-down-black.svg") no-repeat center;
    background-size: 100% 100%;
}

.multisig-import-chain-list {
    padding: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 99;
    background-color: white;
}

.multisig-import-chain-list::-webkit-scrollbar {
    display: none;
}

.multisig-import-chain-item {
    height: 50px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
}

.multisig-import-chain-item-logo {
    width: 30px;
    min-width: 30px;
}

.multisig-import-chain-item-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #101010;
    margin-left: 10px;
}

.multisig-import-chain-item--selected {
    background: #f5f9ff;
}

.multisig-import-chain-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    width: 11px;
    background: url("../images/enter-grey_c8059a7fba5740659f9cbbd1bb7ab02e.svg") center no-repeat;
    background-size: 100% 100%;
}

.multisig-import-address-wrap {
    position: relative;
}

.multisig-import-account-name,.multisig-import-address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    height: 44px;
    width: 100%;
    margin-top: 8px;
    padding: 0 16px;
}

.multisig-import-account-name::-webkit-input-placeholder,.multisig-import-address::-webkit-input-placeholder {
    color: #999999;
}

.multisig-import-account-name::-moz-placeholder,.multisig-import-address::-moz-placeholder {
    color: #999999;
}

.multisig-import-account-name::-ms-input-placeholder,.multisig-import-address::-ms-input-placeholder {
    color: #999999;
}

.multisig-import-account-name::placeholder,.multisig-import-address::placeholder {
    color: #999999;
}

.multisig-import-account-name.success,.multisig-import-address.success {
    padding-right: 40px;
    background: url("../images/correct.svg") center no-repeat;
    background-position: right 17px center;
    background-size: 16px 16px;
}

.multisig-import-scan {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    cursor: pointer;
}

.multisig-import-owners {
    margin-top: 17px;
}

.multisig-import-owner {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}

.multisig-import-owner-name {
    width: 136px;
    margin-right: 6px;
}

.multisig-import-owner-address {
    flex: 1;
}

.multisig-import-owner__copy {
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
}

.multisig-import-owner-copy {
    width: 20px;
    display: block;
    cursor: pointer;
}

.multisig-import-owner__jump {
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
}

.multisig-import-owner-jump {
    width: 20px;
    display: block;
    cursor: pointer;
}

.multisig-import-least-signers {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
}

.multisig-import-confirm {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    border-radius: 12px;
    font-weight: 400;
    margin-top: 30px;
}

.multisig-import-error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #e55036;
    margin-top: 4px;
    font-weight: 400;
}

.multisig-details {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 575px) {
    .multisig-details {
        width: 360px;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    }
}

.multisig-details .settings-page__header {
    border-bottom: 2px #eeeeee solid;
}

.multisig-details__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding-left: 18px;
    padding-top: 16px;
    font-weight: 500;
    color: #333333;
}

.multisig-details__body {
    flex: 1;
    overflow: auto;
}

.multisig-details__toast {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-weight: 400;
    border-radius: 8px;
    padding: 8px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 350px;
}

.multisig-details__tx-info {
    border-bottom: 12px #f9f9f9 solid;
}

.multisig-details__tx-info-item {
    margin-left: 18px;
    padding: 16px 18px 16px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: #eeeeee 1px solid;
}

.multisig-details__tx-info-item:last-of-type {
    border: none;
}

.multisig-details__tx-info-item-key {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    white-space: nowrap;
}

.multisig-details__tx-info-item-value {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-left: 30px;
    word-break: break-all;
}

.multisig-details__tx-info-item-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
    text-align: right;
}

.multisig-details__buttons {
    display: flex;
    padding: 16px 18px;
    border-bottom: 12px #f9f9f9 solid;
}

.multisig-details__button-share {
    margin-right: 8px;
    border-radius: 8px;
    height: 44px;
}

.multisig-details__button-more {
    border-radius: 8px;
    height: 44px;
}

.multisig-details__button-text {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.multisig-details__button-enter {
    -webkit-transform: scale(0.6, 1.2) translate(5px, -1px);
    transform: scale(0.6, 1.2) translate(5px, -1px);
}

.multisig-details__process {
    padding: 16px 18px;
}

.multisig-details__process-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.multisig-details__process-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    color: #333333;
}

.multisig-details__process-refresh {
    height: 15px;
    cursor: pointer;
}

.multisig-details__process-refresh.refreshing {
    -webkit-animation: refresh 0.5s;
    animation: refresh 0.5s;
}

@-webkit-keyframes refresh {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes refresh {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.multisig-details__process-step {
    display: flex;
    align-items: center;
}

.multisig-details__process-step-create {
    margin-top: 14px;
}

.multisig-details__process-step-icon-wrap {
    width: 15px;
    height: 15px;
    border-width: 1px;
    border-radius: 50%;
    border-style: solid;
}

.multisig-details__process-step-icon-wrap.green {
    border-color: #03c288;
}

.multisig-details__process-step-icon-wrap.orange {
    border-color: #ff7114;
}

.multisig-details__process-step-icon-wrap.grey {
    border-color: #c1c1c1;
}

.multisig-details__process-step-icon {
    width: 100%;
    display: block;
}

.multisig-details__process-step-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 11px;
    font-weight: 500;
}

.multisig-details__process-step-name.green {
    color: #03c288;
}

.multisig-details__process-step-name.orange {
    color: #ff7114;
}

.multisig-details__process-step-name.grey {
    color: #c1c1c1;
}

.multisig-details__process-step-line {
    width: 1px;
    margin-left: 7px;
}

.multisig-details__process-step-line.green {
    background-color: #03c288;
}

.multisig-details__process-step-line.orange {
    background-color: #ff7114;
}

.multisig-details__process-step-line.grey {
    background-color: #c1c1c1;
}

.multisig-details__process-step-line.create {
    height: 13px;
}

.multisig-details__process-step-line.confirm {
    height: 66px;
}

.multisig-details__process-step-line.waiting {
    height: 70px;
}

.multisig-details__process-step__signer-info {
    display: flex;
}

.multisig-details__process-step__signer {
    flex: 1;
    height: 48px;
    padding: 0 16px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-top: 6px;
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.multisig-details__process-step__signer-address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.multisig-details__process-step__signer-name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.multisig-details__process-step__waiting {
    display: flex;
}

.multisig-details__process-step__waiting-scan {
    margin-top: 6px;
    margin-left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    flex: 1;
    height: 48px;
}

.multisig-details__process-step__waiting-scan img {
    width: 20px;
    cursor: pointer;
}

.multisig-details__process-exec {
    height: 54px;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #2980fe;
}

.multisig-details__process-share {
    margin-left: 6px;
    height: 14px;
    cursor: pointer;
}

.multisig-details__popover {
    border-radius: 12px;
    padding: 20px;
}

.multisig-details__popover.padding-fix {
    padding-bottom: 26px;
}

.multisig-details__popover .popover-header {
    padding: 0;
}

.multisig-details__popover .popover-header__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    font-weight: 500;
    color: #333333;
}

.multisig-details__popover .popover-content {
    position: initial;
}

.multisig-details__popover-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 12px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 16px;
}

.multisig-details__popover-qrcode-desc {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 16px;
    color: #999999;
    font-weight: 400;
    text-align: center;
}

.multisig-details__popover-button {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 16px;
    border-radius: 8px;
    height: 44px;
    font-weight: 400;
}

.multisig-details__popover-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.multisig-details__popover-gif-container {
    width: 227.5px;
    height: 227.5px;
    background: url("../images/qrcode-container.svg") top no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.multisig-details__popover-gif-loading {
    width: 27px;
    animation: loading 3s linear infinite;
    -webkit-animation: loading 3s linear infinite;
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.multisig-details__popover-qrcode-download {
    margin: 16px auto 0;
}

.multisig-details__popover-qrcode-download img {
    height: 14px;
    margin-right: 4px;
}

.multisig-details__popover-qrcode-download span {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    font-weight: 400;
}

.multisig-details__select-popover {
    border-radius: 12px;
    padding: 20px;
}

.multisig-details__select-popover .popover-header {
    padding: 0;
}

.multisig-details__select-popover .popover-header__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    font-weight: 500;
    color: #333333;
}

.multisig-details__select-popover .popover-content {
    position: initial;
}

.multisig-details__select-popover__owner {
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    height: 54px;
    padding: 0 16.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #333333;
}

.multisig-details__select-popover__owner:first-of-type {
    margin-top: 20px;
}

.multisig-details__select-popover__owner-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.multisig-details__select-popover__owner-address {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
}

.multisig-details__select-popover__owner-status {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
}

.multisig-details__select-popover__owner-placeholder {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}

.multisig-details__select-popover__owner.disabled {
    cursor: not-allowed;
}

.multisig-details__select-popover__owner.selected {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.multisig-details__select-popover__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
}

.multisig-details__exec-popover {
    border-radius: 12px;
    padding: 20px;
}

.multisig-details__exec-popover .popover-header {
    padding: 0;
}

.multisig-details__exec-popover .popover-header__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    font-weight: 500;
    color: #333333;
}

.multisig-details__exec-popover .popover-content {
    position: initial;
}

.multisig-details__exec-popover__execer {
    margin-top: 4px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
    border-radius: 8px;
}

.multisig-details__exec-popover__execer-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
}

.multisig-details__exec-popover__execer-address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.multisig-details__exec-popover__execer-name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    font-weight: 400;
}

.multisig-details__exec-popover__execer-select {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    font-weight: 500;
    cursor: pointer;
}

.multisig-details__exec-popover__gas {
    margin-top: 5px;
    padding: 10px 16px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
    border-radius: 8px;
}

.multisig-details__exec-popover__gas-title {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
}

.multisig-details__exec-popover__gas-fee {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

.multisig-details__exec-popover__gas-edit {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    font-weight: 500;
    cursor: pointer;
}

.multisig-details__exec-popover__confirm {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    height: 50px;
    margin-top: 20px;
}

.multisig-details__exec-popover__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
}

.multisig-details__exec-popover__error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 4px;
    color: #e55036;
    font-weight: 400;
}

@media screen and (min-width: 575px) {
    .multisig-more .settings-page__back-button {
        display: block;
    }
}

.multisig-more__address--copy {
    margin-left: 6px;
    width: 16px;
    display: block;
    cursor: pointer;
}

.multisig-more__data {
    padding: 16px 18px;
}

.multisig-more__data-title-wrap {
    display: flex;
    align-items: center;
    color: #333333;
}

.multisig-more__data-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
}

.multisig-more__data-bytes {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    margin-left: 9px;
}

.multisig-more__data-sig {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
    padding: 14px 12px 12px;
    background: #f9f9f9;
    border-radius: 8px;
    color: #333333;
    font-weight: 400;
    word-break: break-all;
}

.nostr-details {
    width: 100%;
    min-height: 100vh;
    background-color: #2980fe;
}

.nostr-details .settings-page__back-button {
    background-image: url("../images/back-white.svg");
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.nostr-details .settings-page__header {
    padding: 13px;
}

.nostr-details .settings-page__header__title {
    color: white;
}

.nostr-details__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    width: 328px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #ffffff;
    border-radius: 24px;
    margin: 12px auto 0;
}

.nostr-details__account-name {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
}

.nostr-details__qrcode-container {
    width: 168px;
    height: 168px;
    background: url("../images/qrcode-container.svg") no-repeat;
    background-size: 100% 100%;
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nostr-details__qrcode-container .ellip-address-wrapper {
    display: none;
}

.nostr-details__split {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 48px;
}

.nostr-details__split-line {
    flex: 1;
    height: 1px;
    background-color: #eeeeee;
}

.nostr-details__split-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
    padding: 0 15px;
}

.nostr-details__address {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 16px 20px;
    color: #333333;
    word-break: break-all;
    margin-top: 12px;
    text-align: center;
}

.nostr-details__copy-wrap {
    margin-top: 47px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    cursor: pointer;
}

.nostr-details__copy {
    height: 18px;
    margin-right: 5.5px;
}

.nostr-details__copy-label {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    font-weight: 500;
}

.nostr-details .selected-account__tooltip-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.nostr-confirm__get-public-key {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 575px) {
    .nostr-confirm__get-public-key {
        width: 360px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    }
}

.nostr-confirm__get-public-key__header {
    padding: 15px 16px 20px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nostr-confirm__get-public-key__origin-info {
    display: flex;
    align-items: center;
}

.nostr-confirm__get-public-key__origin-icon {
    height: 44px;
}

.nostr-confirm__get-public-key__origin-right {
    margin-left: 9px;
}

.nostr-confirm__get-public-key__origin-name {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    font-weight: 500;
}

.nostr-confirm__get-public-key__origin-url {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;
    font-weight: 400;
    color: #333333;
}

.nostr-confirm__get-public-key__title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 16px;
    font-weight: 500;
    color: #333333;
}

.nostr-confirm__get-public-key__warn {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 16px;
    background: rgba(255, 231, 216, 0.65);
    border: 1px solid #ff7114;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    color: #ff7114;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nostr-confirm__get-public-key__warn-icon {
    height: 13px;
    margin-right: 6px;
}

.nostr-confirm__get-public-key__content-item {
    padding: 16px;
    display: flex;
}

.nostr-confirm__get-public-key__content-item__title {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    width: 60px;
    min-width: 60px;
}

.nostr-confirm__get-public-key__content-item__copy {
    height: 18px;
    cursor: pointer;
}

.nostr-confirm__get-public-key__content-item__content {
    padding: 0 20px;
    font-size: 13px;
    color: #333333;
    word-break: break-all;
}

.nostr-confirm__get-public-key__content-item__name {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #999999;
    margin-top: 5px;
}

.nostr-confirm__get-public-key__divider {
    margin-left: 16px;
    background-color: #eeeeee;
    height: 1px;
}

.nostr-confirm__get-public-key__buttons {
    margin-top: auto;
    padding: 16px;
    display: flex;
}

.nostr-confirm__get-public-key__cancel {
    margin-right: 12px;
}

.nostr-confirm__get-public-key__sign-data {
    padding: 16px 20px;
    background: #fbfbfb;
    border: 1px solid #c1c1c1;
    border-radius: 12px;
    color: #333333;
    margin-top: 16px;
    width: 100%;
}

.nostr-confirm__get-public-key__sign-data-title {
    font-size: 13px;
    font-weight: 600;
}

.nostr-confirm__get-public-key__sign-data-content {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    margin-top: 6px;
    word-break: break-all;
}

.nostr-confirm__get-public-key__no-approve {
    border-top: #f5f5f5 10px solid;
}

.nostr-confirm__get-public-key__no-approve__title {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    padding: 16px 16px 8px;
}

.nostr-confirm__get-public-key__no-approve__content {
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 16px;
}

.nostr-confirm__get-public-key__no-approve__item {
    padding: 8px;
}

.nostr-confirm__get-public-key__no-approve__item-inner {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 5px 12px;
    color: #333333;
    font-weight: 400;
    border: 1px solid transparent;
    cursor: pointer;
}

.nostr-confirm__get-public-key__no-approve__item-inner--selected {
    border-color: #2980fe;
    border-radius: 8px;
    color: #2980fe;
}

/*  ITCSS  http://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528  https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/  DEPRECATED: This CSS architecture is deprecated. The following imports will be removed  overtime. */
.add-to-address-book-modal__footer,.new-account-modal__footer,.send__select-recipient-wrapper__list__link,.send__select-recipient-wrapper__group-item,.send__select-recipient-wrapper__group-item--selected,.ens-input,.ens-input__wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.add-to-address-book-modal__content,.new-account-modal__content,.send__select-recipient-wrapper,.send__select-recipient-wrapper__recent-group-wrapper,.send__select-recipient-wrapper__group,.send__select-recipient-wrapper__group-item__content,.send__select-recipient-wrapper__group-item--selected__content,.ens-input__wrapper--valid .ens-input__wrapper__input {
    display: flex;
    flex-flow: column nowrap;
}

.send__select-recipient-wrapper__list__back-caret,.ens-input__wrapper__status-icon,.ens-input__wrapper__action-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*  Utility Classes */
/* lib */
.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.pointer {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out;
    transition: transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out;
}

.cursor-pointer:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.cursor-pointer:active {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
}

.drop-menu-item {
    display: flex;
    align-items: center;
}

.critical-error {
    text-align: center;
    margin-top: 20px;
    color: #f00;
}

.network-component--disabled {
    cursor: not-allowed;
}

.network-component--disabled .fa-caret-down {
    opacity: 0;
}

.network-component.pointer {
    border: 1px solid #bbc0c5;
    border-radius: 82px;
    padding: 6px 3px;
    flex: 0 0 auto;
    display: flex;
}

.network-component.pointer.ethereum-network .menu-icon-circle div {
    background-color: rgba(3, 135, 137, 0.7) !important;
}

.network-component.pointer.ropsten-test-network .menu-icon-circle div {
    background-color: rgba(233, 21, 80, 0.7) !important;
}

.network-component.pointer.kovan-test-network .menu-icon-circle div {
    background-color: rgba(105, 4, 150, 0.7) !important;
}

.network-component.pointer.rinkeby-test-network .menu-icon-circle div {
    background-color: rgba(235, 179, 63, 0.7) !important;
}

.network-component.pointer.goerli-test-network .menu-icon-circle div {
    background-color: rgba(48, 153, 242, 0.7) !important;
}

.dropdown-menu-item .menu-icon-circle,.dropdown-menu-item .menu-icon-circle--active {
    margin: 0 14px;
}

.dropdown-menu-selected-item {
    background-color: #2980fe !important;
    border: 1px solid #2980fe !important;
}

.dropdown-menu-selected-item .check-icon {
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 0;
}

.dropdown-menu-item .fa.delete {
    margin-right: 10px;
    display: none;
}

.dropdown-menu-item:hover .fa.delete {
    display: inherit;
}

.network-droppo {
    left: 17px;
    top: 60px;
    position: absolute;
    width: 300px;
}

.network-droppo .color-indicator {
    margin: 0 14px;
}

.network-droppo-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
}

.network-droppo .menu-droppo .dropdown-menu-item:not(.dropdown-menu-custom-item) {
    border-radius: 12px;
}

.network-droppo .menu-droppo .dropdown-menu-item:not(.dropdown-menu-custom-item):hover {
    background: #f5f9ff;
}

.network-droppo .menu-droppo .dropdown-menu-custom-item {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border-radius: 0 0 20px 20px;
    border-top: #eeeeee 1px solid;
    color: #333333;
    font-weight: 400;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.network-droppo .menu-droppo .dropdown-menu-custom-item:hover {
    background-color: #f5f9ff;
}

@media screen and (max-width: 575px) {
    .network-droppo {
        left: 16px;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: auto;
    }
}

@media screen and (min-width: 576px) {
    .network-droppo {
        right: calc((100% - 85vw) / 2);
        left: 10vw;
        top: 80px;
    }

    .network-droppo .menu-droppo:before {
        position: absolute;
        display: block;
        content: "";
        height: 0;
        width: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        top: -20px;
        left: 24px;
    }

    .network-droppo .network-droppo-close {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .network-droppo {
        left: calc((100% - 80vw) / 2);
    }
}

@media screen and (min-width: 1281px) {
    .network-droppo {
        left: calc((100% - 65vw) / 2);
    }
}

.network-name-item {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    flex: 1;
    color: #9b9b9b;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}

.network-logo-item {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background: #fff;
    border: 1px solid #e4ddff;
    border-radius: 16px;
}

.network-logo-item__logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.network-logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.network-check,.network-check__transparent {
    color: #fff;
    margin-left: 7px;
}

.network-check__transparent {
    opacity: 0;
    width: 16px;
    margin: 0;
}

.menu-icon-circle,.menu-icon-circle--active {
    background: none;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    margin: 0 4px;
}

.menu-icon-circle--active {
    border: 1px solid #fff;
    background: rgba(100, 100, 100, 0.4);
}

.menu-icon-circle div,.menu-icon-circle--active div {
    height: 12px;
    width: 12px;
    border-radius: 17px;
}

.menu-icon-circle--active div {
    opacity: 1;
}

.network-dropdown-header {
    width: 100%;
    padding: 12px 16px;
}

.network-dropdown-divider {
    width: 100%;
    height: 2px;
    margin-bottom: 12px;
    background-color: #eeeeee;
}

.network-dropdown-title {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.network-dropdown-content {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    min-height: 36px;
    width: 265px;
    color: #9b9b9b;
}

.network-caret {
    margin: 0 8px;
}

.network-loading-spinner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    height: 16px;
    width: 16px;
    margin-left: 5px;
}

.network-loading-spinner img {
    height: 26px;
    position: absolute;
    top: -5px;
    left: -6px;
}

.network-dropdown-test-networks-setting {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    font-weight: 400;
    margin: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*  NewUI Container Elements */
.app {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    align-items: center;
}

.app.os-mac.browser-chrome::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background-color: #f2f3f4;
    -webkit-animation: emptySpinningDiv 1s infinite linear;
    animation: emptySpinningDiv 1s infinite linear;
}

@-webkit-keyframes emptySpinningDiv {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes emptySpinningDiv {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.main-container {
    z-index: 18;
    position: relative;
}

.main-container::-webkit-scrollbar {
    display: none;
}

.main-container-wrapper {
    display: flex;
    justify-content: center;
    flex: 1 0 auto;
    min-height: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 576px) {
    .lap-visible {
        display: flex;
    }

    .phone-visible {
        display: none;
    }

    .main-container {
        width: 85vw;
        margin-bottom: 10vh;
        min-height: 90vh;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

@media screen and (min-width: 769px) {
    .main-container {
        width: 80vw;
        min-height: 82vh;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    }
}

@media screen and (min-width: 1281px) {
    .main-container {
        width: 62vw;
        min-height: 82vh;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
    }
}

@media screen and (max-width: 575px) {
    .lap-visible {
        display: none;
    }

    .phone-visible {
        display: flex;
    }

    .main-container {
        width: 100%;
        overflow-y: auto;
        background-color: #fff;
    }

    .main-container-wrapper {
        flex: 1;
    }
}

.fiat-amount {
    text-transform: uppercase;
}

.token-balance__amount {
    padding: 0 6px;
}

.first-view-main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.unlock-screen-container {
    z-index: 18;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    background: #f7f7f7;
    width: 100%;
}

.unlock-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
}

.send-screen-wrapper {
    display: flex;
    flex-flow: column nowrap;
    z-index: 25;
}

@media screen and (max-width: 575px) {
    .send-screen-wrapper {
        width: 100%;
        overflow-y: auto;
    }
}

.send-screen-wrapper section {
    flex: 0 0 auto;
}

.send-screen-card {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 46px 40.5px 26px;
    position: relative;
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    width: 498px;
    flex: 1 0 auto;
}

@media screen and (max-width: 575px) {
    .send-screen-card {
        top: 0;
        width: 100%;
        box-shadow: none;
        padding: 12px;
    }
}

/* Send Screen */
.send-screen section {
    margin: 4px 16px;
}

.send-screen input {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
}

.send-eth-icon {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 1px solid #dedede;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -35px;
    z-index: 25;
    padding: 4px;
    background-color: #fff;
}

@media screen and (max-width: 575px) {
    .send-eth-icon {
        position: relative;
        top: 0;
    }
}

.send-screen-input-wrapper {
    width: 95%;
    position: relative;
}

.send-screen-input-wrapper .fa-bolt {
    padding-right: 4px;
}

.send-screen-input-wrapper .large-input {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    margin: 4px 0 20px;
}

.send-screen-input-wrapper .send-screen-gas-input {
    border: 1px solid transparent;
}

.send-screen-input-wrapper__error-message {
    display: none;
}

.send-screen-input-wrapper--error input,.send-screen-input-wrapper--error .send-screen-gas-input {
    border-color: #f00 !important;
}

.send-screen-input-wrapper--error .send-screen-input-wrapper__error-message {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 8px;
    color: #f00;
}

.send-screen-input-wrapper .send-screen-input-wrapper__error-message {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 8px;
    color: #f00;
}

.send-screen-input {
    width: 100%;
}

.send-screen-gas-input {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    height: 41px;
    border-radius: 3px;
    background-color: #f3f3f3;
    border-width: 0;
    border-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 12px;
    color: #5d5d5d;
}

.send-screen-amount-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.send-screen-gas-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.currency-toggle__item {
    color: #2980fe;
    cursor: pointer;
}

.currency-toggle__item--selected {
    color: #000;
    cursor: default;
}

.send-screen-gas-input-customize {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #2980fe;
    cursor: pointer;
}

.gas-tooltip-close-area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.customize-gas-tooltip-container {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    bottom: 50px;
    width: 237px;
    height: 307px;
    background-color: #fff;
    opacity: 1;
    box-shadow: #dedede 0 0 5px;
    z-index: 1050;
    padding: 13px 19px;
    border-radius: 4px;
    font-weight: 500;
}

.gas-tooltip-arrow {
    height: 25px;
    width: 25px;
    z-index: 1200;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 107px;
    top: 294px;
    box-shadow: 2px 2px 2px #dedede;
}

.customize-gas-tooltip-container input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.customize-gas-tooltip-container input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.customize-gas-tooltip {
    position: relative;
}

.gas-tooltip {
    display: flex;
    justify-content: center;
}

.gas-tooltip-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #4d4d4d;
}

.gas-tooltip-header {
    padding-bottom: 12px;
}

.gas-tooltip-input-label {
    margin-bottom: 5px;
}

.gas-tooltip-input-label i {
    color: #aeaeae;
    margin-left: 6px;
}

.customize-gas-input {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 178px;
    height: 28px;
    border: 1px solid #dedede;
    color: #1b344d;
    padding-left: 8px;
}

.customize-gas-input-wrapper {
    position: relative;
}

.gas-tooltip-input-detail {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 4px;
    right: 26px;
    color: #aeaeae;
}

.gas-tooltip-input-arrows {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 4px;
    width: 17px;
    height: 28px;
    border: 1px solid #dadada;
    border-left: 0;
    display: flex;
    flex-direction: column;
    color: #9b9b9b;
    padding: 1px 4px;
    cursor: pointer;
}

.token-gas__amount {
    display: inline-block;
    margin-right: 4px;
}

.token-gas__symbol {
    display: inline-block;
}

.send-screen__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
}

.send-screen__subtitle {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0 20px;
}

.send-screen__send-button,.send-screen__cancel-button {
    width: 163px;
    text-align: center;
}

.send-screen__send-button__disabled {
    opacity: 0.5;
    cursor: auto;
}

.send-token {
    display: flex;
    flex-flow: column nowrap;
    z-index: 25;
}

.send-token__content {
    width: 498px;
    height: 605px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 46px 40.5px 26px;
    position: relative;
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    flex: 1 0 auto;
}

@media screen and (max-width: 575px) {
    .send-token__content {
        top: 0;
        width: 100%;
        box-shadow: none;
        padding: 12px;
    }
}

.send-token .identicon {
    position: absolute;
    top: -35px;
    z-index: 25;
}

@media screen and (max-width: 575px) {
    .send-token .identicon {
        position: relative;
        top: 0;
        flex: 0 0 auto;
    }
}

.send-token__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
}

.send-token__description,.send-token__balance-text,.send-token__token-symbol {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.send-token__token-balance {
    font-size: 2.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-top: 13px;
}

.send-token__token-balance .token-balance__amount {
    padding-right: 12px;
}

.send-token__button-group {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex: 0 0 auto;
}

@media screen and (max-width: 575px) {
    .send-token__button-group {
        margin-top: 24px;
    }
}

.send-token__button-group button {
    width: 163px;
}

.confirm-send-token__hero-amount-wrapper {
    width: 100%;
}

.send-v2__container {
    width: 360px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-flow: column nowrap;
    z-index: 25;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 575px) {
    .send-v2__container {
        width: 100%;
        top: 0;
        box-shadow: none;
        flex: 1 1 auto;
    }
}

.send-v2__send-header-icon-container {
    z-index: 25;
}

@media screen and (max-width: 575px) {
    .send-v2__send-header-icon-container {
        position: relative;
        top: 0;
    }
}

.send-v2__send-header-icon {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #dedede;
    z-index: 25;
    padding: 4px;
    background-color: #fff;
}

.send-v2__send-arrow-icon {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #f28930;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -2px;
    left: 0;
}

.send-v2__arrow-background {
    background-color: #fff;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 52px;
    left: 199px;
    border-radius: 50%;
    z-index: 100;
}

@media screen and (max-width: 575px) {
    .send-v2__arrow-background {
        top: 36px;
    }
}

.send-v2__header {
    height: 88px;
    width: 360px;
    background-color: #e9edf0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .send-v2__header {
        height: 59px;
        width: 100vw;
    }
}

.send-v2__header-tip {
    height: 25px;
    width: 25px;
    background: #e9edf0;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 178px;
    top: 75px;
}

@media screen and (max-width: 575px) {
    .send-v2__header-tip {
        top: 46px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.send-v2__title {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
    text-align: center;
    margin-top: 25px;
}

.send-v2__copy {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #808080;
    text-align: center;
    margin-top: 10px;
    width: 287px;
}

.send-v2__error {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    left: 8px;
    color: #f00;
}

.send-v2__error-amount {
    position: absolute;
    right: 0;
    top: -23px;
    text-align: right;
}

.send-v2__warning {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    left: 8px;
    color: #ffa500;
}

.send-v2__error-border {
    color: #f00;
}

.send-v2__form {
    margin-left: 16px;
}

.send-v2__form-title {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    padding: 16px 16px 8px 0;
    font-weight: 500;
    color: #333333;
}

.send-v2__form-amount-asset__focus .unit-input {
    background: #f6faff;
    border-width: 1.5px;
    border-color: #2980fe;
}

.send-v2__form-amount-asset__focus .unit-input__input {
    background-color: #f6faff;
}

.send-v2__form-amount-asset__focus .send-v2__asset-dropdown {
    background: #f6faff !important;
}

.send-v2__form-amount-asset__focus .send-v2__asset-dropdown__input-wrapper {
    border-width: 1.5px;
    border-color: #2980fe;
}

.send-v2__form-amount-asset__focus .send-v2__asset-dropdown__asset {
    border-radius: 0 0 12px 12px;
}

.send-v2__form-amount-asset__focus .send-v2__form-divider {
    background-color: #2980fe;
    margin-top: -1.5px;
}

@media screen and (max-width: 575px) {
    .send-v2__form {
        margin: 0 0 0 16px;
        flex: 1 1 auto;
    }
}

.send-v2__form-header,.send-v2__form-header-copy {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.send-v2__form-row {
    width: calc(100% - 18px);
    position: relative;
    display: flex;
    flex-flow: row;
    flex: 1 0 auto;
    justify-content: space-between;
    align-items: center;
}

.send-v2__form-row:last-child {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
}

.send-v2__form-row .advanced-gas-inputs__gas-edit-rows {
    padding: 0 !important;
}

.send-v2__form-field-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.send-v2__form-field {
    flex: 1 1 auto;
    min-width: 0;
}

.send-v2__form-field .currency-display {
    color: #4d4d4d;
}

.send-v2__form-field .currency-display__currency-symbol {
    color: #4d4d4d;
}

.send-v2__form-field .currency-display__converted-value,.send-v2__form-field .currency-display__converted-currency {
    color: #4d4d4d;
}

.send-v2__form-field .account-list-item__account-secondary-balance {
    color: #4d4d4d;
}

.send-v2__form-field .unit-input {
    border-radius: 12px 12px 0 0;
    border-bottom: none;
}

.send-v2__form-label {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #5d5d5d;
    width: 95px;
    flex: 0 0 auto;
}

.send-v2__form-divider {
    margin-left: 12px;
    margin-right: 28px;
    background-color: #eeeeee;
    height: 1px;
    position: relative;
    z-index: 2;
    margin-top: -1px;
}

.send-v2__from-dropdown,.send-v2__asset-dropdown {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #333333;
    position: relative;
}

.send-v2__from-dropdown__close-area,.send-v2__asset-dropdown__close-area {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.send-v2__from-dropdown__list,.send-v2__asset-dropdown__list {
    z-index: 1050;
    position: absolute;
    height: 220px;
    width: 100%;
    border: 1px solid #d2d8dd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    margin-top: 11px;
    margin-left: -1px;
    overflow-y: scroll;
}

.send-v2__from-dropdown {
    height: 73px;
}

.send-v2__asset-dropdown {
    height: 44px;
    border: none;
    position: relative;
}

.send-v2__asset-dropdown__single-asset {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 8px 8px;
}

.send-v2__asset-dropdown__caret {
    color: #cdcdcd;
    padding: 0 10px;
}

.send-v2__asset-dropdown__slide {
    width: 10px;
    margin-left: 6px;
}

.send-v2__asset-dropdown__asset {
    font-size: 13px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    color: #333333;
    font-weight: 400;
}

.send-v2__asset-dropdown__asset-content {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.send-v2__asset-dropdown__asset-content .send-v2__asset-dropdown__symbol {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    margin-left: 3px;
    font-weight: 500;
}

.send-v2__asset-dropdown__asset__left {
    display: flex;
    align-items: center;
}

.send-v2__asset-dropdown__asset__left .send-v2__asset-dropdown__symbol {
    font-size: 14px;
    margin-left: 12px;
}

.send-v2__asset-dropdown__asset-check {
    width: 12px;
    margin-left: 8px;
}

.send-v2__asset-dropdown__asset-data {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.send-v2__asset-dropdown__asset-data--fix {
    margin-right: 0;
}

.send-v2__asset-dropdown__asset-icon .identicon {
    border: 1px solid #dedede;
}

.send-v2__asset-dropdown__asset-data {
    display: flex;
}

.send-v2__asset-dropdown__name {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-flow: row nowrap;
    margin-left: 3px;
}

.send-v2__asset-dropdown__name__label {
    margin-right: 0.25rem;
}

.send-v2__asset-dropdown__name .currency-display-component__suffix {
    display: none;
}

.send-v2__asset-dropdown__close-area {
    z-index: 2000;
}

.send-v2__asset-dropdown__list {
    z-index: 2050;
    position: absolute;
    max-height: 180px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
    top: 65px;
    left: 0;
    margin-top: -15px;
    overflow-y: auto;
    padding: 8px;
    scrollbar-width: 0;
}

.send-v2__asset-dropdown__list::-webkit-scrollbar {
    display: none;
}

.send-v2__asset-dropdown__list .send-v2__asset-dropdown__asset {
    padding: 8px;
    border-radius: 12px;
}

.send-v2__asset-dropdown__input-wrapper {
    border: 1px solid #f1f1f1;
    border-top: none;
    border-radius: 0 0 12px 12px;
    height: 100%;
}

.send-v2__asset-dropdown__input-wrapper--opened {
    position: relative;
    z-index: 2050;
}

.send-v2__asset-dropdown__input-wrapper .send-v2__asset-dropdown__asset {
    height: 100%;
}

.send-v2__asset-dropdown__input {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    z-index: 1025;
    position: relative;
    height: 54px;
    width: 100%;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    color: #4d4d4d;
    padding: 10px;
}

.send-v2__memo-text-area__title,.send-v2__hex-data__title {
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.send-v2__memo-text-area__title-label,.send-v2__hex-data__title-label {
    display: flex;
    align-items: center;
}

.send-v2__memo-text-area__title-icon,.send-v2__hex-data__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
}

.send-v2__memo-text-area__title-tips,.send-v2__hex-data__title-tips {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.send-v2__memo-text-area__title-tips-container,.send-v2__hex-data__title-tips-container {
    display: inline-flex !important;
    margin-left: 2px;
    cursor: pointer;
}

.send-v2__memo-text-area__title-tab,.send-v2__hex-data__title-tab {
    display: flex;
    align-items: center;
    height: 20px;
    border: 1px solid #2980fe;
    border-radius: 6px;
    cursor: pointer;
}

.send-v2__memo-text-area__title-tab__item,.send-v2__hex-data__title-tab__item {
    font-size: 11px;
    padding: 0 8px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #2980FE;
}

.send-v2__memo-text-area__title-tab__active,.send-v2__hex-data__title-tab__active {
    color: #ffffff;
    background: #2980fe;
    border: 1px solid #2980fe;
    border-radius: 6px;
}

.send-v2__memo-text-area__input,.send-v2__hex-data__input {
    font-size: 13px;
    z-index: 1;
    position: relative;
    height: 44px;
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    color: #4d4d4d;
    padding: 10px;
    resize: none;
}

.send-v2__memo-text-area__input--focus,.send-v2__hex-data__input--focus {
    border: 1.5px #2980fe solid;
    background-color: #f6faff;
}

.send-v2__memo-text-area__input--error,.send-v2__hex-data__input--error {
    font-size: 12px;
    color: #f44336;
}

.send-v2__memo-text-area__input::-webkit-input-placeholder,.send-v2__hex-data__input::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #bbbbbb;
}

.send-v2__memo-text-area__input::-moz-placeholder,.send-v2__hex-data__input::-moz-placeholder {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #bbbbbb;
}

.send-v2__memo-text-area__input::-ms-input-placeholder,.send-v2__hex-data__input::-ms-input-placeholder {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #bbbbbb;
}

.send-v2__memo-text-area__input::placeholder,.send-v2__hex-data__input::placeholder {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #bbbbbb;
}

.send-v2__amount-max {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    z-index: 66;
    right: 18px;
    padding: 0;
    border-radius: 11px;
}

.send-v2__amount-max__button {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 44px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #333333;
    background-color: #fff;
    border: 1px solid #333333;
}

.send-v2__amount-max__button__disabled {
    color: #c1c1c1;
    background-color: #f5f5f5;
    border: none;
}

input:checked+.send-v2__amount-max__button {
    background-color: #2980fe;
    border: 1px solid #037dd6;
    color: #fff;
}

.send-v2__amount-max input {
    opacity: 0;
    width: 0;
    height: 0;
}

.send-v2__gas-fee-display {
    width: 100%;
    position: relative;
}

.send-v2__gas-fee-display .currency-display--message {
    padding: 8px 38px 8px 10px;
    display: flex;
    align-items: center;
}

.send-v2__sliders-icon-container {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    border: 1px solid #037dd6;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
}

.send-v2__sliders-icon {
    color: #2980fe;
}

.send-v2__memo-text-area__input {
    padding: 6px 10px;
}

.send-v2__footer {
    height: 92px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-top: 1px solid #dedede;
    background: #fff;
    padding: 0 12px;
    flex-shrink: 0;
}

.send-v2__next-btn,.send-v2__cancel-btn {
    width: 163px;
    margin: 0 4px;
}

.send-v2__customize-gas {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    display: flex;
    flex-flow: column;
}

@media screen and (max-width: 575px) {
    .send-v2__customize-gas {
        width: 100vw;
        height: 100vh;
    }
}

.send-v2__customize-gas__header {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 52px;
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .send-v2__customize-gas__header {
        flex: 0 0 auto;
    }
}

.send-v2__customize-gas__title {
    margin-left: 19.25px;
}

.send-v2__customize-gas__close::after {
    content: "脳";
    font-size: 1.8em;
    color: #9b9b9b;
    cursor: pointer;
    margin-right: 19.25px;
}

.send-v2__customize-gas__content {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}

.send-v2__customize-gas__body {
    display: flex;
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .send-v2__customize-gas__body {
        flex-flow: column;
        flex: 1 1 auto;
    }
}

.send-v2__customize-gas__footer {
    font-size: 1.5rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 75px;
    border-top: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width: 575px) {
    .send-v2__customize-gas__footer {
        flex: 0 0 auto;
    }
}

.send-v2__customize-gas__buttons {
    display: flex;
    justify-content: space-between;
    margin-right: 21.25px;
}

.send-v2__customize-gas__revert,.send-v2__customize-gas__cancel,.send-v2__customize-gas__save,.send-v2__customize-gas__save__error {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3px;
    cursor: pointer;
}

.send-v2__customize-gas__revert {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    color: #aeaeae;
    margin-left: 21.25px;
}

.send-v2__customize-gas__cancel,.send-v2__customize-gas__save,.send-v2__customize-gas__save__error {
    width: 85.74px;
    min-width: initial;
}

.send-v2__customize-gas__save__error {
    opacity: 0.5;
    cursor: auto;
}

.send-v2__customize-gas__error-message {
    font-size: 0.75rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -18px;
    right: 0;
    color: #f00;
    width: 100%;
    text-align: center;
}

.send-v2__customize-gas__cancel {
    margin-right: 10px;
}

.send-v2__gas-modal-card {
    width: 360px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 20px;
}

.send-v2__gas-modal-card__title {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 26px;
    color: #4d4d4d;
    margin-top: 17px;
}

.send-v2__gas-modal-card__copy {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    width: 314px;
    color: #4d4d4d;
    margin-top: 17px;
}

.send-v2__gas-modal-card .customize-gas-input-wrapper {
    margin-top: 17px;
}

.send-v2__gas-modal-card .customize-gas-input {
    height: 54px;
    width: 315px;
    border: 1px solid #d2d8dd;
    background-color: #fff;
    padding-left: 15px;
}

.send-v2__gas-modal-card .gas-tooltip-input-arrows {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    width: 32px;
    height: 54px;
    border-left: 1px solid #dadada;
    color: #4d4d4d;
    right: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.send-v2__gas-modal-card .gas-tooltip-input-arrow-wrapper {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.send-v2__gas-modal-card input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.send-v2__gas-modal-card input[type=number]:hover::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.advanced-gas-options-btn {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    justify-content: flex-end;
    color: #666666;
    cursor: pointer;
    margin: 6px 0 0;
}

.advanced-gas-options-btn-slide {
    width: 10px;
    height: 6px;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    margin-left: 4px;
}

.sliders-icon-container {
    font-size: 1rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    border: 1px solid #037dd6;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
}

.gas-fee-reset {
    font-size: 0.875rem;
    font-family: PingFangSC, PingFangSC-Regular;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    right: 12px;
    top: 14px;
    cursor: pointer;
    color: #2980fe;
}

.sliders-icon {
    color: #2980fe;
}

/*  Third Party Library Styles*/
.tippy-touch {
    cursor: pointer !important;
}

.tippy-notransition {
    transition: none !important;
}

.tippy-popper {
    max-width: 400px;
    -webkit-perspective: 800px;
    perspective: 800px;
    z-index: 9999;
    outline: 0;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

.tippy-popper.html-template {
    max-width: 96%;
    max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^=top] [x-arrow] {
    border-top: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    margin: 0 9px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
}

.tippy-popper[x-placement^=top] [x-circle] {
    -webkit-transform-origin: 0 33%;
    transform-origin: 0 33%;
}

.tippy-popper[x-placement^=top] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -55%);
    transform: scale(1) translate(-50%, -55%);
    opacity: 1;
}

.tippy-popper[x-placement^=top] [x-circle].leave {
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
    border-top: 7px solid rgba(0, 0, 0, 0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-top: 5px solid rgba(0, 0, 0, 0.7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-top: 10px solid rgba(0, 0, 0, 0.7);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) rotateX(0);
    transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(90deg);
    transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
    border-bottom: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    margin: 0 9px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
    border-bottom: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px;
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
    border-bottom: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
}

.tippy-popper[x-placement^=bottom] [x-circle] {
    -webkit-transform-origin: 0 -50%;
    transform-origin: 0 -50%;
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -45%);
    transform: scale(1) translate(-50%, -45%);
    opacity: 1;
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
    -webkit-transform: scale(0.15) translate(-50%, -5%);
    transform: scale(0.15) translate(-50%, -5%);
    opacity: 0;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid rgba(0, 0, 0, 0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-bottom: 5px solid rgba(0, 0, 0, 0.7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-bottom: 10px solid rgba(0, 0, 0, 0.7);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    -webkit-transform-origin: top;
    transform-origin: top;
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) rotateX(0);
    transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(-90deg);
    transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^=left] [x-arrow] {
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 6px 0;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px;
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
    border-left: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -10px;
}

.tippy-popper[x-placement^=left] [x-circle] {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.tippy-popper[x-placement^=left] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.tippy-popper[x-placement^=left] [x-circle].leave {
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid rgba(0, 0, 0, 0.7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-left: 5px solid rgba(0, 0, 0, 0.7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-left: 10px solid rgba(0, 0, 0, 0.7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
    -webkit-transform-origin: right;
    transform-origin: right;
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) rotateY(0);
    transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(-90deg);
    transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^=right] [x-arrow] {
    border-right: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 6px 0;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px;
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
    border-right: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
}

.tippy-popper[x-placement^=right] [x-circle] {
    -webkit-transform-origin: -50% 0;
    transform-origin: -50% 0;
}

.tippy-popper[x-placement^=right] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.tippy-popper[x-placement^=right] [x-circle].leave {
    -webkit-transform: scale(0.15) translate(-50%, -50%);
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
    border-right: 7px solid rgba(0, 0, 0, 0.7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-right: 5px solid rgba(0, 0, 0, 0.7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-right: 10px solid rgba(0, 0, 0, 0.7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
    -webkit-transform-origin: left;
    transform-origin: left;
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) rotateY(0);
    transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(90deg);
    transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0);
}

.tippy-popper .tippy-tooltip.transparent-theme {
    background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-popper .tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
    background-color: #fff;
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: 0.95rem;
    padding: 0.4rem 0.8rem;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333;
}

.tippy-tooltip--small {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

.tippy-tooltip--big {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
}

.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent;
}

.tippy-tooltip[data-interactive] {
    pointer-events: auto;
}

.tippy-tooltip[data-inertia] {
    transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip [x-arrow] {
    position: absolute;
    width: 0;
    height: 0;
}

.tippy-tooltip [x-circle] {
    position: absolute;
    will-change: transform;
    background-color: #333;
    border-radius: 50%;
    width: 130%;
    width: calc(110% + 2rem);
    left: 50%;
    top: 50%;
    z-index: -1;
    overflow: hidden;
    transition: all ease;
}

.tippy-tooltip [x-circle]:before {
    content: "";
    padding-top: 90%;
    float: left;
}

@media (max-width: 450px) {
    .tippy-popper {
        max-width: 100%;
        max-width: calc(100% - 20px);
    }
}
