@import"https://fonts.googleapis.com/css?family=Montserrat:400,400i,700";.card{background-color:#fff;max-width:360px;display:flex;flex-direction:column;overflow:hidden;border-radius:2rem;box-shadow:0 1rem 1.5rem #00000080;color:#000}.card .banner{background-image:url(/assets/bannerimg-CRXAq6js.jpeg);background-position:center;background-repeat:no-repeat;background-size:cover;height:11rem;display:flex;align-items:flex-end;justify-content:center;box-sizing:border-box}.card .banner img{background-color:#fff;width:8rem;height:8rem;box-shadow:0 .5rem 1rem #0000004d;border-radius:50%;transform:translateY(50%);transition:transform .2s cubic-bezier(.18,.89,.32,1.28)}.card .banner svg:hover{transform:translateY(50%) scale(1.3)}.card .menu{width:100%;height:5.5rem;padding:1rem;display:flex;align-items:flex-start;justify-content:flex-end;position:relative;box-sizing:border-box}.card .menu .opener{width:2.5rem;height:2.5rem;position:relative;border-radius:50%;transition:background-color .1s ease-in-out}.card .menu .opener:hover{background-color:#f2f2f2}.card .menu .opener span{background-color:#404040;width:.4rem;height:.4rem;position:absolute;top:0;left:calc(50% - .2rem);border-radius:50%}.card .menu .opener span:nth-child(1){top:.45rem}.card .menu .opener span:nth-child(2){top:1.05rem}.card .menu .opener span:nth-child(3){top:1.65rem}.card h2.name{text-align:center;padding:0 2rem .5rem;margin:0}.card .title{color:#a0a0a0;font-size:.85rem;text-align:center;padding:0 2rem 1.2rem}.card .actions{padding:0 2rem 1.2rem;display:flex;flex-direction:column;order:99}.card .actions .follow-info{padding:0 0 1rem;display:flex}.card .actions .follow-info h2{text-align:center;width:50%;margin:0;box-sizing:border-box}.card .actions .follow-info h2 a{text-decoration:none;padding:.8rem;display:flex;flex-direction:column;border-radius:.8rem;transition:background-color .1s ease-in-out}.card .actions .follow-info h2 a span{color:#1c9eff;font-weight:700;transform-origin:bottom;transform:scaleY(1.3);transition:color .1s ease-in-out}.card .actions .follow-info h2 a small{color:#afafaf;font-size:.85rem;font-weight:400}.card .actions .follow-info h2 a:hover{background-color:#f2f2f2}.card .actions .follow-info h2 a:hover span{color:#007ad6}.card .actions .follow-btn button{color:inherit;font:inherit;font-weight:700;background-color:#ffd01a;width:100%;border:none;padding:1rem;outline:none;box-sizing:border-box;border-radius:1.5rem/50%;transition:background-color .1s ease-in-out,transform .2s cubic-bezier(.18,.89,.32,1.28)}.card .actions .follow-btn button:hover{background-color:#efb10a;transform:scale(1.1)}.card .actions .follow-btn button:active{background-color:#e8a200;transform:scale(1)}.card .desc{text-align:justify;padding:0 2rem 2.5rem;order:100}.leader-board{background-image:url(/assets/bgbanner-DHZaFB9P.jpg);object-fit:cover;color:#fff}body{padding:0;margin:0}.ScorecardViewer{position:relative;justify-content:center;align-items:center;display:flex;flex-direction:column}.WholeContainer{justify-content:center;display:flex;align-items:center;flex-direction:row;gap:200px;background-image:url(/assets/bg-image-3-BI85VMla.jpg);background-repeat:no-repeat;background-size:cover;background-position:center}.BlastEffect{position:absolute;top:50%;left:50%}.score-container{height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center}.total-score{font-size:45px;font-family:Courier New,Courier,monospace;height:45px;color:#fff}.current-score{font-size:100px;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;animation:zoomIn .8s ease-in-out;height:100px;margin-top:20px;margin-bottom:40px;color:#fff}.remaining-attempts-critical{font-size:20px;font-family:Courier New,Courier,monospace;height:20px;background-color:red;padding:10px;border-radius:5px;color:#fff}.remaining-attempts-warning{font-size:20px;font-family:Courier New,Courier,monospace;height:20px;background-color:orange;padding:10px;border-radius:5px;color:#fff}.remaining-attempts-normal{font-size:20px;font-family:Courier New,Courier,monospace;height:20px;padding:10px;background-color:#000;border-radius:5px;color:#fff}@keyframes zoomIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.login-container{background-size:cover;background-position:center;min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/bg-image-3-BI85VMla.jpg)}.login-form-container{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem}.form-input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:.25rem}.submit-button{width:100%;background-color:#007bff;color:#fff;padding:.75rem;border:none;border-radius:.25rem;font-size:1rem;cursor:pointer}.submit-button:hover{background-color:#0056b3}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{min-height:100vh;font-size:calc(10px + 2vmin);color:#fff;box-sizing:border-box;padding-top:30%}.App-link{color:#61dafb}.spin-button{margin-top:22px;background-color:#0ff;border-width:1;color:#000;width:100px;height:35px;font-size:18px;font-weight:600;border-radius:10px;outline:0;transition:.1s linear;cursor:pointer;letter-spacing:.7px;padding-top:3px;border-color:#fff}.spin-button:hover{background-color:red}.spin-button:active{padding-top:5px;background-color:#292929}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.developed-data{position:absolute;bottom:0;color:#fff}
