.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.FinalScore_wrapper__iaOUv{display:flex;align-items:center;justify-content:center;width:100%;padding:0 0 50px;margin-top:-40px}.FinalScore_section__vszHs{width:90%;max-width:var(--max-content-width);display:flex;align-items:center;justify-content:flex-end}.FinalScore_scoreBox__zkb1z{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-family:var(--secondary-font);width:280px}.FinalScore_scoreBoxRule__3c9I_{width:100%;height:2px;background:linear-gradient(to left,var(--primary),transparent,transparent)}.FinalScore_boxTop__3WZLT{display:flex;align-items:center;justify-content:flex-end;gap:10px;position:relative;width:100%}.FinalScore_scoreCircle__girEy{position:absolute;left:20px;bottom:-40px;width:100px;height:100px;display:flex;align-items:center;justify-content:center;gap:10px;flex-direction:column;transform:rotate(-10deg);background:url(/images/score-circle.png);background-size:contain;background-repeat:no-repeat;font-family:var(--hand-writing-font);color:red;font-size:18px}.FinalScore_scoreCircle__girEy img{position:absolute;width:90%;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.FinalScore_boxBottom__UhabY{display:flex;align-items:center;justify-content:flex-end;width:100%}.LowerDrop_dropImage__dJfez{width:100%;margin-top:0;margin-bottom:-5px;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.LowerDrop_drop__bJJOq{padding:30px 0;width:100%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:white}.LowerDrop_dropList__fhS_j{width:90%;max-width:var(--max-content-width);display:flex;align-items:center;justify-content:space-between;gap:20px}.LowerDrop_dropItem__0ZQTp{display:flex;align-items:center;justify-content:flex-start;gap:10px;font-family:var(--secondary-font)}.LowerDrop_dropItem__0ZQTp i{font-size:26px}.LowerDrop_dropItem__0ZQTp div h4{font-size:16px;font-weight:500;margin-bottom:2px}.LowerDrop_dropItem__0ZQTp div p{font-size:12px;font-weight:400;opacity:.7}@media (max-width:1100px){.LowerDrop_dropList__fhS_j{display:grid;grid-template-columns:repeat(3,1fr)}.LowerDrop_dropItem__0ZQTp{width:100%;justify-content:center}}@media (max-width:600px){.LowerDrop_dropList__fhS_j{display:flex;flex-direction:column;align-items:center;gap:25px}.LowerDrop_dropItem__0ZQTp div{text-align:center}}.share-section{position:fixed;bottom:0;left:0;top:0;width:100%;height:100vh;background:rgb(0,0,0,.4);justify-content:center;z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.share-box,.share-section{display:flex;align-items:center}.share-box{background:white;padding:30px;flex-direction:column;justify-content:flex-start;text-align:center;gap:5px;font-family:var(--secondary-font);width:90vw;max-width:450px;border-radius:10px;box-shadow:0 0 30px rgb(0,0,0,.2);position:relative;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(300px)}to{transform:translateY(0)}}.close-icon{position:absolute;right:10px;top:10px;font-size:25px;cursor:pointer;color:var(--primary)}.share-head{font-size:26px;color:var(--primary)}.share-text{font-size:15px;margin-bottom:20px;color:var(--primary);opacity:.8}.share-icons{justify-content:space-between;background:rgb(0,0,0,.05);width:100%;padding:10px;border-radius:10px}.share-icon,.share-icons{display:flex;align-items:center}.share-icon{width:50px;height:50px;border-radius:50%;background:white;justify-content:center;font-size:24px;cursor:pointer}.share-icon:hover{transform:translateY(-2px)}.share-icon.whatsapp{color:#25d366}.share-icon.telegram{color:#0088cc}.share-icon.facebook{color:#3b5998}.share-icon.linkedin{color:#0077b5}.share-icon.twitter{color:black}.share-icon.link{color:var(--primary)}@media (max-width:500px){.share-section{align-items:flex-end;width:100%;height:100svh}.share-box{border-radius:10px 10px 0 0;width:100%;max-width:none;padding:25px 15px}.share-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.share-icon{width:100%;border-radius:15px;height:60px;font-size:30px}}.share-float-btn{position:fixed;z-index:100;bottom:30px;left:20px;cursor:pointer}.share-float-btn:hover{transform:translateY(-5px)}.share-float-btn img{width:80px}.copied-pop{font-size:14px;color:green;width:100%;text-align:center;padding:3px 10px;border-radius:4px;background:rgba(0,128,0,.1);margin-bottom:5px}