body,body>div:first-child,div#__next,div#__next>div,html{height:100%}body,html{margin:0;font-family:Roboto,sans-serif;color:var(--themeBlack);background:var(--background-color);overflow-x:hidden;font-size:11pt;padding:0}:root{--themePurple:#8125f6;--themeBlack:#2e2e2e;--pink:#fdecec;--gray:#828282;--shadow:-4px 12px 20px -2px rgba(0,0,0,.19);--background-color:#f8f9fa;--cartBack:hsla(0,0%,100%,.38)}.unselectable{user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}.bubble{position:relative;padding:20px;background-color:#e6e6ff;border-radius:20px;width:250px;animation:moveAnimation 3s ease-in-out infinite}.bubble:before{content:"";position:absolute;bottom:100%;left:80%;border:10px solid transparent;border-bottom-color:#e6e6ff;transform:translateX(-50%)}@keyframes moveAnimation{0%,to{margin-top:0}50%{margin-top:30px}}.spinner-wrapper{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.9);z-index:999999999}.spinner-wrapper .spinner-text{font-weight:700;color:#fff;font-size:16pt;margin-top:10px}.spinner{position:absolute;left:47%;top:40%;height:100px;width:100px;margin:0 auto}.spinner img{animation:rotation 5s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#ce99ff;border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:#ce99ff}a{color:inherit;text-decoration:none}*{box-sizing:border-box;transition:all .3s ease}