@font-face{font-family:Poppins-Medium;src:url(/assets/fonts/Poppins-Medium.ttf)}body{margin:0;background-color:#fff;font-family:Poppins-Medium,sans-serif;box-sizing:border-box;display:block;width:100%;height:100%;position:fixed;left:0;top:0;overscroll-behavior:contain}h1{font-size:24px}h1,h2{color:#0057c9}h2{font-size:16px;width:100%;text-align:center;margin:0 0 20px}input,select{border-style:none;font-size:11px}input:focus,select:focus{outline:none}button{border-style:none}button:focus{outline:none}.iconBtn{width:100px;height:50px;border-radius:16px;background-color:#0057c9;box-shadow:0 6px 20px rgba(0,87,201,.35);color:#fff;font-size:12px;font-weight:700}.iconBtn .icon{display:block;height:100%;width:20%;background-image:url(/assets/images/buttons/4.png);background-repeat:no-repeat;background-position:50%;float:left}.iconBtn .label{display:block;height:100%;width:80%;float:left;display:grid;align-items:center}.iconBtn:active{opacity:.6}.btnFilled{width:152px;height:36px;border-radius:24px;background:#24b36f;box-shadow:0 6px 20px rgba(36,179,111,.25);font-weight:600;font-size:14px;color:#fff}.btnFilled:active,.btnFilled:disabled{background-color:#87c5a8}.btnRegular{width:152px;height:36px;border-radius:24px;background:transparent;border:1px solid #0057c9;box-shadow:0 6px 20px rgba(171,175,173,.25);font-weight:600;font-size:14px;color:#0057c9}.btnRegular:active{background-color:#e4e4e4}.tasks-header{text-align:center;margin-bottom:20px;overflow:hidden}.tasks-header h1{margin:0;text-transform:capitalize}.tasks-header img{width:48px;height:48px;background-color:#fff;border-radius:100%;box-sizing:border-box}.overlay{position:fixed;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.5);z-index:10;display:grid;place-items:center}.loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:11em;height:11em;border-radius:50%;background:#0057c9;background:linear-gradient(90deg,#0057c9 10%,rgba(0,87,201,0) 42%);position:relative;-webkit-animation:load3 1.4s linear infinite;animation:load3 1.4s linear infinite;transform:translateZ(0)}.loader:before{width:50%;height:50%;background:#0057c9;border-radius:100% 0 0 0}.loader:after,.loader:before{position:absolute;top:0;left:0;content:""}.loader:after{background:#fff;width:75%;height:75%;border-radius:50%;margin:auto;bottom:0;right:0}@-webkit-keyframes load3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes load3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-bar{position:relative;width:100%;height:5px;overflow-x:hidden}.progress-bar .line{opacity:.4;width:150%}.progress-bar .line,.progress-bar .subline{position:absolute;background:#4a8df8;height:5px}.progress-bar .inc{-webkit-animation:increase 2s infinite;animation:increase 2s infinite}.progress-bar .dec{-webkit-animation:decrease 2s .5s infinite;animation:decrease 2s .5s infinite}@-webkit-keyframes increase{0%{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes increase{0%{left:-5%;width:5%}to{left:130%;width:100%}}@-webkit-keyframes decrease{0%{left:-80%;width:80%}to{left:110%;width:10%}}@keyframes decrease{0%{left:-80%;width:80%}to{left:110%;width:10%}}