@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";body{margin:0!important;height:100vh!important}html{height:100vh!important}.cursor-pointer{cursor:pointer}.linear-activity{overflow:hidden;width:100%;height:4px;background-color:#b3e5fc;margin:0 auto}.indeterminate{position:relative;width:100%;height:100%}.indeterminate:before{content:"";position:absolute;height:100%;background-color:#03a9f4;animation:indeterminate_first 1.5s infinite ease-out}.indeterminate:after{content:"";position:absolute;height:100%;background-color:#4fc3f7;animation:indeterminate_second 1.5s infinite ease-in}@keyframes indeterminate_first{0%{left:-100%;width:100%}to{left:100%;width:10%}}@keyframes indeterminate_second{0%{left:-150%;width:100%}to{left:100%;width:10%}}
