@import url("https://fonts.googleapis.com/css2?family=Mada:wght@400;500;600;700;800&display=swap");:root{--font-english:"Aloevera",Georgia,"Times New Roman",serif;--font-arabic:"SF Mada","Mada",Tahoma,sans-serif;--font-primary:var(--font-english);--color-deep-green:#07280b;--color-green:#1c932d;--color-neon-plum:#390042;--color-surface:#f8fcf6;--color-surface-soft:rgba(248,252,246,0.82);--color-text-soft:#29432b;--app-gradient:linear-gradient(135deg,#07280b,#1c932d 52%,#390042)}body,html{font-family:var(--font-primary);margin:0;padding:0;height:100vh;width:100vw;overflow-x:hidden;display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--color-surface);color:var(--color-deep-green)}body[data-language=ar],html[lang=ar]{--font-primary:var(--font-arabic)}body[data-language=en],html[lang=en]{--font-primary:var(--font-english)}body *,body :after,body :before{box-sizing:border-box}html[dir=rtl] .MuiButton-startIcon{margin-left:0;margin-right:8px}html[dir=rtl] .MuiButton-endIcon{margin-right:0;margin-left:8px}#__next{height:100%;width:100%;display:flex;flex-direction:column}