@import"https://fonts.googleapis.com/css?family=Nunito+Sans:200,400,400i,600,700,800";body{margin:0;min-width:320px;min-height:100vh}@keyframes jumpingDots{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadingInDots{0%{opacity:0}to{opacity:1}}.loading-dots{display:flex;justify-content:center;align-items:center;padding:100px;animation:fadingInDots .5s ease-in}.loading-dot{height:6px;width:6px;border-radius:50%;background-color:#999ca4;margin:0 4px;animation:jumpingDots 1s infinite ease-in-out}.loading-dot:nth-child(1){animation-delay:0s}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}.marketplace-login-background{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(207deg,rgba(128,252,154,.1) -2%,rgba(141,230,255,.1) 51%,rgba(188,207,255,.1) 104%),#0E0F12;overflow:auto;background-repeat:no-repeat;box-sizing:border-box}
