@import url("https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@400;600&display=swap");*{box-sizing:border-box}html{height:-webkit-fill-available}body{font-family:Mukta Malar,serif;margin:0;padding:0}a{color:#2d9cdb;text-decoration:none}a,button{cursor:pointer}.flex,.v-flex{display:flex}.flex .right,.v-flex .right{margin-left:auto}.flex .grow,.v-flex .grow{flex-grow:1}.flex.mid,.v-flex.mid{align-items:center}.flex.center,.v-flex.center{justify-content:center}.v-flex{flex-direction:column}.error-text{color:red}.loading-bg{background:linear-gradient(-45deg,#ccc,#fff,#ccc,#eee);background-size:400% 400%;-webkit-animation:gradient 10s ease infinite;animation:gradient 10s ease infinite}@-webkit-keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}