._supercontainer_16uz3_7{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f2f2f2}._container_16uz3_16{width:85vw;height:80vh;display:flex;flex-direction:column;background-color:#fff;align-items:center}._container_16uz3_16 h1{margin-top:9vh;font-family:Jomhuria;font-size:2.9rem;margin-bottom:3vh;color:#000}._container_16uz3_16 ._buttons_16uz3_33{display:flex;gap:9vw}._buttons_16uz3_33 button{width:15vw;height:5vh;background-color:#fff;border:none;font-family:Poppins;font-size:1.4rem;margin-bottom:6vh;cursor:pointer;color:#000}._SignupContainer_16uz3_50{width:40vw;height:60vh;display:flex;flex-direction:column;gap:7vh}._SignupContainer_16uz3_50 form{display:flex;flex-direction:column;gap:4vh}form div{width:auto;display:flex;justify-content:space-between;align-items:center;height:5vh}form div label{margin-left:2vw;font-size:1.1rem;color:#000}form div input{width:25vw;height:100%;border-radius:.6rem .6rem 0rem 0rem;background-color:#f2f2f2;border:none;padding-left:1vw}._SignupContainer_16uz3_50 button{width:17vw;height:5vh;margin-left:13vw;background-color:#a9bcff;font-size:1.1rem;border:none;border-radius:.6rem;cursor:pointer;color:#000}._Toastify__close-button_16uz3_99{width:2vw;height:2vh}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_tugsf_7{width:100vw;height:100vh;display:flex}._leftContainer_tugsf_13{width:20vw;height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#fff}._leftContainer_tugsf_13 p{cursor:pointer}._leftContainer_tugsf_13 h1{font-family:Jomhuria;margin-top:2vh}._leftContainer_tugsf_13 ._logout_tugsf_32{margin-bottom:2vh}._leftContainer_tugsf_13 ul{list-style-type:none;display:flex;flex-direction:column;gap:8vh}ul li{width:18vw;display:flex;align-items:center;justify-content:center;font-size:1.5rem;height:6vh;cursor:pointer}._logout_tugsf_32{height:7vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:1.4rem}._logout_tugsf_32 hr{width:9vw;font-size:2.5rem}._container_1ljfx_7{width:80vw;height:100vh;overflow-y:auto;background-color:#ededed;display:flex;flex-direction:column;align-items:center;gap:5vh}._container_1ljfx_7 ._quizInfo_1ljfx_18{width:60vw;display:flex;gap:2vw;margin-top:10vh}._quizInfo_1ljfx_18 div{width:18.4vw;height:15vh;display:flex;flex-direction:column;gap:1vh;background-color:#fff;padding-top:2vh;align-items:center}._quizInfo_1ljfx_18 ._created_1ljfx_36 h1{color:#ff5d01}._quizInfo_1ljfx_18 ._createdQues_1ljfx_40 h1{color:#60b84b}._quizInfo_1ljfx_18 ._impressions_1ljfx_44 h1{color:#5076ff}._bottomContainer_1ljfx_49{width:60vw;display:flex;flex-direction:column;gap:3vh}._bottomContainer_1ljfx_49 h1{color:#474444}._bottomContainer_1ljfx_49 ._totalQuiz_1ljfx_60{display:grid;grid-template-columns:repeat(4,1fr);width:70vw;gap:2vw}._totalQuiz_1ljfx_60 ._eachQuiz_1ljfx_67{width:14vw;background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding-left:.6vw;padding-right:.6vw;padding-top:.6vh;padding-bottom:.4vh;border:none;border-radius:.4rem}._eachQuiz_1ljfx_67 ._upper_1ljfx_81{display:flex;justify-content:space-between}._eachQuiz_1ljfx_67 ._upper_1ljfx_81 h2{color:#474444}._eachQuiz_1ljfx_67 ._upper_1ljfx_81 ._otherside_1ljfx_90{display:flex;align-items:center;gap:.4vw}._eachQuiz_1ljfx_67 ._upper_1ljfx_81 ._otherside_1ljfx_90 p,._eachQuiz_1ljfx_67 ._upper_1ljfx_81 ._otherside_1ljfx_90 ._eye_1ljfx_100{color:#ff5d01}._eachQuiz_1ljfx_67 ._lower_1ljfx_104{display:flex;gap:1vw}._eachQuiz_1ljfx_67 ._lower_1ljfx_104 p{color:#60b84b}._superContainer_uw1dp_8{width:100vw;height:100vh;background-color:#00000080;z-index:1000;position:absolute;display:flex;top:0;justify-content:center;align-items:center}._container_uw1dp_20{width:60vw;height:50vh;background-color:#fff;display:flex;flex-direction:column;align-items:center}._container_uw1dp_20 div{width:40vw}._inputContainer_uw1dp_33 input{margin-top:10vh;width:100%;height:9vh;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border:none;padding-left:1vw;border-radius:.5rem;font-size:1.5rem}._quizContainer_uw1dp_44{display:flex;width:100%;justify-content:space-between;margin-top:3.5vh}._quizContainer_uw1dp_44 p{font-size:1.5rem}._quizContainer_uw1dp_44 button{width:10vw;height:5vh;background-color:#fff;font-size:.8rem;border:none;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;cursor:pointer;border-radius:.6rem}._buttonContainer_uw1dp_67{margin-top:7vh;width:100%;display:flex;justify-content:space-between}._buttonContainer_uw1dp_67 button{width:16vw;height:6vh}._cancel_uw1dp_79{border:none;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;color:#000;font-size:1.1rem;border-radius:.8rem;cursor:pointer}._continue_uw1dp_88{background-color:#60b84b;font-size:1.1rem;border-radius:.8rem;border:none;color:#fff;cursor:pointer}._superContainer_311p9_8{width:100vw;height:100vh;background-color:#00000080;z-index:1000;position:absolute;display:flex;top:0;justify-content:center;align-items:center}._container_311p9_20{width:60vw;height:80vh;background-color:#fff;display:flex;flex-direction:column;align-items:center}._container_311p9_20 ._questions_311p9_31{display:flex;margin-top:4vh;width:48vw;justify-content:space-between;align-items:center}._questionAdd_311p9_39{display:flex;gap:1vw;align-items:center}._questionAdd_311p9_39 ._plus_311p9_45{font-size:1.5rem}._questionAdd_311p9_39 ._quesContainer_311p9_49{position:relative;height:7vh;width:3.5vw;border-radius:1.6rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;display:flex;align-items:center;justify-content:center;cursor:pointer}._quesContainer_311p9_49 ._closeButton_311p9_61{position:absolute;top:0;right:-.3px;cursor:pointer}._questionAdd_311p9_39 ._typeContainer_311p9_68{width:48vw;height:6vh}._typeContainer_311p9_68{margin-top:6vh;width:48vw;height:7vh}._typeContainer_311p9_68 input{height:100%;width:100%;padding-left:1vw;font-size:1.2rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border:none}._optionType_311p9_88{margin-top:3vh;width:48vw;display:flex;justify-content:space-between;font-size:1.3rem}._optionType_311p9_88 div{display:flex;gap:.5vw}._optionType_311p9_88 div input{color:#000;cursor:pointer}._answerOptions_311p9_106{display:flex;width:52vw;height:38vh;justify-content:space-between;margin-top:3vh}._answerOptions_311p9_106 ._totalOptions_311p9_114{display:flex;flex-direction:column;gap:2vh}._totalOptions_311p9_114 div{display:flex;gap:1.3vw;align-items:center}._totalOptions_311p9_114 div ._deleteButton_311p9_126{background:none;border:none;cursor:pointer;color:red;font-size:1.2em;margin-left:10px}._totalOptions_311p9_114 div ._optionText_311p9_135{height:5vh;width:15vw;border:none;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border-radius:.5rem;color:#9f9f9f;padding-left:.8vh;font-size:1.2rem}._addOptions_311p9_146{width:15.5vw;margin-left:2vw;height:5vh;border-radius:.5rem;border:none;background-color:#fff;color:#9f9f9f;font-size:1.2rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;cursor:pointer}._deleteButton_311p9_126{cursor:pointer}._timer_311p9_163{display:flex;flex-direction:column;align-items:center;gap:1.5vh;margin-top:16vh}._timer_311p9_163 button{width:5vw;height:4vh;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border-radius:.3rem;border:none;color:#9f9f9f;background-color:#fff;cursor:pointer}._buttonContainer_311p9_182{width:48vw;display:flex;justify-content:space-between}._buttonContainer_311p9_182 button{width:20vw;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;height:5vh;border:none;font-size:1.2rem;border-radius:.5rem;cursor:pointer}._cancel_311p9_198{color:#000}._createQuiz_311p9_202{color:#fff;background-color:#60b84b}._option_311p9_88{display:flex;align-items:center}._option_311p9_88._selected_311p9_212 ._optionText_311p9_135{background-color:#90ee90;color:#fff}._radio_311p9_217._selected_311p9_212{background-color:#90ee90}._container_1olwr_7{width:100vw;height:100vh;background-color:#00000080;z-index:1100;position:absolute;display:flex;top:0;justify-content:center;align-items:center}._cardCont_1olwr_19{width:60vw;height:55vh;background-color:#fff;display:flex;flex-direction:column;gap:2vh;position:absolute}._cardCont_1olwr_19 p{position:relative;top:2vh;left:58vw;color:#474444;font-size:1.3rem;cursor:pointer}._cardCont_1olwr_19 ._cardContent_1olwr_38{display:flex;flex-direction:column;align-items:center;gap:3vh;width:40vw;margin-left:8vw;margin-top:8vh}._cardCont_1olwr_19 h1{color:#000}._cardContent_1olwr_38 div{width:100%;background-color:#ededed;color:#000;height:6vh;display:flex;align-items:center;padding-left:1vw;font-size:1.2rem;border-radius:1.2rem}._container_1olwr_7 button{width:15vw;height:7vh;background-color:#60b84b;color:#fff;border-radius:1.2rem;border:none;font-size:1.3rem}._superContainer_1ubw5_8{width:100vw;height:100vh;background-color:#00000080;z-index:1000;position:absolute;display:flex;top:0;justify-content:center;align-items:center}._container_1ubw5_20{width:60vw;height:80vh;background-color:#fff;display:flex;flex-direction:column;align-items:center}._container_1ubw5_20 ._questions_1ubw5_31{display:flex;margin-top:4vh;width:48vw;justify-content:space-between;align-items:center}._questionAdd_1ubw5_39{display:flex;gap:1vw;align-items:center}._questionAdd_1ubw5_39 ._plus_1ubw5_45{font-size:1.5rem}._questionAdd_1ubw5_39 ._quesContainer_1ubw5_49{position:relative;height:7vh;width:3.5vw;border-radius:1.6rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;display:flex;align-items:center;justify-content:center;cursor:pointer}._quesContainer_1ubw5_49 ._closeButton_1ubw5_61{position:absolute;top:0;right:-.3px;cursor:pointer}._questionAdd_1ubw5_39 ._typeContainer_1ubw5_68{width:48vw;height:6vh}._typeContainer_1ubw5_68{margin-top:6vh;width:48vw;height:7vh}._typeContainer_1ubw5_68 input{height:100%;width:100%;padding-left:1vw;font-size:1.2rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border:none}._optionType_1ubw5_88{margin-top:3vh;width:48vw;display:flex;justify-content:space-between;font-size:1.3rem}._optionType_1ubw5_88 div{display:flex;gap:.5vw}._optionType_1ubw5_88 div input{color:#000;cursor:pointer}._answerOptions_1ubw5_106{display:flex;width:52vw;height:38vh;justify-content:space-between;margin-top:3vh}._answerOptions_1ubw5_106 ._totalOptions_1ubw5_114{display:flex;flex-direction:column;gap:2vh}._totalOptions_1ubw5_114 div{display:flex;gap:1.3vw;align-items:center}._totalOptions_1ubw5_114 div ._deleteButton_1ubw5_126{background:none;border:none;cursor:pointer;color:red;font-size:1.2em;margin-left:10px}._totalOptions_1ubw5_114 div ._optionText_1ubw5_135{height:5vh;width:15vw;border:none;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border-radius:.5rem;color:#9f9f9f;padding-left:.5vw;font-size:1.2rem}._addOptions_1ubw5_146{width:15.5vw;margin-left:2vw;height:5vh;border-radius:.5rem;border:none;background-color:#fff;color:#9f9f9f;font-size:1.2rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;cursor:pointer}._deleteButton_1ubw5_126{cursor:pointer}._timer_1ubw5_163{display:flex;flex-direction:column;align-items:center;gap:1.5vh;margin-top:16vh}._timer_1ubw5_163 button{width:5vw;height:4vh;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border-radius:.3rem;border:none;color:#9f9f9f;background-color:#fff;cursor:pointer}._buttonContainer_1ubw5_182{width:48vw;display:flex;justify-content:space-between}._buttonContainer_1ubw5_182 button{width:20vw;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;height:5vh;border:none;font-size:1.2rem;border-radius:.5rem;cursor:pointer}._cancel_1ubw5_198{color:#000}._createQuiz_1ubw5_202{color:#fff;background-color:#60b84b}._option_1ubw5_88{display:flex;align-items:center}._option_1ubw5_88._selected_1ubw5_212 ._optionText_1ubw5_135{background-color:#90ee90;color:#fff}._radio_1ubw5_217._selected_1ubw5_212{background-color:#90ee90}._cardCont_1ubw5_221 p{position:relative;top:2vh;left:53vw;color:#474444}._cardCont_1ubw5_221 ._cardContent_1ubw5_228{display:flex;flex-direction:column;align-items:center;gap:3vh;width:40vw;margin-left:8vw;margin-top:8vh}._cardCont_1ubw5_221 h1{color:#000}._cardContent_1ubw5_228 div{width:100%;background-color:#ededed;color:#000;height:6vh;display:flex;align-items:center;padding-left:1vw;font-size:1.2rem;border-radius:1.2rem}._cardCont_1ubw5_221 button{width:15vw;height:7vh;background-color:#60b84b;color:#fff;border-radius:1.2rem;border:none;font-size:1.3rem}._container_c3f19_1{background-color:#ededed;width:80vw;height:100vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center}._container_c3f19_1 h1{margin-top:13vh;color:#5076ff;margin-bottom:10vh}._container_c3f19_1 table{display:flex;flex-direction:column;gap:2vh}thead tr{background-color:#5076ff;display:flex;gap:2vw;height:5vh;align-items:center;border-radius:.5rem;padding-left:1vw}tr th{width:11vw;color:#fff}tbody{display:flex;flex-direction:column}tbody tr{display:flex;gap:2vw;height:5vh;align-items:center;border-radius:.5rem;padding-left:1vw}tr td{width:11vw;color:#000;display:flex;justify-content:center}td a{font-size:.9rem;text-decoration:underline;color:#000}td{display:flex;gap:.8vw}td img{height:3vh;cursor:pointer}._container_1v3k0_7{width:80vw;height:100vh;overflow-y:auto;background-color:#ededed;display:flex;flex-direction:column;gap:10vh;align-items:center}._container_1v3k0_7 ._topCont_1v3k0_18{display:flex;width:70vw;justify-content:space-between}._container_1v3k0_7 ._topCont_1v3k0_18 h1{color:#5076ff}._container_1v3k0_7 ._topCont_1v3k0_18 ._rightCont_1v3k0_28{display:flex;flex-direction:column;gap:.2vh}._rightCont_1v3k0_28 p{color:#ff5d01}._bottomCont_1v3k0_38{width:70vw;display:flex;flex-direction:column;gap:2vh}._bottomCont_1v3k0_38 ._eachQuestion_1v3k0_45{display:flex;flex-direction:column;gap:3vh}._eachQuestion_1v3k0_45 h2{font-size:1.3rem;font-weight:500;color:#000}._eachQuestion_1v3k0_45 ._optionCont_1v3k0_57{display:flex;gap:3vw}._eachOption_1v3k0_62{height:12vh;width:18vw;background-color:#fff;display:flex;flex-direction:column;align-items:center}._eachOptionForPoll_1v3k0_71{height:12vh;width:18vw;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:2vw}._eachOptionForPoll_1v3k0_71 h1{color:#000;font-weight:500;font-size:2.4rem;margin-top:1.5vh}._eachOptionForPoll_1v3k0_71 p{margin-top:1vh;color:#000}._eachOption_1v3k0_62 h1{color:#000;font-weight:500;font-size:2.4rem;margin-top:1.5vh}._eachOption_1v3k0_62 p{color:#000}._container_1nvai_7{left:0;width:100vw;height:100vh;background-color:#00000080;z-index:1000;position:absolute;display:flex;top:0;justify-content:center;align-items:center}._cardCont_1nvai_21{background-color:#fff;width:60vw;height:40vh;display:flex;flex-direction:column;align-items:center;gap:4vh}._cardCont_1nvai_21 ._top_1nvai_31{display:flex;flex-direction:column;align-items:center}._cardCont_1nvai_21 h1{margin-top:4vh;color:#000;font-weight:500}._buttons_1nvai_43{display:flex;gap:4vw}._buttons_1nvai_43 button{width:18vw;height:8vh;display:flex;align-items:center;justify-content:center;border:none;font-size:1.3rem;border-radius:1.2rem;cursor:pointer}*{margin:0;padding:0;font-family:sans-serif;color:#9f9f9f}._superContainer_10yio_8{width:100vw;height:100vh;background-color:#00000080;z-index:1000;display:flex;top:0;justify-content:center;align-items:center;position:absolute;left:0}._container_10yio_22{width:60vw;height:80vh;background-color:#fff;display:flex;flex-direction:column;align-items:center}._container_10yio_22 ._questions_10yio_33{display:flex;margin-top:4vh;width:48vw;justify-content:space-between;align-items:center}._questionAdd_10yio_41{display:flex;gap:1vw;align-items:center}._questionAdd_10yio_41 ._plus_10yio_47{font-size:1.5rem}._questionAdd_10yio_41 ._quesContainer_10yio_51{position:relative;height:7vh;width:3.5vw;border-radius:1.6rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;display:flex;align-items:center;justify-content:center;cursor:pointer}._quesContainer_10yio_51 ._closeButton_10yio_63{position:absolute;top:0;right:-.3px;cursor:pointer}._questionAdd_10yio_41 ._typeContainer_10yio_70{width:48vw;height:6vh}._typeContainer_10yio_70{margin-top:6vh;width:48vw;height:7vh}._typeContainer_10yio_70 input{height:100%;width:100%;padding-left:1vw;font-size:1.2rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border:none}._optionType_10yio_90{margin-top:3vh;width:48vw;display:flex;justify-content:space-between;font-size:1.3rem}._optionType_10yio_90 div{display:flex;gap:.5vw}._optionType_10yio_90 div input{color:#000;cursor:pointer}._answerOptions_10yio_108{display:flex;width:52vw;height:38vh;justify-content:space-between;margin-top:3vh}._answerOptions_10yio_108 ._totalOptions_10yio_116{display:flex;flex-direction:column;gap:2vh}._totalOptions_10yio_116 div{display:flex;gap:1.3vw;align-items:center}._totalOptions_10yio_116 div ._deleteButton_10yio_128{background:none;border:none;cursor:pointer;color:red;font-size:1.2em;margin-left:10px}._totalOptions_10yio_116 div ._optionText_10yio_137{height:5vh;width:15vw;border:none;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border-radius:.5rem;color:#9f9f9f;padding-left:.4vh;font-size:1.2rem}._addOptions_10yio_148{width:15.5vw;margin-left:2vw;height:5vh;border-radius:.5rem;border:none;background-color:#fff;color:#9f9f9f;font-size:1.2rem;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;cursor:pointer}._deleteButton_10yio_128{cursor:pointer}._timer_10yio_165{display:flex;flex-direction:column;align-items:center;gap:1.5vh;margin-top:16vh}._timer_10yio_165 button{width:5vw;height:4vh;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;border-radius:.3rem;border:none;color:#9f9f9f;background-color:#fff;cursor:pointer}._buttonContainer_10yio_184{width:48vw;display:flex;justify-content:space-between}._buttonContainer_10yio_184 button{width:20vw;box-shadow:#0e1e251f 0 2px 4px,#0e1e2552 0 2px 16px;height:5vh;border:none;font-size:1.2rem;border-radius:.5rem;cursor:pointer}._cancel_10yio_200{color:#000}._createQuiz_10yio_204{color:#fff;background-color:#60b84b}._option_10yio_90{display:flex;align-items:center}._option_10yio_90._selected_10yio_214 ._optionText_10yio_137{background-color:#90ee90;color:#fff}._radio_10yio_219._selected_10yio_214{background-color:#90ee90}*{margin:0;padding:0;font-family:sans-serif}._container_mleya_7{width:100vw;height:100vh;background-color:#041325;z-index:1000;position:absolute;display:flex;top:0;justify-content:center;align-items:center}._card_mleya_19{width:80vw;background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:7vh;padding-bottom:5vh}._top_mleya_30{width:75vw;display:flex;justify-content:space-between;margin-top:3vh}._top_mleya_30 h1{color:#000}._bottom_mleya_41{width:75vw;display:flex;flex-direction:column;gap:4vh}._bottom_mleya_41 ._question_mleya_48{color:#474444;font-size:2.4rem}._bottom_mleya_41 ._options_mleya_53{display:grid;grid-template-columns:repeat(2,1fr);gap:3vh}._options_mleya_53 ._opty_mleya_59{width:24vw;height:16vh;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;cursor:pointer}._opty_mleya_59 p{color:#000}._opty_mleya_59 img{width:100%;height:100%}._buttons_mleya_78 button{height:8vh;width:19vw;background-color:#60b84b;display:flex;align-items:center;justify-content:center;border:none;color:#fff;font-size:1.4rem;cursor:pointer;border-radius:.8rem}._opty4_mleya_92{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}._opty4_mleya_92 img{width:40%;height:90%;margin-right:.6vw;border-radius:.8rem}._opty4_mleya_92 p{font-size:1.4rem;margin-left:.8vw}._cardForPoll_mleya_112{width:80vw;height:60vh;display:flex;align-items:center;justify-content:center;background-color:#fff}@media (max-width:428px){._card_mleya_19{width:100vw;height:100vh}._card_mleya_19 ._question_mleya_48{font-size:1.6rem}._bottom_mleya_41 ._options_mleya_53{display:flex;flex-direction:column;width:100%}._options_mleya_53 ._opty_mleya_59{width:100%;height:10vh}._buttons_mleya_78 button{width:50vw;height:6vh;border-radius:.6rem}._cardForPoll_mleya_112{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding-left:10vw}}
