body{background-color:#f2f2f2;font-family:Ruda,sans-serif;min-height:100%}.loginContainer{background-color:#fff;border-radius:10px;height:50%;left:38%;margin-top:12%;max-width:330px;position:relative;text-align:center}.loginH1{background:#68dff0;border-radius:5px 5px 0 0;color:#fff;font-size:20px;font-weight:300;padding:25px 20px;text-align:center;text-transform:uppercase}.loginUsername{background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);color:#555;font-size:14px;height:34px;line-height:1.42857143;margin:2% 4%;padding-left:10px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:86%}.error{color:red;font-size:12px;padding-bottom:5px;padding-left:24px;text-align:left}.forgotPassword{display:flex;font-size:12px;justify-content:flex-start;margin-left:24px;margin-top:10px;text-decoration:none}.loginButton{background:#68dff0;border:1px solid;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin:4% 4% 5%;padding:6px 12px;text-align:center;white-space:nowrap;width:90%}.loginButton:hover{background:#51cac2}.loginButton:active{background:#098092;border:1px solid #02343b}.notMatching{color:red;display:block;font-size:12px;margin-left:26px;margin-top:0;text-align:left}: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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.layoutButton{background-color:#ffd777;border:none;cursor:pointer;font-size:20px;padding-top:9px;position:fixed;z-index:11}.layoutContainer{display:flex;flex-direction:row;justify-content:left}.togglebar{background-color:#000;float:left;font-family:Ruda,sans-serif;font-size:13px;margin-left:-8px;margin-right:35px;min-height:700px;position:fixed;width:210px}.togglebarClose{width:0}.togg{margin-left:220px}.toggClose{margin-left:0}.layoutP{margin:4px 0}.developer{display:none}.navbar{background:#ffd777;border-bottom:1px solid #c9aa5f;font-family:Ruda,sans-serif;left:0;min-height:60px;padding:0 15px 0 28px;position:fixed;right:0;top:0;z-index:10}.navbarContainer{display:flex;flex-direction:row;justify-content:space-between}.navbarLogo{color:#fff;margin-left:15px;text-decoration:none;text-transform:uppercase}.navbarH1{font-size:22px;margin-bottom:2px}.navbarH1,.navbarh2{font-family:Ruda,sans-serif}.navbarh2{font-size:12px}.navbarSubContainer{display:flex;flex-direction:row;justify-content:space-between}.navbarLogout{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:14px;margin-right:15px;margin-top:15px;padding:8px 15px}.navbarLogout:hover{background-color:#51cac2}.navbarLogout:active{border:1px solid #03afa9!important}.togglebar{width:250px}.togglebar1{width:0}.toggleImage{border-radius:50%;height:60px;margin-left:76px;margin-top:70px;text-align:center}.toggleH5{color:#f2f2f2;font-size:14px;margin-bottom:24px;margin-top:8px;text-align:center}.toggleQue{background-color:#000;border:none;color:#aeb2b7;cursor:pointer;display:block;font-size:16px;padding:15px 105px 15px 10px}.toggleQue:active,.toggleQue:focus,.toggleQue:hover{background-color:#68dff0;color:#fff}.toggleBr{font-size:5px}.toggleQSet{background-color:#000;border:none;color:#aeb2b7;cursor:pointer;display:block;font-size:16px;padding:15px 141px 15px 10px}.toggleQSet:active,.toggleQSet:focus,.toggleQSet:hover{background-color:#68dff0;color:#fff}.togglebar .bookIcon{font-size:18px;margin-bottom:-4px}.toggleLink{color:#aeb2b7;font-family:Ruda,sans-serif;font-size:14px;height:35px;line-height:35px;margin-left:44px;padding:6px 0;text-decoration:none}.toggleLink:hover{color:#fff}.toggleLink1,.toggleLink:active,.toggleLink:focus{color:#68dff0}.toggleLink1{font-family:Ruda,sans-serif;font-size:14px;height:35px;line-height:35px;margin-left:44px;padding:6px 0;text-decoration:none}.my-dropdown-slidedown{transition-duration:.3s;transition-timing-function:ease-in-out}.toggleReport{background-color:#000;border:none;color:#aeb2b7;cursor:pointer;display:block;font-size:16px;padding:15px 120px 15px 10px}.react-slidedown{height:0;transition-duration:.5s;transition-property:none;transition-timing-function:ease-in-out}.react-slidedown.transitioning{overflow-y:hidden}.react-slidedown.closed{display:none}.optionsContainer{display:flex;flex-direction:row}.optionsH4{font-size:18px;margin-top:12px}.optionsH4,.optionsSerial{color:inherit;font-family:inherit;font-weight:500;line-height:1.1}.optionsSerial{font-size:16px;margin-bottom:20px;margin-right:30px;margin-top:10px;width:10px}.optionsCheck{background-color:#449d44;border:1px solid #398439;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;color:#fff;cursor:pointer;display:inline-block;margin-right:0;padding:5px 10px;vertical-align:middle}.checkbox-label{background-color:#e6e6e6;border:1px solid #adadad;border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;clear:both;color:#333;cursor:pointer;display:block;font-family:Ruda,sans-serif;font-size:14px;font-weight:400;height:28px;left:70px;line-height:24px;margin:auto 40px auto auto;padding-left:18px;padding-right:55px;padding-top:4px;position:relative;width:4px}.checkbox-label input{cursor:pointer;opacity:0;position:absolute}.checkbox-label .mark{background-color:#449d44;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;height:34px;left:-36px;position:absolute;top:-1px;transition:all .3s ease-in;width:44px}.checkbox-label input:checked~.mark{background-color:#449d44;opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}.checkbox-label .mark:after{border-radius:5px;content:"";position:absolute}.checkbox-label input:checked~.mark:after{border:solid #fff;border-radius:0;border-width:0 4px 4px 0;height:16px;left:17px;top:4px;-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);width:8px}.checkbox-label1{background-color:#e6e6e6;border:1px solid #adadad;border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;clear:both;color:#333;cursor:pointer;display:block;font-family:Ruda,sans-serif;font-size:14px;font-weight:400;height:28px;left:155px;line-height:24px;margin:auto 40px auto auto;padding-left:18px;padding-right:6px;padding-top:4px;position:relative;width:85px}.checkbox-label1 input{cursor:pointer;opacity:0;position:absolute}.checkbox-label1 .mark1{background-color:#5bc0de;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;height:34px;left:-36px;position:absolute;top:-1px;transition:all .3s ease-in;width:44px}.checkbox-label1 input:checked~.mark1{background-color:#5bc0de;opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}.checkbox-label1 .mark1:after{border-radius:5px;content:"";position:absolute}.checkbox-label1 input:checked~.mark1:after{border:solid #fff;border-radius:0;border-width:0 4px 4px 0;height:16px;left:17px;top:4px;-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);width:8px}.addContainer{background:#fff;box-shadow:0 3px 2px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;padding:15px}.addH4{color:inherit;font-family:inherit;font-size:18px;font-weight:500;margin-bottom:15px;margin-top:5px}.queContainer{background-color:#f2f2f2;margin-left:15%;margin-right:15%}.queH3{color:inherit;color:#797979;font-family:inherit;font-size:24px;font-weight:500;line-height:1.1;margin-bottom:20px;margin-top:70px}.queH3 .queH3Arrow{font-size:16px}.queSubContainer{background-color:#fff;box-shadow:0 3px 2px #aab2bd;margin-bottom:15px;padding:15px}.queH4{color:#797979;font-family:inherit;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:10px;margin-top:10px}.queContant{height:480px;margin:20px auto 30px;width:75%}.uploadedPDFDisplay{height:660px}.uploadedImageDisplay{height:550px}.queContant canvas{height:700px!important;width:100%!important}.uploadedImage{height:500px!important;width:100%!important}.quePage{color:#797979;font-family:Ruda,sans-serif;font-size:15px;font-weight:700;margin:10px;text-align:center}.queContainerButtons{display:flex;flex-direction:row;justify-content:center}.queAdd{background:#68dff0;border:1px solid #64c3c2!important;border-radius:4px;color:#fff;margin-right:16%;padding:5px 12px}.queAdd:hover{background:#51cac2}.queArrowLeft{background:#68dff0;border:1px solid #64c3c2!important;border-radius:4px;color:#fff;margin-right:2%;padding:4px 2px 4px 10px}.queArrowLeft:disabled{background:#b7e8f0;border:1px solid #b7e8f0!important;cursor:not-allowed}.queArrowRight{background:#68dff0;border:none;border:1px solid #64c3c2!important;border-radius:4px;color:#fff;padding:5px 7px}.queArrowRight:disabled{background:#b7e8f0;border:1px solid #b7e8f0!important;cursor:not-allowed}.queDelet{background:#f0ad4e;border:none;border:1px solid #eea236!important;border-radius:4px;color:#fff;margin-right:0;padding:8px}.questionCopyHead{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin-bottom:5px;margin-top:8px;padding-left:8.2%;padding-right:2%;width:20%}.questionCopyBtn{cursor:pointer;height:32px;max-height:35px;padding-left:15px;padding-right:15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.questionCopyBtn,.questionCopyTextarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:5.5%;margin-right:8%;outline-color:#68dff0;position:relative;width:52.2%}.questionCopyTextarea{height:80px;padding:10px 15px}.compulsoryContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.compulsoryHeading{color:inherit;font-family:Ruda,sans-serif;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:20px;margin-top:10px}.compulsorySubContainer{display:flex;flex-direction:row;justify-content:left;margin-bottom:5px;margin-top:5px}.compulsoryDropdown{margin-bottom:20px;width:100%}.moreContainer{background:#fff;box-shadow:0 3px 2px #aab2bd;box-sizing:border-box;color:#797979;font-size:13px;margin-bottom:15px;padding:14px}.moreContainer,.moreH4{font-family:Ruda,sans-serif}.moreH4{color:inherit;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:10px;margin-top:10px}.moreSubContainer{display:flex;flex-direction:row;justify-content:left;margin-bottom:5px;margin-top:5px}.moreDropdown{margin-bottom:20px;width:100%}.moreCheckbox{margin-left:20%}.addLabel{color:inherit;display:block;font-family:inherit;font-size:18px;font-weight:500;margin-bottom:5px;margin-top:10px}.addLabel:after{color:#797979;content:"*";margin-left:2px}.addLabelRed{color:red;display:block;font-family:inherit;font-size:18px;font-weight:500;margin-bottom:5px;margin-top:10px}.addLabelRed:after{color:red;content:"*";margin-left:2px}.addInput{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#555;display:block;font-size:14px;height:auto;line-height:1.42857143;outline-color:#68dff0;padding:6px 12px 20px;width:98%}.addOpt{margin-bottom:5px;margin-left:8%}.addFile{background-image:none;margin-bottom:20px;-webkit-user-select:none;user-select:none}.addFile,.addSubmit{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.addSubmit{box-shadow:inset 0 3px 5px rgba(0,0,0,.13);margin-bottom:0}.addSubmit:hover{background-color:#51cac2}.addSubmit:disabled{background-color:#acafaf;border:none;cursor:not-allowed}.addInputSmall{border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;height:32px;margin-right:11%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52%}.addInputFile,.addInputSmall{border:1px solid #ccc;font-size:13px;line-height:1.42857143;margin-left:4%}.addInputFile{background-image:none;border-radius:4px;cursor:pointer;font-weight:400;margin-right:4%;max-height:22px;padding:6px 12px;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:36.8%}.css-1u3bzj6-MuiFormControl-root-MuiTextField-root{border-radius:4px;color:#555;font-family:Ruda,sans-serif;font-size:13px;height:32px;line-height:1.42857143;margin-left:4%!important;margin-right:11%!important;outline-color:#68dff0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52.4%}.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input{padding:6px!important}.uploadButton{background:#68dff0;border:1px solid #64c3c2!important;border-radius:4px;-webkit-border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:14px;margin-right:11%;max-height:36px;padding:8px .5%;width:8.2%}.shortDescription{margin-bottom:20px;margin-left:9%;margin-right:9%;width:77.5%}.sun-editor{display:block!important;margin-left:207px!important;width:68.5%!important}.modal_close{margin-left:82%!important;margin-top:30px!important}.editorBtn{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;cursor:pointer;font-family:Ruda,sans-serif;font-size:13px;height:32px;line-height:1.42857143;margin-left:4%;margin-right:11%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52.4%}.editorBtn:hover{background-color:#cac8c8}.editorBtn:active{border:2px solid #555}.contentText{background-color:#f7f3f3;border-radius:10px;font-size:11px;height:auto;margin:15px 12% 15px 8%;padding:6px;width:auto}.addCheckbox{height:22px;margin-left:4%;margin-right:11%;width:3.2%}.addCheckbox,.fileChooseRespone{box-sizing:border-box;max-height:35px;position:relative}.fileChooseRespone{background-color:#68dff0;background-image:none;border:1px solid #48bcb4;border-radius:4px;color:#fff;cursor:pointer;font-family:Ruda,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;margin:3px 11% 5px 4%;outline-color:#68dff0;padding:6px 12px;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:52%}.btnDivMatching{display:flex;justify-content:center}.btnResponse{background:#68dff0;border:none;border-radius:50%;color:#f2f2f2;cursor:pointer;font-size:24px;margin-right:15px;margin-top:15px;padding:2px 12px}.btnResponse:hover{background-color:#51cac2}.btnResponse:active{border:1px solid #03afa9!important}.btnResponseMinus{background:#68dff0;border:none;border-radius:50%;color:#f2f2f2;cursor:pointer;font-size:30px;margin-right:15px;margin-top:15px;padding:3px 14px}.btnResponseMinus:hover{background-color:#51cac2}.btnResponseMinus:active{border:1px solid #03afa9!important}.btnFilesUpload{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:14px;margin-right:15px;margin-top:3px;max-height:35px;padding:8px 15px}.btnFilesUpload:hover{background-color:#51cac2}.btnFilesUpload:active{border:1px solid #03afa9!important}.searchQuestionLabelMat{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 2%;width:20%}.fileChooseAddDetails{background-color:#68dff0;background-image:none;border:1px solid #48bcb4;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Ruda,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;margin-left:5.5%;margin-right:2.5%;max-height:35px;outline-color:#68dff0;padding:6px 12px;position:relative;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:41%}.btnFilesUploadAddDetails{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:14px;margin-right:88px;max-height:35px;padding:8px 15px}.btnFilesUploadAddDetails:hover{background-color:#51cac2}.btnFilesUploadAddDetails:active{border:1px solid #03afa9!important}.dropdownLabelHint{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.solutionDropdownDiv{display:flex;margin:30px 0}.solutionCopyHead{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin-bottom:5px;margin-top:8px;padding-left:9%;padding-right:2%;width:20%}.searchQuestionSelectText{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;height:80px;line-height:1.42857143;margin-left:4%;margin-right:11%;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52%}.addLabelDescripton{color:inherit;display:block;font-family:inherit;font-size:18px;font-weight:500;margin-bottom:5px;margin-top:10px}.compulsoryContainerMAQ{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:35%;margin-right:15%;padding:15px;width:30%}.searchQuestionLabelMAQ{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin-bottom:5px;margin-right:3%;margin-top:8px;width:20%}.fileCopyUploaded{color:#797979;font-family:Ruda,sans-serif;font-size:12px;margin-left:36%;margin-top:-10px}.fileCopyUploadedSpin{height:25px!important;margin-left:36%;margin-top:-10px;width:25px!important}.fileCopyUploadedText{margin-left:40%;margin-top:-17px}.fileCopyUploadedText,.fileSolUploaded{color:#797979;font-family:Ruda,sans-serif;font-size:12px}.fileSolUploaded{margin-left:37%;margin-top:-22px}.fileSolUploadedSpin{height:25px!important;margin-left:38%;margin-top:-20px;width:25px!important}.fileSolUploadedText{margin-left:42%;margin-top:-20px}.fileImageUploaded,.fileSolUploadedText{color:#797979;font-family:Ruda,sans-serif;font-size:12px}.fileImageUploaded{margin-left:33%;margin-top:2px}.fileResUploadedSpin{height:25px!important;margin-left:33%;margin-top:0;width:25px!important}.fileResUploadedText{color:#797979;font-family:Ruda,sans-serif;font-size:12px;margin-left:39%;margin-top:-18px}.AddDetailsLoadingDiv{display:inline-flex;height:30px;width:290px}.addDetailsLoadingDivErr,.loadingDivErr{display:inline-flex;height:30px;width:800px}.loadingDivErr{position:absolute}.loadingTextDataErr{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 4% 5px 15px;width:auto}.startLoadSpin{height:50px;left:50%;margin-left:-100px;margin-top:-25px;position:fixed;top:50%;width:150px!important;z-index:100}.compulsoryContainerCheckboxSubmit{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;display:flex;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.addDetailsCuratedDiv{display:flex;margin-right:30px}.addDetailsCuratedP{font-size:16px;font-weight:500;margin:8px 0 0 10px}.addReject{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:0;margin-left:9%;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.curatedWarning{align-items:center;background:#e50808;display:flex;justify-content:center;min-height:40px;position:-webkit-sticky;position:sticky;top:61px;width:100%;z-index:10}.curatedWarningP{font-weight:600}.docxFileDiv{border:2px solid #d9d2d2;border-radius:5px;height:auto;margin:15px auto 30px;max-height:450px;overflow-x:hidden;overflow-y:auto;width:75%}.pg-viewer-wrapper{width:103%}.directAnswerSingleInput{display:flex;width:100%}.checkbox-labelRight{background-color:#e6e6e6;border:1px solid #adadad;border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;clear:both;color:#333;cursor:pointer;display:block;font-family:Ruda,sans-serif;font-size:14px;font-weight:400;height:28px;left:-4%;line-height:24px;margin:auto 40px auto 300px;padding-left:18px;padding-right:55px;padding-top:4px;position:relative;width:4px}.checkbox-labelRight input{cursor:pointer;opacity:0;position:absolute}.checkbox-labelRight .mark{background-color:red;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0;height:34px;left:-36px;position:absolute;top:-1px;transition:all .3s ease-in;width:44px}.checkbox-labelRight input:checked~.mark{background-color:red;opacity:1;-webkit-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}.checkbox-labelRight .mark:after{border-radius:5px;content:"";position:absolute}.checkbox-labelRight input:checked~.mark:after{border:solid #fff;border-radius:0;border-width:0 4px 4px 0;height:16px;left:17px;top:4px;-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);width:8px}.dropdownLabel{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.dropdownLabel:after{color:#797979;content:"*";margin-left:2px}.dropdownLabelRed{color:red;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.dropdownLabelRed:after{color:red;content:"*";margin-left:2px}.dropdownSelectNotReq{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.dropdownSelect{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:4%;margin-right:11%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52%}.dropdownSelect:disabled{cursor:not-allowed}.dropdownDiv{display:flex;margin-bottom:20px;width:100%}.directAnswerMatching{display:flex;margin-bottom:10px;margin-top:10px;min-height:35px;width:100%}.btnResponseMinusParti{background:#68dff0;border:none;border-radius:14%;color:#f2f2f2;cursor:pointer;font-size:12px;margin-top:8px;max-height:18px;padding:3px 7px}.searchQuestionLabelMatching{font-size:18px;font-weight:500;margin:8px 10px 5px 18%;width:15px}.matchingInput{margin-right:1%;width:70%}.matchingInput,.matchingSelect{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:2%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative}.matchingSelect{margin-right:4%;width:50%}.searchableDropdown_card_wraper__Zx4Bz{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.searchableDropdown_card_wraper__Zx4Bz>div{background:#f3f1f166;border:1px solid gray;border-radius:5px;padding:8px}.searchableDropdown_card_wraper__Zx4Bz span{background:#ecebeb;border:1px solid #cccbcb;border-radius:5px;cursor:pointer;margin-left:5px;padding:4px 5px}.dropdownQSetLabel{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 1%;width:109px}.dropdownQSetLabel:after{color:#797979;content:"*";margin-left:2px}.dropdownQSetLabelRed{color:red;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.dropdownQSetLabelRed:after{color:red;content:"*";margin-left:2px}.dropdownQSetSelectNotReq{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 1%;width:109px}.dropdownQSetSelect{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:3px;margin-right:11%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:57%}.dropdownQSetSelect:disabled{cursor:not-allowed}.dropdownQSetDiv{display:flex}.setSaveLabelInputDiv{margin-bottom:20px}.setSaveLabelPDiv{display:flex}.setSaveLabel{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin-bottom:5px;margin-right:3%;margin-top:8px;width:20%}.setSaveInput{border:1px solid #ccc;border-radius:4px;color:#555;height:32px;line-height:1.42857143;margin-left:4%;margin-right:11%;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;width:30%}.setSaveInput,.viewSetContainer{box-sizing:border-box;font-family:Ruda,sans-serif;font-size:13px}.viewSetContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;color:#797979;margin-bottom:15px;padding:15px;position:-webkit-sticky;position:sticky;top:60px;z-index:1}.viewSetSearchTwo{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:0;margin-left:15.5%;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.viewSetSearch:hover{background-color:#51cac2}.viewSetSearch:active{background-color:#327e79}.setSaveTable,.setSaveTable td,.setSaveTable th{border:1px solid #797979;border-collapse:collapse;font-weight:500;margin-bottom:30px}.setSaveTable td,.setSaveTable th{padding:10px;text-align:center}.viewTableContainer{height:740px;margin:0 5% 20px;overflow-y:auto}.qsetNumberDiv{width:25px}.qsetShortDiv{margin-left:20px;width:440px}.qsetCheckbox{margin-right:10px;margin-top:120%}.viewQSetTableContainer{height:400px;margin:0 3% 20px;overflow-y:auto;width:45%}.setRemoveButton{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:11px;font-weight:400;line-height:1.42857143;margin-bottom:0;margin-right:10px;margin-top:28px;padding:4px 8px;text-align:center;vertical-align:middle;white-space:nowrap}.setRemoveButton:hover{background-color:#51cac2}.setRemoveButton:active{border:1px solid #03afa9!important}.summarySaveSetButton{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:13px;font-weight:400;line-height:1.42857143;margin-bottom:0;margin-left:7px;margin-top:28px;padding:4px 8px;text-align:center;vertical-align:middle;white-space:nowrap}.setSummaryNameDiv{width:50%}.setSaveSummaryP{font-weight:600;margin-top:10px}.setSaveInputSummary{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;height:32px;line-height:1.42857143;margin-left:4%;margin-right:11%;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;width:57%}.setSaveLabelSummary{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 10px 5px 5px;max-width:20%;width:20%}.setSaveLabelSummary:after{color:#797979;content:"*";margin-left:2px}.setSaveLabelSummaryNoStar{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 10px 5px 5px;max-width:20%;width:20%}.setSaveTextareaSummary{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;height:50px;line-height:1.42857143;margin-left:4%;margin-right:11%;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;width:57%}.QSetCreatorSummaryDiv{height:400px;overflow-y:auto;width:49%}.QSetCreatorh4PDiv{display:flex;flex-direction:row}.qSetCreatorTotalMarksP{color:inherit;font-family:Ruda,sans-serif;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:20px;margin-left:100px;margin-top:10px}.viewTopic{margin-left:38px;margin-top:-5px}.viewTablePaginationQSet{width:48%}.summaryTable{display:inline-block;max-width:96%;overflow-x:auto;white-space:nowrap}.summaryTable,.summaryTable td,.summaryTable th{border:1px solid #797979;border-collapse:collapse;font-weight:500}.summaryTable td,.summaryTable th{padding:5px;text-align:center}.summaryTable td:first-child,.summaryTable th:first-child{font-weight:800}.summaryTableVertical{display:inline-block;max-height:400px;max-width:96%;overflow:auto;white-space:nowrap}.summaryTableVertical,.summaryTableVertical td,.summaryTableVertical th{border:1px solid #797979;border-collapse:collapse}.summaryTableVertical td,.summaryTableVertical th{padding:5px;text-align:center}.summaryTabletextAlign{text-align:left!important}.qSetViewTable{border-collapse:collapse;border-spacing:0;max-height:400px;overflow-y:auto;width:100%}.qSetViewTable tbody tr:hover{background-color:#cae0ee}.qSetViewTable tbody tr:active,.qSetViewTable tbody tr:visited{background-color:#71b9e9!important}.qSetViewTable tbody tr td{cursor:pointer;font-family:Ruda,sans-serif;font-size:13px;padding:10px;text-align:center}.qSetViewTable thead tr th{background-color:#e5e5e5;color:#797979;padding:15px 2px;position:-webkit-sticky!important;position:sticky!important;text-align:center;top:0}.qSetViewTable th{font-weight:700}.qSetViewTable td,.qSetViewTable th{border-bottom:1px solid #797979}.qSetViewTable td:nth-child(3){width:120px}.qSetViewTable td:nth-child(4){width:225px}.selQSet{background-color:#cae0ee}::-webkit-scrollbar{height:8px;position:absolute;width:12px}::-webkit-scrollbar-track{background:#dcdcdc;border-radius:5px}::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:5px}.deleteQSet,.editQSet{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:0;margin-top:3px;padding:4px 8px;text-align:center;vertical-align:middle;white-space:nowrap}.deleteQSet{margin-left:15px}.QSetViewTableContainer{height:400px;margin:0 3% 20px;overflow-y:auto;width:92%}.QSetTablePagination{min-width:62%}.qSetViewQuestiondiv{margin-bottom:20px;max-height:500px;overflow:auto}.popUpBack{background-color:hsla(0,0%,50%,.5);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.noPopUp{display:none}.yesPopUp{background:#fff;border-radius:8px;height:150px;left:46%;margin-left:-100px;margin-top:-25px;position:fixed;top:40%;width:300px!important;z-index:1}.popUpCloseBtn{background-color:#fff;border:none;left:270px;padding-right:1px;position:relative;top:1px}.closeIcon{color:gray;font-size:21px!important}.popUpCloseBtn:active{background-color:#bdbbbb;border:none;font-weight:700;left:278px;position:relative;top:1px}.warningDiv{display:flex;justify-content:center;margin-top:-17px}.warningIcon{color:orange;font-size:45px!important}.popUph2{margin-bottom:20px;margin-top:0}.popUpButtonDiv,.popUph2{display:flex;justify-content:center}.popUpOkButton{background:#68dff0}.popUpOkButton,.popUpOkButton:active{align-content:center;align-items:center;border:none;border-radius:0 0 5px 0;color:#f6f8f7;cursor:pointer;font-size:12px;font-weight:600;height:46px;justify-content:center;padding:6px 15px;text-transform:capitalize;width:50%}.popUpOkButton:active{background:#50bbcc}.popUpCancelButton{background:grey}.popUpCancelButton,.popUpCancelButton:active{align-content:center;align-items:center;border:none;border-radius:0 0 0 5px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;height:46px;justify-content:center;padding:6px 15px;text-transform:capitalize;width:50%}.popUpCancelButton:active{background:#b6b5b5}.paginationContainer{display:flex;justify-content:center;margin-top:25px}.numberContainer{display:flex}.seleNumber{background-color:#1b529d;color:#fff}.notSeleNumber,.seleNumber{cursor:pointer}.notSeleNumber,.notSeleNumberP,.seleNumber{border:none;border-radius:50%;font-family:Ruda,sans-serif;font-size:15px;margin:0 2px 0 10px;padding:7px 15px 6px 14px}.paginationArrows{background-color:#fff;border:none;cursor:pointer;margin-left:10px}.paginationArrows:disabled{cursor:not-allowed}.searchSuggestionDiv{width:38.5%}.input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;font-style:normal;font-weight:400;height:35px;margin-bottom:8px;margin-left:11%;margin-right:18px;outline-color:#68dff0;padding-left:10px;width:135%}.achieverNameOverlay{height:100vh;left:0;position:fixed;top:0;width:100vw}.achieverNameDiv{background:#fff;border:1px solid #aaa;border-radius:10px;height:auto;list-style:none;margin-left:36px;margin-right:18px;max-height:200px;overflow-x:hidden;overflow-y:scroll;padding:5px;position:absolute;width:310px;z-index:1}.achieverNameDiv::-webkit-scrollbar{width:9px}.achieverNameClose{cursor:pointer;font-size:13px;font-weight:700;height:25px;margin:0 5px 0 252px;outline:none;padding:6px 10px 5px 13px}.achieverNameClose:focus,.achieverNameClose:hover{background-color:#f2f2f2}.achieverNameClose:active{background-color:#aaa}.achieverNameLine{margin:5px}.achieverNameUl{border:none;cursor:pointer;font-family:Poppins;font-size:12px;font-style:normal;height:30px;margin:0;outline:none;padding:6px 10px 5px 13px}.achieverNameUl:hover{background-color:#f2f2f2;border-radius:5px}.achieverNameUl:focus{background-color:#f2f2f2;border:none}.achieverNameUl:active{background-color:#aaa;border-radius:5px}.startLoadSpinTranslate{height:50px;left:50%;margin-left:-100px;margin-top:-25px;position:fixed;top:50%;width:150px!important;z-index:1}.translateContainer{background-color:#f2f2f2;margin-left:15%;margin-right:15%}.translateH3{color:inherit;color:#797979;font-family:inherit;font-size:24px;font-weight:500;line-height:1.1;margin-bottom:20px;margin-top:70px}.translateH3 .translateH3Arrow{font-size:16px}.searchTranslateContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.searchTranslateHeading{color:inherit;font-family:Ruda,sans-serif;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:10px;margin-top:10px}.fileUploadTrans{display:flex;margin-bottom:20px;width:100%}.uploadTransH4{color:#797979;font-family:inherit;font-size:16px;font-weight:500;line-height:1.1;margin-bottom:10px;margin-left:8%;margin-top:15px;width:213px}.uploadTransPDFIcon{font-size:24px;padding-top:0;vertical-align:middle}.fileChooseTrans{background-color:#68dff0;background-image:none;border:1px solid #48bcb4;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Ruda,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;margin-left:4%;margin-right:11%;max-height:35px;outline-color:#68dff0;padding:6px 12px;position:relative;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:52%}.thumbnailContainerTrans{left:38.4%;padding:5px;position:relative;width:60%}.transButtonContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.transButtonSearch{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.transButtonSearch:hover{background-color:#51cac2}.transButtonSearch:active{background-color:#327e79}.fileChooseTransNot{background-color:#68dff0;background-image:none;border:1px solid #48bcb4;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;cursor:not-allowed;font-family:Ruda,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;margin-left:4.3%;margin-right:11%;max-height:35px;outline-color:#68dff0;padding:6px 12px;position:relative;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:52%}.dropdownLabelTrans{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.dropdownSelectTrans{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:4%;margin-right:11%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52%}.loadingDivTrans{display:inline-flex;height:30px;position:absolute;width:290px}.loadingTextDataTrans{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 4% 5px 15px;width:180px}.viewH3{color:inherit;color:#797979;font-family:inherit;font-size:24px;font-weight:500;line-height:1.1;margin-bottom:20px;margin-top:70px}.viewH3 .viewH3Arrow{font-size:16px}.viewContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.viewSearch{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.viewSearch:hover{background-color:#51cac2}.viewSearch:active{background-color:#327e79}.endDiv{box-shadow:0 3px 2px #aab2bd;height:500px}.endDiv,.searchQuestionContainer{background:#fff;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;padding:15px}.searchQuestionContainer{box-shadow:3px 3px 3px 3px #aab2bd;margin-left:15%;margin-right:15%}.searchQuestionHeading{color:inherit;font-family:Ruda,sans-serif;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:10px;margin-top:10px}.searchQuestionSubContainer{display:flex;flex-direction:row;justify-content:left;margin-bottom:5px;margin-top:5px}.searchQuestionDropdown{margin-bottom:20px;width:100%}.searchQuestionSingleInput{display:flex;width:50%}.searchQuestionLabel{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.searchQuestionSelect{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:4%;margin-right:11%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52%}.viewdropdownDiv{display:flex;margin-bottom:20px}.viewImageContainer{display:flex;height:450px;justify-content:center;margin:0 6% 25px}.viewQuestionDisplayDiv{height:500px;overflow:auto}.viewQuestionsBigImage{border-radius:10px;height:440px;margin-top:25px;width:100%}.viewAddContainer{display:flex;height:80px;justify-content:center;margin:-30px 5% 0}.compulsoryContainerViewQuestions{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;padding:15px}.viewQuestionsSearchDisplay{display:flex}.viewTablePagination{width:54%}.viewImageAbove{margin-bottom:-5px;margin-left:5px}.viewImageBelow{flex-wrap:wrap;margin-top:20px;width:50%}.viewImageBelowTwo{flex-wrap:wrap;margin-top:0;width:50%}.viewImageBelowFile{color:#1bc8e1;cursor:pointer;flex-wrap:wrap;margin-top:20px;width:50%}.viewResultRowDiv{border-bottom:1px solid #e5e5e5;cursor:pointer;display:flex}.viewResultRowDiv:active{background-color:#aab2bd}.viewResultRowDivSel{background-color:#cae0ee;border-bottom:1px solid #e5e5e5;cursor:pointer;display:flex}.viewPublicIcon{color:#68dff0;margin-left:-2px;margin-top:10px}.viewByLastDiv{display:flex}.viewShortDiv{margin-left:20px}.viewShortP{font-size:14px;font-weight:700;margin-bottom:0}.viewBy{margin-left:20px}.viewByCurated{margin:-4px 0 10px 38px}.viewLastUpdated{margin-left:25px}.viewQuestionsH4RadioDiv{display:flex;flex-direction:row}.viewQuestionsRadioDiv{display:flex;margin:-15px 0 0 40px}.viewQuestionsRadioInput{margin-left:20px}.viewQuestionsRadioP{margin:27px 0 0 5px}.questionViewdropdownDiv{display:flex;margin-bottom:12px}.tableContainerViewQuestion{height:480px;margin:0 5% 20px;overflow-y:auto}.veiwQuestionDisplayInfo{display:flex;flex-direction:row}.ReuseButton{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:12px;margin-left:15px;margin-top:45px;max-height:35px;padding:8px 15px}.ReuseButton:hover{background-color:#51cac2}.ReuseButton:active{border:1px solid #03afa9!important}.loadingBackground{background-color:hsla(0,0%,50%,.5);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99}.uploadH4{color:#797979;font-family:inherit;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:10px;margin-left:8%;margin-top:25px;width:213px}.uploadPDFIcon{font-size:24px;padding-top:0;vertical-align:middle}.fileUploadQue{display:flex}.dropdownDivQue{display:flex;margin-top:5px}.dropdownLabelQue{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 4% 5px 8%;width:180px}.dropdownSelectQue{border:1px solid #ccc;border-radius:4px;color:#555;font-size:13px;margin-left:3.6%;margin-right:10.8%;padding-left:15px;padding-right:15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.dropdownSelectQue,.fileChooseQue{box-sizing:border-box;font-family:Ruda,sans-serif;line-height:1.42857143;max-height:35px;outline-color:#68dff0;position:relative;width:52%}.fileChooseQue,.fileChooseQueNot{background-color:#68dff0;background-image:none;border:1px solid #48bcb4;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;margin:25px 11% 20px 4%;padding:6px 12px;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.fileChooseQueNot{box-sizing:border-box;cursor:not-allowed;font-family:Ruda,sans-serif;line-height:1.42857143;max-height:35px;outline-color:#68dff0;position:relative;width:52%}canvas{height:150px!important;width:150px!important}.thumbnailContainerUpload{left:38.4%;padding:5px;position:relative;width:60%}.imgUploadThumbnail{border-radius:8px;height:200px;width:250px}.uploadFileText{height:200px;width:75%}.loadingDiv{display:inline-flex;height:30px;position:absolute;width:290px}.reactLoadingIcon{height:25px!important;margin-left:10px;margin-right:18px;width:30px!important}.loadingText{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin-bottom:5px;margin-right:4%;margin-top:8px;width:180px}.tableContainerMigrate{margin:20px 5% 0 3.4%;max-height:610px;width:92%}.migrateTable{border-spacing:0;display:block;max-height:565px;overflow-y:auto;width:auto}.migrateTable tbody tr:hover{background-color:#cae0ee}.migrateTable tbody tr:active,.migrateTable tbody tr:visited{background-color:#71b9e9!important}.migrateTable tbody tr td{border-bottom:2px solid #e5e5e5!important;cursor:pointer;font-family:Ruda,sans-serif;font-size:13px;padding:10px;text-align:center}.migrateTable thead tr th{background-color:#e5e5e5;color:#797979;padding:15px 2px;position:-webkit-sticky!important;position:sticky!important;text-align:center;top:0;width:102px}.migrateTable thead tr th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px;position:-webkit-sticky;position:sticky;width:60px}.migrateTable thead tr th:last-child{position:-webkit-sticky;position:sticky;width:225px}.child2Migrate{width:108px}.child3Migrate{width:80px}.backlogImageContainer{height:200px;margin:0 5%}.reactLoadingIconMigrate{height:25px!important;margin:auto;width:30px!important}.loadingDivMigrate{display:flex;height:30px;margin-left:12%;margin-top:8%;position:absolute;width:290px}.migrateImageContainer{display:flex;height:550px;justify-content:center;margin:0 10%}.migrateBigImage{border-radius:10px;height:500px!important;margin-top:45px;width:100%!important}.migrateAddContainer{display:flex;height:90px;justify-content:center;margin:0 5%}.migrateButton{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:14px;margin-top:45px;max-height:35px;padding:8px 15px}.migrateButton:hover{background-color:#51cac2}.migrateButton:active{border:1px solid #03afa9!important}.migrateLoading{margin-top:44px;max-height:35px}.loadingTextMigrate{margin:8px 4% 5px 5px}.loadingTextData,.loadingTextMigrate{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500}.loadingTextData{margin:8px 4% 5px 15px;width:180px}.selectDiv{display:flex}.selectAllDiv{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;display:flex;font-size:14px;height:24px;margin-left:11%;margin-right:2%;max-height:35px;padding:6px 5px;width:92px}.selectAllInput{margin-left:7%;margin-top:5px}.selectAllP{margin:4px 2px 2px}.selectedP{color:#797979}.errorP,.selectedP{font-family:Ruda,sans-serif;font-size:16px;margin-bottom:0;margin-top:8px}.errorP{color:red}.loadingDivMigrateAdd{display:inline-flex;height:30px;margin-top:1px;position:absolute;width:290px}.cancelMigrate{background-color:#68dff0;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;height:34px;line-height:1.42857143;margin-bottom:0;margin-left:10px;margin-right:5px;padding:4px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.cancelMigrate:hover{background-color:#51cac2}.cancelMigrate:active{border:1px solid #03afa9!important}.reactLoadingIconAdd{height:25px!important;margin-left:10px;margin-right:18px;margin-top:5px;width:30px!important}.loadingTextAdd{color:#797979;margin-bottom:0;margin-right:4%;margin-top:8px;width:180px}.loadingTextAdd,.loadingTextMigrateError{font-family:Ruda,sans-serif;font-size:16px;font-weight:500}.loadingTextMigrateError{color:red;margin:8px 4% 5px 5px}.checkboxhid{display:none}.tableContainer{height:740px;margin:0 5% 20px;overflow-y:auto}.backlogTable{border-spacing:0;display:block;height:720px;overflow-y:auto}.backlogTable tbody tr:hover{background-color:#cae0ee}.backlogTable tbody tr:active,.backlogTable tbody tr:visited{background-color:#71b9e9!important}.backlogTable thead tr th{background-color:#e5e5e5;color:#797979;padding:10px;position:-webkit-sticky;position:sticky;text-align:center;top:0;width:172px}.backlogTable tbody tr td{border-bottom:2px solid #e5e5e5!important;color:#797979;cursor:pointer;font-family:Ruda,sans-serif;font-size:13px;padding:10px;text-align:center}.backlogTable thead tr th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.backlogDeleteTh,.questionId{width:14%!important}.backlogRejectTh{width:26.6%!important}.backlogImageContainer{display:flex;height:510px;justify-content:center;margin:0 10%}.backlogImage{border-radius:10px;height:200px;margin-right:5%;width:200px}.backlogDeleteBtn{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:13px;margin-bottom:5px;max-height:30px;padding:8px 15px}.backlogDeleteBtn:hover{background-color:#51cac2}.backlogDeleteBtn:active{border:1px solid #03afa9!important}.backlogButton{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:14px;margin-top:82px;max-height:35px;padding:8px 15px}.backlogButton:hover{background-color:#51cac2}.backlogButton:active{border:1px solid #03afa9!important}.backlogTableButton{background:#68dff0;border:none;border-radius:4px;color:#f2f2f2;cursor:pointer;font-size:13px;margin-top:0;max-height:45px;padding:8px 15px}.backlogTableButton:hover{background-color:#51cac2}.backlogTableButton:active{border:1px solid #03afa9!important}.backlogBigImage{border-radius:10px;height:500px;margin-top:25px;width:100%}.queSubContainerBacklog{background-color:#fff;box-shadow:0 3px 2px #aab2bd;margin-bottom:15px;padding:15px 15px 30px}.paginationContainerBacklog{display:flex;justify-content:center;margin-bottom:20px;margin-top:25px}.peginationNumberDiv{display:flex}.compulsoryContainerMap{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin:90px 15% 15px;padding:15px}.startLoadSpinTopicRep{height:50px;left:50%;margin-left:-100px;margin-top:-25px;position:fixed;top:50%;width:150px!important;z-index:100}.loadingBackgroundTopicRep{background-color:hsla(0,0%,50%,.5);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99}.topicReportTableContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;display:flex;flex-direction:column;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;padding:15px;text-align:center}.topicReportTableContainer table{border-collapse:collapse}.topicReportTableContainer thead tr{height:40px}.topicReportTableContainer thead th{color:#828282;padding:5px}.topicReportTableContainer thead{background-color:#f2f2f2}.topicReportThCourse{width:8%}.topicReportThSubject{width:10%}.topicReportThTopic{width:20%}.topicReportTableContainer tbody tr{border-bottom:1px solid #e0e0e0;height:30px}.topicReportTableContainer tbody tr td{border-bottom:1px solid #e0e0e0}.topicReportContainer{background-color:#f2f2f2;margin-left:15%;margin-right:15%}.topicReportH3{color:inherit;color:#797979;font-family:inherit;font-size:24px;font-weight:500;line-height:1.1;margin-bottom:20px;margin-top:70px}.topicReportH3 .topicReportArrow{font-size:16px}.topicReportSearchButtonContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.topicReportSearchBtn{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.topicReportSearchBtn:hover{background-color:#51cac2}.topicReportSearchBtn:active{background-color:#327e79}.topicReportSearchContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.topicReportHeading{color:inherit;font-size:18px;line-height:1.1;margin-bottom:10px;margin-top:10px}.topicReportHeading,.topicReportLabel{font-family:Ruda,sans-serif;font-weight:500}.topicReportLabel{color:#797979;font-size:16px;margin:8px 3% 5px 9%;width:20%}.topicReportSelect{border:1px solid #ccc;border-radius:4px;outline-color:#68dff0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.topicReportRadio,.topicReportSelect{box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:4%;margin-right:11%;max-height:35px;padding-left:15px;padding-right:15px;position:relative;width:52%}.topicReportRadio{align-items:center;display:flex;justify-content:space-between}.topicReportDropdownDiv{display:flex;margin-bottom:20px}.topicReportloadingDiv{display:inline-flex;height:30px;position:absolute;width:290px}.topicRepReactLoadingIcon{height:25px!important;margin-left:10px;margin-right:18px;width:30px!important}.topicRepLoadingTextData{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 4% 5px 20px;width:180px}.topicReportCheckbox{box-sizing:border-box;height:22px;margin-left:4%;margin-right:11%;max-height:35px;position:relative;width:3.2%}.startLoadSpinSubTopicRep{height:50px;left:50%;margin-left:-100px;margin-top:-25px;position:fixed;top:50%;width:150px!important;z-index:100}.loadingBackgroundSubTopicRep{background-color:hsla(0,0%,50%,.5);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99}.subTopicReportTableContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;display:flex;flex-direction:column;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;padding:15px;text-align:center}.subTopicReportTableContainer table{border-collapse:collapse}.subTopicReportTableContainer thead tr{height:40px}.subTopicReportTableContainer thead th{color:#828282;padding:5px}.subTopicReportTableContainer thead{background-color:#f2f2f2}.subTopicReportThCourse{width:5%}.subTopicReportThSubject{width:7%}.subTopicReportThTopic{width:10%}.subTopicReportThObjective{width:8%}.subTopicReportTableContainer tbody tr{border-bottom:1px solid #e0e0e0;height:30px}.subTopicReportTableContainer tbody tr td{border-bottom:1px solid #e0e0e0}.subTopicReportContainer{background-color:#f2f2f2;margin-left:15%;margin-right:15%}.subTopicReportH3{color:inherit;color:#797979;font-family:inherit;font-size:24px;font-weight:500;line-height:1.1;margin-bottom:20px;margin-top:70px}.subTopicReportH3 .subTopicReportArrow{font-size:16px}.subTopicReportSearchButtonContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.subTopicReportSearchBtn{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.subTopicReportSearchBtn:hover{background-color:#51cac2}.subTopicReportSearchBtn:active{background-color:#327e79}.subTopicReportSearchContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.subTopicReportHeading{color:inherit;font-family:Ruda,sans-serif;font-size:18px;font-weight:500;line-height:1.1;margin-bottom:10px;margin-top:10px}.subTopicReportLabel{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.subTopicReportSelect{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:4%;margin-right:11%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52%}.subTopicReportDropdownDiv{display:flex;margin-bottom:20px}.subTopicReportloadingDiv{display:inline-flex;height:30px;position:absolute;width:290px}.subTopicRepReactLoadingIcon{height:25px!important;margin-left:10px;margin-right:18px;width:30px!important}.subTopicRepLoadingTextData{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 4% 5px 20px;width:180px}.subTopicReportCheckbox{box-sizing:border-box;height:22px;margin-left:4%;margin-right:11%;max-height:35px;position:relative;width:3.2%}.startLoadSpinQSetRep{height:50px;left:50%;margin-left:-100px;margin-top:-25px;position:fixed;top:50%;width:150px!important;z-index:1}.qSetReportTableContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;display:flex;flex-direction:column;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;padding:15px;text-align:center}.download-report-btn{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:5px;margin-left:auto;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap;width:90px}.qSetReportTableContainer table{border-collapse:collapse}.qSetReportTableContainer thead tr{height:40px}.qSetReportTableContainer thead th{color:#828282;padding:5px}.qSetReportTableContainer thead{background-color:#f2f2f2}.qSetReportThCourse{width:10%}.qSetReportThSubject{width:12%}.qSetReportThTopic{width:16%}.qSetReportTableContainer tbody tr{border-bottom:1px solid #e0e0e0;height:30px}.qSetReportTableContainer tbody tr td{border-bottom:1px solid #e0e0e0}.qSetReportContainer{background-color:#f2f2f2;margin-left:15%;margin-right:15%}.qSetReportH3{color:inherit;color:#797979;font-family:inherit;font-size:24px;font-weight:500;line-height:1.1;margin-bottom:20px;margin-top:70px}.qSetReportH3 .qSetReportArrow{font-size:16px}.qSetReportSearchButtonContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.qSetReportSearchBtn{background-color:#68dff0;border:1px solid #48bcb4;border-radius:4px;box-shadow:inset 0 3px 5px rgba(0,0,0,.13);color:#fff;cursor:pointer;font-size:14px;font-weight:400;line-height:1.42857143;margin-bottom:0;padding:6px 12px;text-align:center;vertical-align:middle;white-space:nowrap}.qSetReportSearchBtn:hover{background-color:#51cac2}.qSetReportSearchBtn:active{background-color:#327e79}.qSetReportSearchContainer{background:#fff;box-shadow:3px 3px 3px 3px #aab2bd;box-sizing:border-box;color:#797979;font-family:Ruda,sans-serif;font-size:13px;margin-bottom:15px;margin-left:15%;margin-right:15%;padding:15px}.qSetReportHeading{color:inherit;font-size:18px;line-height:1.1;margin-bottom:10px;margin-top:10px}.qSetReportHeading,.qSetReportLabel{font-family:Ruda,sans-serif;font-weight:500}.qSetReportLabel{color:#797979;font-size:16px;margin:8px 3% 5px 9%;width:20%}.qSetReportSelect{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;color:#555;font-family:Ruda,sans-serif;font-size:13px;line-height:1.42857143;margin-left:4%;margin-right:11%;max-height:35px;outline-color:#68dff0;padding-left:15px;padding-right:15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:52%}.qSetReportDropdownDiv{display:flex;margin-bottom:20px}.qSetReportloadingDiv{display:inline-flex;height:30px;position:absolute;width:290px}.qSetRepReactLoadingIcon{height:25px!important;margin-left:10px;margin-right:18px;width:30px!important}.qSetRepLoadingTextData{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 4% 5px 20px;width:180px}.topRepCheckDiv,.topRepdropdown{margin-bottom:20px;width:100%}.topRepdropdown{display:flex}.topRepDropdownLabel{color:#797979;font-family:Ruda,sans-serif;font-size:16px;font-weight:500;margin:8px 3% 5px 9%;width:20%}.qSetReportCheckbox{box-sizing:border-box;height:22px;margin-left:4%;margin-right:11%;max-height:35px;position:relative;width:3.2%}
/*# sourceMappingURL=main.a240dc18.css.map*/