@charset "UTF-8";
/* https://airdropalert.com/wp-content/plugins/aa-extended-suite/vendor/AirdropAlertToolKit/public/css/crypto-ticker.css?ver=1.0.0 */
.aa-crypto-ticker-wrapper{position:fixed;top:0;left:0;width:100%;background-color:#1d2330;color:#fff;z-index:999999;overflow:hidden;height:40px;box-shadow:0 2px 5px rgb(0 0 0 / .1)}.admin-bar .aa-crypto-ticker-wrapper{top:32px}@media screen and (max-width:782px){.admin-bar .aa-crypto-ticker-wrapper{top:46px}}.aa-crypto-ticker{display:flex;align-items:center;height:40px;white-space:nowrap}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.aa-crypto-ticker-item{display:inline-flex;align-items:center;padding:0 15px;height:40px;text-decoration:none;color:#fff;transition:background-color 0.2s ease;border-right:1px solid rgb(255 255 255 / .1);margin-right:15px}.aa-crypto-ticker-item:hover{background-color:rgb(255 255 255 / .1);color:#fff}.aa-crypto-ticker-item:last-child{margin-right:0}.aa-crypto-ticker-icon{width:20px;height:20px;margin-right:8px;border-radius:50%}.aa-crypto-ticker-symbol{font-weight:700;margin-right:8px;text-transform:uppercase}.aa-crypto-ticker-price{margin-right:8px;font-family:monospace;font-weight:500}.aa-crypto-ticker-change{font-weight:700;padding:0 6px;border-radius:3px}.aa-crypto-ticker-change.positive{color:#00c853;background-color:rgb(0 200 83 / .1)}.aa-crypto-ticker-change.negative{color:#ff3d00;background-color:rgb(255 61 0 / .1)}.aa-crypto-ticker{animation:ticker-scroll 30s linear infinite}.aa-crypto-ticker:hover{animation-play-state:paused}@media screen and (max-width:600px){.aa-crypto-ticker-item{padding:0 10px;margin-right:10px}.aa-crypto-ticker-icon{width:16px;height:16px;margin-right:4px}.aa-crypto-ticker-symbol{margin-right:4px}.aa-crypto-ticker-price{font-size:12px}.aa-crypto-ticker-change{font-size:11px;padding:0 4px}}@media screen and (min-width:1200px){.aa-crypto-ticker-item{padding:0 20px;margin-right:20px}.aa-crypto-ticker-icon{width:24px;height:24px;margin-right:10px}.aa-crypto-ticker-symbol{margin-right:10px;font-size:15px}.aa-crypto-ticker-price{margin-right:10px;font-size:15px}.aa-crypto-ticker-change{padding:2px 8px}}@media (prefers-color-scheme:dark){.aa-crypto-ticker-wrapper{background-color:#121721}.aa-crypto-ticker-item{border-right-color:rgb(255 255 255 / .05)}.aa-crypto-ticker-change.positive{background-color:rgb(0 200 83 / .15)}.aa-crypto-ticker-change.negative{background-color:rgb(255 61 0 / .15)}}