├── AtomicWallet.ttf ├── AtomicWallet.woff ├── LICENSE └── atomicwallet.css /AtomicWallet.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atomicwallet/AtomicWallet-Crypto-Icons/HEAD/AtomicWallet.ttf -------------------------------------------------------------------------------- /AtomicWallet.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atomicwallet/AtomicWallet-Crypto-Icons/HEAD/AtomicWallet.woff -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 Atomicwallet.io 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /atomicwallet.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: AtomicWallet; 3 | src: url("./atomicwallet.ttf") format('truetype'); 4 | font-weight: normal; 5 | font-style: normal; 6 | } 7 | [class^="icon-"], 8 | [class*=" icon-"] { 9 | /* use !important to prevent issues with browser extensions that change fonts */ 10 | font-family: atomicwallet !important; 11 | speak: none; 12 | font-style: normal; 13 | font-weight: normal; 14 | font-variant: normal; 15 | text-transform: none; 16 | line-height: normal; 17 | font-size: 3em; 18 | -webkit-background-clip: text !important; 19 | -webkit-text-fill-color: transparent !important; 20 | -webkit-font-smoothing: antialiased; 21 | -moz-osx-font-smoothing: grayscale; 22 | } 23 | 24 | .icon-ethTokenDefault { 25 | background: linear-gradient(to bottom, #e7f8ff 0%, #627eea 100%); 26 | } 27 | .icon-ethTokenDefault:before { 28 | content: "\e930"; 29 | } 30 | 31 | .icon-default { 32 | background: linear-gradient(to bottom, #e4c079 0%, #bd974c 100%); 33 | } 34 | .icon-default:before { 35 | content: "\e93a"; 36 | } 37 | 38 | .icon-zrx { 39 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 40 | } 41 | .icon-zrx:before { 42 | content: "\e901"; 43 | } 44 | .icon-zil { 45 | background: linear-gradient(to bottom, #49c1bf 0%, #298e97 100%); 46 | } 47 | .icon-zil:before { 48 | content: "\e902"; 49 | } 50 | .icon-zec { 51 | background: linear-gradient(to bottom, #f8d175 0%, #ecb244 100%); 52 | } 53 | .icon-zec:before { 54 | content: "\e903"; 55 | } 56 | .icon-xtz { 57 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 58 | } 59 | .icon-xtz:before { 60 | content: "\e904"; 61 | } 62 | .icon-xrp { 63 | background: linear-gradient(to bottom, #7db9e8 0%, #2989d8 100%); 64 | } 65 | .icon-xrp:before { 66 | content: "\e905"; 67 | } 68 | .icon-wings { 69 | background: linear-gradient(to bottom, #93f2ff 0%, #0dc9f7 100%); 70 | } 71 | .icon-wings:before { 72 | content: "\e907"; 73 | } 74 | .icon-wax { 75 | background: linear-gradient(to bottom, #ffcd41 0%, #ff6b00 100%); 76 | } 77 | .icon-wax:before { 78 | content: "\e908"; 79 | } 80 | .icon-vib { 81 | background: linear-gradient(to bottom, #ed5250 0%, #ff1f43 100%); 82 | } 83 | .icon-vib:before { 84 | content: "\e909"; 85 | } 86 | .icon-usdc { 87 | background: linear-gradient(to bottom, #3998FF 0%, #2775CA 100%); 88 | } 89 | .icon-usdc:before { 90 | content: "\ea88"; 91 | } 92 | .icon-tusd { 93 | background: linear-gradient(to bottom, #6cb0fd 0%, #494dfc 100%); 94 | } 95 | .icon-tusd:before { 96 | content: "\e90b"; 97 | } 98 | .icon-trx { 99 | background: linear-gradient(to bottom, #fc2d38 0%, #a50009 100%); 100 | } 101 | .icon-trx:before { 102 | content: "\e90c"; 103 | } 104 | .icon-trst { 105 | background: linear-gradient(to bottom, #8beeca 0%, #63c6bb 100%); 106 | } 107 | .icon-trst:before { 108 | content: "\e90d"; 109 | } 110 | .icon-swt { 111 | background: linear-gradient(to bottom, #fde785 0%, #efd96f 100%); 112 | } 113 | .icon-swt:before { 114 | content: "\e90e"; 115 | } 116 | .icon-stx { 117 | background: linear-gradient(to bottom, #51b5f8 0%, #7020f0 100%); 118 | } 119 | .icon-stx:before { 120 | content: "\e90f"; 121 | } 122 | .icon-storj { 123 | background: linear-gradient(to bottom, #61b3fa 0%, #2683ff 100%); 124 | } 125 | .icon-storj:before { 126 | content: "\e910"; 127 | } 128 | .icon-snm { 129 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 130 | } 131 | .icon-snm:before { 132 | content: "\e911"; 133 | } 134 | .icon-skin { 135 | background: linear-gradient(to bottom, #00e9f1 0%, #005584 100%); 136 | } 137 | .icon-skin:before { 138 | content: "\e912"; 139 | } 140 | .icon-salt { 141 | background: linear-gradient(to bottom, #1beef4 0%, #02e1c9 100%); 142 | } 143 | .icon-salt:before { 144 | content: "\e913"; 145 | } 146 | .icon-rlc { 147 | background: linear-gradient(to bottom, #fde785 0%, #ffd800 100%); 148 | } 149 | .icon-rlc:before { 150 | content: "\e914"; 151 | } 152 | .icon-r { 153 | background: linear-gradient(to bottom, #e4007f 0%, #8900bf 100%); 154 | } 155 | .icon-r:before { 156 | content: "\e915"; 157 | } 158 | .icon-rep { 159 | background: linear-gradient(to bottom, #ff6c88 0%, #6e2f5e 100%); 160 | } 161 | .icon-rep:before { 162 | content: "\e916"; 163 | } 164 | .icon-rcn { 165 | background: linear-gradient(to bottom, #00a4ff 0%, #3555f9 100%); 166 | } 167 | .icon-rcn:before { 168 | content: "\e917"; 169 | } 170 | .icon-qtum { 171 | background: linear-gradient(to bottom, #41d4fc 0%, #2e9ad0 100%); 172 | } 173 | .icon-qtum:before { 174 | content: "\e918"; 175 | } 176 | .icon-ptoy { 177 | background: linear-gradient(to bottom, #ed5250 0%, #db0029 100%); 178 | } 179 | .icon-ptoy:before { 180 | content: "\e919"; 181 | } 182 | .icon-ppt { 183 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 184 | } 185 | .icon-ppt:before { 186 | content: "\e91a"; 187 | } 188 | .icon-powr { 189 | background: linear-gradient(to bottom, #8beeca 0%, #05bca9 100%); 190 | } 191 | .icon-powr:before { 192 | content: "\e91b"; 193 | } 194 | .icon-poly { 195 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 196 | } 197 | .icon-poly:before { 198 | content: "\e91c"; 199 | } 200 | .icon-pay { 201 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 202 | } 203 | .icon-pay:before { 204 | content: "\e91d"; 205 | } 206 | .icon-pax { 207 | background: linear-gradient(to bottom, #3cd796 0%, #0f754d 100%); 208 | } 209 | .icon-pax:before { 210 | content: "\e91e"; 211 | } 212 | .icon-omg { 213 | background: linear-gradient(to bottom, #00a4ff 0%, #1a53f0 100%); 214 | } 215 | .icon-omg:before { 216 | content: "\e91f"; 217 | } 218 | .icon-nmr { 219 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 220 | } 221 | .icon-nmr:before { 222 | content: "\e920"; 223 | } 224 | .icon-nexo { 225 | background: linear-gradient(to bottom, #60befe 0%, #2853c3 100%); 226 | } 227 | .icon-nexo:before { 228 | content: "\e921"; 229 | } 230 | .icon-mln { 231 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 232 | } 233 | .icon-mln:before { 234 | content: "\e922"; 235 | } 236 | .icon-mkr { 237 | background: linear-gradient(to bottom, #1abc9c 0%, #546979 100%); 238 | } 239 | .icon-mkr:before { 240 | content: "\e923"; 241 | } 242 | .icon-mco { 243 | background: linear-gradient(to bottom, #61a7e2 0%, #103f68 100%); 244 | } 245 | .icon-mco:before { 246 | content: "\e924"; 247 | } 248 | .icon-mana { 249 | background: linear-gradient(to bottom, #ec9250 0%, #35312e 100%); 250 | } 251 | .icon-mana:before { 252 | content: "\e925"; 253 | } 254 | .icon-lun { 255 | background: linear-gradient(to bottom, #f85f7d 0%, #f14e10 100%); 256 | } 257 | .icon-lun:before { 258 | content: "\e926"; 259 | } 260 | .icon-ltc { 261 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 262 | } 263 | .icon-ltc:before { 264 | content: "\e927"; 265 | } 266 | .icon-link { 267 | background: linear-gradient(to bottom, #41d4fc 0%, #3fa0f1 100%); 268 | } 269 | .icon-link:before { 270 | content: "\e928"; 271 | } 272 | .icon-knc { 273 | background: linear-gradient(to bottom, #6ebb9d 0%, #3297ae 100%); 274 | } 275 | .icon-knc:before { 276 | content: "\e929"; 277 | } 278 | .icon-hmq { 279 | background: linear-gradient(to bottom, #9cc1ef 0%, #58a1fc 100%); 280 | } 281 | .icon-hmq:before { 282 | content: "\e92a"; 283 | } 284 | .icon-gusd { 285 | background: linear-gradient(to bottom, #26ddf9 0%, #0490a6 100%); 286 | } 287 | .icon-gusd:before { 288 | content: "\e92b"; 289 | } 290 | .icon-gup { 291 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 292 | } 293 | .icon-gup:before { 294 | content: "\e92c"; 295 | } 296 | .icon-gnt { 297 | background: linear-gradient(to bottom, #01d3e0 0%, #114cc0 100%); 298 | } 299 | .icon-gnt:before { 300 | content: "\e92d"; 301 | } 302 | .icon-gno { 303 | background: linear-gradient(to bottom, #42d4ee 0%, #00a6c4 100%); 304 | } 305 | .icon-gno:before { 306 | content: "\e92e"; 307 | } 308 | .icon-fun { 309 | background: linear-gradient(to bottom, #ff6c88 0%, #f1385b 100%); 310 | } 311 | .icon-fun:before { 312 | content: "\e92f"; 313 | } 314 | 315 | .icon-eth { 316 | background: linear-gradient(to bottom, #76d4ff 0%, #627eea 100%); 317 | } 318 | .icon-eth:before { 319 | content: "\e931"; 320 | } 321 | .icon-enj { 322 | background: linear-gradient(to bottom, #da58dc 0%, #6d84d6 100%); 323 | } 324 | .icon-enj:before { 325 | content: "\e932"; 326 | } 327 | .icon-elf { 328 | background: linear-gradient(to bottom, #01d3e0 0%, #2b5eba 100%); 329 | } 330 | .icon-elf:before { 331 | content: "\e933"; 332 | } 333 | .icon-edg { 334 | background: linear-gradient(to bottom, #bd83ff 0%, #682bac 100%); 335 | } 336 | .icon-edg:before { 337 | content: "\e934"; 338 | } 339 | .icon-doge { 340 | background: linear-gradient(to bottom, #e0cd81 0%, #bb9f32 100%); 341 | } 342 | .icon-doge:before { 343 | content: "\e935"; 344 | } 345 | .icon-dnt { 346 | background: linear-gradient(to bottom, #4ee0ea 0%, #4358d3 100%); 347 | } 348 | .icon-dnt:before { 349 | content: "\e936"; 350 | } 351 | .icon-dgd { 352 | background: linear-gradient(to bottom, #fde785 0%, #f4d029 100%); 353 | } 354 | .icon-dgd:before { 355 | content: "\e937"; 356 | } 357 | .icon-dgb { 358 | background: linear-gradient(to bottom, #8fd4ff 0%, #003cff 100%); 359 | } 360 | .icon-dgb:before { 361 | content: "\e938"; 362 | } 363 | .icon-dent { 364 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 365 | } 366 | .icon-dent:before { 367 | content: "\e939"; 368 | } 369 | .icon-dcn { 370 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 371 | } 372 | .icon-dcn:before { 373 | content: "\e93b"; 374 | } 375 | .icon-dash { 376 | background: linear-gradient(to bottom, #6ac1ff 0%, #2677ba 100%); 377 | } 378 | .icon-dash:before { 379 | content: "\e93c"; 380 | } 381 | .icon-dai { 382 | background: linear-gradient(to bottom, #ffd343 0%, #ffb300 100%); 383 | } 384 | .icon-dai:before { 385 | content: "\e93d"; 386 | } 387 | .icon-cvc { 388 | background: linear-gradient(to bottom, #72e776 0%, #3ab03e 100%); 389 | } 390 | .icon-cvc:before { 391 | content: "\e93e"; 392 | } 393 | .icon-btg { 394 | background: linear-gradient(to bottom, #ffe231 0%, #ee8707 100%); 395 | } 396 | .icon-btg:before { 397 | content: "\e93f"; 398 | } 399 | .icon-btc { 400 | background: linear-gradient(to bottom, #ffb862 0%, #f76a1a 100%); 401 | } 402 | .icon-btc:before { 403 | content: "\e940"; 404 | } 405 | .icon-bsv { 406 | background: linear-gradient(to bottom, #ffb862 0%, #f76a1a 100%); 407 | } 408 | .icon-bsv:before { 409 | content: "\e950"; 410 | } 411 | .icon-bch { 412 | background: linear-gradient(to bottom, #ffb862 0%, #f76a1a 100%); 413 | } 414 | .icon-bch:before { 415 | content: "\e94e"; 416 | } 417 | .icon-brd { 418 | background: linear-gradient(to bottom, #ffb178 0%, #f85b3f 100%); 419 | } 420 | .icon-brd:before { 421 | content: "\e941"; 422 | } 423 | .icon-bnt { 424 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 425 | } 426 | .icon-bnt:before { 427 | content: "\e942"; 428 | } 429 | .icon-bnb { 430 | background: linear-gradient(to bottom, #f8d175 0%, #f4c148 100%); 431 | } 432 | .icon-bnb:before { 433 | content: "\e943"; 434 | } 435 | .icon-bkx { 436 | background: linear-gradient(to bottom, #fff 0%, #0da9fe 100%); 437 | } 438 | .icon-bkx:before { 439 | content: "\e944"; 440 | } 441 | .icon-bat { 442 | background: linear-gradient(to bottom, #ec8150 0%, #ff5000 100%); 443 | } 444 | .icon-bat:before { 445 | content: "\e945"; 446 | } 447 | .icon-awc { 448 | background: linear-gradient(to bottom, #42c1fd 0%, #1f8efa 100%); 449 | } 450 | .icon-awc:before { 451 | content: "\e946"; 452 | } 453 | .icon-arn { 454 | background: linear-gradient(to bottom, #01d3e0 0%, #106ea5 100%); 455 | } 456 | .icon-arn:before { 457 | content: "\e947"; 458 | } 459 | .icon-ant { 460 | background: linear-gradient(to bottom, #bbecf0 0%, #2cd3e1 100%); 461 | } 462 | .icon-ant:before { 463 | content: "\e948"; 464 | } 465 | .icon-ae { 466 | background: linear-gradient(to bottom, #ff5785 0%, #de3f6b 100%); 467 | } 468 | .icon-ae:before { 469 | content: "\e949"; 470 | } 471 | .icon-adx { 472 | background: linear-gradient(to bottom, #4fa6eb 0%, #1b75bc 100%); 473 | } 474 | .icon-adx:before { 475 | content: "\e94a"; 476 | 477 | .icon-eurs { 478 | background: linear-gradient(to bottom, #57beff 0%, #2468e3 100%); 479 | } 480 | .icon-eurs:before { 481 | content: "\e951"; 482 | } 483 | .icon-mith { 484 | background: linear-gradient(to bottom, #57beff 0%, #2468e3 100%); 485 | } 486 | .icon-mith:before { 487 | content: "\e952"; 488 | } 489 | .icon-pma { 490 | background: linear-gradient(to bottom, #58a9ff 0%, #2b85e3 100%); 491 | } 492 | 493 | .icon-300 { 494 | background: linear-gradient(to bottom, #e4c079 0%, #9c6114 100%); 495 | } 496 | .icon-300:before { 497 | content: "\e955"; 498 | } 499 | .icon-abyss { 500 | background: linear-gradient(to bottom, #2f8dfa 0%, #0047bc 100%); 501 | } 502 | .icon-abyss:before { 503 | content: "\e956"; 504 | } 505 | .icon-ada { 506 | background: linear-gradient(to bottom, #68A8FF 0%, #197BFF 100%); 507 | } 508 | .icon-ada:before { 509 | content: "\e957"; 510 | } 511 | .icon-adst { 512 | background: linear-gradient(to bottom, #7ee6fe 0%, #2c4df4 100%); 513 | } 514 | .icon-adst:before { 515 | content: "\e958"; 516 | } 517 | .icon-adt { 518 | background: linear-gradient(to bottom, #51b5f8 0%, #8d24dc 100%); 519 | } 520 | .icon-adt:before { 521 | content: "\e959"; 522 | } 523 | .icon-aidoc { 524 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 525 | } 526 | .icon-aidoc:before { 527 | content: "\e95a"; 528 | } 529 | .icon-aion { 530 | background: linear-gradient(to bottom, #b7f1ff 0%, #00bfec 100%); 531 | } 532 | .icon-aion:before { 533 | content: "\e95b"; 534 | } 535 | .icon-air { 536 | background: linear-gradient(to bottom, #00a7db 0%, #7268ff 100%); 537 | } 538 | .icon-air:before { 539 | content: "\e95c"; 540 | } 541 | .icon-alis { 542 | background: linear-gradient(to bottom, #8c9af3 0%, #4d5cbe 100%); 543 | } 544 | .icon-alis:before { 545 | content: "\e95d"; 546 | } 547 | .icon-amb { 548 | background: linear-gradient(to bottom, #22b5ff 0%, #721ff3 100%); 549 | } 550 | .icon-amb:before { 551 | content: "\e95e"; 552 | } 553 | .icon-amis { 554 | background: linear-gradient(to bottom, #c08486 0%, #894a4c 100%); 555 | } 556 | .icon-amis:before { 557 | content: "\e95f"; 558 | } 559 | .icon-appc { 560 | background: linear-gradient(to bottom, #fd9055 0%, #ff6b7a 100%); 561 | } 562 | .icon-appc:before { 563 | content: "\e960"; 564 | } 565 | .icon-apt { 566 | background: linear-gradient(to bottom, #6ac1ff 0%, #006ebe 100%); 567 | } 568 | .icon-apt:before { 569 | content: "\e961"; 570 | } 571 | .icon-arc { 572 | background: linear-gradient(to bottom, #61f4d7 0%, #00b19d 100%); 573 | } 574 | .icon-arc:before { 575 | content: "\e962"; 576 | } 577 | .icon-art { 578 | background: linear-gradient(to bottom, #e4c079 0%, #bd974c 100%); 579 | } 580 | .icon-art:before { 581 | content: "\e963"; 582 | } 583 | .icon-ast { 584 | background: linear-gradient(to bottom, #00a4ff 0%, #5e72eb 100%); 585 | } 586 | .icon-ast:before { 587 | content: "\e964"; 588 | } 589 | .icon-ath { 590 | background: linear-gradient(to bottom, #61b3fa 0%, #5492cc 100%); 591 | } 592 | .icon-ath:before { 593 | content: "\e965"; 594 | } 595 | .icon-atl { 596 | background: linear-gradient(to bottom, #61b3fa 0%, #2280c3 100%); 597 | } 598 | .icon-atl:before { 599 | content: "\e966"; 600 | } 601 | .icon-atm { 602 | background: linear-gradient(to bottom, #3d87ff 0%, #e3372d 100%); 603 | } 604 | .icon-atm:before { 605 | content: "\e967"; 606 | } 607 | .icon-ava { 608 | background: linear-gradient(to bottom, #71e2e6 0%, #6198f3 100%); 609 | } 610 | .icon-ava:before { 611 | content: "\e968"; 612 | } 613 | .icon-avt { 614 | background: linear-gradient(to bottom, #34a5ff 0%, #4818f6 100%); 615 | } 616 | .icon-avt:before { 617 | content: "\e969"; 618 | } 619 | .icon-awr { 620 | background: linear-gradient(to bottom, #fee250 0%, #ff7700 100%); 621 | } 622 | .icon-awr:before { 623 | content: "\e96a"; 624 | } 625 | .icon-bcap { 626 | background: linear-gradient(to bottom, #6fd1f2 0%, #36beeb 100%); 627 | } 628 | .icon-bcap:before { 629 | content: "\e96b"; 630 | } 631 | .icon-bcd { 632 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 633 | } 634 | .icon-bcd:before { 635 | content: "\e96c"; 636 | } 637 | .icon-bcpt { 638 | background: linear-gradient(to bottom, #f5d780 0%, #ff7511 100%); 639 | } 640 | .icon-bcpt:before { 641 | content: "\e96e"; 642 | } 643 | .icon-bet { 644 | background: linear-gradient(to bottom, #ee9828 0%, #ec8150 100%); 645 | } 646 | .icon-bet:before { 647 | content: "\e96f"; 648 | } 649 | .icon-bix { 650 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 651 | } 652 | .icon-bix:before { 653 | content: "\e970"; 654 | } 655 | .icon-blx { 656 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 657 | } 658 | .icon-blx:before { 659 | content: "\e971"; 660 | } 661 | .icon-blz { 662 | background: linear-gradient(to bottom, #ec9250 0%, #18578c 100%); 663 | } 664 | .icon-blz:before { 665 | content: "\e972"; 666 | } 667 | .icon-bmc { 668 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 669 | } 670 | .icon-bmc:before { 671 | content: "\e973"; 672 | } 673 | .icon-bmt { 674 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 675 | } 676 | .icon-bmt:before { 677 | content: "\e974"; 678 | } 679 | .icon-bnc { 680 | background: linear-gradient(to bottom, #f7b658 0%, #2282aa 100%); 681 | } 682 | .icon-bnc:before { 683 | content: "\e975"; 684 | } 685 | .icon-bop { 686 | background: linear-gradient(to bottom, #fde785 0%, #ffdc59 100%); 687 | } 688 | .icon-bop:before { 689 | content: "\e976"; 690 | } 691 | .icon-bot { 692 | background: linear-gradient(to bottom, #00f0ff 0%, #1400ff 100%); 693 | } 694 | .icon-bot:before { 695 | content: "\e977"; 696 | } 697 | .icon-bq { 698 | background: linear-gradient(to bottom, #41d4fc 0%, #2e9ccb 100%); 699 | } 700 | .icon-bq:before { 701 | content: "\e978"; 702 | } 703 | .icon-bqx { 704 | background: linear-gradient(to bottom, #70d463 0%, #2aa000 100%); 705 | } 706 | .icon-bqx:before { 707 | content: "\e979"; 708 | } 709 | .icon-brat { 710 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 711 | } 712 | .icon-brat:before { 713 | content: "\e97a"; 714 | } 715 | .icon-btcny { 716 | background: linear-gradient(to bottom, #6fd1f2 0%, #36beeb 100%); 717 | } 718 | .icon-btcny:before { 719 | content: "\e97b"; 720 | } 721 | .icon-bte { 722 | background: linear-gradient(to bottom, #ffb900 0%, #d70c3a 100%); 723 | } 724 | .icon-bte:before { 725 | content: "\e97c"; 726 | } 727 | .icon-btm { 728 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 729 | } 730 | .icon-btm:before { 731 | content: "\e97d"; 732 | } 733 | .icon-c20 { 734 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 735 | } 736 | .icon-c20:before { 737 | content: "\e97e"; 738 | } 739 | .icon-cag { 740 | background: linear-gradient(to bottom, #16e0da 0%, #0d9fd3 100%); 741 | } 742 | .icon-cag:before { 743 | content: "\e97f"; 744 | } 745 | .icon-cat { 746 | background: linear-gradient(to bottom, #fef967 0%, #fc8e00 100%); 747 | } 748 | .icon-cat:before { 749 | content: "\e980"; 750 | } 751 | .icon-ccc { 752 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 753 | } 754 | .icon-ccc:before { 755 | content: "\e981"; 756 | } 757 | .icon-cdt { 758 | background: linear-gradient(to bottom, #5bd1f1 0%, #41c2fc 100%); 759 | } 760 | .icon-cdt:before { 761 | content: "\e982"; 762 | } 763 | .icon-cfi { 764 | background: linear-gradient(to bottom, #5bd1f1 0%, #41c2fc 100%); 765 | } 766 | .icon-cfi:before { 767 | content: "\e983"; 768 | } 769 | .icon-cfun { 770 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 771 | } 772 | .icon-cfun:before { 773 | content: "\e984"; 774 | } 775 | .icon-cmc { 776 | background: linear-gradient(to bottom, #fef967 0%, #fc8e00 100%); 777 | } 778 | .icon-cmc:before { 779 | content: "\e985"; 780 | } 781 | .icon-cmt { 782 | background: linear-gradient(to bottom, #dabc66 0%, #9a7131 100%); 783 | } 784 | .icon-cmt:before { 785 | content: "\e986"; 786 | } 787 | .icon-cnd { 788 | background: linear-gradient(to bottom, #5bd1f1 0%, #41c2fc 100%); 789 | } 790 | .icon-cnd:before { 791 | content: "\e987"; 792 | } 793 | .icon-cob { 794 | background: linear-gradient(to bottom, #71d9c2 0%, #13bf99 100%); 795 | } 796 | .icon-cob:before { 797 | content: "\e988"; 798 | } 799 | .icon-crb { 800 | background: linear-gradient(to bottom, #90baea 0%, #2c3e53 100%); 801 | } 802 | .icon-crb:before { 803 | content: "\e989"; 804 | } 805 | .icon-credo { 806 | background: linear-gradient(to bottom, #61a7e2 0%, #4189c6 100%); 807 | } 808 | .icon-credo:before { 809 | content: "\e98a"; 810 | } 811 | .icon-cs { 812 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 813 | } 814 | .icon-cs:before { 815 | content: "\e98b"; 816 | } 817 | .icon-csno { 818 | background: linear-gradient(to bottom, #7fdef8 0%, #41d4fc 100%); 819 | } 820 | .icon-csno:before { 821 | content: "\e98c"; 822 | } 823 | .icon-ctl { 824 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 825 | } 826 | .icon-ctl:before { 827 | content: "\e98e"; 828 | } 829 | .icon-ctr { 830 | background: linear-gradient(to bottom, #f8d175 0%, #ffc029 100%); 831 | } 832 | .icon-ctr:before { 833 | content: "\e98f"; 834 | } 835 | .icon-dab { 836 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 837 | } 838 | .icon-dab:before { 839 | content: "\e990"; 840 | } 841 | .icon-dalc { 842 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 843 | } 844 | .icon-dalc:before { 845 | content: "\e991"; 846 | } 847 | .icon-dao { 848 | background: linear-gradient(to bottom, #ed5250 0%, #f82636 100%); 849 | } 850 | .icon-dao:before { 851 | content: "\e992"; 852 | } 853 | .icon-data { 854 | background: linear-gradient(to bottom, #f12348 0%, #302d95 100%); 855 | } 856 | .icon-data:before { 857 | content: "\e993"; 858 | } 859 | .icon-dcr { 860 | background: linear-gradient(to bottom, #2ed6a1 0%, #5bc7af 100%); 861 | } 862 | .icon-dcr:before { 863 | content: "\e994"; 864 | } 865 | .icon-ddf { 866 | background: linear-gradient(to bottom, #efa900 0%, #394552 100%); 867 | } 868 | .icon-ddf:before { 869 | content: "\e995"; 870 | } 871 | .icon-dgx-10 { 872 | background: linear-gradient(to bottom, #fde785 0%, #f4d029 100%); 873 | } 874 | .icon-dgx-10:before { 875 | content: "\e996"; 876 | } 877 | .icon-dice { 878 | background: linear-gradient(to bottom, #70ce49 0%, #408fb2 100%); 879 | } 880 | .icon-dice:before { 881 | content: "\e997"; 882 | } 883 | .icon-dlt { 884 | background: linear-gradient(to bottom, #efa893 0%, #753db2 100%); 885 | } 886 | .icon-dlt:before { 887 | content: "\e998"; 888 | } 889 | .icon-dna { 890 | background: linear-gradient(to bottom, #23cffe 0%, #0686bd 100%); 891 | } 892 | .icon-dna:before { 893 | content: "\e999"; 894 | } 895 | .icon-dpp { 896 | background: linear-gradient(to bottom, #f1ff91 0%, #b9cc32 100%); 897 | } 898 | .icon-dpp:before { 899 | content: "\e99a"; 900 | } 901 | .icon-dpy { 902 | background: linear-gradient(to bottom, #4d79ee 0%, #304ea5 100%); 903 | } 904 | .icon-dpy:before { 905 | content: "\e99b"; 906 | } 907 | .icon-drgn { 908 | background: linear-gradient(to bottom, #fa6666 0%, #c91111 100%); 909 | } 910 | .icon-drgn:before { 911 | content: "\e99c"; 912 | } 913 | .icon-drop { 914 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 915 | } 916 | .icon-drop:before { 917 | content: "\e99d"; 918 | } 919 | .icon-drp { 920 | background: linear-gradient(to bottom, #56a6dd 0%, #5d2a74 100%); 921 | } 922 | .icon-drp:before { 923 | content: "\e99e"; 924 | } 925 | .icon-drt { 926 | background: linear-gradient(to bottom, #e75b39 0%, #e95290 100%); 927 | } 928 | .icon-drt:before { 929 | content: "\e99f"; 930 | } 931 | .icon-dta { 932 | background: linear-gradient(to bottom, #70d463 0%, #2470d4 100%); 933 | } 934 | .icon-dta:before { 935 | content: "\e9a0"; 936 | } 937 | .icon-ecn { 938 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 939 | } 940 | .icon-ecn:before { 941 | content: "\e9a2"; 942 | } 943 | .icon-edo { 944 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 945 | } 946 | .icon-edo:before { 947 | content: "\e9a3"; 948 | } 949 | .icon-eht { 950 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 951 | } 952 | .icon-eht:before { 953 | content: "\e9a4"; 954 | } 955 | .icon-ekt { 956 | background: linear-gradient(to bottom, #00c0f9 0%, #37c862 100%); 957 | } 958 | .icon-ekt:before { 959 | content: "\e9a5"; 960 | } 961 | .icon-elix { 962 | background: linear-gradient(to bottom, #00aded 0%, #295ba7 100%); 963 | } 964 | .icon-elix:before { 965 | content: "\e9a6"; 966 | } 967 | .icon-emv { 968 | background: linear-gradient(to bottom, #f7e696 0%, #f4f129 100%); 969 | } 970 | .icon-emv:before { 971 | content: "\e9a7"; 972 | } 973 | .icon-eng { 974 | background: linear-gradient(to bottom, #61f4d7 0%, #1abc9c 100%); 975 | } 976 | .icon-eng:before { 977 | content: "\e9a8"; 978 | } 979 | .icon-ent { 980 | background: linear-gradient(to bottom, #ff00ef 0%, #5500ff 100%); 981 | } 982 | .icon-ent:before { 983 | content: "\e9a9"; 984 | } 985 | .icon-eos { 986 | background: linear-gradient(to bottom, #76d4ff 0%, #ffcdb0 100%); 987 | } 988 | .icon-eos:before { 989 | content: "\e9aa"; 990 | } 991 | .icon-etbs { 992 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 993 | } 994 | .icon-etbs:before { 995 | content: "\e9ab"; 996 | } 997 | .icon-etc { 998 | background: linear-gradient(to bottom, #11ffe2 0%, #00c51f 100%); 999 | } 1000 | .icon-etc:before { 1001 | content: "\e9ac"; 1002 | } 1003 | .icon-ethos { 1004 | background: linear-gradient(to bottom, #00ffbb 0%, #00cfab 100%); 1005 | } 1006 | .icon-ethos:before { 1007 | content: "\e9ad"; 1008 | } 1009 | .icon-eurt { 1010 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1011 | } 1012 | .icon-eurt:before { 1013 | content: "\e9ae"; 1014 | } 1015 | .icon-evx { 1016 | background: linear-gradient(to bottom, #80bbff 0%, #004da7 100%); 1017 | } 1018 | .icon-evx:before { 1019 | content: "\e9af"; 1020 | } 1021 | .icon-fam { 1022 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1023 | } 1024 | .icon-fam:before { 1025 | content: "\e9b0"; 1026 | } 1027 | .icon-frd { 1028 | background: linear-gradient(to bottom, #dc3045 0%, #a01a33 100%); 1029 | } 1030 | .icon-frd:before { 1031 | content: "\e9b1"; 1032 | } 1033 | .icon-ftc { 1034 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1035 | } 1036 | .icon-ftc:before { 1037 | content: "\e9b2"; 1038 | } 1039 | .icon-fuel { 1040 | background: linear-gradient(to bottom, #b8c9d8 0%, #075396 100%); 1041 | } 1042 | .icon-fuel:before { 1043 | content: "\e9b3"; 1044 | } 1045 | .icon-fyn { 1046 | background: linear-gradient(to bottom, #fba000 0%, #da5919 100%); 1047 | } 1048 | .icon-fyn:before { 1049 | content: "\e9b4"; 1050 | } 1051 | .icon-gbt { 1052 | background: linear-gradient(to bottom, #dc3045 0%, #5a1414 100%); 1053 | } 1054 | .icon-gbt:before { 1055 | content: "\e9b5"; 1056 | } 1057 | .icon-geld { 1058 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1059 | } 1060 | .icon-geld:before { 1061 | content: "\e9b6"; 1062 | } 1063 | .icon-gifto { 1064 | background: linear-gradient(to bottom, #fc51ff 0%, #7f27ff 100%); 1065 | } 1066 | .icon-gifto:before { 1067 | content: "\e9b7"; 1068 | } 1069 | .icon-gnx { 1070 | background: linear-gradient(to bottom, #f8dc19 0%, #4100fb 100%); 1071 | } 1072 | .icon-gnx:before { 1073 | content: "\e9b8"; 1074 | } 1075 | .icon-grid { 1076 | background: linear-gradient(to bottom, #27c9ff 0%, #6cbdd8 100%); 1077 | } 1078 | .icon-grid:before { 1079 | content: "\e9b9"; 1080 | } 1081 | .icon-gtc { 1082 | background: linear-gradient(to bottom, #56fbdb 0%, #ff8340 100%); 1083 | } 1084 | .icon-gtc:before { 1085 | content: "\e9ba"; 1086 | } 1087 | .icon-gtkt { 1088 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1089 | } 1090 | .icon-gtkt:before { 1091 | content: "\e9bb"; 1092 | } 1093 | .icon-gvt { 1094 | background: linear-gradient(to bottom, #5bc7af 0%, #00beb0 100%); 1095 | } 1096 | .icon-gvt:before { 1097 | content: "\e9bc"; 1098 | } 1099 | .icon-h2o { 1100 | background: linear-gradient(to bottom, #6cbdd8 0%, #0199dd 100%); 1101 | } 1102 | .icon-h2o:before { 1103 | content: "\e9bd"; 1104 | } 1105 | .icon-hgt { 1106 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1107 | } 1108 | .icon-hgt:before { 1109 | content: "\e9be"; 1110 | } 1111 | .icon-hkg { 1112 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1113 | } 1114 | .icon-hkg:before { 1115 | content: "\e9bf"; 1116 | } 1117 | .icon-hlc { 1118 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1119 | } 1120 | .icon-hlc:before { 1121 | content: "\e9c0"; 1122 | } 1123 | .icon-hot { 1124 | background: linear-gradient(to bottom, #00edff 0%, #00838d 100%); 1125 | } 1126 | .icon-hot:before { 1127 | content: "\e9c1"; 1128 | } 1129 | .icon-hpb { 1130 | background: linear-gradient(to bottom, #31f1fc 0%, #0579bf 100%); 1131 | } 1132 | .icon-hpb:before { 1133 | content: "\e9c2"; 1134 | } 1135 | .icon-hst { 1136 | background: linear-gradient(to bottom, #81a5fd 0%, #1254ce 100%); 1137 | } 1138 | .icon-hst:before { 1139 | content: "\e9c3"; 1140 | } 1141 | .icon-hvn { 1142 | background: linear-gradient(to bottom, #4db7e4 0%, #1887b1 100%); 1143 | } 1144 | .icon-hvn:before { 1145 | content: "\e9c4"; 1146 | } 1147 | .icon-ice { 1148 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1149 | } 1150 | .icon-ice:before { 1151 | content: "\e9c5"; 1152 | } 1153 | .icon-icn { 1154 | background: linear-gradient(to bottom, #84b1c4 0%, #4c6f8c 100%); 1155 | } 1156 | .icon-icn:before { 1157 | content: "\e9c6"; 1158 | } 1159 | .icon-icos { 1160 | background: linear-gradient(to bottom, #50e3c2 0%, #23c8c6 100%); 1161 | } 1162 | .icon-icos:before { 1163 | content: "\e9c7"; 1164 | } 1165 | .icon-icx { 1166 | background: linear-gradient(to bottom, #8beeca 0%, #1fc5c9 100%); 1167 | } 1168 | .icon-icx:before { 1169 | content: "\e9c8"; 1170 | } 1171 | .icon-idea { 1172 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1173 | } 1174 | .icon-idea:before { 1175 | content: "\e9c9"; 1176 | } 1177 | .icon-ift { 1178 | background: linear-gradient(to bottom, #02e1c9 0%, #01a5f1 100%); 1179 | } 1180 | .icon-ift:before { 1181 | content: "\e9ca"; 1182 | } 1183 | .icon-ikb { 1184 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1185 | } 1186 | .icon-ikb:before { 1187 | content: "\e9cb"; 1188 | } 1189 | .icon-imt { 1190 | background: linear-gradient(to bottom, #00a97c 0%, #0088cc 100%); 1191 | } 1192 | .icon-imt:before { 1193 | content: "\e9cc"; 1194 | } 1195 | .icon-ind { 1196 | background: linear-gradient(to bottom, #30d2ff 0%, #8678ff 100%); 1197 | } 1198 | .icon-ind:before { 1199 | content: "\e9cd"; 1200 | } 1201 | .icon-ink { 1202 | background: linear-gradient(to bottom, #ff008a 0%, #df1616 100%); 1203 | } 1204 | .icon-ink:before { 1205 | content: "\e9cf"; 1206 | } 1207 | .icon-ins { 1208 | background: linear-gradient(to bottom, #b2a3f6 0%, #fc4c06 100%); 1209 | } 1210 | .icon-ins:before { 1211 | content: "\e9d0"; 1212 | } 1213 | .icon-iost { 1214 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1215 | } 1216 | .icon-iost:before { 1217 | content: "\e9d2"; 1218 | } 1219 | .icon-iota { 1220 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1221 | } 1222 | .icon-iota:before { 1223 | content: "\e9d3"; 1224 | } 1225 | .icon-itc { 1226 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1227 | } 1228 | .icon-itc:before { 1229 | content: "\e9d4"; 1230 | } 1231 | .icon-itt { 1232 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1233 | } 1234 | .icon-itt:before { 1235 | content: "\e9d5"; 1236 | } 1237 | .icon-ixt { 1238 | background: linear-gradient(to bottom, #26c7dc 0%, #0e5888 100%); 1239 | } 1240 | .icon-ixt:before { 1241 | content: "\e9d6"; 1242 | } 1243 | .icon-jet { 1244 | background: linear-gradient(to bottom, #e4c079 0%, #9c6114 100%); 1245 | } 1246 | .icon-jet:before { 1247 | content: "\e9d7"; 1248 | } 1249 | .icon-jnt { 1250 | background: linear-gradient(to bottom, #00a4ff 0%, #0050db 100%); 1251 | } 1252 | .icon-jnt:before { 1253 | content: "\e9d8"; 1254 | } 1255 | .icon-kick { 1256 | background: linear-gradient(to bottom, #23bbe3 0%, #5e4598 100%); 1257 | } 1258 | .icon-kick:before { 1259 | content: "\e9d9"; 1260 | } 1261 | .icon-la { 1262 | background: linear-gradient(to bottom, #6bd9ea 0%, #0096ac 100%); 1263 | } 1264 | .icon-la:before { 1265 | content: "\e9db"; 1266 | } 1267 | .icon-latx { 1268 | background: linear-gradient(to bottom, #6cf000 0%, #70d463 100%); 1269 | } 1270 | .icon-latx:before { 1271 | content: "\e9dc"; 1272 | } 1273 | .icon-lend { 1274 | background: linear-gradient(to bottom, #0dadc9 0%, #1c91cc 100%); 1275 | } 1276 | .icon-lend:before { 1277 | content: "\e9dd"; 1278 | } 1279 | .icon-lev { 1280 | background: linear-gradient(to bottom, #ffcd05 0%, #fc7500 100%); 1281 | } 1282 | .icon-lev:before { 1283 | content: "\e9de"; 1284 | } 1285 | .icon-life { 1286 | background: linear-gradient(to bottom, #5bc7af 0%, #16bc9c 100%); 1287 | } 1288 | .icon-life:before { 1289 | content: "\e9df"; 1290 | } 1291 | .icon-link2 { 1292 | background: linear-gradient(to bottom, #41d4fc 0%, #3fa0f1 100%); 1293 | } 1294 | .icon-link2:before { 1295 | content: "\e9e0"; 1296 | } 1297 | .icon-lnc { 1298 | background: linear-gradient(to bottom, #41d4fc 0%, #3fa0f1 100%); 1299 | } 1300 | .icon-lnc:before { 1301 | content: "\e9e1"; 1302 | } 1303 | .icon-lok { 1304 | background: linear-gradient(to bottom, #6cf000 0%, #108329 100%); 1305 | } 1306 | .icon-lok:before { 1307 | content: "\e9e2"; 1308 | } 1309 | .icon-lpg { 1310 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1311 | } 1312 | .icon-lpg:before { 1313 | content: "\e9e3"; 1314 | } 1315 | .icon-lrc { 1316 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1317 | } 1318 | .icon-lrc:before { 1319 | content: "\e9e4"; 1320 | } 1321 | .icon-lstr { 1322 | background: linear-gradient(to bottom, #d600ff 0%, #7300ff 100%); 1323 | } 1324 | .icon-lstr:before { 1325 | content: "\e9e5"; 1326 | } 1327 | .icon-ltc { 1328 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1329 | } 1330 | .icon-ltc:before { 1331 | content: "\e9e6"; 1332 | } 1333 | .icon-luck { 1334 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1335 | } 1336 | .icon-luck:before { 1337 | content: "\e9e7"; 1338 | } 1339 | .icon-mbrs { 1340 | background: linear-gradient(to bottom, #dc3045 0%, #ca0000 100%); 1341 | } 1342 | .icon-mbrs:before { 1343 | content: "\e9e8"; 1344 | } 1345 | .icon-mcap { 1346 | background: linear-gradient(to bottom, #5bc7af 0%, #033b4a 100%); 1347 | } 1348 | .icon-mcap:before { 1349 | content: "\e9e9"; 1350 | } 1351 | .icon-mci { 1352 | background: linear-gradient(to bottom, #41d4fc 0%, #1db1ed 100%); 1353 | } 1354 | .icon-mci:before { 1355 | content: "\e9ea"; 1356 | } 1357 | .icon-mda { 1358 | background: linear-gradient(to bottom, #70d463 0%, #01a64f 100%); 1359 | } 1360 | .icon-mda:before { 1361 | content: "\e9eb"; 1362 | } 1363 | .icon-mds { 1364 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1365 | } 1366 | .icon-mds:before { 1367 | content: "\e9ec"; 1368 | } 1369 | .icon-mee { 1370 | background: linear-gradient(to bottom, #eb2d84 0%, #7300ff 100%); 1371 | } 1372 | .icon-mee:before { 1373 | content: "\e9ed"; 1374 | } 1375 | .icon-mgo { 1376 | background: linear-gradient(to bottom, #fd3b38 0%, #2dd9ff 100%); 1377 | } 1378 | .icon-mgo:before { 1379 | content: "\e9ee"; 1380 | } 1381 | .icon-mit { 1382 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1383 | } 1384 | .icon-mit:before { 1385 | content: "\e9ef"; 1386 | } 1387 | .icon-mne { 1388 | background: linear-gradient(to bottom, #00c8dc 0%, #087bdc 100%); 1389 | } 1390 | .icon-mne:before { 1391 | content: "\e9f0"; 1392 | } 1393 | .icon-mod { 1394 | background: linear-gradient(to bottom, #49c0f3 0%, #0057ff 100%); 1395 | } 1396 | .icon-mod:before { 1397 | content: "\e9f1"; 1398 | } 1399 | .icon-mof { 1400 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1401 | } 1402 | .icon-mof:before { 1403 | content: "\e9f2"; 1404 | } 1405 | .icon-mrv { 1406 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1407 | } 1408 | .icon-mrv:before { 1409 | content: "\e9f3"; 1410 | } 1411 | .icon-msp { 1412 | background: linear-gradient(to bottom, #e85d53 0%, #2f0735 100%); 1413 | } 1414 | .icon-msp:before { 1415 | content: "\e9f4"; 1416 | } 1417 | .icon-mth { 1418 | background: linear-gradient(to bottom, #16ed8c 0%, #0767fc 100%); 1419 | } 1420 | .icon-mth:before { 1421 | content: "\e9f5"; 1422 | } 1423 | .icon-mtl { 1424 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1425 | } 1426 | .icon-mtl:before { 1427 | content: "\e9f6"; 1428 | } 1429 | .icon-mtn { 1430 | background: linear-gradient(to bottom, #41d4fc 0%, #209fcf 100%); 1431 | } 1432 | .icon-mtn:before { 1433 | content: "\e9f7"; 1434 | } 1435 | .icon-mtr { 1436 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1437 | } 1438 | .icon-mtr:before { 1439 | content: "\e9f8"; 1440 | } 1441 | .icon-mtx { 1442 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1443 | } 1444 | .icon-mtx:before { 1445 | content: "\e9f9"; 1446 | } 1447 | .icon-myb { 1448 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1449 | } 1450 | .icon-myb:before { 1451 | content: "\e9fa"; 1452 | } 1453 | .icon-myd { 1454 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1455 | } 1456 | .icon-myd:before { 1457 | content: "\e9fb"; 1458 | } 1459 | .icon-myst { 1460 | background: linear-gradient(to bottom, #f91067 0%, #2c1398 100%); 1461 | } 1462 | .icon-myst:before { 1463 | content: "\e9fc"; 1464 | } 1465 | .icon-nas { 1466 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1467 | } 1468 | .icon-nas:before { 1469 | content: "\e9fd"; 1470 | } 1471 | .icon-neo { 1472 | background: linear-gradient(to bottom, #aee91c 0%, #54bf02 100%); 1473 | } 1474 | .icon-neo:before { 1475 | content: "\e9fe"; 1476 | } 1477 | .icon-net { 1478 | background: linear-gradient(to bottom, #e4c079 0%, #d7b62c 100%); 1479 | } 1480 | .icon-net:before { 1481 | content: "\e9ff"; 1482 | } 1483 | .icon-nimfa { 1484 | background: linear-gradient(to bottom, #00e8c5 0%, #00bbd3 100%); 1485 | } 1486 | .icon-nimfa:before { 1487 | content: "\ea00"; 1488 | } 1489 | .icon-now { 1490 | background: linear-gradient(to bottom, #3bee81 0%, #00ad44 100%); 1491 | } 1492 | .icon-now:before { 1493 | content: "\ea01"; 1494 | } 1495 | .icon-npxs { 1496 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1497 | } 1498 | .icon-npxs:before { 1499 | content: "\ea02"; 1500 | } 1501 | .icon-nuls { 1502 | background: linear-gradient(to bottom, #b0fe4f 0%, #7dc326 100%); 1503 | } 1504 | .icon-nuls:before { 1505 | content: "\ea03"; 1506 | } 1507 | .icon-nxc { 1508 | background: linear-gradient(to bottom, #e4c079 0%, #9c6114 100%); 1509 | } 1510 | .icon-nxc:before { 1511 | content: "\ea04"; 1512 | } 1513 | .icon-nxx { 1514 | background: linear-gradient(to bottom, #70d463 0%, #8dc63f 100%); 1515 | } 1516 | .icon-nxx:before { 1517 | content: "\ea05"; 1518 | } 1519 | .icon-oax { 1520 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1521 | } 1522 | .icon-oax:before { 1523 | content: "\ea06"; 1524 | } 1525 | .icon-oc { 1526 | background: linear-gradient(to bottom, #4399ff 0%, #002ccf 100%); 1527 | } 1528 | .icon-oc:before { 1529 | content: "\ea09"; 1530 | } 1531 | .icon-ocn { 1532 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1533 | } 1534 | .icon-ocn:before { 1535 | content: "\ea0d"; 1536 | } 1537 | .icon-ohni { 1538 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1539 | } 1540 | .icon-ohni:before { 1541 | content: "\ea11"; 1542 | } 1543 | .icon-opt { 1544 | background: linear-gradient(to bottom, #e54f7d 0%, #451f86 100%); 1545 | } 1546 | .icon-opt:before { 1547 | content: "\ea12"; 1548 | } 1549 | .icon-ost { 1550 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1551 | } 1552 | .icon-ost:before { 1553 | content: "\ea13"; 1554 | } 1555 | .icon-pix { 1556 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1557 | } 1558 | .icon-pix:before { 1559 | content: "\ea14"; 1560 | } 1561 | .icon-play { 1562 | background: linear-gradient(to bottom, #65e0ef 0%, #38abd7 100%); 1563 | } 1564 | .icon-play:before { 1565 | content: "\ea15"; 1566 | } 1567 | .icon-plbt { 1568 | background: linear-gradient(to bottom, #069dd8 0%, #1f7995 100%); 1569 | } 1570 | .icon-plbt:before { 1571 | content: "\ea16"; 1572 | } 1573 | .icon-plr { 1574 | background: linear-gradient(to bottom, #41d4fc 0%, #00bfff 100%); 1575 | } 1576 | .icon-plr:before { 1577 | content: "\ea17"; 1578 | } 1579 | .icon-plu { 1580 | background: linear-gradient(to bottom, #f8d175 0%, #d1ae52 100%); 1581 | } 1582 | .icon-plu:before { 1583 | content: "\ea18"; 1584 | } 1585 | .icon-ply { 1586 | background: linear-gradient(to bottom, #ffaa02 0%, #2a6cff 100%); 1587 | } 1588 | .icon-ply:before { 1589 | content: "\ea19"; 1590 | } 1591 | .icon-poe { 1592 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1593 | } 1594 | .icon-poe:before { 1595 | content: "\ea1a"; 1596 | } 1597 | .icon-pos { 1598 | background: linear-gradient(to bottom, #8beeca 0%, #00cf87 100%); 1599 | } 1600 | .icon-pos:before { 1601 | content: "\ea1b"; 1602 | } 1603 | .icon-pro { 1604 | background: linear-gradient(to bottom, #2cace2 0%, #00c8dc 100%); 1605 | } 1606 | .icon-pro:before { 1607 | content: "\ea1c"; 1608 | } 1609 | .icon-prs { 1610 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1611 | } 1612 | .icon-prs:before { 1613 | content: "\ea1d"; 1614 | } 1615 | .icon-prsp { 1616 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1617 | } 1618 | .icon-prsp:before { 1619 | content: "\ea1e"; 1620 | } 1621 | .icon-pt { 1622 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1623 | } 1624 | .icon-pt:before { 1625 | content: "\ea1f"; 1626 | } 1627 | .icon-put { 1628 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1629 | } 1630 | .icon-put:before { 1631 | content: "\ea20"; 1632 | } 1633 | .icon-qash { 1634 | background: linear-gradient(to bottom, #43bbff 0%, #0047ff 100%); 1635 | } 1636 | .icon-qash:before { 1637 | content: "\ea21"; 1638 | } 1639 | .icon-qau { 1640 | background: linear-gradient(to bottom, #e4c079 0%, #c09c68 100%); 1641 | } 1642 | .icon-qau:before { 1643 | content: "\ea22"; 1644 | } 1645 | .icon-qbt { 1646 | background: linear-gradient(to bottom, #00ff91 0%, #7000ff 100%); 1647 | } 1648 | .icon-qbt:before { 1649 | content: "\ea23"; 1650 | } 1651 | .icon-qrl { 1652 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1653 | } 1654 | .icon-qrl:before { 1655 | content: "\ea24"; 1656 | } 1657 | .icon-qsp { 1658 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1659 | } 1660 | .icon-qsp:before { 1661 | content: "\ea25"; 1662 | } 1663 | .icon-qun { 1664 | background: linear-gradient(to bottom, #61b3fa 0%, #0562cd 100%); 1665 | } 1666 | .icon-qun:before { 1667 | content: "\ea26"; 1668 | } 1669 | .icon-rdn { 1670 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1671 | } 1672 | .icon-rdn:before { 1673 | content: "\ea27"; 1674 | } 1675 | .icon-req { 1676 | background: linear-gradient(to bottom, #6cfccd 0%, #2ed6a1 100%); 1677 | } 1678 | .icon-req:before { 1679 | content: "\ea28"; 1680 | } 1681 | .icon-rex { 1682 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1683 | } 1684 | .icon-rex:before { 1685 | content: "\ea29"; 1686 | } 1687 | .icon-rlt { 1688 | background: linear-gradient(to bottom, #fee233 0%, #f6a027 100%); 1689 | } 1690 | .icon-rlt:before { 1691 | content: "\ea2a"; 1692 | } 1693 | .icon-rlx { 1694 | background: linear-gradient(to bottom, #fde785 0%, #db0029 100%); 1695 | } 1696 | .icon-rlx:before { 1697 | content: "\ea2b"; 1698 | } 1699 | .icon-round { 1700 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1701 | } 1702 | .icon-round:before { 1703 | content: "\ea2c"; 1704 | } 1705 | .icon-ruff { 1706 | background: linear-gradient(to bottom, #7aedd6 0%, #20c7c9 100%); 1707 | } 1708 | .icon-ruff:before { 1709 | content: "\ea2d"; 1710 | } 1711 | .icon-rvt { 1712 | background: linear-gradient(to bottom, #efb823 0%, #ff6f00 100%); 1713 | } 1714 | .icon-rvt:before { 1715 | content: "\ea2f"; 1716 | } 1717 | .icon-san { 1718 | background: linear-gradient(to bottom, #61b3fa 0%, #2b77b3 100%); 1719 | } 1720 | .icon-san:before { 1721 | content: "\ea30"; 1722 | } 1723 | .icon-scl { 1724 | background: linear-gradient(to bottom, #61b3fa 0%, #2b77b3 100%); 1725 | } 1726 | .icon-scl:before { 1727 | content: "\ea31"; 1728 | } 1729 | .icon-sense { 1730 | background: linear-gradient(to bottom, #34cbfd 0%, #b333fa 100%); 1731 | } 1732 | .icon-sense:before { 1733 | content: "\ea32"; 1734 | } 1735 | .icon-sgel { 1736 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1737 | } 1738 | .icon-sgel:before { 1739 | content: "\ea33"; 1740 | } 1741 | .icon-sgt { 1742 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1743 | } 1744 | .icon-sgt:before { 1745 | content: "\ea34"; 1746 | } 1747 | .icon-shit { 1748 | background: linear-gradient(to bottom, #d7a938 0%, #ba7b50 100%); 1749 | } 1750 | .icon-shit:before { 1751 | content: "\ea35"; 1752 | } 1753 | .icon-sift { 1754 | background: linear-gradient(to bottom, #61b3fa 0%, #4887f4 100%); 1755 | } 1756 | .icon-sift:before { 1757 | content: "\ea36"; 1758 | } 1759 | .icon-smart { 1760 | background: linear-gradient(to bottom, #fef1be 0%, #f6cf42 100%); 1761 | } 1762 | .icon-smart:before { 1763 | content: "\ea37"; 1764 | } 1765 | .icon-smt { 1766 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1767 | } 1768 | .icon-smt:before { 1769 | content: "\ea38"; 1770 | } 1771 | .icon-snc { 1772 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1773 | } 1774 | .icon-snc:before { 1775 | content: "\ea39"; 1776 | } 1777 | .icon-snd { 1778 | background: linear-gradient(to bottom, #e4c079 0%, #9c6114 100%); 1779 | } 1780 | .icon-snd:before { 1781 | content: "\ea3a"; 1782 | } 1783 | .icon-sngls { 1784 | background: linear-gradient(to bottom, #ed5250 0%, #aa0e20 100%); 1785 | } 1786 | .icon-sngls:before { 1787 | content: "\ea3b"; 1788 | } 1789 | .icon-snt { 1790 | background: linear-gradient(to bottom, #61b3fa 0%, #5b6dee 100%); 1791 | } 1792 | .icon-snt:before { 1793 | content: "\ea3c"; 1794 | } 1795 | .icon-sparta { 1796 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1797 | } 1798 | .icon-sparta:before { 1799 | content: "\ea3f"; 1800 | } 1801 | .icon-spc { 1802 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1803 | } 1804 | .icon-spc:before { 1805 | content: "\ea40"; 1806 | } 1807 | .icon-sphtx { 1808 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1809 | } 1810 | .icon-sphtx:before { 1811 | content: "\ea41"; 1812 | } 1813 | .icon-srn { 1814 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1815 | } 1816 | .icon-srn:before { 1817 | content: "\ea42"; 1818 | } 1819 | .icon-stk { 1820 | background: linear-gradient(to bottom, #d82553 0%, #ad3873 100%); 1821 | } 1822 | .icon-stk:before { 1823 | content: "\ea43"; 1824 | } 1825 | .icon-storm { 1826 | background: linear-gradient(to bottom, #fffa8c 0%, #ff9f00 100%); 1827 | } 1828 | .icon-storm:before { 1829 | content: "\ea44"; 1830 | } 1831 | .icon-strc { 1832 | background: linear-gradient(to bottom, #6cfccd 0%, #2ed6a1 100%); 1833 | } 1834 | .icon-strc:before { 1835 | content: "\ea45"; 1836 | } 1837 | .icon-sub { 1838 | background: linear-gradient(to bottom, #ed5250 0%, #e53431 100%); 1839 | } 1840 | .icon-sub:before { 1841 | content: "\ea46"; 1842 | } 1843 | .icon-sxut { 1844 | background: linear-gradient(to bottom, #ffa900 0%, #427cff 100%); 1845 | } 1846 | .icon-sxut:before { 1847 | content: "\ea47"; 1848 | } 1849 | .icon-syn { 1850 | background: linear-gradient(to bottom, #ec1f8e 0%, #d82553 100%); 1851 | } 1852 | .icon-syn:before { 1853 | content: "\ea48"; 1854 | } 1855 | .icon-tbt { 1856 | background: linear-gradient(to bottom, #61b3fa 0%, #2683ff 100%); 1857 | } 1858 | .icon-tbt:before { 1859 | content: "\ea49"; 1860 | } 1861 | .icon-tfl { 1862 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1863 | } 1864 | .icon-tfl:before { 1865 | content: "\ea4a"; 1866 | } 1867 | .icon-theta { 1868 | background: linear-gradient(to bottom, #2ee4be 0%, #2ab8e6 100%); 1869 | } 1870 | .icon-theta:before { 1871 | content: "\ea4b"; 1872 | } 1873 | .icon-time { 1874 | background: linear-gradient(to bottom, #f0a44f 0%, #44a1db 100%); 1875 | } 1876 | .icon-time:before { 1877 | content: "\ea4c"; 1878 | } 1879 | .icon-tip { 1880 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1881 | } 1882 | .icon-tip:before { 1883 | content: "\ea4d"; 1884 | } 1885 | .icon-tix { 1886 | background: linear-gradient(to bottom, #ed5250 0%, #d92a2e 100%); 1887 | } 1888 | .icon-tix:before { 1889 | content: "\ea4e"; 1890 | } 1891 | .icon-tkn { 1892 | background: linear-gradient(to bottom, #8beeca 0%, #24dd7b 100%); 1893 | } 1894 | .icon-tkn:before { 1895 | content: "\ea4f"; 1896 | } 1897 | .icon-tme { 1898 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1899 | } 1900 | .icon-tme:before { 1901 | content: "\ea50"; 1902 | } 1903 | .icon-tnb { 1904 | background: linear-gradient(to bottom, #fde785 0%, #ffd800 100%); 1905 | } 1906 | .icon-tnb:before { 1907 | content: "\ea51"; 1908 | } 1909 | .icon-tnt { 1910 | background: linear-gradient(to bottom, #ff6c88 0%, #f1385b 100%); 1911 | } 1912 | .icon-tnt:before { 1913 | content: "\ea52"; 1914 | } 1915 | .icon-tpay { 1916 | background: linear-gradient(to bottom, #80bcff 0%, #0006ff 100%); 1917 | } 1918 | .icon-tpay:before { 1919 | content: "\ea53"; 1920 | } 1921 | .icon-tsl { 1922 | background: linear-gradient(to bottom, #65e430 0%, #067e73 100%); 1923 | } 1924 | .icon-tsl:before { 1925 | content: "\ea54"; 1926 | } 1927 | .icon-ukg { 1928 | background: linear-gradient(to bottom, #f9e84d 0%, #dab700 100%); 1929 | } 1930 | .icon-ukg:before { 1931 | content: "\ea55"; 1932 | } 1933 | .icon-trx-usdt { 1934 | background: linear-gradient(to bottom, #8beeca 0%, #26a17b 100%); 1935 | } 1936 | .icon-trx-usdt:before { 1937 | content: "\ea56"; 1938 | } 1939 | .icon-vet { 1940 | background: linear-gradient(to bottom, #41d4fc 0%, #15bdff 100%); 1941 | } 1942 | .icon-vet:before { 1943 | content: "\ea57"; 1944 | } 1945 | .icon-veri { 1946 | background: linear-gradient(to bottom, #fba000 0%, #ff9933 100%); 1947 | } 1948 | .icon-veri:before { 1949 | content: "\ea58"; 1950 | } 1951 | .icon-vibe { 1952 | background: linear-gradient(to bottom, #61b3fa 0%, #338be5 100%); 1953 | } 1954 | .icon-vibe:before { 1955 | content: "\ea5a"; 1956 | } 1957 | .icon-vibex { 1958 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 1959 | } 1960 | .icon-vibex:before { 1961 | content: "\ea5b"; 1962 | } 1963 | .icon-viu { 1964 | background: linear-gradient(to bottom, #61b3fa 0%, #338be5 100%); 1965 | } 1966 | .icon-viu:before { 1967 | content: "\ea5c"; 1968 | } 1969 | .icon-vrs { 1970 | background: linear-gradient(to bottom, #5bfcef 0%, #0066e5 100%); 1971 | } 1972 | .icon-vrs:before { 1973 | content: "\ea5d"; 1974 | } 1975 | .icon-vsl { 1976 | background: linear-gradient(to bottom, #61b3fa 0%, #0b549b 100%); 1977 | } 1978 | .icon-vsl:before { 1979 | content: "\ea5e"; 1980 | } 1981 | .icon-vsm { 1982 | background: linear-gradient(to bottom, #6cfccd 0%, #7aedd6 100%); 1983 | } 1984 | .icon-vsm:before { 1985 | content: "\ea60"; 1986 | } 1987 | .icon-wbc { 1988 | background: linear-gradient(to bottom, #f68361 0%, #f14e10 100%); 1989 | } 1990 | .icon-wbc:before { 1991 | content: "\ea61"; 1992 | } 1993 | .icon-wct { 1994 | background: linear-gradient(to bottom, #61b3fa 0%, #105bfb 100%); 1995 | } 1996 | .icon-wct:before { 1997 | content: "\ea62"; 1998 | } 1999 | .icon-wic { 2000 | background: linear-gradient(to bottom, #efb823 0%, #ff6f00 100%); 2001 | } 2002 | .icon-wic:before { 2003 | content: "\ea63"; 2004 | } 2005 | .icon-wpr { 2006 | background: linear-gradient(to bottom, #fff986 0%, #fff500 100%); 2007 | } 2008 | .icon-wpr:before { 2009 | content: "\ea65"; 2010 | } 2011 | .icon-wtc { 2012 | background: linear-gradient(to bottom, #00ffdb 0%, #8300ff 100%); 2013 | } 2014 | .icon-wtc:before { 2015 | content: "\ea66"; 2016 | } 2017 | .icon-xaur { 2018 | background: linear-gradient(to bottom, #e4c079 0%, #886c3c 100%); 2019 | } 2020 | .icon-xaur:before { 2021 | content: "\ea67"; 2022 | } 2023 | .icon-xid { 2024 | background: linear-gradient(to bottom, #61b3fa 0%, #000082 100%); 2025 | } 2026 | .icon-xid:before { 2027 | content: "\ea68"; 2028 | } 2029 | .icon-xnn { 2030 | background: linear-gradient(to bottom, #41d4fc 0%, #1dafec 100%); 2031 | } 2032 | .icon-xnn:before { 2033 | content: "\ea69"; 2034 | } 2035 | .icon-xrl { 2036 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 2037 | } 2038 | .icon-xrl:before { 2039 | content: "\ea6a"; 2040 | } 2041 | .icon-yupie { 2042 | background: linear-gradient(to bottom, #ed5250 0%, #fc3e45 100%); 2043 | } 2044 | .icon-yupie:before { 2045 | content: "\ea6b"; 2046 | } 2047 | .icon-zst { 2048 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 2049 | } 2050 | 2051 | .icon-gas { 2052 | background: linear-gradient(to bottom, #5ae875 0%, #c8ffbb 100%); 2053 | } 2054 | .icon-btt { 2055 | background: linear-gradient(to bottom, #e806af 0%, #a800ff 100%); 2056 | } 2057 | .icon-btt:before { 2058 | content: "\ea76"; 2059 | } 2060 | .icon-xlm { 2061 | background: linear-gradient(to bottom, #fff 0%, #8785ff 100%); 2062 | } 2063 | .icon-xlm:before { 2064 | content: "\ea78"; 2065 | } 2066 | .icon-kin { 2067 | background: linear-gradient(to bottom, #C05AFF 0%, #7A00E7 100%); 2068 | } 2069 | .icon-kin:before { 2070 | content: "\ea77"; 2071 | } 2072 | 2073 | .icon-grs { 2074 | background: linear-gradient(to bottom, #06FFEB 0%, #00ADA3 100%); 2075 | } 2076 | .icon-grs:before { 2077 | content: "\ea7b"; 2078 | } 2079 | .icon-fet { 2080 | background: linear-gradient(to bottom, #FFFFFF 0%, #8785FF 100%); 2081 | } 2082 | .icon-fet:before { 2083 | content: "\ea85"; 2084 | } 2085 | 2086 | .icon-lsk { 2087 | background: linear-gradient(to bottom, #FFFFFF 0%, #8785FF 100%); 2088 | } 2089 | .icon-lsk:before { 2090 | content: "\ea83"; 2091 | 2092 | }.icon-xem { 2093 | background: linear-gradient(to bottom, #FFAD00 0%, #00D5C3 100%); 2094 | } 2095 | .icon-xem:before { 2096 | content: "\ea7f"; 2097 | } 2098 | .icon-waves { 2099 | background: linear-gradient(to bottom, #6095FF 0%, #004DE5 100%); 2100 | } 2101 | .icon-waves:before { 2102 | content: "\ea7e"; 2103 | } 2104 | .icon-vtho { 2105 | background: linear-gradient(to bottom, #4BD7FD 0%, #0799D2 100%); 2106 | } 2107 | .icon-vtho:before { 2108 | content: "\ea59"; 2109 | } 2110 | .icon-bnbTokenDefault { 2111 | background: linear-gradient(to bottom, #f8d175 0%, #f4c148 100%); 2112 | } 2113 | .icon-bnbTokenDefault:before { 2114 | content: "\ea82"; 2115 | } 2116 | .icon-awc-986 { 2117 | background: linear-gradient(to bottom, #f8d175 0%, #f4c148 100%); 2118 | } 2119 | .icon-awc-986:before { 2120 | content: "\e946"; 2121 | } 2122 | .icon-ont { 2123 | background: linear-gradient(to bottom, #58A9FF 0%, #2B85E3 100%); 2124 | } 2125 | .icon-ont:before { 2126 | content: "\ea7d"; 2127 | } 2128 | .icon-ong { 2129 | background: linear-gradient(to bottom, #58A9FF 0%, #2B85E3 100%); 2130 | } 2131 | .icon-ong:before { 2132 | content: "\ea7c"; 2133 | } 2134 | .icon-atom { 2135 | background: linear-gradient(to bottom, #FFFFFF 0%, #8785FF 100%); 2136 | } 2137 | .icon-atom:before { 2138 | content: "\ea86"; 2139 | } 2140 | .icon-sent { 2141 | background: linear-gradient(to bottom, #129FED 0%, #004CDE 100%); 2142 | } 2143 | 2144 | .icon-raven-f66 { 2145 | background: linear-gradient(to bottom, #f8d175 0%, #f4c148 100%); 2146 | } 2147 | .icon-raven-f66:before { 2148 | content: "\ea90"; 2149 | } 2150 | --------------------------------------------------------------------------------