@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);:root{--primary-color:#4674b9;--default-text-color:rgba(55,55,55,0.7490196078431373);--success-color:#65aa20;--warning-color:#ed8103;--error-color:#c63838}*,body,button{font-family:"Nunito",Avenir_Next_XL,sans-serif;color:rgba(55,55,55,.75)}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{color:#373737;font-size:32px;font-weight:800;line-height:40px}h2{color:rgba(55,55,55,.75);font-size:24px;font-weight:700;line-height:32px}h3{font-size:18px;line-height:24px}.span-with-lines,h3{color:rgba(55,55,55,.75);font-weight:600}.span-with-lines{text-align:center;font-family:Nunito;font-size:14px;font-style:normal;line-height:20px;position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:400px;margin:0 auto}.span-with-lines:after,.span-with-lines:before{content:"";flex:1 1;height:1px;background-color:#ececec;margin:0 16px}p{color:rgba(55,55,55,.75)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing:border-box}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}body>#root{height:100vh}:-ms-input-placeholder{color:rgba(39,39,39,.3)}::placeholder{color:rgba(39,39,39,.3)}@-ms-viewport{orientation:portrait}@viewport{orientation:portrait}#MainApp{width:100%;z-index:100}#MainApp,#root{position:relative}#root{z-index:0;background:none}@media screen and (min-width:769px){#container{max-width:1042px;margin:auto}}.d-flex{display:flex}.flex-column{flex-direction:column}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-end{justify-content:flex-end}.align-items-center{align-items:center}.text-white{color:#fff}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.gap-0{grid-gap:0;gap:0}.gap-1{grid-gap:.25rem;gap:.25rem}.gap-2{grid-gap:.5rem;gap:.5rem}.gap-3{grid-gap:.75rem;gap:.75rem}.gap-4{grid-gap:1rem;gap:1rem}.gap-5{grid-gap:1.25rem;gap:1.25rem}.gap-6{grid-gap:1.5rem;gap:1.5rem}.gap-8{grid-gap:2rem;gap:2rem}.gap-10{grid-gap:2.5rem;gap:2.5rem}.gap-12{grid-gap:3rem;gap:3rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.font-thin{font-weight:100}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:18px;line-height:24px}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.m-10{margin:2.5rem}.m-12{margin:3rem}.m-16{margin:4rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-28{margin:7rem}.m-auto{margin:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mr-10{margin-right:2.5rem}.mr-12{margin-right:3rem}.mr-16{margin-right:4rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-28{margin-right:7rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-10{margin-left:2.5rem}.ml-12{margin-left:3rem}.ml-16{margin-left:4rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-28{margin-left:7rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-28{padding:7rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-20{padding-right:5rem}.pr-24{padding-right:6rem}.pr-28{padding-right:7rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-20{padding-left:5rem}.pl-24{padding-left:6rem}.pl-28{padding-left:7rem}.w-auto{width:auto}.w-full{width:100%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-3\/4{width:75%}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}.shadow{box-shadow:0 1px 3px 0 rgb(0 0 0/.1),0 1px 2px -1px rgb(0 0 0/.1)}.shadow-md{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}button{border-radius:16px;background:#4674b9;box-shadow:0 0 12px 0 hsla(0,0%,48.2%,.4);display:flex;width:284px;padding:12px;justify-content:center;align-items:center;grid-gap:10px;gap:10px;text-align:center;font-weight:800;font-size:20px;line-height:23px;color:#fff;margin-top:8px;cursor:pointer;transition:all .3s ease}button:hover{background:#5a82c9;box-shadow:0 0 16px 0 hsla(0,0%,48.2%,.6)}.button-secondary{border-radius:16px;background:#fff;box-shadow:0 0 12px 0 hsla(0,0%,48.2%,.4);display:flex;width:284px;padding:12px;justify-content:center;align-items:center;grid-gap:10px;gap:10px;text-align:center;font-weight:800;font-size:20px;line-height:23px;color:#4674b9;margin-top:8px;cursor:pointer;transition:all .3s ease}.button-secondary:hover{background:#f8f9fa;border-color:#5a82c9;color:#5a82c9;box-shadow:0 0 16px 0 hsla(0,0%,48.2%,.6)}.button-ghost{color:#4674b9;font-family:Nunito;font-size:20px;font-style:normal;font-weight:800;line-height:24px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;border:none;grid-gap:8px;gap:8px;text-align:center;margin-top:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;transition:all .3s ease}.button-ghost,.button-ghost:hover{background:transparent;box-shadow:none}.button-ghost:hover{color:#5a82c9}.loader{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(39,39,39,.6862745098039216);z-index:1000}.modal-content{padding:26px;max-height:90vh}.ReactModal__Overlay{opacity:0;transition:opacity .3s ease-in-out}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.ReactModal__Content.bottom_modal{opacity:0;transform:translateY(100%);transition:all .5s ease-in-out}.ReactModal__Content--after-open.bottom_modal{opacity:1;transform:translateY(0)}.ReactModal__Content--after-close.bottom_modal{opacity:0;transform:translateY(100%)}@media (max-width:768px){.text-4xl{font-size:24px;line-height:32px}.text-3xl{font-size:20px;line-height:28px}.text-2xl{font-size:18px;line-height:24px}.text-xl{font-size:16px;line-height:22px}.text-lg{font-size:14px;line-height:20px}h1{font-size:24px;line-height:36px}h2{font-size:20px;line-height:28px}h3{font-size:16px;line-height:22px}.main-button,button{width:90%;max-width:330px}.span-with-lines{font-size:12px;line-height:18px;max-width:350px}.span-with-lines:after,.span-with-lines:before{margin:0 12px}}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-element{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.skeleton-card{justify-content:space-between;height:346px;background:#f4f8ff;border-radius:20px;padding:24px 24px 40px;opacity:1}.skeleton-card,.skeleton-header{display:flex;flex-direction:column;width:100%}.skeleton-header{text-align:center;min-height:100px;align-items:center;grid-gap:8px;gap:8px}.skeleton-icon{width:60px;height:60px;border-radius:50%}.skeleton-icon,.skeleton-title{background:linear-gradient(90deg,#e0e0e0 25%,#d0d0d0 50%,#e0e0e0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite}.skeleton-title{width:120px;height:28px;margin-top:8px;border-radius:4px}.skeleton-performance{margin-bottom:32px;width:100%}.skeleton-progress-bar{width:100%;height:20px;background-color:#e8e8e8;border-radius:100px;overflow:hidden;margin-bottom:16px;position:relative}.skeleton-progress-fill{height:100%;width:65%;background:linear-gradient(90deg,#d0d0d0 25%,silver 50%,#d0d0d0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:100px;position:relative}.skeleton-progress-fill:after{content:"";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:silver;border:2px solid #fff;border-radius:50%}.skeleton-stats{display:flex;justify-content:space-between;align-items:center}.skeleton-label{width:100px;height:24px;background:linear-gradient(90deg,#e0e0e0 25%,#d0d0d0 50%,#e0e0e0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.skeleton-value{display:flex;align-items:center;grid-gap:8px;gap:8px}.skeleton-percentage{width:50px;height:28px;border-radius:4px}.skeleton-check-icon,.skeleton-percentage{background:linear-gradient(90deg,#e0e0e0 25%,#d0d0d0 50%,#e0e0e0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite}.skeleton-check-icon{width:22px;height:22px;border-radius:50%}.skeleton-button{width:140px;height:44px;margin:0 auto;border-radius:8px}.skeleton-button,.skeleton-chart-icon{background:linear-gradient(90deg,#e0e0e0 25%,#d0d0d0 50%,#e0e0e0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite}.skeleton-chart-icon{width:40px;height:40px;border-radius:50%}.skeleton-dashboard-title{width:300px;height:42px;background:linear-gradient(90deg,#e0e0e0 25%,#d0d0d0 50%,#e0e0e0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}@media (max-width:768px){.skeleton-dashboard-title{width:200px;height:32px}.skeleton-title{width:100px;height:24px}.skeleton-card{padding:24px}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}.skeleton-pulse{animation:skeleton-pulse 1.5s ease-in-out infinite}.admin-layout{min-height:100vh;width:100%;margin:0 auto;padding:0 80px;color:var(--default-text-color)}.admin-header{justify-content:space-between;padding:48px 0 0;box-sizing:border-box}.admin-header,.sponsor-logos{display:flex;align-items:center}.sponsor-logo{height:100%;width:328px;object-fit:contain;margin-left:-20px}.participants-counter{min-width:268px;width:-webkit-max-content;width:max-content;height:54px;grid-gap:12px;gap:12px;background-color:#f4f8ff;padding:10px 18px;border-radius:100px;border:3px solid #cce0ff;color:var(--primary-color);font-family:Nunito;font-weight:800;font-size:24px;line-height:140%;letter-spacing:0;opacity:1;white-space:nowrap}.participant-icon,.participants-counter{display:flex;align-items:center;justify-content:center}.participant-icon{width:24px;height:24px}.participant-icon img{width:100%;height:100%;object-fit:contain}.participant-count{font-family:Nunito;font-weight:800;font-size:24px;line-height:140%;letter-spacing:0;color:var(--primary-color);white-space:nowrap}.admin-main{height:530px;position:relative;top:48px;left:0;grid-gap:40px;gap:40px;opacity:1;padding:0;margin:0;box-sizing:border-box}.dashboard-home{padding:0}.dashboard-header{margin-bottom:40px}.title-section{display:flex;align-items:center;grid-gap:16px;gap:16px}.chart-icon{width:40px;height:40px}.dashboard-title{font-weight:800;font-size:36px;line-height:140%;color:var(--primary-color)}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:32px;gap:32px;width:100%;padding-bottom:80px}.subject-card{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:404px;height:346px;background:#f4f8ff;border-radius:20px;padding:24px 24px 40px;transition:transform .2s ease;opacity:1}.subject-card:hover{transform:translateY(-2px)}.home-subject-header{text-align:center;display:flex;flex-direction:column;width:100%;min-height:100px;align-items:center}.subject-icon{margin-bottom:0;width:22px;height:22px}.home-subject-name{font-weight:800;font-size:24px;line-height:140%;letter-spacing:0;text-align:center;color:#373737;margin:8px 0 0}.performance-section{margin-bottom:32px;width:100%}.home-progress-bar{width:100%;height:20px;background-color:#f0f0f0;border-radius:100px;overflow:hidden;margin-bottom:16px;opacity:1;box-sizing:border-box}.home-progress-fill{height:100%;background:#6c9ff2;border-radius:100px;transition:width .3s ease;position:relative}.home-progress-fill:after{content:"";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.performance-stats{display:flex;justify-content:space-between;align-items:center}.performance-label{font-family:Nunito;font-weight:600;font-size:22px;line-height:140%;letter-spacing:0;color:#666}.performance-value{display:flex;align-items:center;grid-gap:8px;gap:8px}.percentage{font-family:Nunito;font-weight:800;font-size:24px;line-height:140%;letter-spacing:0;color:#373737}.checkmark{font-size:18px}.view-questions-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.view-questions-btn:hover{background:#5a8de8}.view-questions-btn:active{background:#4a7bd9}@media (max-width:768px){.subjects-grid{grid-template-columns:1fr;grid-gap:24px;gap:24px}.subject-card{padding:24px}.dashboard-title{font-size:24px}.home-subject-name{font-size:20px}}.correct-percentage{font-weight:800;font-size:26px}.correct-percentage,.stats-label{font-family:Nunito,sans-serif;font-style:normal;line-height:140%;letter-spacing:0}.stats-label{font-weight:600;font-size:22px}.back-button{display:flex;align-items:center;padding:0;box-shadow:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:none;border:none;cursor:pointer}.question-text{margin:0}.text-hover:hover{color:#373737}.subject-questions{padding:0}.subject-header{display:flex;align-items:center;flex-direction:row;margin-bottom:40px;grid-gap:20px;gap:20px}.subject-back-button{display:flex;align-items:center;justify-content:center;padding:0;box-shadow:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:none;border:none;cursor:pointer;margin-top:0}.subject-back-button:hover{box-shadow:10px 10px 20px rgba(0,0,0,.1)}.subject-back-button img{display:block;width:40px;height:40px}.subject-title{display:flex;align-items:center;grid-gap:20px;gap:20px}.breadcrumb-separator{width:20px;height:20px;display:inline-block}.subject-title-text{font-size:28px;font-weight:600;display:flex;align-items:center;grid-gap:8px;gap:8px}.subject-name{color:var(--primary-color);font-weight:800}.subject-icon-inline{font-size:28px;margin:0 4px}.questions-list{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.question-item{background:#fff;padding:0 24px 24px 0;cursor:pointer;transition:transform .2s ease;border-bottom:1px solid #ececec}.question-content-wrapper{display:flex;align-items:center;grid-gap:24px;gap:24px}.question-left{flex:1 1;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.question-divider{width:1px;height:80px;background:#ececec;flex-shrink:0}.question-header{margin-bottom:16px}.question-stats{grid-gap:8px;gap:8px;min-width:200px}.progress-indicator{width:100px;height:4px;background:#e9ecef;border-radius:2px;position:relative;margin-left:8px}.progress-dot{position:absolute;top:-4px;width:12px;height:12px;background:#6c9ff2;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width:768px){.subject-header{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.subject-title-text{font-size:24px}.question-item{padding:20px}.question-header{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.question-stats{align-self:flex-end}.question-text{font-size:16px}}.question-detail{padding:0;width:100%}.question-detail-header{margin-bottom:32px}.question-detail-back-button{margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:none;box-shadow:none}.question-detail-item{border-bottom:none}.question-detail-back-button:hover{box-shadow:none;background:none}.back-icon{font-size:18px;display:flex;align-items:center;justify-content:center}.back-icon img{transform:rotate(180deg);width:20px;height:20px}.back-text{font-family:Nunito,sans-serif;font-weight:800;font-style:normal;font-size:24px;line-height:140%;letter-spacing:0;color:var(--primary-color);text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.question-content{background:#fff;padding:0}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.question-number{font-family:Nunito,sans-serif;font-weight:600;font-style:normal;font-size:16px;line-height:140%;letter-spacing:0}.question-stats{display:flex;flex-direction:column;align-items:flex-end;grid-gap:0;gap:0}.question-text{font-weight:600;font-style:normal;font-size:28px;line-height:140%;letter-spacing:0;margin:0 0 40px;width:100%}.answers-section{margin-bottom:100px}.section-title{font-size:18px;font-weight:600;margin-bottom:24px;margin-top:0}.answers-list{display:flex;flex-direction:column;grid-gap:0;gap:0;padding-bottom:200px}.answer-item{display:flex;align-items:center;grid-gap:16px;gap:16px;padding:20px 0;background:#fff}.answer-item:last-child{border-bottom:none}.answer-indicator{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.correct-icon{background:#4caf50}.correct-icon,.incorrect-icon{color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.incorrect-icon{background:#f44336}.answer-content{flex:1 1;display:flex;justify-content:space-between;align-items:center;grid-gap:24px;gap:24px}.answer-text{font-weight:600;font-style:normal;font-size:24px;line-height:140%;letter-spacing:0;flex:1 1}.answer-stats{display:flex;align-items:center;grid-gap:12px;gap:12px;padding-right:70px;min-width:800px}.progress-bar{flex:1 1;height:8px;background:#ececec;overflow:visible}.progress-bar,.progress-fill{border-radius:100px;position:relative}.progress-fill{height:100%;background:#6c9ff2;transition:width .3s ease}.progress-fill:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(50%);width:12px;height:12px;background:#6c9ff2;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.answer-percentage{font-weight:600;font-size:22px;line-height:140%;letter-spacing:0}.answer-progress-bar{flex:1 1;height:40px;background:#ececec;border-radius:12px;position:relative;overflow:visible;width:100%}.answer-progress-fill{height:100%;background:#79a7ec;border-radius:12px;transition:width .3s ease;position:relative;display:flex;align-items:center;justify-content:flex-end}.answer-progress-fill .answer-percentage{position:absolute;right:-60px;top:50%;transform:translateY(-50%)}.navigation-buttons{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-between;grid-gap:16px;gap:16px;padding:24px 80px;z-index:100}.next-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.next-btn:disabled,.prev-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;background:#e0e0e0!important;color:#888!important}.prev-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:768px){.question-content{padding:0}.question-header{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.question-text{font-size:20px}.answer-stats{min-width:200px}.navigation-buttons{flex-direction:column}}
/*# sourceMappingURL=main.5ff5a4f1.chunk.css.map */