.circularProgress{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;right:0}.circularProgress.fullscreen{height:calc(100vh - 100px);padding-top:50px;position:fixed}.circularProgress .loading{justify-content:center;align-items:center;display:flex;position:relative}.circularProgress .loading:after{content:"";border-radius:50%;width:100%;height:100%;animation:.8s linear infinite circular-rotate-animation;display:block;position:absolute;top:0;right:0;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 calc(100% - 1px));mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 calc(100% - 1px))}.circularProgress .loading.dark:after{background:conic-gradient(transparent, rgba(var(--action-color-rgb), .85))}.circularProgress .loading.light:after{background:conic-gradient(transparent, var(--reverse-color))}@keyframes circular-rotate-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
