@import "https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap";*{box-sizing:border-box;scroll-behavior:smooth}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#00000005;border-radius:10px;margin:2px}::-webkit-scrollbar-thumb{background:linear-gradient(#f3f4f6 0%,#e5e7eb 100%);border:1px solid #ffffff80;border-radius:10px;transition:all .2s ease-in-out}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#e5e7eb 0%,#d1d5db 100%);transform:scale(1.1);box-shadow:0 2px 8px #00000014}::-webkit-scrollbar-thumb:active{background:linear-gradient(#d1d5db 0%,#9ca3af 100%);transform:scale(.95)}::-webkit-scrollbar-corner{background:#00000005}*{scrollbar-width:thin;scrollbar-color:#e5e7eb #00000005}:root{--full-height:calc(100vh - 5rem)}body{margin:0}svg{vertical-align:middle}a{text-decoration:none}.swal2-shown .swal2-container{z-index:9999}.examQuestions .correctAnswer label{color:#3f3f3f}.video-container{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.video-container iframe{border:none;border-radius:6px;width:100%;height:100%;position:absolute;top:0;left:0}.exam .MuiFormGroup-root{background-color:#f9f9f9;border-radius:.5rem}.exam .MuiFormControlLabel-root{border-radius:.2rem;width:100%;margin:0;padding:.5rem}.exam .MuiFormControlLabel-root:not(:last-child){border-bottom:1px solid #dfdfdf}.exam .MuiFormControlLabel-label p{margin:0 auto}.exam .Mui-checked+.MuiFormControlLabel-label{color:#0d6efd;margin-right:-2px}.exam .bullet{color:#fff;cursor:pointer;background-color:#ddd;border-radius:50%;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;margin:5px;display:flex}.exam .bullet.active{background-color:#0d6efd}.exam.exam-result .MuiFormControlLabel-root.correct{background-color:#32cd32b9;position:relative}.exam.exam-result .MuiFormControlLabel-root.wrong:has(.Mui-checked){background-color:#ff4000a8;position:relative}:is(.exam.exam-result .MuiFormControlLabel-root.correct .MuiFormControlLabel-label,.exam.exam-result .MuiFormControlLabel-root.wrong:has(.Mui-checked) .MuiFormControlLabel-label){color:#fff}.exam.exam-result .MuiFormControlLabel-root.correct:after{content:"✓";color:#fff;font-size:25px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.exam.exam-result .MuiFormControlLabel-root.wrong:has(.Mui-checked):after{content:"✗";color:#fff;font-size:25px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}@media (width<=600px){:root{--full-height:calc(100vh - 13rem)}}@media (width<=991px){.exam .bullet{width:1.6rem;height:1.6rem}}.gooey-spinnerSpin{animation:1s linear infinite gooey-spin}@keyframes gooey-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-sonner-toast][data-x-position=center]{width:fit-content!important;margin-left:auto!important;margin-right:auto!important;left:0!important;right:0!important}@media only screen and (width<=600px){[data-sonner-toaster][data-x-position=center]{left:50%!important;right:auto!important;transform:translate(-50%)!important}}[data-gooey-toast-css]{--gooey-toast:1}[data-sonner-toast][data-expanded=true]{transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .4s,height .35s cubic-bezier(.22,1,.36,1),box-shadow .2s!important}@media (prefers-reduced-motion:reduce){[data-sonner-toast][data-expanded=true]{transition:opacity 10ms,box-shadow 10ms!important}}.gooey-wrapper{pointer-events:auto;cursor:default;width:fit-content;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;position:relative}.gooey-blobSvg{pointer-events:none;filter:drop-shadow(0 4px 12px #0000000f)drop-shadow(0 1px 4px #0000000a);position:absolute;top:0;left:0;overflow:visible}.gooey-content{z-index:1;transition:padding .35s cubic-bezier(.4,0,.2,1);position:relative}.gooey-contentCompact{padding:7px 10px}.gooey-contentExpanded{min-width:300px;max-width:380px;padding:7px 10px 16px}.gooey-header{color:inherit;align-items:center;gap:8px;display:inline-flex}.gooey-header>.gooey-title,.gooey-header>.gooey-timestamp{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.gooey-header>.gooey-timestamp{margin-left:auto}.gooey-iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;line-height:0;display:flex}.gooey-title{white-space:nowrap;color:inherit;padding:0 4px 2px 2px;font-size:12px;font-weight:700;line-height:1}.gooey-titleDefault{color:#555}.gooey-titleSuccess{color:#4caf50}.gooey-titleError{color:#e53935}.gooey-titleWarning{color:#c49000}.gooey-titleInfo{color:#1e88e5}.gooey-titleLoading{color:#555}.gooey-timestamp{color:#999;white-space:nowrap;padding-left:6px;font-size:11px;font-weight:400;line-height:1}.gooey-description{color:#444;margin-top:16px;font-size:13px;font-weight:400;line-height:1.55;overflow:hidden}.gooey-actionWrapper{margin-top:12px;overflow:hidden}.gooey-actionButton{box-sizing:border-box;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;outline:none;width:100%;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s;display:block}.gooey-actionButton:focus:not(:focus-visible){outline:none}.gooey-actionButton:focus-visible{outline-offset:2px;outline:2px solid}.gooey-actionDefault{color:#555;background:#e8e8e8}.gooey-actionDefault:hover{background:#dcdcdc}.gooey-actionDefault:active{background:#d0d0d0}.gooey-actionSuccess{color:#4caf50;background:#c8e6c9}.gooey-actionSuccess:hover{background:#a5d6a7}.gooey-actionSuccess:active{background:#81c784}.gooey-actionError{color:#e53935;background:#ffcdd2}.gooey-actionError:hover{background:#ef9a9a}.gooey-actionError:active{background:#e57373}.gooey-actionWarning{color:#c49000;background:#ffecb3}.gooey-actionWarning:hover{background:#ffe082}.gooey-actionWarning:active{background:#ffd54f}.gooey-actionInfo{color:#1e88e5;background:#bbdefb}.gooey-actionInfo:hover{background:#90caf9}.gooey-actionInfo:active{background:#64b5f6}.gooey-progressWrapper{background:#0000000f;border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.gooey-progressBar{transform-origin:0;height:100%;animation:gooey-progress-shrink var(--gooey-progress-duration,4s) linear forwards;border-radius:2px;animation-play-state:running}.gooey-progressPaused .gooey-progressBar{animation-play-state:paused}@keyframes gooey-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.gooey-progressDefault{background:#999}.gooey-progressSuccess{background:#4caf50}.gooey-progressError{background:#e53935}.gooey-progressWarning{background:#c49000}.gooey-progressInfo{background:#1e88e5}.gooey-wrapper[data-theme=dark] .gooey-blobSvg{filter:drop-shadow(0 4px 12px #0000004d)drop-shadow(0 1px 4px #0003)}.gooey-wrapper[data-theme=dark] .gooey-titleDefault{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-titleSuccess{color:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-titleError{color:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-titleWarning{color:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-titleInfo{color:#42a5f5}.gooey-wrapper[data-theme=dark] .gooey-titleLoading{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-timestamp{color:#777}.gooey-wrapper[data-theme=dark] .gooey-description{color:#e0e0e0}.gooey-wrapper[data-theme=dark] .gooey-actionDefault{color:#ccc;background:#3a3a3a}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:hover{background:#444}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:active{background:#4e4e4e}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess{color:#66bb6a;background:#1b5e20}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:hover{background:#2e7d32}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:active{background:#388e3c}.gooey-wrapper[data-theme=dark] .gooey-actionError{color:#ef5350;background:#b71c1c}.gooey-wrapper[data-theme=dark] .gooey-actionError:hover{background:#c62828}.gooey-wrapper[data-theme=dark] .gooey-actionError:active{background:#d32f2f}.gooey-wrapper[data-theme=dark] .gooey-actionWarning{color:#ffb300;background:#4a3800}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:hover{background:#5c4600}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:active{background:#6e5400}.gooey-wrapper[data-theme=dark] .gooey-actionInfo{color:#42a5f5;background:#0d47a1}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:hover{background:#1565c0}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:active{background:#1976d2}.gooey-wrapper[data-theme=dark] .gooey-progressWrapper{background:#ffffff1a}.gooey-wrapper[data-theme=dark] .gooey-progressDefault{background:#888}.gooey-wrapper[data-theme=dark] .gooey-progressSuccess{background:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-progressError{background:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-progressWarning{background:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-progressInfo{background:#42a5f5}.gooey-closeButton{z-index:2;color:#444;cursor:pointer;opacity:0;pointer-events:none;-webkit-tap-highlight-color:transparent;border-style:solid;border-radius:50%;outline:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:-6px;left:-6px}.gooey-closeButtonRight{top:6px;left:auto;right:-1px}.gooey-wrapper:hover .gooey-closeButton,.gooey-wrapper:focus-within .gooey-closeButton,.gooey-wrapper:active .gooey-closeButton{opacity:1;pointer-events:auto}.gooey-closeButton:focus,.gooey-closeButton:focus-visible{opacity:1;pointer-events:auto;box-shadow:0 0 0 2px #00000026}.gooey-closeButton:hover{transform:scale(1.15)}.gooey-closeButton:active{transform:scale(.95)}.gooey-wrapper[data-theme=dark] .gooey-closeButton{color:#e0e0e0;box-shadow:0 1px 4px #ffffff40}
