:root{--mui-palette-background-secondary: #ebf2fa;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--animation-duration: 2s;--sand-color: white;--background-color: #2d61eb;--cap-color: white;--glass-color: #999}html,body{background-color:var(--mui-palette-background-secondary)}.svgr-stroke{stroke:currentColor}.svgr-stroke path{stroke:currentColor}.svgr-fill{fill:currentColor}.svgr-fill path{fill:currentColor}// hide mui "license not found" message .MuiDateRangeCalendar-root{}.MuiDateRangeCalendar-root>*:first-child{background-color:red;display:none!important}.hourglassBackground{position:relative;background-color:var(--background-color);height:130px;width:130px;border-radius:50%}.hourglassContainer{position:absolute;top:30px;left:40px;width:50px;height:70px;animation:hourglassRotate var(--animation-duration) ease-in infinite;transform-style:preserve-3d;perspective:1000px}.hourglassContainer div,.hourglassContainer div:before,.hourglassContainer div:after{transform-style:preserve-3d}@keyframes hourglassRotate{0%{transform:rotateX(0)}50%{transform:rotateX(180deg)}to{transform:rotateX(180deg)}}[class^=hourglassCap]{position:absolute;left:0;height:5px;width:50px;background-color:var(--cap-color)}.hourglassCapTop:before,.hourglassCapTop:after,.hourglassCapBottom:before,.hourglassCapBottom:after{content:"";display:block;position:absolute;border-radius:50%;width:50px;height:50px;transform:rotateX(90deg);background-color:var(--cap-color)}.hourglassCapTop{top:0}.hourglassCapTop:before{top:-25px}.hourglassCapTop:after{top:-20px}.hourglassCapBottom{bottom:0}.hourglassCapBottom:before{bottom:-25px}.hourglassCapBottom:after{bottom:-20px}.hourglassGlassTop{transform:rotateX(90deg);position:absolute;top:-16px;left:3px;border-radius:50%;width:44px;height:44px;background-color:var(--glass-color)}.hourglassGlass{perspective:100px;position:absolute;top:32px;left:20px;width:10px;height:6px;background-color:var(--glass-color);opacity:.5}.hourglassGlass:before,.hourglassGlass:after{content:"";display:block;position:absolute;background-color:var(--glass-color);left:-17px;width:44px;height:28px}.hourglassGlass:before{top:-27px;border-radius:0 0 25px 25px}.hourglassGlass:after{bottom:-27px;border-radius:25px 25px 0 0}.hourglassCurves:before,.hourglassCurves:after{content:"";display:block;position:absolute;top:32px;width:6px;height:6px;border-radius:50%;background-color:var(--background-color);animation:hideCurves var(--animation-duration) ease-in infinite}.hourglassCurves:before{left:15px}.hourglassCurves:after{left:29px}@keyframes hideCurves{0%,40%,to{opacity:1}25%,30%{opacity:0}}.hourglassSandStream:before{content:"";display:block;position:absolute;left:24px;width:3px;background-color:var(--sand-color);animation:sandStream1 var(--animation-duration) ease-in infinite}.hourglassSandStream:after{content:"";display:block;position:absolute;top:36px;left:19px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid var(--sand-color);animation:sandStream2 var(--animation-duration) ease-in infinite}@keyframes sandStream1{0%{height:0;top:35px}50%{height:0;top:45px}60%,85%{height:35px;top:8px}to{height:0;top:8px}}@keyframes sandStream2{0%,50%{opacity:0}51%,90%{opacity:1}91%,to{opacity:0}}.hourglassSand:before,.hourglassSand:after{content:"";display:block;position:absolute;left:6px;background-color:var(--sand-color);perspective:500px}.hourglassSand:before{top:8px;width:39px;border-radius:3px 3px 30px 30px;animation:sandFillup var(--animation-duration) ease-in infinite}.hourglassSand:after{border-radius:30px 30px 3px 3px;animation:sandDeplete var(--animation-duration) ease-in infinite}@keyframes sandFillup{0%,60%{opacity:0;height:0}to{opacity:1;height:17px}}@keyframes sandDeplete{0%{opacity:0;top:45px;height:17px;width:38px;left:6px}1%,24%{opacity:1;top:45px;height:17px;width:38px;left:6px}25%,50%{top:41px}90%{height:0;width:10px;left:20px}}
