body,body>div:first-child,div#__next,div#__next>div,html{height:100%}*,body,html{font-family:Roboto,sans-serif}body,html{margin:0;color:var(--themeBlack);background:var(--background-color);overflow-x:hidden;font-size:15px;height:100%;padding:0}:root{--themePurple:#8125f6;--themeBlack:#2e2e2e;--pink:#fdecec;--gray:#828282;--shadow:-4px 12px 20px -2px rgba(0,0,0,0.19);--background-color:#f8f9fa;--cartBack:rgba(255,255,255,0.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}.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;height:100dvh;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:white;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:4px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:rgba(47,46,139,.3);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:#ce99ff}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (max-width:900px){input,select,textarea{font-size:16px}}