html,body{padding:0;margin:0;padding-right:0!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif,Source Sans Pro;scrollbar-gutter:stable}body[style*="overflow: hidden"]{overflow:auto!important;padding-right:0!important}a{color:inherit;text-decoration:none}:where(a,button,input,select,textarea,[role=button],[tabindex]:not([tabindex="-1"])):focus-visible{outline:3px solid #111827;outline-offset:3px;box-shadow:0 0 0 6px #fff}button:focus-visible,.MuiButtonBase-root.Mui-focusVisible{outline:3px solid #111827!important;outline-offset:3px!important;box-shadow:0 0 0 6px #fff!important}*{box-sizing:border-box}:root{--fontColor: black;--themeBackgroundColor: #3c6ab9;--darkThemeBackgroundColor: #1e3866;--fontFamily: Arial;--textThemeColor: #033da0;--headingfontColor: white;--SubHeadingFontSize: 23px;--HeadingFontSize: 25px;--darkButtonFontColor: white;--hoverButtonFontColor: black;--darkButtonBgColor: rgb(3, 9, 43);--buttonHoverBgColor: white;--svgIconColor: #787878;--radioBoxColor: #f1f1f1;--darkRadioBoxColor: #232323;--wrongAnswerColor: #ad1b01;--correctAnswerColor: #007a3d;--unansweredColor: #6d5f00}*{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#555}::-webkit-scrollbar-track{background:#f1f1f1}.bodyWrapper{min-height:100vh;height:100%}.flex{display:flex}.flex-row{display:flex;flex-direction:row;align-items:center}.flex-column{display:flex;flex-direction:column}.verticalCenter{display:flex;align-items:center}.flexend{display:flex;justify-content:flex-end}.horizontalCenter{display:flex;justify-content:center}.centerDiv{display:flex;justify-content:center;align-items:center}.spaceBetween{display:flex;flex-direction:row;justify-content:space-between;gap:20px}.w-100{width:100%}.blackOutlinedButton{text-transform:none;color:#000}.blackButton{display:inline-flex;padding:5px 10px;border-radius:5px;width:fit-content;height:40px;background-color:var(--darkButtonBgColor)!important;color:var(--darkButtonFontColor)}.blackButton:hover,.fetchButton:hover,.createButton:hover{background-color:var(--buttonHoverBgColor)!important;color:var(--hoverButtonFontColor)!important}.noTextTransform{text-transform:none}.blueUnderLinedHeading{margin:0;padding-bottom:5px;font-size:20px;font-weight:400;padding-right:10px;border-bottom:2px solid #498cff;display:inline-block}.pageHeading{margin:0;font-style:normal;font-weight:500;font-size:30px;line-height:36px;display:block}.pageDescription{margin-bottom:0;font-style:normal;font-weight:400;font-size:16px;line-height:19px;display:block;margin-top:20px}.progressBar{display:grid;align-items:center;justify-content:center;padding:100px 25% 25%;width:100%}.successButton{background-color:#448a2c}.errorButton{background-color:#d7385e}.invertColor img{color:"black";filter:invert(100%);margin-bottom:-5px}.alertContainer{width:100%;padding-top:20px}.Text{display:block}.treeSelectPopup{z-index:10000;position:relative}#questionContainer table{border-collapse:collapse!important}#questionContainer tr,#questionContainer td,#questionContainer th{border:1px solid black;padding:5px 10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hover-hint{cursor:pointer;animation:glow 5s infinite ease-in-out}@keyframes glow{0%{box-shadow:0 0 #0096ff00}50%{box-shadow:0 0 10px #0096ff80}to{box-shadow:0 0 #0096ff00}}.hover-hint:hover{animation:none}button{text-transform:none!important}._navbarRightButtonGroup_1uh17_1{display:flex;column-gap:5px;flex-wrap:wrap}@media print{._navbar_1uh17_1,button{display:none!important}body{padding-top:0!important;margin-top:0!important}}._buttonContainer_s35i6_1{display:inline-flex;padding:5px;text-transform:none;border-radius:5px;width:fit-content;height:40px}._buttonContainer_s35i6_1>button:hover{cursor:pointer}._buttonContainer_s35i6_1>._buttonIcon_s35i6_13{min-width:0;max-width:20%;color:inherit}._divider_s35i6_19{background-color:#fff}._blackButton_s35i6_23{width:100%;text-transform:none}._primaryButton_s35i6_28{background-color:var(--darkButtonBgColor);color:var(--darkButtonFontColor)}._primaryButton_s35i6_28:hover{background-color:var(--buttonHoverBgColor);color:var(--hoverButtonFontColor);cursor:pointer}._primaryButton_s35i6_28:hover+._divider_s35i6_19{background-color:var(--buttonHoverBgColor)}._renderButton_s35i6_43{text-transform:none;color:inherit;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:.5rem;line-height:1.5;letter-spacing:.00938em;white-space:nowrap;margin-left:-8px;height:22px}._renderButton_s35i6_43 :hover{cursor:pointer}._navButtonContainer_s35i6_59{position:relative;color:inherit}._navButtonContainer_s35i6_59:after{position:absolute;right:5px;bottom:0;left:5px;height:2px;content:"";background:#0b63f6;border-radius:2px 2px 0 0;opacity:0}._activeNavButtonContainer_s35i6_76{color:#0b63f6}._activeNavButtonContainer_s35i6_76:after{opacity:1}._mainbox_12lom_1{margin-top:10px;margin-bottom:20px}._mainPaper_12lom_6{border:.2px solid rgba(0,0,0,.4);padding:20px;margin-top:20px;border-radius:12px}._mainPaperDark_12lom_13{border:.2px solid #e7e7e763;padding:20px;margin-top:20px;border-radius:12px}._questionText_12lom_20{font-family:var(--fontFamily);font-size:16px;line-height:19px;letter-spacing:.01em;color:var(--textThemeColor);padding:8px 18px;border:1px solid var(--textThemeColor);border-radius:15px;margin:0;width:fit-content}._accordionHeader_12lom_33{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;width:100%}._accordionMeta_12lom_42{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto;flex-wrap:wrap}._accordionQuestionText_12lom_51{color:var(--textThemeColor);font-family:var(--fontFamily);font-size:1rem;font-weight:500;line-height:1.35;min-width:0;overflow-wrap:anywhere;border:1px solid var(--textThemeColor);border-radius:15px;padding:8px 18px}._accordionTags_12lom_64{display:flex;min-width:0;flex:1 1 auto}._accordionTags_12lom_64>span{gap:6px;width:auto!important}._accordionActions_12lom_75{display:flex;align-items:center;flex:0 0 auto}._accordionEditField_12lom_81{max-width:420px;width:100%}._question_12lom_20{display:inline}._question_12lom_20 img{margin-bottom:-5px}._questionDarkInvertColor_12lom_94,._questionDarkInvertColor_12lom_94 p,._questionDarkInvertColor_12lom_94 span{color:"black";filter:invert(100%)}._questionCodeButton_12lom_101{font-family:var(--fontFamily);font-weight:500;font-size:14px;line-height:17px;letter-spacing:.01em;box-sizing:border-box;border-radius:5px;padding:8px 12px;text-transform:none}._questionCodeButtonContainer_12lom_113{display:flex;flex-direction:row;gap:20px;height:fit-content;flex-wrap:wrap}._labelTagContainer_12lom_121{display:flex;flex-direction:column!important;gap:20px;row-gap:20px}._questionPointsContainer_12lom_129{display:flex;flex-direction:row;column-gap:20px;justify-content:space-between}._pointsContainer_12lom_136{display:flex;align-items:center;column-gap:5px}._correctAnswerSpan_12lom_142{color:green}._incorrectAnswerSpan_12lom_146{color:#ad1b01}._descriptionBox_12lom_150{border:1px solid grey;padding:4px 10px;border-radius:10px}._descriptionBox_12lom_150>span:nth-child(1){font-size:.9rem}._descriptionBox_12lom_150>span:nth-child(2){font-weight:600}.notebook-container{min-width:300px;min-height:100px;width:500px;max-width:900px;overflow:hidden;border:1px solid color-mix(in srgb,var(--themeBackgroundColor),white);border-radius:5px;align-items:center;justify-content:center;resize:both}.notebook-container table,.notebook-container tr,.notebook-container td,.notebook-container th{border:none!important}.notebook-container-error{width:100;height:auto;border:1px solid color-mix(in srgb,var(--wrongAnswerColor),white);padding:10px;border-radius:5px}@media (max-width: 700px){._accordionSummary_12lom_191{padding:0 14px}._accordionHeader_12lom_33{align-items:flex-start;flex-direction:column;gap:10px}._accordionQuestionText_12lom_51{font-size:16px}}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/BZJRkJ55.woff2) format("woff2"),url(/assets/DtD_g0fW.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/Bo6gnWEs.woff2) format("woff2"),url(/assets/h6inArLS.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/DurV-KM9.woff2) format("woff2"),url(/assets/BfIWL1p1.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/CZJmCPdY.woff2) format("woff2"),url(/assets/C-qB9CTB.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/DmpbtSrx.woff2) format("woff2"),url(/assets/C_X2WPHN.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/b0izRs8p.woff2) format("woff2"),url(/assets/B4yavu5O.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/tpsLXCSJ.woff2) format("woff2"),url(/assets/R7DZS9ko.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}._svgButtonContainer_s1u6o_1{display:flex;flex-direction:row;column-gap:5px;align-items:center;text-transform:none}._filterContainer_s1u6o_9{padding:5px 20px;min-height:100px;display:flex;justify-content:center;flex-direction:column;row-gap:10px;min-width:300px}._filterHeader_s1u6o_19{align-items:center;display:flex;justify-content:space-between;gap:16px}._filterRow_s1u6o_26{display:flex;justify-content:space-between;column-gap:10px}._filterOptionContainer_s1u6o_32{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;column-gap:10px;align-items:center}._addFilterButton_s1u6o_41{max-width:90px;text-transform:none!important}._closeButton_s1u6o_46{background-color:transparent;border:none}._closeButton_s1u6o_46:hover{cursor:pointer;background-color:#f4f4f4}._closeButtonContainer_s1u6o_56{display:flex}._sortButton_853dk_1{min-width:20px!important;margin-left:0!important}._svgButtonContainer_853dk_6{display:flex;flex-direction:row;column-gap:2px;align-items:center;text-transform:none}._headerBar_glrhd_1{background-color:var(--themeBackgroundColor);display:flex;flex-direction:row;align-items:center;column-gap:20px}._headerText_glrhd_9{margin:0;font-family:var(--fontFamily);color:#fff;font-size:var(--HeadingFontSize);font-weight:400;line-height:normal}@media (max-width: 400px){._headerBar_glrhd_1{flex-direction:column;align-items:flex-start;justify-content:flex-start;row-gap:8px;height:140px!important}}._container_18b4p_1{overflow-x:hidden;height:calc(100vh - 48px)}@media (max-width: 900px){._container_18b4p_1{overflow-x:hidden;overflow-y:scroll}}._coursebox_18b4p_15{width:100%;padding:2% 5%;display:flex;flex-direction:column;row-gap:10px}._recentActivityBox_18b4p_23{padding:3%;background-color:#132743;min-height:100%;flex-grow:1;overflow-y:auto;bottom:0!important;border-radius:0 3px 0 0}._recentActivityText_18b4p_33{font-style:normal;font-weight:700;color:#fff;font-size:25px}._accordionHeaderText_18b4p_40{color:#fff;font-weight:lighter;font-size:20px}._dropdownIcon_18b4p_46{position:absolute;font-style:normal;color:#fff;font-weight:lighter;font-size:30px}._accordionBox_18b4p_55{background-color:transparent!important;color:#fff}._subjectText_1939r_1{padding:0% 2%;border-left:10px solid var(--themeBackgroundColor)}._subjectTextDark_1939r_7{padding:0% 2%;border-left:10px solid var(--darkThemeBackgroundColor)}._subjectText_1939r_1:hover,._subjectTextDark_1939r_7:hover{box-shadow:0 4px 8px #0003,0 6px 20px #00000030;cursor:pointer}._subjectName_1939r_19{font-family:var(--fontFamily);font-size:1.2rem}._termYearText_1939r_24{font-family:var(--fontFamily);font-size:1rem}._subjectDescription_1939r_29{font-family:var(--fontFamily);font-size:13px;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;align-items:center}._container_1939r_39{height:100%;display:flex;justify-content:space-between;padding:10px 0}._courseDetailsContainer_1939r_46{display:flex;flex-direction:column;justify-content:center;row-gap:5px;flex:1 0 45%}._arrow_1939r_54{display:grid;align-items:center;justify-content:center}._box_4e3ev_1{width:100%;padding:3% 4%}._activityTextBox_4e3ev_6{display:flex;flex-direction:column;row-gap:5px;width:100%}._activityText_4e3ev_6{font-size:1.1rem}._activityDate_4e3ev_18{font-size:.9rem}._iconContainer_4e3ev_22{display:grid;align-items:center;justify-content:center}._container_1385y_1{padding:5%;display:flex;flex-direction:column;row-gap:20px}._switchContainer_1385y_8{display:flex;flex-direction:row;column-gap:20px;justify-content:flex-end}._courseText_1385y_15{margin-left:3%;font-style:normal;font-weight:700;font-size:30px;line-height:30px}._adminCourseCardContainer_1385y_23{display:flex;flex-direction:row;align-self:stretch}._adminCoursePaginationControls_1385y_29{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}._adminCoursePaginationSummary_1385y_38{color:#4b5563;font-size:14px;font-weight:500}._modalDiv_1385y_44{width:90%;max-width:600px;height:min-content;position:absolute;border-radius:20px;box-shadow:24px;padding:30px;display:flex;flex-direction:column;row-gap:15px;background-color:#fff}._modalContainer_1385y_58{display:flex;justify-content:center;align-items:center}._modalTextField_1385y_64{width:100%}._modalText_1385y_64{color:#4c8eff}._modalTermRow_1385y_72{display:flex;align-items:center;justify-content:space-between;gap:5px}._modalHeading_1385y_79{margin:0;font-style:normal;font-weight:500;font-size:25px;line-height:25px}._container_1xck7_1{padding:20px 30px;border-radius:10px;display:flex;flex-direction:column;row-gap:15px;width:100%;min-width:0;align-self:stretch;box-sizing:border-box}._courseTitleRow_1xck7_13{gap:10px;min-width:0;align-items:flex-start}._courseNameText_1xck7_19{font-size:25px;line-height:30px;flex:1 1 auto;overflow-wrap:anywhere;word-break:break-word;min-width:0}._idCourseContainer_1xck7_28{font-size:16px;display:flex;flex-direction:row;justify-content:space-between;gap:15px;flex-wrap:wrap;overflow-wrap:anywhere}._subText2_1xck7_38{font-size:16px;display:flex;flex-direction:row;flex-wrap:wrap;column-gap:15px;row-gap:10px;align-items:center}._tasNameChipContainer_1xck7_48{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:1px;row-gap:5px}._studentNumber_1xck7_56{background:#498cff;border-radius:15px;padding:5px 10px;font-size:16px;letter-spacing:.01em;color:#fff}._instructorDiv_1xck7_67{border:1px dashed rgba(28,28,28,.31);border-radius:10px;padding:20px;font-weight:550;display:flex;flex-direction:column;gap:10px;min-width:0}._instructorDivDark_1xck7_78{border:1px dashed rgba(235,233,233,.31);border-radius:10px;padding:20px;font-weight:550;display:flex;flex-direction:column;gap:10px;min-width:0}._instructorNameText_1xck7_89{font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;display:flex;flex-wrap:wrap;gap:6px;min-width:0}._actions_1xck7_101{gap:8px;row-gap:4px}@media (max-width: 600px){._container_1xck7_1{padding:18px 20px}._courseNameText_1xck7_19{font-size:22px;line-height:27px}._idCourseContainer_1xck7_28{flex-direction:column;gap:8px}}._background_1n91t_1{height:100vh;background:var(--themeBackgroundColor);background-size:cover}._backgroundDark_1n91t_8{height:100vh;background:var(--darkThemeBackgroundColor);background-size:cover}._textprop_1n91t_15{position:relative;padding-left:15%;padding-top:25%;padding-right:15%;font-style:normal;font-weight:400;font-size:20px;line-height:25px;color:#fff}._topImageContainer_1n91t_27{right:0}._greyImageTop_1n91t_33{position:absolute;width:18%;right:0}._greyImageBottom_1n91t_40{position:absolute;width:12%;right:0;bottom:0;z-index:0}._imageContainer_1n91t_48{margin-top:15%;position:relative;padding-left:16%}._ellipse_1n91t_54{width:70%;top:0;bottom:0;position:absolute;z-index:1}._ellipseDark_1n91t_62{width:70%;top:0;bottom:0;position:absolute;z-index:1;filter:invert(20%)}._reading_1n91t_71{width:90%;margin-left:-14%;position:absolute;z-index:2}._welcomeWrapper_1aren_1{display:flex;justify-content:center}._container_1aren_6{margin-left:15%;margin-top:15%;margin-bottom:30px}@media (max-width: 600px){._container_1aren_6{margin-left:25%;margin-top:25%;margin-bottom:30px}}._welcomeWrapper_1aren_1 h1{margin:0;font-size:30px;font-weight:400}.Tg_sQ73d{display:flex;align-items:center;flex:1 1 100%;margin-right:6px;overflow-x:auto;overflow-y:hidden;text-align:left;margin-bottom:-30px;touch-action:none;cursor:text;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;padding:4px}.Tg_sQ73d ::selection{background:#0000}.OJ0zRiJ_{display:inline-block;vertical-align:text-top;line-height:1em;white-space:nowrap;margin:0 1px;padding-right:3px;box-sizing:border-box;position:relative;fill:#000;border-color:#000}.cC0KYepm{margin:0 2px}.XpK6Vb9t{display:block;width:100%;height:30px}@media not all and (min-resolution: .001dpcm){@supports (-webkit-appearance: none){.OJ0zRiJ_{line-height:1.4em}}}.ZhCPvgY8{background:#ccefff}.TbBiDpoj{white-space:pre-wrap}.SpXFw8iR{box-shadow:0 0 .125rem .1875em #65aed480;border-radius:.125rem}.TSUkqikA{box-shadow:0 0 .125rem .1875em #bbbbbb4d;border-radius:.125rem}.ZH7DdkIN{background:#bbbbbb4d}.yQpAPaCF{border:1px solid #cb1000}.OnMD4PrX{height:120%;border-right:1px solid;border-color:inherit;position:absolute;box-sizing:border-box;top:-.1em}.QVkqD8H4{height:100%;display:inline-block;min-height:1em;position:relative;width:0}.GZr51D0F{line-height:1em;display:inline-block;text-decoration:inherit}.E8Qif3GN{padding:0 .045em}.kbZtD2ye{padding:0;margin-left:-.045em;margin-right:-.045em}.kbZtD2ye .XGN3o5lo>.E8Qif3GN:first-child{padding-left:0}.kbZtD2ye .XGN3o5lo>.E8Qif3GN:last-child{padding-right:0}.BPtXlvTx{left:.045em}.bBu6A55E{left:-.045em}.y3bg02qG{background-color:#fff8cb;border:1px dashed #cacaca;font-style:italic;color:#7e7e7e;padding:0 .2em;height:1em;width:1em;vertical-align:bottom}.t2FHW5xg{background-color:#ffe6e6;border:1px solid #cb1000}.BQ02qHjP{background-color:#ccefff;border-color:#5095ad}.RJfLOD8g{background-color:#f6f6f6;border-color:#bbb}.gX459Sez{display:inline-block}.gX459Sez *{pointer-events:none}.NUfc6Ley{vertical-align:top}.dvzUgO4a *{fill:#dd3ed4}.cbWEsd3t{animation:VVxZ6VXC 2s linear 0s 1}.tAn3V05D{vertical-align:middle}@keyframes VVxZ6VXC{0%{background-color:#a8ff36}99%{background-color:#a8ff36}to{background-color:#0000}}.ec1UTpUS{border:none;background:#0000;outline:none;color:#0000;opacity:0;position:absolute;padding:0 3px;margin:0;top:0;left:0;font-size:1em;line-height:1em;pointer-events:none;font-family:inherit;-webkit-touch-callout:none}.WYlFxbJj{border:none;background:#0000;outline:none;position:absolute;margin:0;left:0;top:0;width:0;height:0;overflow:hidden}.vbiY8zxC{background:#ccefff}.lz0Xa1m6{background:#bbbbbb4d}.PCHHHbXX{display:inline-block;text-align:center;vertical-align:-.5em}.mtjZRhQv{display:block;width:100%;float:right;border-top:1px solid;border-color:inherit;padding-top:.21875em}._vi7VovE{padding-bottom:.21875em;display:block}.v82QEtRh{display:inline-block;width:0;text-decoration:none}.CFmTUIbF{display:inline-block;position:relative}.coVpNMeK{font-size:.61em;margin-right:-.6em;vertical-align:.8em}.CjwVc3CF{display:inline-block;vertical-align:top;transform-origin:top;position:relative}.gIkKP791{border-top:1px solid;border-color:inherit;padding:.1em .095em 0;display:inline-block;margin-left:-.041em}.itwJ76CO{padding-left:.005em}.Xqo2HYgR{margin-left:1px}.cIzCjW4O{margin-right:.03125em}.UiPOfXjg{vertical-align:.5em}.gBJJfMzP{margin-left:.4em}.Vn5VJQrz{font-size:.7em;font-weight:700;position:absolute;top:2px;right:-2px;line-height:0}.YjTz57hB{font-size:.9em;font-weight:700;position:absolute;top:2px;right:-1px;line-height:0}.qOgB8COj{display:inline-block}.l5rhmr5x{padding-right:5px;position:relative}.lDI1Dzf9{padding-left:.09em;padding-right:.15em}.PaYaedIU{width:8px}.i5tgWvJ_{display:inline-table;text-align:center}.ZN1VEnQQ{display:table-row}.Erpq1mhI{display:table-cell}.rAzYpSgy{display:inline-block;vertical-align:middle}.Ej0VnqZM{display:inline-flex;flex-direction:column}.kzUvuND6{display:inline-block;margin-bottom:.5em}.CogcLsRQ{margin-bottom:0}.Wbm150g7{margin-left:.5em}.fhWa1Kq6{vertical-align:top}.nKoDSxkA{border-left:1px solid;border-right:1px solid;padding-left:.09em;padding-right:.09em}.gd0NHmuW{font-style:italic;padding:0 .225em}.XCCZJXpX{margin-right:.25em;display:inline-block}.mZwSKlN6{display:block}.wxCNS0IL{display:block;float:left}.OfrIYS_X+.OfrIYS_X{margin-left:.35em}.NrQFkADR{margin-left:.2em}.gfQK7D3K{display:inline-block;vertical-align:middle}.fZ9xvVrU{display:inline-flex;flex-direction:column;justify-content:center;align-items:center}._HkJ_Dix+._HkJ_Dix{margin-top:.5em}.VZVJGuOV{display:inline-block;vertical-align:middle}.ljmCpMLC{display:inline-flex;flex-direction:column}.HItXhFu7+.HItXhFu7{margin-top:.5em}.FGYMbHPj{display:inline-table;border-collapse:collapse}.ZTA7gYXw{display:table-row}.ZTA7gYXw+.ZTA7gYXw{border-top:.5em solid rgba(0,0,0,0)}.FMhBt33A{display:table-cell;text-align:center}.FMhBt33A+.FMhBt33A{border-left:.5em solid rgba(0,0,0,0)}.VVHJJKjD{vertical-align:middle;margin-top:6px}.m43SMLZb{vertical-align:middle;margin-top:.2em}.txobeHMW{vertical-align:middle;margin-top:15px;margin-left:5px;margin-right:2px;font-size:.7em}.kpjzkA4l{padding-left:.3em;padding-right:.3em}._4mQAIzA{vertical-align:middle;margin-left:.2em}.d3zv_Nnd{margin-left:.2em}.atu91yaV{margin-left:.1875em}.lvVFigv0{width:auto}.YVStvCIb{display:inline-flex;flex-direction:column;align-items:center}._NMlUUKE{padding:5px 0;line-height:0}.YC6YTzut{display:block}.d0ZvI04i{position:relative}.eVWN2gG7{position:absolute;top:0;left:50%;transform:translate(-50%)}.nruJqGJO{width:auto}.KhusYJLu{width:8px}.ywongLE7{position:relative}.GIqEVpU9{position:absolute;height:100%;border-right:1px solid;padding-right:.09em}.QYbJFTlx{margin-left:.5em}.cBFnuvdY{position:relative;display:inline-block;vertical-align:text-top;line-height:1em;white-space:nowrap}.mvgJrx_5{position:absolute;display:block;width:0;height:0;overflow:hidden}._buttonsContainer_y4hpu_1{padding-top:20px;display:flex;gap:10px;flex-wrap:wrap}._keyboardDiv_y4hpu_8{padding:10px;width:100%;border-radius:10px;border:.5px dashed grey}._tabsSVG_y4hpu_15{height:30px!important;margin-bottom:-10px;color:#000}._tabSVGDark_y4hpu_21{height:30px;margin-bottom:-10px;filter:invert()}._svgButtons_y4hpu_27{width:30px!important;background-color:var(--themeBackgroundColor)!important}._textButtonLabel_y4hpu_32{color:#fff!important;font-size:.85rem;font-weight:700;line-height:1;white-space:nowrap}._customTabLabel_y4hpu_40{font-size:.82rem;font-weight:700;line-height:1;white-space:nowrap}._matrixPickerDialog_y4hpu_46{padding:20px!important}._matrixPickerGrid_y4hpu_50{display:grid;gap:5px}._matrixPickerCell_y4hpu_55{width:26px;height:26px;padding:0;border:2px solid #eeeeee;background:#fafafa;box-shadow:inset 0 0 0 1px #f4f4f4,0 0 2px #0000001f;cursor:pointer}._matrixPickerCell_y4hpu_55:focus-visible{outline:2px solid #5f8df4;outline-offset:2px}._matrixPickerCellSelected_y4hpu_72{border-color:#6c91f2;background:#d9e6ff;box-shadow:inset 0 0 0 1px #9bb7ff,0 0 2px #2d5cc259}._matrixPickerSize_y4hpu_80{margin-top:8px;color:#222;font-size:22px;line-height:1.2;text-align:center}._barWrapper_8stz2_1{display:flex;justify-content:space-between}._endButtonBlock_8stz2_6{display:flex;align-items:center}._childrenContainer_8stz2_11{padding-top:20px}._questionText_1p8fn_1{color:var(--textThemeColor);font-family:var(--fontFamily);font-size:1rem;font-weight:500;line-height:1.35;min-width:0;overflow-wrap:anywhere;border:1px solid var(--textThemeColor);border-radius:15px;padding:8px 18px}._radioBox_1p8fn_14{margin-top:10px;background:var(--radioBoxColor);border-radius:5px;padding:5px 20px;cursor:pointer}._option_1p8fn_22 img{margin-bottom:-5px}._radioBox_1p8fn_14 .MuiFormControlLabel-root,._darkRadioBox_1p8fn_27 .MuiFormControlLabel-root,._correctRadioBox_1p8fn_28 .MuiFormControlLabel-root,._wrongRadioBox_1p8fn_29 .MuiFormControlLabel-root,._unansweredRadioBox_1p8fn_30 .MuiFormControlLabel-root{width:100%;margin:0;cursor:pointer}._radioBox_1p8fn_14 .MuiFormControlLabel-label,._darkRadioBox_1p8fn_27 .MuiFormControlLabel-label,._correctRadioBox_1p8fn_28 .MuiFormControlLabel-label,._wrongRadioBox_1p8fn_29 .MuiFormControlLabel-label,._unansweredRadioBox_1p8fn_30 .MuiFormControlLabel-label{flex:1}._option_1p8fn_22,._option_1p8fn_22 *,._InvertInsidePTag_1p8fn_46,._InvertInsidePTag_1p8fn_46 *{pointer-events:none}._darkRadioBox_1p8fn_27{margin-top:10px;background:var(--darkRadioBoxColor);border-radius:5px;padding:5px 20px;cursor:pointer}._correctRadioBox_1p8fn_28{margin-top:10px;background:var(--radioBoxColor);border:var(--correctAnswerColor) solid 3px;border-radius:5px;padding:5px 20px;cursor:pointer}._wrongRadioBox_1p8fn_29{margin-top:10px;background:var(--radioBoxColor);border:var(--wrongAnswerColor) solid 3px;border-radius:5px;padding:5px 20px;cursor:pointer}._unansweredRadioBox_1p8fn_30{margin-top:10px;background:var(--radioBoxColor);border:var(--unansweredColor) solid 3px;border-radius:5px;padding:5px 20px;cursor:pointer}._imageDiv_1p8fn_86{padding:10px}._answerField_1p8fn_90{margin-top:20px;margin-bottom:10px}._useFormulaText_1p8fn_95{font-size:18px;line-height:20px;letter-spacing:.01em;color:#00000080}._InvertInsidePTag_1p8fn_46 p{filter:invert(100%);color:"black"}._InvertInsidePTag_1p8fn_46 img{margin-bottom:-5px}._explanationText_1p8fn_112{font-weight:500;font-size:20px;line-height:24px;color:#132743;text-align:center;width:100%}._explanationDiv_1p8fn_121{margin-top:20px;padding:20px;height:100%;color:#fff}._rowDiv_1p8fn_128{margin-top:3%}._resetButtonStyle_1p8fn_133{display:flex;justify-content:flex-end;padding-top:20px}._reviewdRadioButtonDiv_1p8fn_139{display:flex;justify-content:space-between;flex-wrap:nowrap;flex-direction:row;column-gap:20px}._reviewdRadioButtonDivChild_1p8fn_147{flex:1 1 auto}._reviewdRadioButtonDivChildCorrect_1p8fn_151{flex:1 1 auto;background-color:var(--correctAnswerColor);color:#fff}._reviewdRadioButtonDivChildFalse_1p8fn_157{flex:1 1 auto;background-color:var(--wrongAnswerColor)}._reviewdRadioButtonDivChildUnanswered_1p8fn_162{flex:1 1 auto;background-color:#f1f1f1}._singleExpressionCorrect_1p8fn_167{padding:5px;border-radius:20px;color:var(--correctAnswerColor);font-size:17px}._singleExpressionWrong_1p8fn_174{padding:5px;border-radius:10px;color:var(--wrongAnswerColor);font-size:17px}._blackText_1p8fn_181{font-size:17px}._unorderListStudentAnswer_1p8fn_186{display:flex;flex-direction:column;row-gap:10px}._explanationHeader_1p8fn_192{font-size:17px;margin-bottom:12px;line-height:1.45}._explanation_1p8fn_112{padding:10px 12px;border-radius:6px;background:#0000000a;max-width:100%;overflow-wrap:break-word;white-space:normal}._explanationInvert_1p8fn_207{filter:invert(100%);color:"black";padding:10px 12px;border-radius:6px;background:#0000000a;max-width:100%;overflow-wrap:break-word;white-space:normal}._the_chart_tcoty_1{display:flex;align-items:center;justify-content:center;width:100%;height:fit-content}._questionText_1ntdr_1{background:var(--themeBackgroundColor);border-radius:10px;font-weight:500;font-size:16px;padding:6px 15px 8px;color:#fff}._container_1ntdr_11{padding:10px 15px;border-radius:6px;width:100%;display:flex;align-items:center}._container_1ntdr_11:hover{box-shadow:0 4px 8px #0003,0 6px 20px #00000030;cursor:pointer}._centerDiv_1ntdr_26{display:flex;align-items:center;margin-top:8px}._poolText_1ntdr_32{color:var(--themeBackgroundColor);font-weight:500;font-size:16px;white-space:nowrap}._questionPoolName_1ntdr_40{margin:0;font-weight:600;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}._createText_1ntdr_51{font-weight:500;font-size:16px}._withNoShowButtonContainer_1ntdr_57{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:20px;width:100%;flex-wrap:wrap}._poolNameButton_1ntdr_67{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._poolNameButtonDiv_1ntdr_73{display:flex;justify-content:flex-start}._modalDiv_1ntdr_80{width:70%;min-width:500px;height:100vh;overflow-y:scroll;position:absolute;box-shadow:24px;padding:30px 40px;top:0;right:0;opacity:1}._modalTextField_1ntdr_93{width:100%;margin-top:20px}._modalButtonRow_1ntdr_98{margin-top:20px}._preRequisitesRow_1ntdr_102{padding:5%}._modalText_1ntdr_93{color:#4c8eff}._modalHeading_1ntdr_110{margin:0;font-style:normal;font-weight:700;font-size:20px;line-height:30px}._gradeActionBar_890ss_1{display:flex;align-items:center;justify-content:space-between;background:#f5f6ff;border-radius:14px;border:1px solid #e0e7ff;padding:12px 16px;margin-bottom:20px;gap:12px}._gradeActionLabel_890ss_13{font-size:11px;letter-spacing:.2em;color:#64748b}._gradeActionButtons_890ss_19{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}._gradeButton_890ss_26{text-transform:none;font-weight:600;border-radius:999px!important;padding:6px 20px!important;box-shadow:none}._gradeButton_890ss_26:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}._regradeButton_890ss_40{background:linear-gradient(135deg,#5a31f4,#8249ff)!important;color:#fff!important}._recalculateButton_890ss_45{border:1px solid #cbd5f5!important;background:#fff!important;color:#111827!important}._overwriteButton_890ss_51{border:1px solid #fdf1c7!important;background:#fef6d5!important;color:#b45309!important}@media (max-width: 700px){._gradeActionBar_890ss_1{align-items:flex-start;flex-direction:column}._gradeActionButtons_890ss_19{justify-content:flex-start}}@media print{._gradeActionBar_890ss_1{display:none}}._propBox_1x60o_1{border:.5px solid rgba(0,0,0,.4);box-sizing:border-box;border-radius:5px;padding:5px 20px;width:100%;margin-top:20px;display:flex;justify-content:space-between}._propBoxDark_1x60o_12{border:.5px dashed rgba(216,216,216,.4);box-sizing:border-box;border-radius:5px;padding:5px 20px;width:100%;margin-top:20px;display:flex;justify-content:space-between}._propText_1x60o_23,._propValue_1x60o_29{font-weight:500;font-size:16px;line-height:22px}._scoreText_1x60o_35{font-weight:550;font-size:16px;line-height:22px;color:#498cff}._metaCard_1x60o_42{width:100%;border-radius:22px;border:1px solid #e5e7eb;background:#fff;padding:24px;box-shadow:0 10px 30px #0f172a14;margin-bottom:24px}._metaTopRow_1x60o_52{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}._scoreBlock_1x60o_59{display:flex;flex-direction:column;justify-content:space-between;min-width:160px}._scoreLabel_1x60o_66{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#6b7280;font-weight:600}._scoreValue_1x60o_74{font-size:20px;font-weight:700;color:#111827;margin-top:4px}._metaStatsGrid_1x60o_81{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}._metaStatItem_1x60o_88{display:flex;flex-direction:column;gap:4px}._metaStatLabel_1x60o_94{font-size:11px;text-transform:uppercase;color:#94a3b8;letter-spacing:.1em;font-weight:600}._metaStatValue_1x60o_102{font-size:16px;font-weight:600;color:#111827}._questionText_10pyt_1{font-family:var(--fontFamily);font-weight:500;font-size:var(--SubHeadingFontSize);color:#1c1c1c}._questionDivPaper_10pyt_8{padding:20px;position:relative}._tabContainer_10pyt_13{padding:20px 0;display:flex;flex-direction:column;gap:20px}._paginationDiv_10pyt_20{display:flex;justify-content:space-between;align-items:center;margin-bottom:-20px}._paginationContainer_10pyt_27{display:flex;align-items:center}._numberOfQuestionSelect_10pyt_32{height:35px}._questionFlexBox_10pyt_36{display:flex;flex-wrap:wrap;flex-direction:column}._arrowButton_10pyt_43{box-sizing:border-box;border-radius:5px;padding-left:10px;margin-left:10px}._arrowButtonActive_10pyt_50{border:.5px solid #d7385e;box-sizing:border-box;border-radius:5px;padding-left:10px;margin-left:10px;color:#d7385e}._filterBarContainer_10pyt_59{position:absolute;top:60px;right:20px}@media (max-width: 850px){._questionDivPaper_10pyt_8{padding:20px}._paginationDiv_10pyt_20{flex-direction:column;align-items:flex-start;margin-bottom:0}._filterBarContainer_10pyt_59{position:relative;top:0;margin-top:-10px;padding:0 20px}._questionFlexBox_10pyt_36{gap:3vh}}._modalDiv_10pyt_90{width:700px;position:absolute;border-radius:5px;box-shadow:24px;padding:30px;display:flex;flex-direction:column;row-gap:.4em;background-color:#fff!important}._modalContainer_10pyt_102{display:flex;justify-content:center;align-items:center}._modalTextField_10pyt_108{width:100%;margin-top:20px}._modalButtonRow_10pyt_113{margin-top:20px}._modalText_10pyt_108{color:var(--themeBackgroundColor)!important}._modalheadingText_10pyt_121{font-size:20px}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._label_88xh7_1{width:160%;height:5px;border-radius:15px;background-color:#201d1d;margin-top:-30px;transition:box-shadow .15s ease,height .15s ease,transform .15s ease}._labelDark_88xh7_10{width:160%;height:5px;border-radius:15px;background-color:#eceaea;margin-top:-30px;transition:box-shadow .15s ease,height .15s ease,transform .15s ease}._labelGrey_88xh7_19{width:160%;height:5px;border-radius:15px;background-color:#dfdfdf;margin-top:-30px;transition:box-shadow .15s ease,height .15s ease,transform .15s ease}._labelGreyDark_88xh7_28{width:160%;height:5px;border-radius:15px;background-color:#4b4949;margin-top:-30px;transition:box-shadow .15s ease,height .15s ease,transform .15s ease}._tab_88xh7_37{min-width:30%!important;max-width:30%!important}._tab_88xh7_37:focus-visible,._tab_88xh7_37.Mui-focusVisible{outline:none!important;box-shadow:none!important}._tab_88xh7_37:focus-visible ._label_88xh7_1,._tab_88xh7_37:focus-visible ._labelDark_88xh7_10,._tab_88xh7_37:focus-visible ._labelGrey_88xh7_19,._tab_88xh7_37:focus-visible ._labelGreyDark_88xh7_28,._tab_88xh7_37.Mui-focusVisible ._label_88xh7_1,._tab_88xh7_37.Mui-focusVisible ._labelDark_88xh7_10,._tab_88xh7_37.Mui-focusVisible ._labelGrey_88xh7_19,._tab_88xh7_37.Mui-focusVisible ._labelGreyDark_88xh7_28{border:5px solid #111827;box-shadow:0 3px #111827;transform:translateY(-2px)}._card_88xh7_61{padding:10px;height:225px;width:300px;border-radius:10px!important}._gridContainer_88xh7_68{margin-top:5px!important;display:flex;justify-content:center;align-items:center;flex-direction:row;column-gap:10%}._gridItem_88xh7_77,._gridItemWithPointer_88xh7_85{border-radius:5px;margin-left:18px;height:100px;background-color:#dee4f0;padding:10px}._gridItemWithPointer_88xh7_85:hover{cursor:pointer;background-color:#adf5b6}._gridActionButton_88xh7_98{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;display:block;font:inherit;height:100%;padding:0;text-align:left;width:100%}._gridItem2_88xh7_112{border-radius:5px;margin-left:15px;height:100px;background-color:#ffefef;padding:10px}._mainText_88xh7_120{margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-style:normal;font-weight:700;font-size:15px}._dateText_88xh7_130{overflow-wrap:break-word;inline-size:70%;font-style:normal;font-weight:700;font-size:14px;color:#141414}._dueText_88xh7_139{font-style:normal;font-weight:400;font-size:12px;line-height:12px;color:#525252}._editButton_88xh7_147{border-radius:20px;border:1px solid #bdbcbc;padding-left:-10px}._assignmentNameContainerInstructor_88xh7_153{display:flex;justify-content:space-between;align-items:center}._assignmentNameContainer_88xh7_153{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;display:flex;font:inherit;justify-content:space-between;align-items:center;padding:0;text-align:left;width:100%}._assignmentNameContainerAttemted_88xh7_173{display:flex;justify-content:space-between;align-items:center}._assignmentNameContainer_88xh7_153:hover span,._assignmentNameContainer_88xh7_153:hover h3{cursor:pointer;color:var(--themeBackgroundColor)}._assignmentNameContainer_88xh7_153:hover{cursor:pointer}._scoreDiv_88xh7_189{padding:5px 16px;display:flex;flex-direction:column;row-gap:8px;border-radius:20px;border:1px solid grey}._scoreText_88xh7_198{font-size:.9rem!important;display:block;height:12px}._scoreValue_88xh7_204{font-size:.8rem!important;line-height:15px;color:#498cff;width:90px}._modalContainer_88xh7_211{display:flex;justify-content:flex-end}._modalDiv_88xh7_216{width:70%;min-width:500px;height:100vh;overflow-y:scroll;position:absolute;box-shadow:24px;padding:30px 40px;top:0;right:0;opacity:1}._modalTextField_88xh7_229{width:100%;margin-top:20px}._modalButtonRow_88xh7_234{margin-top:20px}._preRequisitesRow_88xh7_238{padding:5%}._modalText_88xh7_229{color:#4c8eff}._modalHeading_88xh7_246{margin:0;font-style:normal;font-weight:700;font-size:20px;line-height:30px}._welcomeText_3q3mx_1{font-style:normal;font-weight:400;font-size:25px;line-height:30px}._usernameText_3q3mx_8{font-style:normal;font-weight:700;font-size:25px;line-height:30px}._allDivContainer_3q3mx_15{display:flex;flex-direction:column!important;row-gap:30px;width:100%}._dropDownBox_3q3mx_22{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}._chooseCourseContainer_3q3mx_30{display:flex;flex-direction:row;column-gap:10px}._chooseCourseText_3q3mx_36{margin-top:5px}._desktopImage_3q3mx_40{margin-right:-10px;float:right}._studentDetailsBox_3q3mx_45{padding:30px;width:80%;margin-left:10%;border-radius:10px;margin-top:10%}._courseDetailsBox_3q3mx_53{padding:10% 5%;display:flex;flex-direction:column;gap:20px;width:80%;height:fit-content}._pullRightText_3q3mx_62{float:left}._pullLeftText_3q3mx_66{float:right}._weekText_3q3mx_70{background:#4c8eff;color:#fff;margin-top:20px;font-size:17px}._modalContainer_3q3mx_79{display:flex;justify-content:center;align-items:center}._modalDiv_3q3mx_85{width:700px;height:520px;position:absolute;border-radius:20px;box-shadow:24px;padding:30px}._cardContainer_3q3mx_94{overflow-y:scroll;height:360px;margin-right:-20px;padding-right:20px}._modalTextField_3q3mx_101{width:100%;margin-top:20px}._modalButtonRow_3q3mx_106{margin-top:20px}._modalText_3q3mx_101{color:#4c8eff}._progressBar_3q3mx_114{display:grid;align-items:center;justify-content:center;padding:25%;min-height:260px;width:100%}._tabButtonContainer_3q3mx_124{position:relative;width:100%}._assignmentCategorySection_3q3mx_129{padding-top:22px;width:100%}._assignmentCategorySection_3q3mx_129+._assignmentCategorySection_3q3mx_129{border-top:1px solid rgba(76,142,255,.22);margin-top:30px}._assignmentCategoryHeader_3q3mx_139{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:0 0 14px;width:100%}@media (max-width: 900px){._studentDetailsBox_3q3mx_45{padding:30px;width:96%;margin-left:2%;border-radius:10px;margin-top:10%}._courseDetailsBox_3q3mx_53{padding:8%;width:96%;margin-left:2%;border-radius:10px;margin-top:10%;margin-bottom:20px}._assignmentCategoryHeader_3q3mx_139{justify-content:center}._assignmentCategorySection_3q3mx_129+._assignmentCategorySection_3q3mx_129{margin-top:24px}}._container_1l2y4_1{display:flex;flex-direction:column;row-gap:40px}._buttonContainer_1l2y4_7{padding:20px;background-color:#f0f0f0;border-radius:10px;display:flex;justify-content:space-between}._buttonContainerDark_1l2y4_15{padding:20px;background-color:#3a3939;border-radius:10px;display:flex;justify-content:space-between}._copyDeleteButtonsContainer_1l2y4_23{display:flex;flex-direction:row;column-gap:20px;justify-content:flex-end}._assignmentSelectionText_1l2y4_30{display:grid;padding-left:30px;align-items:center}._assignmentNameRender_1l2y4_36{color:var(--textThemeColor)}._assignmentNameRender_1l2y4_36:hover{cursor:pointer}._container_fev5t_1{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:30px;padding:30px 0}._containerWithPreRequisites_fev5t_9{display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:80px;column-gap:40px;padding:30px 0}._chipContainer_fev5t_18{display:flex;flex-direction:column;row-gap:10px}._container_s3zv1_1{padding:2% 8%;display:flex;flex-direction:column;row-gap:40px}._courseNameField_s3zv1_8{margin-top:20px;width:200px}._dateInputFieldContainer_s3zv1_13{margin-top:30px;display:flex;flex-direction:row;column-gap:40px}._assignmentContainer_s3zv1_20{margin-top:20px}._checkboxStyle_s3zv1_24{border:1px solid #a3a2a2;border-radius:5px;padding:10px}._checkboxFormContainer_s3zv1_30{display:flex;flex-direction:column;row-gap:20px}._bottomButtonBar_s3zv1_36{width:100%;display:flex;flex-direction:row;column-gap:20px;justify-content:flex-start}._preRequisitesComponent_s3zv1_44{border:.5px solid #bdbdbd;padding:10px 40px;border-radius:5px}._step1Box_eshwz_1{display:flex;justify-content:center;flex-direction:column;margin-top:2%;padding:2% 2% 4%}._step2Box_eshwz_10{margin-top:2%;padding:2% 2% 4%;display:flex;flex-direction:column;row-gap:2em}._questionChoiceContainer_eshwz_19{display:flex;width:100%}._chooseQuestionFromContainer_eshwz_24{margin-top:70px;display:flex;justify-content:center;flex-direction:column;gap:20px;width:100%}._questionBankPoolContainer_eshwz_33{width:100%;display:flex;flex-direction:column;margin:0!important}._dropDownBox_eshwz_40{display:flex;flex-direction:row;align-items:center;gap:10px}._stepperBox_eshwz_47{padding:40px 20px 20px}@media (max-width: 1000px){._stepperBox_eshwz_47{margin:20px 2%;padding:10px}}._subText_eshwz_59{font-size:14px;color:#b1aeae}._chooseQuesText_eshwz_64{margin:0;font-size:16px;font-weight:400}._subTextMinute_eshwz_70{font-size:14px;color:#b1aeae}._checkBoxField_eshwz_75,._checkDurationField_eshwz_76{display:flex;align-items:center;column-gap:.5em}._checkBoxParentField_eshwz_83{display:flex}._checkBoxWithNoteField_eshwz_87{display:flex;flex-direction:column;gap:2px}._checkBoxNote_eshwz_93{color:#6b7280;font-size:13px;line-height:1.35}._successMsgText_eshwz_99{margin:0;color:green;font-size:1.17em}._errorMsgText_eshwz_105{margin:0;color:var(--wrongAnswerColor);font-size:1.17em}._successBox_eshwz_111{margin-top:2%;padding:2%;display:flex;flex-direction:column;justify-content:center;align-items:center}._detailsQuestionBox_eshwz_121{padding:0% 2%}._hideShowButton_eshwz_125{flex-shrink:0}._formTitleSection_eshwz_129{display:flex;flex-direction:column;justify-content:center;gap:5px}._formSection_eshwz_136{display:flex;flex-direction:column;width:100%}._formSection_eshwz_136{row-gap:1em}._formRow_eshwz_146{display:grid;grid-template-columns:3fr 3fr 3fr 1fr;gap:3rem;width:100%}._formDualRow_eshwz_153{display:grid;grid-template-columns:6fr 4fr;gap:3rem;width:100%}._formSingleRow_eshwz_160{display:grid;grid-template-columns:1fr;width:100%}@media screen and (max-width: 768px){._formRow_eshwz_146{grid-template-columns:1fr 1fr;gap:15px}._formDualRow_eshwz_153{grid-template-columns:1fr}}._formActions_eshwz_175{grid-column:-2}._formTitle_eshwz_129{display:none}._span-2_eshwz_183{grid-column:span 2}._QuestionBankFilterContainer_eshwz_187{width:100%;padding-top:5px;display:flex;flex-direction:row;row-gap:20px;justify-content:space-between}._questionBankFilter_eshwz_196{width:100%}._paginationContainer_eshwz_200{width:100%;display:flex;align-items:center;justify-content:flex-end}._questionsPreviewControls_eshwz_207{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0 4px;flex-wrap:wrap}._questionsPreviewPagination_eshwz_217{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap;margin-left:auto}._questionsPreviewPageSummary_eshwz_226{color:#4b5563;font-size:14px;font-weight:500}._circularProgressBarContainer_eshwz_232{display:grid;justify-content:center;align-items:center;height:200px;width:100%}._assignmentOrderList_eshwz_240{container-type:inline-size;display:flex;flex-direction:column;gap:16px;width:100%}._assignmentOrderItem_eshwz_248{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:20px;align-items:center;width:100%;padding:5px 10px;background:#fff;border:1px solid #eef1f7;border-radius:10px;box-shadow:0 8px 24px #0f172a14;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease,opacity .12s ease}._assignmentOrderItemDragging_eshwz_268{opacity:.55;transform:scale(.995)}._assignmentOrderItemDragOver_eshwz_273{border-color:#a78bfa;box-shadow:0 8px 24px #0f172a14,inset 0 0 0 2px #a78bfa4d}._assignmentOrderControls_eshwz_280{display:grid;grid-template-columns:28px 48px;column-gap:16px;align-items:center;padding:0;border:0;background:transparent;align-self:center;min-height:48px;width:max-content}._assignmentDragHandle_eshwz_293{align-items:center;background:transparent;border:0;color:#64748b;cursor:grab;display:inline-flex;height:48px;justify-content:center;line-height:1;padding:0;width:28px}._assignmentOrderPosition_eshwz_307{align-items:center;border:1px solid currentColor;border-radius:999px;display:inline-flex;font-size:18px;font-weight:700;height:42px;justify-content:center;width:42px}._assignmentOrderSourceIcon_eshwz_319{align-items:center;display:inline-flex;height:36px;justify-content:center;width:36px}._assignmentOrderQuestionAccent_eshwz_327{color:#2563eb}._assignmentOrderPoolAccent_eshwz_331{color:#2fa76f}._assignmentOrderWpgAccent_eshwz_335{color:#8b5cf6}._assignmentOrderPosition_eshwz_307._assignmentOrderQuestionAccent_eshwz_327{background:#eaf2ff;box-shadow:inset 0 0 0 1px #2563eb1f}._assignmentOrderPosition_eshwz_307._assignmentOrderPoolAccent_eshwz_331{background:#eafaf1;box-shadow:inset 0 0 0 1px #2fa76f1f}._assignmentOrderPosition_eshwz_307._assignmentOrderWpgAccent_eshwz_335{background:#f2eaff;box-shadow:inset 0 0 0 1px #8b5cf61f}._assignmentDragHandle_eshwz_293:active{cursor:grabbing}._assignmentDragHandle_eshwz_293:focus-visible{outline:2px solid #2563eb;outline-offset:2px}._assignmentOrderCard_eshwz_363{container-type:inline-size;min-width:0;width:100%}._assignmentOrderRemoveAction_eshwz_369{align-items:center;align-self:stretch;display:flex;justify-content:center}._assignmentOrderRemoveButton_eshwz_376{background:#fff1f1!important;border-radius:10px!important;color:#ff2d2d!important;height:44px;width:44px}._assignmentOrderRemoveButton_eshwz_376:hover{background:#ffe3e3!important}._assignmentOrderCard_eshwz_363>div{width:100%}._assignmentOrderCard_eshwz_363>div>.MuiGrid-container,._assignmentOrderCard_eshwz_363>.MuiGrid-container{align-items:center;justify-content:space-between;margin:0;width:100%}._assignmentOrderCard_eshwz_363 .MuiGrid-item{padding-top:0}._assignmentOrderCard_eshwz_363 .MuiButton-root{border-radius:10px;box-shadow:none;min-height:42px;text-transform:none}._assignmentOrderCard_eshwz_363 .MuiButton-containedSecondary{background:#fff1f1;color:#ff2d2d}._assignmentOrderCard_eshwz_363 .MuiButton-containedSecondary:hover{background:#ffe3e3}._assignmentOrderCard_eshwz_363 .MuiOutlinedInput-root{border-radius:6px}._assignmentOrderCard_eshwz_363 .MuiPaper-root{border:1px solid #edf0f6;border-radius:6px;box-shadow:none;min-height:54px}@media screen and (max-width: 800px){._assignmentOrderItem_eshwz_248{grid-template-columns:1fr;gap:14px;padding:18px}._assignmentOrderControls_eshwz_280{display:grid;align-items:center}}@container (max-width: 720px){._assignmentOrderItem_eshwz_248{grid-template-columns:1fr;gap:12px}._assignmentOrderControls_eshwz_280{grid-template-columns:24px 42px;column-gap:12px}}._assignmentPropertiesPreview_eshwz_456{width:100%;padding:24px 4px 8px}._assignmentPropertiesHeader_eshwz_461{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}._assignmentPropertiesHeader_eshwz_461 h3{margin:0;color:#1f2937;font-size:20px;font-weight:600}._assignmentPropertiesGrid_eshwz_475{margin:0;display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px}._assignmentPropertyItem_eshwz_482{min-height:84px;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}._assignmentPropertyLabel_eshwz_494{color:#4b5563;font-size:13px;font-weight:500}._assignmentPropertyValue_eshwz_500{margin:0;min-width:0;color:#111827;font-size:16px;font-weight:600;overflow-wrap:anywhere}._assignmentPropertyValue_eshwz_500 .MuiChip-root{margin-right:6px;margin-bottom:4px}._emptyPropertyValue_eshwz_514{color:#4b5563;font-weight:500}._propertyBadge_eshwz_519{width:fit-content;display:inline-flex;align-items:center;min-height:26px;padding:3px 10px;border-radius:999px;font-size:13px;font-weight:600;text-transform:capitalize}._propertyBadgeInfo_eshwz_531{color:#075985;background:#e0f2fe}._propertyBadgeSuccess_eshwz_536{color:#166534;background:#dcfce7}._propertyBadgeMuted_eshwz_541{color:#4b5563;background:#e5e7eb}@media screen and (max-width: 1024px){._assignmentPropertiesGrid_eshwz_475{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media screen and (max-width: 640px){._assignmentPropertiesPreview_eshwz_456{padding-top:18px}._assignmentPropertiesGrid_eshwz_475{grid-template-columns:1fr}}._assignmentRow_q1hwz_1{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(110px,160px) 56px;align-items:center;column-gap:10px;justify-content:stretch;width:100%}._assignmentRow_q1hwz_1>.MuiGrid-item{flex-basis:auto!important;max-width:none!important;padding-left:0!important;padding-top:0!important;width:100%}._assignmentCardContent_q1hwz_18{align-self:center;grid-column:1;min-width:0}._assignmentInstances_q1hwz_24{align-self:center;grid-column:2}._assignmentAction_q1hwz_29{align-items:center;align-self:stretch;display:flex;grid-column:3;height:100%;justify-content:center}._assignmentAddAction_q1hwz_38 .MuiButton-root{background:#eef5ff;border-radius:8px;box-shadow:none;font-size:14px;font-weight:700;text-transform:none}._assignmentAddAction_q1hwz_38 .MuiButton-root:hover{background:#e3efff}._assignmentCardContent_q1hwz_18 .MuiPaper-root{border:1px solid #edf0f6;border-radius:6px;box-shadow:none;min-height:54px}._assignmentCardContent_q1hwz_18 .MuiOutlinedInput-root,._assignmentInstances_q1hwz_24 .MuiOutlinedInput-root{border-radius:6px}._assignmentWpgControls_q1hwz_63{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}@container (max-width: 720px){._assignmentRow_q1hwz_1{grid-template-columns:minmax(0,1fr) 56px;row-gap:10px}._assignmentCardContent_q1hwz_18{grid-column:1 / -1}._assignmentInstances_q1hwz_24{grid-column:1;min-width:0}._assignmentAction_q1hwz_29{grid-column:2;grid-row:2}}@container (max-width: 520px){._assignmentWpgControls_q1hwz_63{grid-template-columns:1fr}}@media screen and (max-width: 640px){._assignmentRow_q1hwz_1{grid-template-columns:minmax(0,1fr) 56px;row-gap:10px}._assignmentCardContent_q1hwz_18{grid-column:1 / -1}._assignmentInstances_q1hwz_24{grid-column:1;min-width:0}._assignmentAction_q1hwz_29{grid-column:2;grid-row:2}._assignmentWpgControls_q1hwz_63{grid-template-columns:1fr}}._container_vxikg_1{display:flex;flex-direction:row;height:100vh}._containerChildLeft_vxikg_7{background:var(--themeBackgroundColor);background-size:cover;padding:5%;width:40%;height:100vh}._containerChildLeftDark_vxikg_15{background:var(--darkThemeBackgroundColor);background-size:cover;padding:5%;width:40%;height:100vh}._instructionHeader_vxikg_23{font-size:40px;font-weight:700}._instructionContainer_vxikg_28{width:100%;min-height:0;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 30px);overflow-y:auto;padding-right:8px}._instructionText_vxikg_39{display:block;font-size:18px}._instructionSkeleton_vxikg_44{width:100%;min-height:220px}._instructionList_vxikg_49{padding-left:20px;display:flex;flex-direction:column;row-gap:10px}._instructionList_vxikg_49>li{font-size:18px}._containerChildRight_vxikg_60{width:60%;box-sizing:border-box;padding:30px 5% 5%;display:flex;flex-direction:column;justify-content:flex-start;gap:30px;align-items:flex-start;overflow-y:auto;flex-wrap:nowrap}._buttonCheckboxContainer_vxikg_75{display:flex;flex-direction:column;row-gap:20px;width:100%;flex-shrink:0;align-items:center}._checkboxContainer_vxikg_84{padding:20px;width:100%}._startTestButton_vxikg_89{width:50%;text-transform:none}._imageContainer_vxikg_94{padding-top:30%;display:flex;justify-content:center;padding-right:12%}._ellipse_vxikg_101{width:20%;position:absolute;z-index:1}._ellipseDark_vxikg_107{width:20%;position:absolute;z-index:1;filter:invert(25%)}._reading_vxikg_114{width:25%;margin-right:2%;position:absolute;z-index:2}._heading_vxikg_121{color:#fff}._examPage_w0qe6_1{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;width:100%;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden}._examContent_w0qe6_14{flex:1 1 auto;min-height:0;overflow:hidden;background:#f3f5fb}._questionContainer_w0qe6_21{padding:0% 10px 20px;height:100%;overflow-y:auto}@media (min-width: 900px){._examContent_w0qe6_14{column-gap:12px;padding:10px 16px 60px}._examQuestionColumn_w0qe6_34{height:100%;max-width:calc(100% - 370px)!important;flex-basis:calc(100% - 370px)!important;transition:max-width .18s ease,flex-basis .18s ease}._examQuestionColumnExpanded_w0qe6_43{max-width:100%!important;flex-basis:100%!important}._examSidebarColumn_w0qe6_48{height:100%;max-width:348px!important;flex-basis:348px!important;overflow:visible;transition:max-width .18s ease,flex-basis .18s ease}._examSidebarColumnCollapsed_w0qe6_58{max-width:0!important;flex-basis:0!important}._questionContainer_w0qe6_21{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:14px;box-shadow:0 1px 2px #0f172a0f;padding:24px 26px}}._sidebarOverlayButton_w0qe6_72{display:none}._examPropContainer_w0qe6_76{background:var(--themeBackgroundColor);border-radius:10px;padding:20px 30px;color:#fff;display:flex}._examPropContainerDark_w0qe6_84{background:var(--darkThemeBackgroundColor);border-radius:10px;padding:20px 30px;color:#fff;display:flex}._propText_w0qe6_92{font-weight:300;font-size:20px;line-height:24px;color:#fff}._propdata_w0qe6_99{font-weight:400;font-size:20px;line-height:24px;color:#fff}._alertContainer_w0qe6_106{margin-top:30px}._assignmentDetailsChip_w0qe6_110{position:fixed;top:7px;left:50%;z-index:1191;display:inline-flex;align-items:center;justify-content:center;min-height:36px;max-width:calc(100vw - 144px);padding:7px 14px;color:#fff;background:#132743f0;border:1px solid rgba(255,255,255,.18);border-radius:999px;box-shadow:0 8px 20px #00000038;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;white-space:nowrap}._assignmentDetailsChipIcon_w0qe6_132{margin-left:6px;font-size:1.1rem}._mobileAssignmentDetails_w0qe6_137{position:fixed;top:50px;left:50%;z-index:1180;display:none;grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr);gap:18px;width:min(620px,calc(100vw - 32px));padding:18px 20px;border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow:0 14px 34px #0000003d;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._mobileAssignmentDetailsOpen_w0qe6_154{display:grid}._assignmentDetailsGroup_w0qe6_158{display:flex;flex-direction:column;gap:14px;min-width:0}._assignmentDetailsItem_w0qe6_165{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:10px;align-items:baseline;min-width:0}._assignmentDetailsItem_w0qe6_165 ._propText_w0qe6_92{font-size:.95rem;font-weight:500;line-height:1.35;opacity:.84}._assignmentDetailsItem_w0qe6_165 ._propdata_w0qe6_99{min-width:0;font-size:1rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}._assignmentDetailsCloseButton_w0qe6_188{display:none}@media (max-width: 899px){._examContent_w0qe6_14{overflow-y:auto;padding-bottom:112px}._examQuestionColumn_w0qe6_34{height:auto}._questionContainer_w0qe6_21{height:auto;overflow:visible}._assignmentDetailsChip_w0qe6_110{max-width:calc(100vw - 132px);min-height:34px;padding:6px 10px;font-size:.82rem}._assignmentDetailsChipIcon_w0qe6_132{margin-left:4px;font-size:1rem}._mobileAssignmentDetails_w0qe6_137{top:48px;right:10px;left:10px;grid-template-columns:1fr;gap:8px;width:auto;max-height:calc(100dvh - 126px);padding:12px;overflow-y:auto;border-radius:10px;transform:none}._assignmentDetailsGroup_w0qe6_158{gap:8px}._assignmentDetailsItem_w0qe6_165{grid-template-columns:1fr;gap:4px;padding:10px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:8px}._assignmentDetailsItem_w0qe6_165 ._propText_w0qe6_92{font-size:.72rem;font-weight:600;line-height:1.2;text-transform:uppercase;opacity:.74}._assignmentDetailsItem_w0qe6_165 ._propdata_w0qe6_99{font-size:.94rem;line-height:1.3}._assignmentDetailsCloseButton_w0qe6_188{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;margin-top:2px;color:#fff;background:#13274361;border:1px solid rgba(255,255,255,.22);border-radius:8px;cursor:pointer}._assignmentDetailsCloseButton_w0qe6_188 svg{font-size:1rem}}@media (min-width: 900px){._sidebarOverlayButton_w0qe6_72{position:fixed;top:50%;right:12px;z-index:1188;display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:8px 12px;color:#fff;background:#132743f0;border:1px solid rgba(255,255,255,.18);border-radius:999px;box-shadow:0 8px 20px #00000038;transform:translateY(-50%);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;white-space:nowrap}._sidebarOverlayButton_w0qe6_72 svg{font-size:1rem}}._root_ou4ry_1{--unvisitedColor: #f1f1f1;--unvisitedColorText: rgba(0, 0, 0, .3);--answeredColor: #2e926e;--answeredColorText: white;--unansweredColor: white;--unansweredColorText: #498cff}._confirmModal_ou4ry_10{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(fit-content,400px);height:fit-content;border-radius:20px;padding:20px;border:1px solid white}._modalHeading_ou4ry_22{margin:0;font-size:var(--SubHeadingFontSize);font-weight:400}._modalButtonDiv_ou4ry_28{display:flex;justify-content:flex-end;flex-direction:row;column-gap:20px;padding-top:20px}._sideDiv_ou4ry_36{position:sticky;top:70px;padding:20px 10px 10px;display:flex;flex-direction:column;gap:15px;overflow-y:auto;height:calc(100vh - 50px)}@media (min-width: 900px){._sideDiv_ou4ry_36{position:static;height:100%;max-height:calc(100vh - 114px);padding:0;overflow:hidden}}@media (max-width: 899px){._sideDiv_ou4ry_36{position:static;height:auto;overflow:visible;padding-bottom:16px}}._timerContainer_ou4ry_67{position:fixed;top:10px;right:10px;z-index:1190;display:flex;justify-content:center;align-items:center;gap:6px;width:100px!important;padding:7px 12px;color:#fff;background:#132743f0;border:1px solid rgba(255,255,255,.18);border-radius:999px;box-shadow:0 8px 20px #00000038;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._timerContainer_ou4ry_67:before{content:"Time";font-size:.72rem;font-weight:600;line-height:1;opacity:.75}._timerContainer_ou4ry_67 .MuiTypography-root{color:inherit;font-size:1rem!important;font-weight:700;line-height:1}._submitButton_ou4ry_101{text-transform:none;width:100%}._submissionActionBar_ou4ry_106{display:flex;flex-direction:row;gap:10px;margin-top:40px}@media (min-width: 900px){._sideDivCollapsed_ou4ry_114{width:0;padding:0}._submissionActionBar_ou4ry_106,._previewBackButton_ou4ry_120{position:fixed;right:22px;bottom:8px;z-index:1187;display:flex;align-items:center;gap:10px;margin-top:0}._submitButton_ou4ry_101{width:auto;min-width:112px;min-height:34px;border-radius:9px}._finalSubmitButton_ou4ry_138{min-width:82px}}._container_a6bof_1{display:flex;justify-content:space-between}._questionButtonContainer_a6bof_6{padding:30px;position:relative}._questionButtonContainerHidden_a6bof_11,._collapseSidebarButton_a6bof_15{display:none}._statusLegend_a6bof_19{display:flex;flex-wrap:wrap;gap:8px 14px;list-style:none;margin:0;padding:0}._statusLegend_a6bof_19 li{align-items:center;display:inline-flex;font-size:.9rem;gap:6px}._statusLegend_a6bof_19 li h4{margin:0}._legendMarker_a6bof_39{align-items:center;border:1px solid rgba(0,0,0,.45);border-radius:4px;display:inline-flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;line-height:1;min-width:20px}._answeredMarker_a6bof_52{background-color:#007a3d;color:#fff}._partialMarker_a6bof_57{background-color:#6d5f00;color:#fff}._unansweredMarker_a6bof_62{background-color:#f1f1f1;color:#000000bf}._navigatorText_a6bof_67{display:flex;justify-content:center;font-size:18px;font-weight:700}._buttonContainer_a6bof_74{display:grid;grid-template-columns:repeat(auto-fill,60px);justify-content:space-between;grid-gap:15px}._buttonBox_a6bof_81{background-color:#f1f1f1;box-shadow:0 0 4px #00000040;border-radius:5px;border:0;font:inherit;width:60px;height:45px;display:flex;justify-content:center;align-items:center;flex-direction:column}._buttonBox_a6bof_81:hover,._buttonBoxGreen_a6bof_96:hover,._buttonBoxYellow_a6bof_97:hover,._buttonBoxRed_a6bof_98:hover{cursor:pointer;box-shadow:0 0 15px #00000040}._buttonBoxGreen_a6bof_96{background-color:#007a3d;box-shadow:0 0 4px #00000040;border-radius:5px;border:0;font:inherit;width:60px;height:45px;display:flex;justify-content:center;align-items:center;flex-direction:column}._buttonBoxGreen_a6bof_96>span{color:#fff}._buttonBoxYellow_a6bof_97{background-color:#6d5f00;box-shadow:0 0 4px #00000040;border-radius:5px;border:0;font:inherit;width:60px;height:45px;display:flex;justify-content:center;align-items:center;flex-direction:column}._buttonBoxYellow_a6bof_97>span{color:#fff}._buttonBoxRed_a6bof_98{background-color:brown;box-shadow:0 0 4px #00000040;border-radius:5px;border:0;font:inherit;width:60px;height:45px;display:flex;justify-content:center;align-items:center;flex-direction:column}._buttonBoxRed_a6bof_98>span{color:#fff}._numberText_a6bof_157{font-weight:500;font-size:22px;line-height:24px;color:#4b5563}._statusText_a6bof_164{color:#111827;font-size:.7rem;font-weight:700;line-height:1;text-transform:uppercase}._prevNextNavigatorContainer_a6bof_172{display:flex;justify-content:space-between;flex-direction:row;column-gap:5px}._prevNextnavigationButton_a6bof_179{text-transform:none;width:50%;display:flex}._currentQuestionIndicator_a6bof_185,._mobileBottomNavigator_a6bof_189,._mobileSheetBackdrop_a6bof_190,._mobileNavigatorSheet_a6bof_191{display:none}@media (min-width: 900px){._questionButtonContainer_a6bof_6{height:100%;padding:18px;overflow-y:auto;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:14px;box-shadow:0 1px 2px #0f172a0f}._collapseSidebarButton_a6bof_15{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;width:100%;min-height:30px;margin-bottom:10px;padding:0;color:#17234d;background:transparent;border:0;cursor:pointer;font-weight:600}._collapseSidebarButton_a6bof_15 svg{font-size:1rem}._statusLegend_a6bof_19{gap:6px 12px}._statusLegend_a6bof_19 li{font-size:.82rem}._legendMarker_a6bof_39{width:8px;min-width:8px;height:8px;border:0;border-radius:999px;font-size:0}._buttonContainer_a6bof_74{grid-template-columns:repeat(auto-fill,minmax(54px,1fr));gap:8px;justify-content:stretch}._buttonBox_a6bof_81,._buttonBoxGreen_a6bof_96,._buttonBoxYellow_a6bof_97,._buttonBoxRed_a6bof_98{width:100%;height:56px}._buttonBox_a6bof_81{background-color:#f3f5fb;border:1px solid #dce2ee;box-shadow:none}._numberText_a6bof_157{font-size:.95rem;font-weight:700}._prevNextNavigatorContainer_a6bof_172{position:fixed;right:0;bottom:0;left:0;z-index:1185;display:flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:8px 240px;background:#fffffff5;border-top:1px solid rgba(15,23,42,.1);box-shadow:0 -8px 24px #0f172a14;pointer-events:none}._prevNextNavigatorContainer_a6bof_172>*{pointer-events:auto}._prevNextnavigationButton_a6bof_179{width:88px;min-height:34px;border-radius:9px;text-transform:none}._currentQuestionIndicator_a6bof_185{display:inline-flex;align-items:center;justify-content:center;min-width:72px;min-height:34px;padding:0 12px;color:#0f172a;background:#eef2f8;border:1px solid #dce2ee;border-radius:999px;font-weight:700;pointer-events:auto}}@media (max-width: 899px){._questionButtonContainer_a6bof_6,._prevNextNavigatorContainer_a6bof_172{display:none}._mobileBottomNavigator_a6bof_189{position:fixed;right:0;bottom:0;left:0;z-index:1200;display:grid;grid-template-columns:1fr auto 1fr;gap:8px;padding:10px 12px;background:var(--backgroundColor, #ffffff);border-top:1px solid rgba(0,0,0,.12);box-shadow:0 -4px 16px #0000001f}._mobileNavigationButton_a6bof_334,._mobileNavigatorToggle_a6bof_335{min-height:44px;text-transform:none;white-space:nowrap}._mobileNavigatorToggle_a6bof_335{padding-right:12px;padding-left:12px}._mobileSheetBackdrop_a6bof_190{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1290;display:block;padding:0;background:#00000073;border:0;opacity:0;pointer-events:none;transition:opacity .18s ease}._mobileSheetBackdropOpen_a6bof_359{opacity:1;pointer-events:auto}._mobileNavigatorSheet_a6bof_191{position:fixed;right:0;bottom:0;left:0;z-index:1300;display:block;max-height:80vh;padding:12px 16px 20px;overflow-y:auto;background:var(--backgroundColor, #ffffff);border-radius:20px 20px 0 0;box-shadow:0 -8px 30px #00000040;transform:translateY(100%);transition:transform .22s ease}._mobileNavigatorSheetOpen_a6bof_381{transform:translateY(0)}._mobileSheetHandle_a6bof_385{width:40px;height:4px;margin:0 auto 12px;background:#0000002e;border-radius:999px}._mobileSheetHeader_a6bof_393{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}._mobileSheetHeader_a6bof_393 h3{margin:0;font-size:1rem}._mobileNavigatorSheet_a6bof_191 ._statusLegend_a6bof_19{margin-bottom:14px}._mobileNavigatorSheet_a6bof_191 ._buttonContainer_a6bof_74{grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:10px;justify-content:stretch}._mobileNavigatorSheet_a6bof_191 ._buttonBox_a6bof_81,._mobileNavigatorSheet_a6bof_191 ._buttonBoxGreen_a6bof_96,._mobileNavigatorSheet_a6bof_191 ._buttonBoxYellow_a6bof_97,._mobileNavigatorSheet_a6bof_191 ._buttonBoxRed_a6bof_98{width:100%;min-width:48px;height:46px}}@media (max-width: 430px){._mobileBottomNavigator_a6bof_189{grid-template-columns:1fr 1fr}._mobileNavigatorToggle_a6bof_335{grid-column:1 / -1;grid-row:1}}._container_19z7k_1{background:#f4f7f8;min-height:100vh;padding:20px 20px 40px;border-radius:10px;width:100%}._headerActions_19z7k_9{align-items:center;display:flex;justify-content:flex-end;min-width:0}._oauthButtonWrapper_19z7k_16{display:inline-flex}._oauthButton_19z7k_16{border-radius:6px!important;font-weight:700!important;text-transform:none!important;white-space:nowrap}._workspace_19z7k_27{align-items:start;display:grid;gap:10px;grid-template-columns:300px minmax(0,1fr);margin:0;max-width:none;width:100%}._workspaceCollapsed_19z7k_37{grid-template-columns:64px minmax(0,1fr)}._setupPanel_19z7k_41{background:#fff;border:1px solid #dce5e8;border-left:0;border-radius:0 8px 8px 0;box-shadow:0 10px 28px #18343b1a;display:flex;flex-direction:column;gap:28px;padding:15px;position:sticky;top:22px}._setupPanelCollapsed_19z7k_57{align-items:center;gap:22px;min-height:240px;padding:18px 10px}._setupHeader_19z7k_64{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;min-width:0;width:100%}._setupIntro_19z7k_72{display:flex;flex-direction:column}._setupIntro_19z7k_72 h3{color:#172326;font-size:1.15rem;font-weight:780;line-height:1.2;margin:0}._setupPanelCollapsed_19z7k_57 ._setupHeader_19z7k_64{justify-content:center}._setupToggle_19z7k_88{background:#eff6ff!important;border:1px solid #bfdbfe!important;color:#2563eb!important;flex:0 0 auto;height:36px!important;width:36px!important}._setupToggle_19z7k_88:hover{background:#dbeafe!important}._collapsedSetupIndicator_19z7k_101{align-items:center;color:#2563eb;display:flex;flex-direction:column;gap:10px}._collapsedSetupIndicator_19z7k_101 svg{font-size:1.45rem}._collapsedSetupIndicator_19z7k_101 span{color:#66777d;font-size:.78rem;font-weight:760;letter-spacing:.04em;text-transform:uppercase;writing-mode:vertical-rl}._setupPanel_19z7k_41 h2{color:#172326;font-size:1.35rem;font-weight:760;letter-spacing:0;line-height:1.2;margin:0}._setupPanel_19z7k_41 p{color:#66777d;font-size:.95rem;line-height:1.45;margin:8px 0 0}._practiceArea_19z7k_138{display:flex;flex-direction:column;gap:10px;min-width:0}._practiceGate_19z7k_145{min-height:520px;position:relative}._blurredPracticeContent_19z7k_150{filter:blur(5px);pointer-events:none;position:relative;transform:scale(.995);-webkit-user-select:none;user-select:none}._blurredPracticeContent_19z7k_150:after{background:#ffffff61;content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}._signInOverlay_19z7k_166{align-items:center;background:#f8fafc75;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:34px;position:absolute;z-index:3}._signInBanner_19z7k_177{background:#fff;border:1px solid #dce5e8;border-radius:8px;box-shadow:0 24px 58px #18343b3d;display:flex;flex-direction:column;max-width:560px;min-height:0;overflow:hidden;width:min(560px,100%)}._signInBannerIntro_19z7k_190{background:#fff;color:#4e4e4e;padding:34px 48px 18px}._signInBannerIntro_19z7k_190 h2{color:#4e4e4e;font-size:1.2rem;font-weight:650;letter-spacing:0;line-height:1.4;margin:0 0 24px}._signInBannerIntro_19z7k_190 ul{display:grid;gap:13px;list-style:disc;margin:0;padding-left:22px}._signInBannerIntro_19z7k_190 li{align-items:center;color:#4e4e4e;display:list-item;font-size:1rem;line-height:1.35;padding-left:8px}._signInBannerIntro_19z7k_190 li::marker{color:#4e4e4e;font-size:.82rem}._signInBannerIntro_19z7k_190 li svg{color:#2563eb;font-size:1.15rem;margin:0 7px 0 4px;vertical-align:-4px}._signInBannerActions_19z7k_234{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:18px 24px 34px}._signInBannerActions_19z7k_234 p{color:#4e4e4e;font-size:1rem;line-height:1.45;margin:28px 0 18px;text-align:center}._signInButton_19z7k_250,._goProCtaButton_19z7k_251,._learnMoreButton_19z7k_252{border-radius:4px!important;font-size:1rem!important;min-height:40px;text-transform:none!important;width:min(210px,100%)}._signInButton_19z7k_250,._goProCtaButton_19z7k_251{background:#2563eb!important;border:1px solid #1d4ed8!important;box-shadow:none!important;color:#fff!important}._signInButton_19z7k_250:hover,._goProCtaButton_19z7k_251:hover{background:#1d4ed8!important}._learnMoreButton_19z7k_252{color:#2563eb!important;font-size:.88rem!important;font-weight:650!important;margin-top:10px!important;min-height:0;padding:4px 8px!important;width:auto}._learnMoreButton_19z7k_252:hover{background:#eff6ff!important;color:#1d4ed8!important}._filters_19z7k_288{display:flex;flex-direction:column;gap:18px}._filterControl_19z7k_294{min-width:100%!important}._filterControl_19z7k_294 .MuiOutlinedInput-root{background:#f7fafb;border-radius:8px}._filterControl_19z7k_294 .MuiInputLabel-root{color:#66777d;font-weight:650}._difficultySwitch_19z7k_308{display:grid;gap:8px;min-width:0}._difficultySwitch_19z7k_308>span{color:#66777d;font-size:.78rem;font-weight:750;letter-spacing:.02em}._difficultySwitch_19z7k_308 .MuiToggleButtonGroup-root{background:#f7fafb;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden;padding:3px}._difficultySwitch_19z7k_308 .MuiToggleButton-root{border:0!important;border-radius:6px!important;color:#66777d;font-size:.76rem;font-weight:750;min-height:32px;padding:6px 4px;text-transform:none}._difficultySwitch_19z7k_308 .MuiToggleButton-root.Mui-selected{background:#2563eb!important;color:#fff!important}._difficultySwitch_19z7k_308 .MuiToggleButton-root:hover{background:#eff6ff}._difficultySwitch_19z7k_308 .MuiToggleButton-root.Mui-selected:hover{background:#1d4ed8!important}._setupEyebrow_19z7k_353{color:#66777d;display:block;font-size:.75rem;font-weight:750;letter-spacing:.04em;margin-bottom:10px;text-transform:uppercase}._sessionPanel_19z7k_363,._quickStats_19z7k_364{min-width:0}._sessionCard_19z7k_368{align-items:center;background:#fbfcfd;border:1px solid #dce5e8;border-radius:8px;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) auto;padding:16px}._sessionCard_19z7k_368 strong{color:#172326;display:block;font-size:.95rem;font-weight:750;line-height:1.35}._sessionCard_19z7k_368 span:not(._sessionCount_19z7k_387){color:#66777d;display:block;font-size:.88rem;margin-top:4px}._sessionCount_19z7k_387{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#2563eb;display:inline-flex;font-size:.82rem;font-weight:750;height:40px;justify-content:center;min-width:40px;padding:0 10px}._quickStatsGrid_19z7k_409{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}._correctStat_19z7k_415,._reviewStat_19z7k_416{border-radius:8px;padding:16px}._correctStat_19z7k_415{background:#ecfdf3;border:1px solid #bbf7d0}._reviewStat_19z7k_416{background:#fef2f2;border:1px solid #fecaca}._correctStat_19z7k_415 strong,._reviewStat_19z7k_416 strong{display:block;font-size:1.45rem;font-weight:800;line-height:1;margin-bottom:9px}._correctStat_19z7k_415 strong{color:#16a34a}._reviewStat_19z7k_416 strong{color:#dc2626}._correctStat_19z7k_415 span,._reviewStat_19z7k_416 span{color:#66777d;font-size:.82rem;font-weight:700}._questionCard_19z7k_455{background:#fff;border:1px solid #dce5e8;border-radius:8px!important;box-shadow:0 16px 34px #18343b1f!important;min-height:0;overflow:hidden}._cardControls_19z7k_464{background:#fff;border-bottom:1px solid #dce5e8;padding:18px 24px}._questionBody_19z7k_470{min-height:0;padding:0}._questionPanel_19z7k_475{display:flex;flex-direction:column;min-height:520px;padding:26px 30px 24px}._questionHeader_19z7k_482{align-items:center;border-bottom:1px solid #e6eef0;display:flex;gap:18px;justify-content:space-between;margin:-26px -30px 0;min-height:84px;padding:0 30px}._questionPill_19z7k_493{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;color:#2563eb;display:inline-flex;font-size:.9rem;font-weight:750;justify-content:center;min-height:34px;padding:6px 18px;white-space:nowrap}._attemptSummary_19z7k_508{align-items:center;color:#66777d;display:inline-flex;font-size:.9rem;font-weight:650;gap:12px;min-width:0}._paginationDots_19z7k_518{display:inline-flex;gap:8px}._dotButton_19z7k_523{background:#fff!important;border:1px solid #cbd5e1!important;border-radius:999px!important;color:#8ca0a6!important;font-size:.85rem!important;font-weight:750!important;height:30px!important;min-width:30px!important;padding:0!important;width:30px!important}._correctDotButton_19z7k_536{background:#ecfdf3!important;border-color:#bbf7d0!important;color:#16a34a!important}._wrongDotButton_19z7k_542{background:#fef2f2!important;border-color:#fecaca!important;color:#dc2626!important}._questionContentLayout_19z7k_548{display:grid;gap:24px;grid-template-columns:minmax(0,1fr);margin-top:34px;min-width:0}._solutionLayoutOpen_19z7k_556{align-items:start;gap:0;grid-template-columns:minmax(420px,1fr) 14px minmax(320px,var(--solution-panel-width, 36%))}._questionInteractionColumn_19z7k_565,._solutionColumn_19z7k_566{min-width:0}._questionInteractionColumn_19z7k_565{display:flex;flex-direction:column}._solutionColumn_19z7k_566{position:relative}._solutionResizeHandle_19z7k_579{align-items:center;align-self:stretch;cursor:col-resize;display:flex;justify-content:center;min-height:100%;outline:none;position:relative;touch-action:none}._solutionResizeHandle_19z7k_579:before{background:#dce5e8;border-radius:999px;content:"";display:block;min-height:100%;transition:background .16s ease,width .16s ease;width:2px}._solutionResizeHandle_19z7k_579 svg{background:#fff;border:1px solid #dce5e8;border-radius:999px;box-shadow:0 4px 10px #18343b1f;color:#66777d;font-size:1.25rem;padding:2px;position:absolute;transition:border-color .16s ease,color .16s ease,transform .16s ease}._solutionResizeHandle_19z7k_579:hover:before,._solutionResizeHandle_19z7k_579:focus-visible:before{background:#2563eb;width:4px}._solutionResizeHandle_19z7k_579:hover svg,._solutionResizeHandle_19z7k_579:focus-visible svg{border-color:#bfdbfe;color:#2563eb;transform:scale(1.08)}._solutionColumn_19z7k_566 ._solutionPanel_19z7k_631{height:90vh;margin:0;max-height:90vh;overflow-y:auto;overscroll-behavior:contain;width:100%}._questionSurface_19z7k_640{background:#fbfcfd;border:1px solid #dce5e8;border-radius:8px;margin:0;min-height:276px;padding:38px 44px 32px;position:relative;width:100%}._questionSurface_19z7k_640:before{background:linear-gradient(90deg,rgba(37,99,235,.12) 1px,transparent 1px),linear-gradient(180deg,rgba(37,99,235,.1) 1px,transparent 1px);background-size:34px 34px;border-radius:8px;content:"";top:0;right:0;bottom:0;left:0;opacity:.34;pointer-events:none;position:absolute}._questionText_19z7k_664{color:#172326;font-size:1.7rem;font-weight:580;line-height:1.5;margin:0 auto;max-width:620px;min-height:74px;position:relative;text-align:center;width:min(100%,620px);z-index:1}._questionText_19z7k_664 p{margin:0}._questionSkeleton_19z7k_682{align-items:center;display:flex;flex-direction:column;gap:4px;margin:0 auto;position:relative;width:min(100%,420px);z-index:1}._answerShell_19z7k_693{margin:34px auto 0;position:relative;width:min(100%,520px);z-index:1}._answerRow_19z7k_700{align-items:start;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto auto;min-height:50px}._answerRowCompact_19z7k_708{grid-template-columns:minmax(0,1fr) auto}._choiceList_19z7k_712{display:grid;gap:10px;margin:0}._choiceOption_19z7k_718{align-items:center!important;background:#fff;border:1px solid #dce5e8;border-radius:8px;margin:0!important;min-height:48px;padding:8px 14px 8px 8px;text-align:left}._choiceOption_19z7k_718:hover{border-color:#bfdbfe}._choiceOption_19z7k_718._rejectedChoice_19z7k_733{background:#fef2f2;border-color:#fecaca}._choiceOption_19z7k_718._rejectedChoice_19z7k_733,._choiceOption_19z7k_718._rejectedChoice_19z7k_733 .MuiFormControlLabel-label.Mui-disabled{opacity:1}._choiceOption_19z7k_718._rejectedChoice_19z7k_733 .MuiRadio-root.Mui-disabled{color:#dc2626}._choiceOption_19z7k_718._rejectedChoice_19z7k_733 .MuiFormControlLabel-label{color:#991b1b}._choiceOption_19z7k_718._acceptedChoice_19z7k_751{background:#ecfdf3;border-color:#bbf7d0}._choiceOption_19z7k_718._acceptedChoice_19z7k_751,._choiceOption_19z7k_718._acceptedChoice_19z7k_751 .MuiFormControlLabel-label.Mui-disabled{opacity:1}._choiceOption_19z7k_718._acceptedChoice_19z7k_751 .MuiRadio-root.Mui-disabled{color:#16a34a}._choiceOption_19z7k_718._acceptedChoice_19z7k_751 .MuiFormControlLabel-label{color:#166534}._choiceOption_19z7k_718 .MuiFormControlLabel-label{align-items:center;color:#172326;display:flex;font-size:1rem;line-height:1.45;min-width:0;overflow-wrap:anywhere}._choiceOption_19z7k_718 .MuiRadio-root{align-self:center;padding:6px 10px 6px 8px}._choiceOption_19z7k_718 .MathJax{line-height:1.2}._booleanChoiceGrid_19z7k_788{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}._booleanChoiceButton_19z7k_794{border-color:#bfdbfe!important;border-radius:8px!important;color:#2563eb!important;font-size:1rem!important;font-weight:760!important;min-height:52px;text-transform:none!important}._booleanChoiceButton_19z7k_794:hover{background:#eff6ff!important}._booleanChoiceButton_19z7k_794._selectedChoice_19z7k_808{background:#2563eb!important;color:#fff!important}._booleanChoiceButton_19z7k_794._rejectedChoice_19z7k_733{background:#fef2f2!important;border-color:#fecaca!important;color:#991b1b!important;opacity:1!important}._booleanChoiceButton_19z7k_794._acceptedChoice_19z7k_751{background:#ecfdf3!important;border-color:#bbf7d0!important;color:#166534!important;opacity:1!important}._choiceSubmitRow_19z7k_827{display:flex;justify-content:flex-end;margin-top:12px}._mathInputFrame_19z7k_833{background:#fff;border:1px solid #b9c7cc;border-radius:8px;height:50px;min-width:0;overflow:hidden}._mathInputFrame_19z7k_833 .input2D{min-height:48px}._answerError_19z7k_846{color:#dc2626;font-size:.875rem;font-weight:650;margin:10px 0 0}._feedbackPanel_19z7k_853{color:#172326;font-size:.95rem;margin-top:18px;text-align:center}._inputInterpretation_19z7k_860{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}._inputInterpretation_19z7k_860 strong{color:#172326;font-weight:700}._wrongFeedbackText_19z7k_873{color:#dc2626;font-size:1rem;font-weight:650;margin:6px 0 0}._correctFeedbackText_19z7k_880{color:#15803d;font-size:1rem;font-weight:700;margin:6px 0 0}._warningFeedbackText_19z7k_887{color:#b45309;font-size:1rem;font-weight:650;margin:6px 0 0}._hintPanel_19z7k_894{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#4b5563;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) auto;margin:18px 0 0;padding:16px 20px}._hintText_19z7k_907{align-items:center;display:flex;flex-wrap:wrap;font-size:.92rem;gap:8px}._hintText_19z7k_907 svg{color:#f59e0b}._moreHintsText_19z7k_919{align-items:center;display:flex;flex-wrap:wrap;font-size:.92rem;gap:4px;justify-content:flex-end}._stepSolutionsButton_19z7k_928{background:#fff;border:1px solid #fed7aa;border-radius:8px;color:#d97706;cursor:pointer;font:inherit;font-weight:750;min-height:36px;padding:7px 14px}._stepSolutionsButton_19z7k_928:hover{background:#fffbeb}._stepSolutionsButton_19z7k_928:disabled{color:#9ca3af;cursor:not-allowed}._goProButton_19z7k_949{background:#f59e0b;border:1px solid #d97706;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;margin-left:8px;min-height:34px;padding:6px 14px}._goProButton_19z7k_949:hover{background:#d97706}._keyboardToggle_19z7k_966,._enterButton_19z7k_967{border-radius:8px!important;height:50px;width:50px}._keyboardToggle_19z7k_966{background:#eef2ff!important;color:#2563eb!important}._enterButton_19z7k_967{background:#2563eb!important;color:#fff!important}._enterButton_19z7k_967:disabled{background:#cbd5e1!important;color:#66777d!important}._keyboardPopover_19z7k_988{margin-top:12px;width:100%}._keyboardArrow_19z7k_993{display:none}._radical_19z7k_997{font-size:1rem;line-height:1}._questionActions_19z7k_1002{align-items:flex-end;display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:20px}._questionActionButton_19z7k_1011{background:transparent;border:0;color:#2563eb;cursor:pointer;font-size:.9rem;font-weight:750;padding:6px}._questionActionButton_19z7k_1011:hover{text-decoration:underline}._questionActionButton_19z7k_1011:disabled{color:#b6c2c7;cursor:not-allowed;text-decoration:none}._solutionPanel_19z7k_631{background:#fff;border:1px solid #dce5e8;border-radius:8px;margin:18px auto 0;padding:22px;width:min(100%,840px)}._solutionHeader_19z7k_1040{border-bottom:1px solid #e6eef0;display:flex;flex-direction:column;gap:6px;margin:-2px -2px 18px;padding:0 0 16px}._solutionHeader_19z7k_1040 h3{color:#172326;font-size:1.15rem;font-weight:780;line-height:1.2;margin:0}._solutionHeader_19z7k_1040 span{color:#66777d;font-size:.86rem;overflow-wrap:anywhere}._solutionLoading_19z7k_1063{display:grid;gap:12px}._solutionControls_19z7k_1068{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}._solutionProgress_19z7k_1076{color:#66777d;font-size:.88rem;font-weight:700}._solutionSteps_19z7k_1082{display:grid;gap:14px;list-style:none;margin:0;padding:0}._solutionStep_19z7k_1082{align-items:flex-start;background:#fff;border:1px solid #e2eaed;border-radius:8px;display:grid;gap:12px;grid-template-columns:34px minmax(0,1fr);padding:14px}._solutionHintStep_19z7k_1101{background:#fff7ed;border-color:#fed7aa}._solutionHintStep_19z7k_1101 ._solutionStepNumber_19z7k_1106{background:#f59e0b}._solutionStepNumber_19z7k_1106{align-items:center;background:#2563eb;border-radius:999px;color:#fff;display:inline-flex;font-size:.85rem;font-weight:800;height:30px;justify-content:center;width:30px}._solutionStepContent_19z7k_1123{min-width:0}._solutionStepTitle_19z7k_1127{color:#172326;font-size:.95rem;font-weight:760;margin:0 0 8px}._solutionStepImage_19z7k_1134{background:transparent;border:0;border-radius:0;display:block;height:auto;margin:0;max-width:100%;mix-blend-mode:multiply;padding:0}._solutionStepText_19z7k_1146{color:#37474d;font-size:.94rem;line-height:1.5}._solutionStepText_19z7k_1146 p{margin:4px 0;overflow-wrap:anywhere}._solutionRevealActions_19z7k_1157{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}._historySection_19z7k_1164{background:#fff;border:1px solid #dce5e8;border-radius:8px;box-shadow:0 10px 24px #18343b14;margin:0;padding:26px 30px;width:100%}._historyHeader_19z7k_1174{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px}._historyHeader_19z7k_1174 h2{color:#172326;font-size:1.35rem;font-weight:760;margin:0}._historyScore_19z7k_1189{align-items:center;color:#66777d;display:flex;font-size:.9rem;gap:10px}._historyScore_19z7k_1189 strong{background:#f4f0ff;border:1px solid #ddd6fe;border-radius:8px;color:#7c3aed;display:inline-flex;font-size:.9rem;font-weight:780;justify-content:center;min-width:92px;padding:9px 12px}._historyList_19z7k_1210{display:flex;flex-direction:column;gap:14px}._emptyHistory_19z7k_1216{background:#fbfcfd;border:1px dashed #cbd5e1;border-radius:8px;color:#66777d;font-size:.95rem;padding:22px;text-align:center}._historyItem_19z7k_1226{align-items:center;background:#fbfcfd;border:1px solid #dce5e8;border-radius:8px;color:#37474d;display:grid;gap:20px;grid-template-columns:minmax(170px,auto) minmax(0,1fr) 40px;min-height:74px;padding:16px 18px 16px 24px;position:relative}._historyItem_19z7k_1226:before{border-radius:8px 0 0 8px;bottom:0;content:"";left:0;position:absolute;top:0;width:5px}._correctHistoryItem_19z7k_1250:before{background:#16a34a}._wrongHistoryItem_19z7k_1254:before{background:#dc2626}._historyItemHeader_19z7k_1258{align-items:flex-start;background:transparent;color:#66777d;display:flex;flex-direction:column;font-size:.75rem;font-weight:780;gap:8px;min-height:22px;min-width:0;padding-left:4px}._historyItemHeader_19z7k_1258>span{white-space:nowrap}._correctHistoryHeader_19z7k_1276,._wrongHistoryHeader_19z7k_1277{border-left-color:transparent}._historyAttemptStatuses_19z7k_1281{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}._historyAttemptValue_19z7k_1289{align-items:center;border-radius:8px;display:inline-flex;font-size:.9rem;font-weight:760;gap:6px;justify-content:center;min-height:30px;min-width:42px;overflow-wrap:anywhere;padding:6px 9px}._historyAttemptValue_19z7k_1289 svg{font-size:.95rem;flex:0 0 auto}._correctHistoryAttemptValue_19z7k_1308{background:#ecfdf3;color:#15803d}._wrongHistoryAttemptValue_19z7k_1313{background:#fef2f2;color:#b91c1c}._historyItemBody_19z7k_1318{align-items:center;display:grid;gap:22px;grid-template-columns:minmax(0,1fr) auto;min-width:0}._historyQuestionText_19z7k_1326{color:#172326;font-size:1rem;font-weight:600;line-height:1.45;min-width:0;overflow-wrap:anywhere}._historyQuestionText_19z7k_1326 p{margin:0}._historyAnswer_19z7k_1339{align-items:center;display:grid;gap:10px;grid-template-columns:auto auto;justify-self:end;min-width:0}._historyAnswer_19z7k_1339 span{color:#66777d;font-size:.72rem;font-weight:780;white-space:nowrap}._historyAnswer_19z7k_1339 strong{background:#eff6ff;border-radius:8px;color:#2563eb;display:inline-flex;font-size:.95rem;font-weight:760;justify-content:center;min-height:34px;min-width:86px;overflow-wrap:anywhere;padding:8px 12px;text-align:center}._historyStatusIcon_19z7k_1370{align-items:center;border-radius:999px;display:inline-flex;height:32px;justify-content:center;justify-self:center;width:32px}._correctHistoryIcon_19z7k_1380{background:#ecfdf3;color:#16a34a}._wrongHistoryIcon_19z7k_1385{background:#fef2f2;color:#dc2626}@media (max-width: 1180px){._workspace_19z7k_27,._workspaceCollapsed_19z7k_37{grid-template-columns:1fr}._setupPanel_19z7k_41{border-left:1px solid #dce5e8;border-radius:8px;position:static}._setupPanelCollapsed_19z7k_57{align-items:stretch;min-height:0;padding:12px 14px}._setupPanelCollapsed_19z7k_57 ._setupHeader_19z7k_64{justify-content:flex-start}._collapsedSetupIndicator_19z7k_101{display:none}._filters_19z7k_288{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}._sessionPanel_19z7k_363,._quickStats_19z7k_364{max-width:none}}@media (max-width: 980px){._solutionLayoutOpen_19z7k_556{grid-template-columns:1fr;gap:14px}._solutionResizeHandle_19z7k_579{display:none}._solutionColumn_19z7k_566 ._solutionPanel_19z7k_631{height:90vh;max-height:90vh;overflow-y:auto}._historyItem_19z7k_1226{grid-template-columns:minmax(0,1fr) auto}._historyItemHeader_19z7k_1258,._historyItemBody_19z7k_1318,._historyAnswer_19z7k_1339{grid-column:1 / -1}._historyStatusIcon_19z7k_1370{position:absolute;right:14px;top:14px}}@media (max-width: 760px){._container_19z7k_1{padding:12px 0 40px}._workspace_19z7k_27{gap:14px}._setupPanel_19z7k_41{padding:18px 14px}._filters_19z7k_288{display:flex;gap:12px}._quickStatsGrid_19z7k_409{grid-template-columns:1fr}._questionCard_19z7k_455{border-left:0;border-radius:8px!important;border-right:0}._questionPanel_19z7k_475{min-height:0;padding:18px 10px 22px}._questionHeader_19z7k_482{align-items:flex-start;flex-direction:column;gap:12px;margin:-18px -10px 0;min-height:0;padding:16px 10px}._questionPill_19z7k_493{white-space:normal}._attemptSummary_19z7k_508{align-items:flex-start;flex-direction:column;gap:8px}._questionContentLayout_19z7k_548{gap:14px;margin-top:18px}._questionSurface_19z7k_640{min-height:236px;padding:28px 12px 18px}._questionText_19z7k_664{font-size:1.28rem}._answerShell_19z7k_693{width:100%}._answerRow_19z7k_700{gap:6px;grid-template-columns:minmax(0,1fr) auto auto}._answerRowCompact_19z7k_708{grid-template-columns:minmax(0,1fr) auto}._keyboardPopover_19z7k_988{margin-top:10px}._hintPanel_19z7k_894{align-items:stretch;grid-template-columns:1fr;padding:14px 10px}._moreHintsText_19z7k_919{justify-content:flex-start}._solutionPanel_19z7k_631{margin-left:0;margin-right:0;padding:14px}._solutionControls_19z7k_1068{align-items:stretch;flex-direction:column}._solutionStep_19z7k_1082{grid-template-columns:1fr}._solutionRevealActions_19z7k_1157{align-items:stretch;flex-direction:column}._questionActions_19z7k_1002{align-items:flex-start}._historySection_19z7k_1164{padding:20px 12px}._historyHeader_19z7k_1174{align-items:flex-start;flex-direction:column;gap:12px}._historyScore_19z7k_1189{align-self:stretch;justify-content:space-between}._historyItem_19z7k_1226{grid-template-columns:1fr;padding:14px 12px 14px 16px}._historyAnswer_19z7k_1339{grid-template-columns:1fr}}._titleContainer_fb8mn_1{display:flex;align-items:center;column-gap:.4em;flex-wrap:wrap;row-gap:.4em}._poolText_fb8mn_9{margin:0;font-size:20px;font-weight:600}._greenColorText_fb8mn_15{color:var(--themeBackgroundColor)}._questionContainer_fb8mn_19{margin-top:20px;display:flex;flex-direction:column;row-gap:20px;padding:30px 20px;border-radius:5px;border:.5px dashed rgb(189,187,187)}._questionContainerDark_fb8mn_29{margin-top:20px;display:flex;flex-direction:column;row-gap:20px;padding:20px;border-radius:5px}._paginationContainer_fb8mn_38{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}._poolQuestionsPaginationControls_fb8mn_46{width:100%;min-height:40px;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}._poolQuestionsPaginationSummary_fb8mn_56{color:#4b5563;font-size:14px;font-weight:500}._poolQuestionsExpandButton_fb8mn_62{flex-shrink:0;width:150px}._circularProgressBarContainer_fb8mn_67{display:grid;justify-content:center;align-items:center;height:200px;width:100%}._modalDiv_gftp1_1{width:400px;position:absolute;border-radius:20px;box-shadow:24px;padding:30px;display:flex;flex-direction:column;row-gap:.4em;background-color:#fff!important}._modalContainer_gftp1_13{display:flex;justify-content:center;align-items:center}._modalTextField_gftp1_19{width:100%;margin-top:20px}._modalButtonRow_gftp1_24{margin-top:20px}._modalText_gftp1_19{color:var(--themeBackgroundColor)!important}._modalheadingText_gftp1_32{margin:0;font-size:20px;font-weight:400}._container_11o6u_1{background-color:#fff;border-radius:5px;display:flex;flex-direction:row}._container_11o6u_1:hover{cursor:pointer}._content_11o6u_12{padding:10px 20px;display:flex;align-items:center;justify-content:flex-start;column-gap:1rem}._questionTextContainer_11o6u_20{max-width:fit-content}._questionText_11o6u_20{background:var(--themeBackgroundColor);border-radius:10px;font-style:normal;padding:8px 10px;color:#fff;display:flex}._greenColorText_11o6u_33{color:var(--themeBackgroundColor)}._paperContainer_11o6u_37{height:100%;width:100%;padding:10px}._summaryContainer_11o6u_45{height:100%}._boxContainer_11o6u_49{display:flex;height:100%}._questionNumberDiv_11o6u_54{min-width:40px;background-color:#eaf1fd;float:left;place-items:center;display:grid}._questionNumberDivDark_11o6u_62{min-width:40px;background-color:#3e3e3e;color:#fff;float:left;place-items:center;display:grid}._textDiv_11o6u_71{display:flex;float:right;width:100%}._questionTextDiv_11o6u_77{padding:5px;float:left;display:flex;justify-content:flex-start;align-items:center;width:95%}._questionBox_11o6u_86{padding:20px;animation:_fadeIn_11o6u_1 1s}._questionNumber_11o6u_54{font-weight:700;font-size:20px;line-height:24px;color:#1c1c1c}._bodyDiv_1fjmi_1{overflow:hidden}._mainPaper_1fjmi_5{padding:15px}._poolNameSearchWrapper_1fjmi_9{display:flex;column-gap:1em}._poolNameSearchContainer_1fjmi_14{flex-grow:1}._blackButton_1fjmi_18{display:inline-flex;padding:5px 10px;border-radius:5px;width:fit-content;height:40px;background-color:var(--darkButtonBgColor)!important;color:var(--darkButtonFontColor)}._blackButton_1fjmi_18:hover,._fetchButton_1fjmi_30:hover,._createButton_1fjmi_31:hover{background-color:var(--buttonHoverBgColor)!important;color:var(--hoverButtonFontColor)!important}._fetchButton_1fjmi_30{background-color:var(--darkButtonBgColor);color:var(--darkButtonFontColor);height:40px;text-transform:none}._createButton_1fjmi_31{background-color:var(--darkButtonBgColor);color:var(--darkButtonFontColor);margin-left:20px}._textField_1fjmi_49{width:100%}._poolTextDiv_1fjmi_53{justify-content:flex-end;display:flex}._poolText_1fjmi_53{font-size:20px;line-height:35px;font-weight:550}._keyWordTextDiv_1fjmi_64{justify-content:flex-end;display:flex;margin-top:10px}._paginationContainer_1fjmi_70{margin-top:10px;display:flex;align-items:center;justify-content:flex-end}._mainPaper_1rbxq_1{padding:20px;display:flex;justify-content:space-around;flex-wrap:wrap;row-gap:10px}._fetchButton_1rbxq_9{background-color:var(--darkButtonBgColor);color:inherit}._fetchButton_1rbxq_9:hover{background-color:var(--buttonHoverBgColor);color:var(--hoverButtonFontColor)}._scoreDivPaper_1rbxq_19{padding:20px 30px;position:relative}._chooseCourseContainer_1rbxq_24{padding-bottom:20px}._tableHeaderText_1rbxq_28{display:flex;column-gap:5px;justify-content:center;font-weight:500}._reportTablePaginationControls_1rbxq_35{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-bottom:12px}._reportTablePaginationSummary_1rbxq_45{color:#4b5563;font-size:14px;font-weight:500}._assignmentmetaDataContainer_1rbxq_53{border:1px solid lightgray;border-radius:5px;display:flex;justify-content:space-between;padding:20px}._metaData_1rbxq_61{display:flex;flex-direction:column;row-gap:10px}._metaDataPropertiesText_1rbxq_67{font-weight:400;font-size:14px}._metaDataValueText_1rbxq_72{font-style:normal;font-weight:700;font-size:14px}._tab1Container_1rbxq_78{padding-top:20px;display:flex;flex-direction:column;row-gap:20px}._circularProgressBarContainer_1rbxq_85{width:30%}._assignmentAttemptsContainer_1rbxq_89{border:1px solid lightgray;border-radius:15px;display:flex;flex-direction:row;column-gap:10px;padding:15px 40px 5px}._attmptsDetailsContainer_1rbxq_99{width:100%}._attemptsStatisticsContainer_1rbxq_103{display:flex;flex-direction:column;justify-content:center;row-gap:5px;width:30%}._attemptsStatisticsContainerFlexEnd_1rbxq_112{display:flex;flex-direction:column;justify-content:center;row-gap:5px;width:30%;align-items:flex-end}._modalDiv_1rbxq_123{width:70%;min-width:500px;height:100vh;overflow-y:scroll;position:absolute;box-shadow:24px;padding:30px 40px;top:0;left:0;opacity:1;direction:rtl}._modalDiv_1rbxq_123 div{direction:ltr}._attemptModalCard_1rbxq_141{background:#fff;border-radius:18px;border:1px solid #e2e6ef;box-shadow:0 20px 40px #0f172a1a;padding:24px 28px}._modalHeaderRow_1rbxq_149{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e5e7eb;margin-bottom:20px}._modalHeaderLeft_1rbxq_158{display:flex;align-items:center;gap:10px}._modalHeaderTitle_1rbxq_164{font-size:20px;font-weight:600;color:#111827}._modalHeaderActions_1rbxq_170{display:flex;align-items:center;gap:8px}._modalTextField_1rbxq_176{width:100%;margin-top:20px}._modalButtonRow_1rbxq_181{margin-top:20px}._preRequisitesRow_1rbxq_185{padding:5%}._modalText_1rbxq_176{color:#4c8eff}._modalHeading_1rbxq_193{margin:0;font-style:normal;font-weight:700;font-size:20px;line-height:30px}._container_c9fft_1{padding:1% 5%}._reviewText_c9fft_5{margin:0 0 1em;font-weight:500;font-size:30px;line-height:36px}._propBox_c9fft_12{padding:1% 3%}._propText_c9fft_16{font-size:18px}._propValueText_c9fft_20{font-weight:700;font-size:16px}._svgBox_c9fft_25{margin-top:40px;padding:30px}._submitText_c9fft_30{font-weight:700;font-size:30px;line-height:36px}._midDiv_c9fft_36{display:flex;justify-content:center;margin-top:20px}._courseCardBox_c9fft_42{margin-top:20px}._greenText_c9fft_46{font-weight:700;font-size:20px;line-height:24px;color:#498cff}._container_1aww6_1{padding:2% 4%;padding-top:0!important}._reviewText_1aww6_6{margin:0 0 1em;font-weight:500;font-size:30px;line-height:32px}._propDiv_1aww6_13{padding:1% 2%;background:var(--themeBackgroundColor);border-radius:10px}._propText_1aww6_19{font-weight:300;font-size:20px;color:#fff}._propDataText_1aww6_25{font-size:18px;color:#fff}._propContainerRight_1aww6_30,._propContainerLeft_1aww6_37{display:flex;align-items:center;justify-content:center;height:100%}._printHeader_1aww6_44{display:none}@media (max-width: 900px){._propContainerRight_1aww6_30{display:flex;align-items:center;justify-content:flex-end;height:100%}._propContainerLeft_1aww6_37{display:flex;align-items:center;justify-content:flex-start;height:100%}._propDiv_1aww6_13{padding:1% 4%;background:var(--themeBackgroundColor);border-radius:10px}}@media print{._navbar_1aww6_71,button,a[href]{display:none}._printHeader_1aww6_44{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px}._printHeaderLeft_1aww6_85{display:flex;align-items:center;gap:10px}._printHeaderRight_1aww6_91{display:grid;grid-template-columns:max-content auto;row-gap:2px;column-gap:5px;align-items:center;font-size:12px;color:#555}._userRow_1aww6_101{display:contents}._userLabel_1aww6_105{font-weight:600;white-space:nowrap}._userValue_1aww6_110{word-break:break-word}._printLogo_1aww6_114{width:40px;height:auto}._printTitle_1aww6_119{margin:0;font-size:20px;font-weight:400;color:#000}._container_1aww6_1{width:100%;margin:0;padding:0;background:#fff;box-shadow:none}._reviewText_1aww6_6{display:none}._propDiv_1aww6_13{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;background:#f5f5f5;border:1px solid #ccc;padding:16px;margin-bottom:20px}._propContainerRight_1aww6_30{display:flex;flex-direction:column;justify-content:flex-start}._propContainerRight_1aww6_30{align-items:flex-end;min-width:180px}._propText_1aww6_19,._propDataText_1aww6_25{color:#000}._questionBlock_1aww6_165{page-break-inside:avoid;margin-bottom:20px;border:1px solid #ddd;padding:12px}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}._headingText_10m7v_1{font-weight:700;font-size:25px}._subHeadingText_10m7v_6{margin:0;font-size:20px;font-weight:400}._dashletContainer_10m7v_12{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}._quickActionContaier_10m7v_19{display:flex;flex-direction:column;row-gap:20px}._sidebarContainer_10m7v_25{display:flex;justify-content:center}._activityReportContainer_10m7v_30{border-radius:15px;width:100%;padding:10px 20px}._activityPaperReportContainer_10m7v_36{width:100%;border-radius:15px}._tabContainer_10m7v_41{padding-top:20px;display:flex;flex-direction:column;row-gap:20px}._container_caadv_1{padding:20px;width:175px;height:175px;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center;animation:_float_caadv_1 1s ease-in-out 1s;box-shadow:0 0 10px 5px #0003!important;border-radius:15px!important;color:inherit;text-decoration:none}._container_caadv_1:hover{cursor:pointer}._container_caadv_1:focus-visible{outline:3px solid #111827;outline-offset:3px;box-shadow:0 0 0 6px #fff!important}._container_caadv_1:nth-child(1){animation-delay:.1s}._container_caadv_1:nth-child(2){animation-delay:.2s}._container_caadv_1:nth-child(3){animation-delay:.3s}._container_caadv_1:nth-child(4){animation-delay:.4s}._container_caadv_1:nth-child(5){animation-delay:.5s}._container_caadv_1:nth-child(6){animation-delay:.6s}._svgContainer_caadv_53{padding:15px;background:#eaf1fd;border-radius:5px;width:fit-content;width:70%;height:100%}._numberText_caadv_62{font-weight:700;font-size:1.5rem}._typeText_caadv_67{font-size:1.1rem;line-height:22px}@keyframes _float_caadv_1{0%{box-shadow:0 5px 15px #0009;transform:translatey(0)}50%{box-shadow:0 10px 15px #0003;transform:translatey(-20px)}to{box-shadow:0 5px 15px #0009;transform:translatey(0)}}._container_1u9yp_1{padding:20px;border-left:10px solid var(--themeBackgroundColor);display:flex;justify-content:space-between;align-items:center;color:inherit;text-decoration:none}._containerDark_1u9yp_11{padding:20px;border-left:10px solid var(--darkThemeBackgroundColor);display:flex;justify-content:space-between;align-items:center;color:inherit;text-decoration:none}._container_1u9yp_1:hover,._containerDark_1u9yp_11:hover{box-shadow:0 2px 4px #0003,0 3px 10px #00000030;cursor:pointer}._container_1u9yp_1:focus-visible,._containerDark_1u9yp_11:focus-visible{outline:3px solid #111827;outline-offset:3px;box-shadow:0 0 0 6px #fff}._actionName_1u9yp_33{font-size:20px;letter-spacing:.01em}._topLine_2ntar_1{display:flex;justify-content:space-between}._roleText_2ntar_6{font-weight:700;font-size:25px}._componentContainer_2ntar_11{margin-top:5%}._tableContainer_2ntar_15{width:100%;border-radius:10px}._tableContainer_2ntar_15 td,th{border-left:1px solid rgb(209,207,207)}._tableHeaderText_2ntar_25{display:flex;column-gap:5px}._permissionsHeader_2ntar_30{background:#f7faff;border-bottom:1px solid rgb(209,207,207);padding:10px 16px;width:100%}._permissionsHeaderContent_2ntar_37{align-items:center;color:#334155;display:flex;flex-wrap:wrap;font-size:.9rem;gap:8px 18px;justify-content:flex-start}._permissionsHeaderLabel_2ntar_47{color:#1e3a5f;font-weight:600}._columnName_2ntar_52{display:flex;width:100%;flex-direction:column;justify-content:space-between;gap:20px}._crudDiv_2ntar_60{display:flex;flex-direction:row;width:100%;justify-content:space-between;margin-bottom:-15px;padding:0 1%}._crudDiv_2ntar_60 span{font-size:1.1rem}._crudDiv_2ntar_60 th{padding:5px!important}._container_lz94u_1{display:flex;flex-direction:column;row-gap:20px;padding-bottom:20px}._rightGridText_lz94u_8{height:42px;padding:10px;width:100%;justify-content:center;align-items:center;display:flex;column-gap:30px;font-weight:700;font-size:16px;line-height:20px;color:#498cff;overflow-y:hidden}._clickImage_lz94u_23{height:40px}._subHeadingText_lz94u_27{position:static;font-size:18px;padding-bottom:5px}._textField_lz94u_33{width:100%;min-width:350px}._addStudentButton_lz94u_38{margin-left:0;margin-top:40px;color:#fff;background-color:#000}._addStudentButton_lz94u_38:hover{color:#000;background-color:#fff}._buttonContainer_lz94u_50{padding:20px;background-color:#f0f0f0;border-radius:10px;display:flex;justify-content:space-between}._buttonContainerDark_lz94u_58{padding:20px;background-color:#3a3939;border-radius:10px;display:flex;justify-content:space-between}._copyDeleteButtonsContainer_lz94u_66{display:flex;flex-direction:row;column-gap:20px;justify-content:flex-end}._assignmentSelectionText_lz94u_73{display:grid;padding-left:30px;align-items:center}._modalDiv_lz94u_79{width:60%;height:min-content;max-height:80%;overflow-y:auto;position:absolute;border-radius:10px;box-shadow:24px;padding:30px;display:flex;flex-direction:column;row-gap:20px}._modalContainer_lz94u_93{display:flex;justify-content:center;align-items:center}._detailsContainer_lz94u_99>span:first-child{font-weight:500}._container_m6tko_1{text-align:center;margin-top:2rem}._link_m6tko_6{color:#06c;text-decoration:none}._link_m6tko_6:hover{text-decoration:underline}._landingPage_6zcan_3{font-family:Source Sans Pro,system-ui,-apple-system,sans-serif;color:#535353;background:#f5f5f5;margin:0 auto;width:100%;box-sizing:border-box}@keyframes _alphaReveal_6zcan_1{0%{opacity:0;transform:translateY(16px)}83%{transform:translateY(0)}to{opacity:1;transform:translateY(0)}}._reveal_6zcan_27{opacity:0}._revealIn_6zcan_31{animation:_alphaReveal_6zcan_1 1.2s cubic-bezier(.22,1,.36,1) both}._revealRow_6zcan_35:nth-child(n+4){animation-delay:.13s}._revealRow_6zcan_35:nth-child(n+7){animation-delay:.26s}._qzBanner_6zcan_44{display:flex;align-items:center;justify-content:center;gap:16px;background:#f96932;color:#fff;min-height:44px;padding:6px 24px;font-size:14.5px;font-weight:600;text-align:center}._qbSpark_6zcan_58{display:inline-flex;align-items:center;vertical-align:middle;margin-right:8px}._qbSpark_6zcan_58 svg{height:24px;width:auto;display:block;fill:currentColor}._qbSub_6zcan_72{color:#ffffffeb;font-weight:600}._qbCta_6zcan_77{flex:0 0 auto;display:inline-flex;align-items:center;border:1.5px solid rgba(255,255,255,.7);color:#fff;border-radius:8px;padding:5px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}._qbCta_6zcan_77:hover{background:#ffffff24;border-color:#fff}._hero_6zcan_97{position:relative;overflow:hidden;background:linear-gradient(150deg,#3879a0,#2a678c);padding:80px 0 64px}._heroMath_6zcan_104{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}._heroMath_6zcan_104 span{position:absolute;color:#ffffff1c;font-family:Bitstream Charter,Charter,Georgia,serif;font-weight:700;line-height:1;-webkit-user-select:none;user-select:none}._m1_6zcan_121{top:8%;left:4%;font-size:56px;transform:rotate(-8deg);animation:_heroDrift_6zcan_1 9s ease-in-out infinite}._m2_6zcan_122{bottom:10%;left:9%;font-size:36px;transform:rotate(6deg);animation:_heroDrift_6zcan_1 10s ease-in-out 1s infinite}._m3_6zcan_123{top:14%;left:46%;font-size:32px;transform:rotate(10deg);animation:_heroDrift_6zcan_1 8s ease-in-out .5s infinite}._m4_6zcan_124{bottom:16%;left:44%;font-size:44px;transform:rotate(-6deg);animation:_heroDrift_6zcan_1 11s ease-in-out 1.4s infinite}._m5_6zcan_125{top:7%;right:7%;font-size:36px;transform:rotate(8deg);animation:_heroDrift_6zcan_1 8.5s ease-in-out .8s infinite}._m6_6zcan_126{bottom:8%;right:4%;font-size:52px;transform:rotate(-4deg);animation:_heroDrift_6zcan_1 9.5s ease-in-out .3s infinite}@keyframes _heroDrift_6zcan_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(5deg)}}@keyframes _heroRise_6zcan_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._wrap_6zcan_144{max-width:1128px;margin:0 auto;padding:0 24px;position:relative;z-index:1}._heroWrap_6zcan_152{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}._heroCopy_6zcan_160{max-width:540px}._heroCopy_6zcan_160>*{animation:_heroRise_6zcan_1 .7s cubic-bezier(.22,1,.36,1) both}._heroCopy_6zcan_160>*:nth-child(1){animation-delay:0s}._heroCopy_6zcan_160>*:nth-child(2){animation-delay:.08s}._heroCopy_6zcan_160>*:nth-child(3){animation-delay:.16s}._heroCopy_6zcan_160>*:nth-child(4){animation-delay:.24s}._heroCopy_6zcan_160>*:nth-child(5){animation-delay:.32s}._eyebrow_6zcan_174{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#ffffffe6;border:none;padding:0;font-weight:600;font-size:14px;letter-spacing:.02em;margin-bottom:16px}._wpgIco_6zcan_188{width:15px;height:auto;opacity:.85;flex:0 0 auto}._heroCopy_6zcan_160 h2{font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-.015em;color:#fff;font-weight:700;margin:0}._hp_6zcan_204{display:block}._powered_6zcan_208{display:flex;align-items:baseline;gap:9px;font-size:16px;font-weight:600;color:#ffffffd1;margin-top:16px}._quezzioLink_6zcan_218{display:inline-flex;align-items:baseline;color:#fff;font-weight:700;font-size:24px;letter-spacing:-.01em;text-decoration:none;line-height:1.1;transition:opacity .12s cubic-bezier(.4,0,.2,1)}._quezzioLink_6zcan_218:hover{opacity:.85}._guill_6zcan_234{display:inline-block;font-size:.68em;line-height:1;font-weight:700;margin-left:6px;transform:translateY(-.14em);align-self:center}._lead_6zcan_244{font-size:18px;color:#d6ecf5;margin:20px 0 32px;max-width:54ch;line-height:1.5}._heroActions_6zcan_252{display:flex;gap:16px;flex-wrap:wrap}._btn_6zcan_258{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;font-family:inherit;font-weight:600;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),transform .12s cubic-bezier(.4,0,.2,1)}._btnLg_6zcan_275{height:44px;padding:0 22px;font-size:16px;border-radius:8px}._btnPrimary_6zcan_282{background:#f96932;color:#fff;border-color:#f96932}._btnPrimary_6zcan_282:hover{background:#ec561a;border-color:#ec561a;color:#fff}._btnPrimary_6zcan_282:active{background:#cb1000;border-color:#cb1000}._btnWhite_6zcan_300{background:transparent;color:#fff;border-color:#ffffffb3}._btnWhite_6zcan_300:hover{background:#ffffff1a;border-color:#fff;color:#fff}._btnWhite_6zcan_300:active{background:#ffffff2e}._practicePreview_6zcan_318{position:relative;z-index:1;background:#fff;border:1px solid #DFDFDF;border-radius:16px;box-shadow:0 30px 70px -20px #091a268c,0 0 56px #ffffff24;padding:20px;animation:_heroFloat_6zcan_1 6s ease-in-out infinite}@keyframes _heroFloat_6zcan_1{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}._previewHeader_6zcan_334{display:flex;align-items:center;justify-content:space-between;border:1px solid #DFDFDF;border-radius:12px;padding:12px 16px}._pill_6zcan_343{background:#eff5f9;color:#3879a0;font-weight:700;font-size:13px;padding:4px 12px;border-radius:9999px}._attempts_6zcan_352{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#666}._attempts_6zcan_352 div{display:flex;align-items:center;gap:8px}._attempts_6zcan_352 i{width:24px;height:24px;border-radius:9999px;border:1px solid #CECECE;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#888;font-style:normal}._previewBody_6zcan_381{display:grid;grid-template-columns:1fr .46fr;gap:16px;margin-top:16px}._previewLeft_6zcan_388{display:flex;flex-direction:column;gap:12px;min-width:0}._previewProblem_6zcan_395{border:1px solid #DBE8F1;border-radius:12px;padding:24px 20px;overflow:hidden;background:#f5f9fc;display:flex;flex-direction:column}._eq_6zcan_405{font-size:28px;font-weight:600;font-family:Bitstream Charter,Charter,Georgia,serif;color:#535353;text-align:center;letter-spacing:0;margin:16px 0 24px}._previewInputRow_6zcan_415{display:flex;gap:8px}._fakeInput_6zcan_420{flex:1;height:48px;border:1px solid #CECECE;border-radius:8px;padding:0 16px;font-family:inherit;font-size:17px;font-weight:600;color:#535353;background:#fff;display:flex;align-items:center}._typed_6zcan_435{display:inline-block;overflow:hidden;white-space:nowrap;max-width:0;animation:_pvType_6zcan_1 9s steps(3,end) infinite}._tcaret_6zcan_443{width:1.5px;height:22px;background:#3879a0;margin-left:2px;animation:_pvCaret_6zcan_1 1.1s steps(2) infinite}@keyframes _pvType_6zcan_1{0%,10%{max-width:0}26%,96%{max-width:70px}to{max-width:0}}@keyframes _pvCaret_6zcan_1{0%{opacity:1}50%{opacity:0}to{opacity:1}}._previewInputRow_6zcan_415 button{width:48px;height:48px;border:none;border-radius:8px;background:#f96932;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s cubic-bezier(.4,0,.2,1);animation:_pvSend_6zcan_1 9s cubic-bezier(.22,1,.36,1) infinite}._previewInputRow_6zcan_415 button:hover{background:#ec561a}@keyframes _pvSend_6zcan_1{0%,28%,38%,to{transform:scale(1)}31%{transform:scale(.88)}34.5%{transform:scale(1.07)}}._correctChip_6zcan_488{align-self:center;display:inline-flex;align-items:center;gap:8px;margin-top:12px;background:color-mix(in srgb,#369C63 12%,transparent);border:1px solid color-mix(in srgb,#369C63 32%,transparent);color:#369c63;font-weight:700;font-size:14px;padding:4px 12px;border-radius:9999px;opacity:0;animation:_pvChip_6zcan_1 9s cubic-bezier(.22,1,.36,1) infinite}._correctChip_6zcan_488 svg{font-size:17px}@keyframes _pvChip_6zcan_1{0%,33%{opacity:0;transform:translateY(6px) scale(.9)}39%,93%{opacity:1;transform:translateY(0) scale(1)}99%,to{opacity:0}}._previewHint_6zcan_515{display:flex;gap:8px;align-items:center;background:color-mix(in srgb,#F96932 8%,transparent);border:1px solid color-mix(in srgb,#F96932 30%,transparent);border-radius:8px;padding:12px 16px;font-size:14px;color:#666}._previewHint_6zcan_515 b{font-weight:700;color:#535353}._previewHint_6zcan_515 svg{color:#f96932;flex:0 0 auto}._previewSteps_6zcan_537{border:1px solid #DFDFDF;border-radius:12px;padding:20px 16px}._previewSteps_6zcan_537 h3{font-weight:700;font-size:14px;color:#535353;margin-bottom:16px}._previewSteps_6zcan_537 ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}._previewStepLabel_6zcan_558{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#666;position:relative;padding-bottom:24px}._previewStepLabel_6zcan_558:last-child{padding-bottom:0}._previewStepLabel_6zcan_558:not(:last-child):before{content:"";position:absolute;left:11px;top:24px;bottom:0;border-left:1px solid #B7D0E2}._stepNum_6zcan_581{width:24px;height:24px;border-radius:9999px;background:#3879a0;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:0 0 24px;z-index:1;animation:_nodePulse_6zcan_1 3.2s ease-in-out infinite}@keyframes _nodePulse_6zcan_1{0%,to{box-shadow:0 0 #3879a000}50%{box-shadow:0 0 0 4px #3879a038}}._block_6zcan_603{padding:80px 0}._alt_6zcan_607{background:#fff}._secHead_6zcan_611{margin-bottom:40px}._secHead_6zcan_611 h2{font-size:clamp(26px,2.8vw,34px);color:#535353;font-weight:700;line-height:1.15;margin:0;max-width:30ch}._secHead_6zcan_611 p{color:#666;font-size:18px;line-height:1.5;margin-top:12px;max-width:58ch}._features_6zcan_637{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._feature_6zcan_637{background:#fff;border:1px solid #DFDFDF;border-radius:16px;padding:32px}._feature_6zcan_637 ._ico_6zcan_650{width:48px;height:48px;border-radius:12px;background:#eff5f9;color:#2a678c;display:flex;align-items:center;justify-content:center;margin-bottom:20px}._feature_6zcan_637 ._ico_6zcan_650 svg{font-size:24px}._feature_6zcan_637 h3{font-size:19px;font-weight:700;color:#535353;margin:0 0 12px}._feature_6zcan_637 p{color:#666;font-size:15px;line-height:1.5;margin:0}._subjectGrid_6zcan_685{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}._subjectCard_6zcan_691{display:flex;gap:16px;align-items:flex-start;border:1px solid #DFDFDF;border-radius:16px;background:#fff;padding:24px;cursor:pointer;text-decoration:none;transition:box-shadow .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}._subjectCard_6zcan_691:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:#8db3cc}._sIco_6zcan_710{width:48px;height:48px;flex:0 0 48px;border-radius:12px;background:#eff5f9;color:#2a678c;display:flex;align-items:center;justify-content:center}._sIco_6zcan_710 svg{font-size:28px;width:28px;height:28px}._subjectCard_6zcan_691 h3{font-size:17px;font-weight:700;margin:0 0 4px;color:#535353}._subjectCard_6zcan_691 p{color:#666;font-size:14px;margin:0;line-height:1.5}._coverage_6zcan_747{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}._covCard_6zcan_753{background:#fff;border:1px solid #DFDFDF;border-radius:16px;padding:24px 24px 20px}._topicCardTitle_6zcan_760{font-size:18px;font-weight:700;color:#535353;padding-bottom:12px;border-bottom:1px solid #DFDFDF;margin-bottom:16px;display:block;text-decoration:none}._topicCardTitle_6zcan_760:hover{color:#3879a0}._topicSection_6zcan_775{margin-bottom:16px}._topicSectionTitle_6zcan_779{font-size:14px;font-weight:700;color:#535353;margin-bottom:2px;display:inline-block;text-decoration:none}._topicSectionTitle_6zcan_779:hover{color:#3879a0}._topicLinks_6zcan_792{font-size:13.5px;color:#666;line-height:1.5}._topicLinks_6zcan_792 a{color:#666;text-decoration:none}._topicLinks_6zcan_792 a:hover{color:#3879a0}._topicMoreCount_6zcan_807{color:#3879a0;font-weight:700;background:transparent;border:none;cursor:pointer;padding:0;font:inherit}._topicMoreCount_6zcan_807:hover{text-decoration:underline}._covFoot_6zcan_821{display:flex;flex-direction:column;gap:12px;margin-top:16px}._topicMoreGroups_6zcan_828{font-size:13.5px;font-weight:700;color:#3879a0;background:transparent;border:none;cursor:pointer;padding:0;text-align:left;font:inherit}._topicToggle_6zcan_840{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#3879a0;border:1px solid #B7D0E2;font-family:inherit;font-weight:700;font-size:14px;padding:8px 12px 8px 16px;border-radius:8px;cursor:pointer;transition:background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1)}._topicToggle_6zcan_840 svg{font-size:18px;margin-top:1px}._topicToggle_6zcan_840:hover{background:#eff5f9;border-color:#8db3cc}._topicToggle_6zcan_840:active{background:#dbe8f1;border-color:#8db3cc}._ctaSection_6zcan_874{padding:0}._ctaBand_6zcan_878{position:relative;overflow:hidden;background:linear-gradient(150deg,#3879a0,#2a678c);padding:48px 0}._ctaMath_6zcan_885{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}._ctaMath_6zcan_885 span{position:absolute;color:#fff;opacity:.14;font-weight:700;line-height:1}._ctaInner_6zcan_900{position:relative;z-index:1;max-width:1128px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}._ctaText_6zcan_913{display:flex;flex-direction:column;align-items:center;gap:8px}._ctaBand_6zcan_878 h2{color:#fff;font-size:clamp(26px,2.8vw,34px);margin:0;font-weight:700}._ctaBand_6zcan_878 p{color:#ffffffd9;margin:0;font-size:16px;max-width:52ch;line-height:1.5}._finalAction_6zcan_935{background:#f96932;color:#fff;border-color:#f96932}._finalAction_6zcan_935:hover{background:#ec561a;border-color:#ec561a;color:#fff}@media (prefers-reduced-motion: reduce){._reveal_6zcan_27{opacity:1}._revealIn_6zcan_31,._heroCopy_6zcan_160>*{animation:none!important}}@media (max-width: 980px){._heroWrap_6zcan_152{grid-template-columns:1fr;gap:40px}._features_6zcan_637,._subjectGrid_6zcan_685,._coverage_6zcan_747{grid-template-columns:1fr 1fr}}@media (max-width: 768px){._hero_6zcan_97{padding:64px 0 48px}}@media (max-width: 540px){._qzBanner_6zcan_44{flex-wrap:wrap;row-gap:2px}._qbSub_6zcan_72{display:none}._features_6zcan_637,._subjectGrid_6zcan_685,._coverage_6zcan_747{grid-template-columns:1fr}._block_6zcan_603{padding:48px 0}._ctaBand_6zcan_878{padding:40px 0}._previewBody_6zcan_381{grid-template-columns:1fr}}
