@charset "UTF-8";@import"https://rsms.me/inter/inter.css";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css?family=Nunito:400,600,700";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Tajawal:wght@200;300;400;500&family=Varela+Round&family=Open+Sans:wght@300;400;500;600&display=swap";.frf-feedback-container{position:fixed;width:100%;bottom:0;right:24px}.frf-feedback-container *,.frf-feedback-container *:before,.frf-feedback-container *:after{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;image-rendering:-moz-crisp-edges;font-family:"Inter var",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol;transition:all .25s ease 0s}.frf-feedback-container input,.frf-feedback-container button,.frf-feedback-container textarea{font-size:inherit;font-family:inherit;-webkit-appearance:none}.frf-feedback-container textarea{resize:vertical}@media (max-width: 360){.frf-feedback-container *{font-size:12px}}.frf-trigger-button{display:flex;align-items:center;justify-content:space-between;position:absolute;right:12px;bottom:24px;white-space:nowrap;cursor:pointer;box-shadow:0 20px 40px #0000001a;padding:16px 30px;outline:0;border-radius:4px;border:none}.frf-trigger-button .frf-feedback-icon,.frf-trigger-button .frf-feedback-icon-open{display:flex;align-items:center}.frf-trigger-button:hover{border-color:#000}.frf-trigger-button *{font-size:16px;font-weight:500}.frf-dialog-enter{opacity:0}.frf-dialog-enter-active{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.3s;animation-duration:.3s;opacity:1;transition:opacity .3s}.frf-dialog-exit{opacity:1}.frf-dialog-exit-active{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-duration:.3s;animation-duration:.3s;opacity:.01;transition:opacity .3s}@-webkit-keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5px)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5px)}}@media (hover: hover){.frf-trigger-button{transition:opacity .2s 0s ease,font-size .2s .2s ease}.frf-trigger-button:hover .frf-feedback-icon:after{content:"Send Feedback";margin-left:8px;font-size:inherit;opacity:1;transition:font-size .2s 0s ease,opacity .2s 0s ease}.frf-trigger-button:hover .frf-feedback-icon-open:after{content:"Close Form";font-size:inherit;opacity:1;transition:font-size .2s 0s ease,opacity .2s 0s ease}.frf-trigger-button .frf-feedback-icon:after{content:"Send Feedback";padding-left:4px;font-size:0;opacity:0;transition:opacity .2s 0s ease,font-size .2s 0s ease}.frf-trigger-button .frf-feedback-icon-open:after{content:"Close Form";padding-left:4px;font-size:0;opacity:0;transition:opacity .2s 0s ease,font-size .2s 0s ease}}:-ms-input-placeholder{color:#6e789899}::-ms-input-placeholder{color:#6e789899}::placeholder,:-ms-input-placeholder{color:#6e789899}.frf-modal-container{display:flex;flex-direction:column;text-align:left;position:absolute;right:12px;bottom:108px;background:#fff;box-shadow:0 20px 40px #0000001a;max-width:380px;width:80%;max-height:70vh;-ms-overflow-style:none;scrollbar-width:none;overflow:scroll;border-radius:4px;font-size:16px}.frf-modal-container::-webkit-scrollbar{display:none}.frf-modal-first-row{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px;border-radius:4px 4px 0 0;border-bottom:1px solid rgba(110,120,152,.15)}.frf-modal-first-row .frf-modal-title{font-weight:500}.frf-modal-first-row .frf-modal-close{font-size:14px;cursor:pointer}.frf-modal-content-container{padding:24px}.frf-modal-input-group{display:flex;flex-direction:column}.frf-modal-label{color:#6e789899;padding-bottom:8px;font-size:14px;display:inline-block;font-weight:500}textarea{min-height:140px}.frf-modal-input{padding:12px 20px;border-radius:4px;margin-bottom:12px;border:1px solid rgba(110,120,152,.15);box-shadow:none;display:flex;align-items:center;outline:none;width:100%;font-weight:500}.frf-modal-input::-moz-placeholder{color:#6e789899;font-weight:500}.frf-modal-input:-ms-input-placeholder{color:#6e789899;font-weight:500}.frf-modal-input::-ms-input-placeholder{color:#6e789899;font-weight:500}.frf-modal-input::placeholder{color:#6e789899;font-weight:500}.frf-modal-feedback-types{width:100%;display:flex;justify-content:space-between;margin-bottom:12px}.frf-modal-feedback-types .frf-modal-feedback-type{width:100%;display:flex;justify-content:center;align-items:center;font-weight:500;overflow-wrap:anywhere;max-width:100/3;padding:12px;text-align:center;border:1px solid rgba(110,120,152,.15);cursor:pointer}.frf-modal-feedback-types .frf-modal-feedback-type:first-of-type{border-radius:4px 0 0 4px}.frf-modal-feedback-types .frf-modal-feedback-type:last-of-type{border-radius:0 4px 4px 0}.frf-modal-button{padding:16px 30px;outline:0;border-radius:4px;border:1px solid rgba(110,120,152,.15);margin-top:16px;cursor:pointer;width:100%;font-weight:500}.frf-modal-button .frf-modal-button-loader{display:inline-block;border:2.128px solid rgba(110,120,152,.6);border-radius:16px;width:16px;height:16px;-webkit-animation:spin .5s linear infinite;animation:spin .5s linear infinite}.frf-water{text-align:center;margin-top:24px;color:#6e789899;font-size:12px;font-weight:500}.frf-water a{color:#000;text-decoration:none}.frf-water a:hover{color:#005dff}@media (max-width: 300px){.frf-modal-feedback-types{flex-wrap:wrap}}@-webkit-keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}: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-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( 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__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}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.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:hover,.Toastify__close-button:focus{opacity:1}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.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-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__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-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}: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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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: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}.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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}@keyframes fadeIn{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}.flex{display:flex}.fill-black{fill:#000}.color-black{color:#000}.fill-white{fill:#fff}.stroke-white{stroke:#fff}.color-white{color:#fff!important}.fill-dark-gray{fill:#374957}.color-dark-gray{color:#374957}.fill-dark-slate{fill:#617082}.fill-gray-500{fill:#667085}.strock-gray-500 path{stroke:#667085!important}.fill-dark-light{fill:#39404b}.stroke-dark-light{stroke:#39404b}.color-dark-slate{color:#617082}.fill-sky-blue{fill:#1f8af4}.fill-light-red{fill:#f83737}.fill-yellow-green{fill:#20ac1d}.color-sky-blue{color:#1f8af4}.fill-transparent{fill:transparent!important}.color-transparent{color:transparent!important}.fill-yellow-green circle,.fill-yellow-green path{stroke:#20ac1d}.main-layout{min-width:fit-content;min-height:100vh;width:100vw;background-color:#edf2f7;color:#000}.main-layout .content{display:flex;padding-inline:1.75rem;padding-block:1.5rem;gap:1.25rem;justify-content:space-between;width:100%;min-height:calc(100vh - 3.75rem);height:fit-content;max-width:100vw}@media (max-width: 47.9375rem){.main-layout .content{padding-inline:.625rem}}@media (max-width: 25rem){.main-layout .content{background:white}}.login_btn{background:#1f8af4!important;border-radius:6px;padding:9px 14px;width:112.5px;height:29.25px;display:flex;align-items:center;justify-content:center;gap:14px}.login_btn span,.login_btn a{font-size:12px;font-weight:500;line-height:12px;text-align:center;color:#fff}.login_btn svg{height:15px}.header .language_menu{display:none;align-items:center}@media (max-width: 767px){.header .language_menu{display:flex;gap:10px}.header .header-brand{padding:.625rem}}@media (max-width: 767px){.header{padding:26px 20px}}.header .responsive-container{position:absolute;background-color:#fff;width:100%;display:none;z-index:100;bottom:0;transition:all .5s cubic-bezier(0,1,0,1);box-shadow:#0000000d 0 0 0 1px;top:70px;max-height:0px;left:0;right:0;overflow:hidden;padding:0;opacity:0}@media (max-width: 767px){.header .responsive-container{display:inline-block}}.header .responsive-container .responsive-menu{display:flex;flex-direction:column;gap:5px;color:#7d9db5}.header .responsive-container .responsive-menu>a{color:#7d9db5;font-weight:400;font-size:.95rem;padding:10px 17px;display:flex;align-items:center;justify-content:flex-start;gap:10px}.header .responsive-container .responsive-menu>a svg{height:17px;fill:#7d9db5}.header .responsive-container .responsive-menu .active{color:#1f8af4;background:#e4f1fe;width:100%;border-radius:8px}.header .responsive-container .responsive-menu .active svg{height:17px;fill:#1f8af4}.header .responsive-container .auth_btn{margin-top:20px;width:100%;height:42.25px}.header .nav-close{animation-name:navAnimationClose;animation-duration:.3s;animation-timing-function:ease-out}.header .brand-text{color:#1f8af4;font-size:1.5rem;font-weight:300}@media (min-width: 1024px){.header .brand-text{font-size:1.625rem;font-weight:300}}@media (min-width: 1281px){.header .brand-text{font-size:1.75rem;font-weight:300}}.header .close-icon-container{cursor:pointer;display:none}@media (max-width: 767px){.header .close-icon-container{display:inline-block!important;z-index:999}}.header .right-part{display:flex;align-items:center;justify-content:end;gap:36px}@media (max-width: 767px){.header .right-part{display:none}}@media (min-width: 360px) and (max-width: 670px){.header .right-part{min-width:50%}}@media (min-width: 640px) and (max-width: 767px){.header .right-part{min-width:40%}}@media (min-width: 768px) and (max-width: 1023px){.header .right-part{min-width:14%}}@media (min-width: 1281px){.header .right-part{min-width:14%}}.header .right-part .auth_btn--dashboard{border:solid .0625rem #1f8af4!important;background:#ffffff;border-radius:6px;padding:9px 14px;width:112.5px;height:29.25px;display:flex;align-items:center;justify-content:center;gap:14px}.header .right-part .auth_btn--dashboard span{font-size:12px;font-weight:500;line-height:12px;text-align:center;color:#1f8af4}.header .right-part .auth_btn{background:#1f8af4!important;border-radius:6px;padding:9px 14px;width:fit-content;height:29.25px;display:flex;align-items:center;justify-content:center;gap:14px}.header .right-part .auth_btn span{font-size:12px;font-weight:500;line-height:12px;text-align:center;color:#fff}.header .right-part .auth_btn svg{height:15px}.header .right-part .profile{display:flex;gap:1.375rem;align-items:center;transform:translate(5px)}.header .right-part .profile .avatar{height:2.5rem;width:2.5rem;object-fit:cover;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}@media (min-width: 1281px){.header .right-part .profile .avatar{width:3.125rem;height:3.125rem}}.header .right-part .profile .profile-user{display:flex;flex-direction:column;text-align:left;margin-left:.25rem}.header .right-part .profile .profile-user .profile-user-name{font-size:.75rem;display:inline-block;font-weight:400}@media (min-width: 1281px){.header .right-part .profile .profile-user .profile-user-name{font-size:.9375rem}}.header .right-part .profile .profile-user .profile-role{color:#1f8af4;font-size:.75rem;line-height:1rem;font-weight:300}@media (min-width: 1281px){.header .right-part .profile .profile-user .profile-role{font-size:.75rem;line-height:1rem;font-weight:300}}.header .right-part .language{display:flex;align-items:center;gap:.5rem;margin-right:30px;cursor:pointer}.header .right-part .language svg{scale:110%}.header .right-part .language .dropdown{scale:75%;fill:#000}.header .right-part .language .dropdown-text{font-size:.75rem;font-weight:400;left:1.25rem;font-style:normal}@media (min-width: 1281px){.header .right-part .language .dropdown-text{font-size:.9375rem}}.header .right-part .flex{display:flex;gap:1.25rem;align-items:center;padding-inline:.625rem}.header .right-part .flex svg{fill:#fff}.header .auth_btn{background:#1f8af4!important;border-radius:6px;padding:9px 14px;width:112.5px;height:29.25px;display:flex;align-items:center;justify-content:center;gap:14px}.header .auth_btn span{font-size:12px;font-weight:500;line-height:12px;text-align:center;color:#fff}.header .auth_btn svg{height:15px}.header{background-color:#fff;display:flex;align-items:center;justify-content:space-between;max-height:77px;height:77px;padding:26px 52px;position:relative;gap:50px}@media (max-width: 767px){.header .header-brand{padding:.625rem}}.header .header-brand svg{scale:1.38}@media (max-width: 767px){.header{padding:26px 20px;box-shadow:#0000000d 0 0 0 1px}}@media (min-width: 1024px) and (max-width: 1280px){.header{padding-inline:2.8125rem}}@media (min-width: 1281px){.header{max-height:4.8125rem;padding-inline:3.125rem}}.sidebar{background-color:#fff;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-block:1.25rem;padding-inline:.9375rem;position:relative;width:4.375rem;transition:width .4s ease-in-out}.sidebar .link-list{max-width:12.5rem}.sidebar .link-container span{width:0px;height:0px;overflow:hidden;visibility:hidden;opacity:0;transition:all .4s ease .4s}.sidebar.isOpen{width:14.375rem;transition:all .4s ease-in-out}.sidebar.isOpen .link-container{min-width:9.375rem;max-width:9.375rem}.sidebar.isOpen .link-container span{width:auto;height:auto;visibility:visible;overflow:unset;opacity:1;transition:opacity .4s ease .4s}@media (max-width: 767px){.sidebar{display:none}}.sidebar span,.sidebar svg{scale:80%}@media (min-width: 1024px){.sidebar{min-height:100%}}@media (min-width: 1536px){.sidebar{padding-block:1.4375rem;padding-inline:1.125rem}.sidebar span,.sidebar svg{scale:80%}}.sidebar .isActiveOpen{background:#e4f1fe;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.sidebar .isActiveOpen span,.sidebar .isActiveOpen svg{color:#1f8af4!important;fill:#1f8af4!important}.sidebar .isActiveNotOpen{border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.sidebar .isActiveNotOpen span,.sidebar .isActiveNotOpen svg{color:#1f8af4!important;fill:#1f8af4!important}.sidebar .isNotActiveOpen span,.sidebar .isNotActiveOpen svg{fill:#7d9db5;color:#7d9db5}.sidebar .isNotActiveNotOpen span,.sidebar .isNotActiveNotOpen svg{color:#7d9db5;fill:#7d9db5}.sidebar .sidebar-link{display:flex;align-items:center;justify-content:space-between;min-height:2.5rem;gap:.90625rem;width:100%}.sidebar .sidebar-link span{font-weight:500;font-size:1.0625rem}.sidebar .toggle{position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:100%;top:400px;background-color:#3ea4de;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;display:flex;justify-content:center;align-items:center;transform:translate(-50%);padding:.125rem}.sidebar .toggle svg{transition:transform .4s ease-in-out}@media (min-width: 1281px) and (max-width: 1535px){.sidebar .toggle{padding:.3125rem}}.sidebar .toggle.rotate-180 svg{transform:rotate(180deg)}.sidebar .toggle svg{scale:80%}@media (min-width: 1281px) and (max-width: 1535px){.sidebar .toggle svg{scale:100%}}.sidebar .toggle:focus>svg{transition:transform ease-in-out .2s}@media (min-width: 1281px) and (max-width: 1535px){.sidebar .toggle:focus>svg{scale:100%}}.sidebar .link-list{gap:1.875rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%}@media (min-width: 1281px) and (max-width: 1535px){.sidebar .link-list{gap:2rem}}.sidebar .buttons{display:flex;align-items:center;justify-content:center}@media (max-width: 37.5rem){.sidebar{display:none}}.link-container{display:flex;align-items:center;gap:18px;padding:0 3px}.add-questions-choices{display:flex;width:100%;gap:1.25rem}@media (max-width: 50rem){.add-questions-choices{flex-direction:column;gap:0rem}.add-questions-choices .question-form{width:100%;max-width:100%;margin-top:-10px;border-top-left-radius:0;border-top-right-radius:0}.add-questions-choices .preview-panel{min-width:100%;position:relative;border-radius:8px}.add-questions-choices .preview-panel:before{content:"";position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:0;width:215%;height:90%;overflow:hidden;z-index:-1}.add-questions-choices .preview-panel .preview-buttons{position:absolute;top:5%}}@media (max-width: 50rem) and (min-width: 81.5625rem){.add-questions-choices .preview-panel .preview-buttons{display:none!important}}.navigator-button{display:flex;justify-content:center;align-items:center;padding:.75rem 1.125rem;width:2.5625rem;height:2.5625rem;background:#1f8af4;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;position:absolute;right:.5rem;bottom:2.1875rem}@media (min-width: 1024px){.navigator-button{bottom:3.75rem}}.navigator-button span{font-family:Inter;font-weight:500;font-size:1.6875rem;color:#fff}.button{background-color:#1f8af4;height:2.75rem;color:#fff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;padding-inline:.75rem;padding-block:1.125rem;gap:1rem;display:flex;align-items:center;justify-content:center}.display{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0rem;gap:.5625rem;cursor:pointer;font-weight:500;font-size:.875rem;line-height:1.5rem;color:#3f4b5a}.toggle .toggle-control{transition:.3s .1s ease-in-out;cursor:pointer;width:2.3125rem;height:1.25rem;display:block;border-radius:2.625rem;-webkit-border-radius:2.625rem;-moz-border-radius:2.625rem;background-color:#fff;position:relative;box-shadow:0 4px 4px -3px #bbc7d33b;-webkit-box-shadow:0px 4px 4px -3px rgba(187,199,211,.23);-moz-box-shadow:0px 4px 4px -3px rgba(187,199,211,.23);border:.0625rem solid #E5EAF0}.toggle .toggle-control:after{transition:.3s .1s ease-in-out;content:"";width:.875rem;height:.875rem;display:block;background-color:#cbd5e1;border-radius:50%;box-shadow:0 4px 4px -3px #bbc7d33b;-webkit-box-shadow:0px 4px 4px -3px rgba(187,199,211,.23);-moz-box-shadow:0px 4px 4px -3px rgba(187,199,211,.23);position:absolute;top:50%;transform:translateY(-50%);left:.0625rem}.toggle input{display:none}.toggle input:checked+.toggle-control{border-color:#33c14b;background-color:#33c14b}.toggle input:checked+.toggle-control:after{left:1.15625rem;background-color:#fff}.wrapper{display:inline-flex;align-items:center;justify-content:flex-start;gap:.8125rem;flex-wrap:wrap}.wrapper .option{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.625rem;height:1.75rem;gap:.625rem;background:#d7e0ea;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;cursor:pointer;transition:all .3s ease}.wrapper .option span{font-family:Inter;font-weight:300;font-size:.8125rem;color:#94aab4}.wrapper .option svg{fill:#94aab4}.wrapper .option .dot{height:.75rem;width:.75rem;background:#eaf0f6;border-radius:50%;position:relative}.wrapper .option .dot:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:.430625rem;height:.430625rem;background:#d1d6db;border-radius:50%;opacity:1;transition:all .3s ease}.wrapper input[type=radio]{display:none}.wrapper #option-1:checked:checked~.option-1,.wrapper #option-2:checked:checked~.option-2,.wrapper #option-3:checked:checked~.option-3{background:#1f8af4;box-shadow:0 .1875rem .4375rem #1e89f56e}.wrapper #option-1:checked:checked~.option-1 span,.wrapper #option-2:checked:checked~.option-2 span,.wrapper #option-3:checked:checked~.option-3 span{color:#fff}.wrapper #option-1:checked:checked~.option-1 svg,.wrapper #option-2:checked:checked~.option-2 svg,.wrapper #option-3:checked:checked~.option-3 svg{fill:#fff}.wrapper #option-1:checked:checked~.option-1 .dot,.wrapper #option-2:checked:checked~.option-2 .dot,.wrapper #option-3:checked:checked~.option-3 .dot{background:#d1d6db}.wrapper #option-1:checked:checked~.option-1 .dot:before,.wrapper #option-2:checked:checked~.option-2 .dot:before,.wrapper #option-3:checked:checked~.option-3 .dot:before{opacity:1;transform:scale(1);background:#1f8af4;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.add-quesion-choice-list{margin-top:1.5rem;border:.0625rem solid #cbd5e1;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;padding:1rem 1.59375rem;display:flex;align-items:center;flex-direction:column;gap:.75rem;max-height:14.8125rem;overflow-y:scroll}.add-quesion-choice-list .choice-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0rem;gap:.625rem;background:#ffffff;border-radius:.625rem;width:100%;height:40px;min-height:40px;overflow:hidden}.add-quesion-choice-list .choice-item .delete{padding:10px 5px;background:rgba(57,64,75,.1);cursor:pointer;display:flex;align-items:stretch;height:100%;width:45px;justify-content:center;transition:all .3s ease}.add-quesion-choice-list .choice-item .delete img{transition:all .3s ease}.add-quesion-choice-list .choice-item .delete:hover{background:#e74c3c}.add-quesion-choice-list .choice-item .delete:hover img{filter:invert(100%) sepia(100%) saturate(21%) hue-rotate(305deg) brightness(105%) contrast(104%)}.add-quesion-choice-list .choice-item .text{font-weight:500;font-size:.8125rem;text-align:center;color:#000;cursor:text;width:80%}.add-quesion-choice-list .choice-item .wrapper{display:inline-flex;align-items:center;justify-content:start;height:40px}.add-quesion-choice-list .choice-item .wrapper input[type=checkbox]{display:none}.add-quesion-choice-list .choice-item .wrapper input[type=checkbox]:checked~.option{border-right:.3125rem solid #10c222;background:#95e6a2}.add-quesion-choice-list .choice-item .wrapper input[type=checkbox]:checked~.option .dot{background:#ffffff;opacity:1;position:relative;background-color:#f5f5f5;width:1.125rem;height:1.125rem}.add-quesion-choice-list .choice-item .wrapper input[type=checkbox]:checked~.option .dot:before{opacity:1;transform:scale(1);background:#10c222;width:.5rem;height:.5rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.add-quesion-choice-list .choice-item .wrapper .option{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.625rem;width:2.5rem;height:2.5rem;background:#e6eff9;border-right:.3125rem solid #bdd7d9;border-top-left-radius:.625rem;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:.625rem;-webkit-border-top-left-radius:.625rem;-webkit-border-top-right-radius:0px;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:.625rem;-moz-border-radius-topleft:.625rem;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:0px;-moz-border-radius-bottomleft:.625rem}.add-quesion-choice-list .choice-item .wrapper .dot{height:.75rem;width:.75rem;background:#eaf0f6;border-radius:50%;position:relative;opacity:0}.add-choice-button{margin-bottom:.9375rem;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.625rem;gap:.625rem;width:fit-content;height:2.75rem;background:#9ed8a8;border:1px solid #328b41;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;margin-inline:auto}@media (min-width: 1536px){.add-choice-button{margin-top:auto}}.add-choice-button span{font-weight:300;font-size:.875rem;color:#1d5527}.question-form{position:relative;background-color:#fff;border-radius:8px;display:flex;justify-content:start;flex-direction:column;padding:2.0625rem 2.6875rem 3.125rem;min-width:42%;max-width:100%;width:100%}.question-form .add-hint-container{align-self:flex-start}.question-form .add-hint-container .hint-toggle{display:flex;gap:5px;margin-bottom:15px}.question-form .choices_placeholder{color:#667085;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.question-form .score_range{padding:.3125rem;width:7.5rem;height:2.25rem;background:#ffffff;border:1px solid #cbd5e1;border-radius:.5rem;font-weight:400;font-size:1rem;line-height:1.5rem;color:#617082}.question-form .answers_options{display:flex;justify-content:space-between;width:100%;gap:40px}@media (max-width: 50rem){.question-form{padding-left:.625rem;padding-right:.625rem}}@media (min-width: 1281px){.question-form{min-width:42%;max-width:100%}}@media (max-width: 50rem){.question-form>.preview-buttons-bottom-for-result{margin-bottom:3.125rem!important}.question-form>.preview-buttons-bottom-for-result>.preview-buttons-bottom{display:flex!important;position:absolute;right:2%}}.question-form .quiz-data{border:2px solid #cbd5e1;margin-bottom:20px;border-radius:10px;padding:10px;display:flex;justify-content:start;flex-direction:column;gap:.5rem}.question-form .quiz-data .quiz-data-input{border:solid .03125rem #cbd5e1;padding:.625rem;width:100%;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:400;font-size:.8125rem;line-height:1.5rem;color:#617082}@media (min-width: 1024px){.question-form .quiz-data .quiz-data-input{font-size:1rem}}@media (max-width: 43.75rem){.question-form .quiz-data .quiz-data-input{padding-top:.4375rem;padding-bottom:.4375rem}}.question-form .quiz-data .quiz-data-input::placeholder{font-weight:400;font-size:.8125rem;line-height:1.5rem;color:#617082}@media (min-width: 1024px){.question-form .quiz-data .quiz-data-input::placeholder{font-size:1rem}}.question-form .form.result-form{margin-top:3.75rem}.question-form .form .form-header{display:flex;align-items:center;justify-content:space-between}.question-form .form .form-title{display:flex;flex-direction:row;align-items:center;padding:.625rem;gap:.625rem}.question-form .form .form-title span{color:#617082;font-weight:600;font-size:.9375rem;line-height:1.6875rem}@media (min-width: 1536px){.question-form .form .form-title span{font-weight:700;font-size:1.125rem}}.question-form .form .editor{margin-top:1rem;background:#f6f9fb;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:100%;height:fit-content;display:flex;align-items:center;flex-direction:column;padding-top:1.25rem;padding-bottom:1.25rem;padding-inline:1.25rem}.question-form .form .editor .wrapper-class{display:flex;flex-direction:row-reverse;width:100%}@media (max-width: 27.9375rem){.question-form .form .editor .wrapper-class{flex-direction:column-reverse}}.question-form .form .editor .editor-class{background-color:#fff;width:85%;overflow-y:hidden;border-radius:.5rem 0rem 0rem .5rem;-webkit-border-top-left-radius:.5rem;-webkit-border-top-right-radius:0rem;-webkit-border-bottom-right-radius:0rem;-webkit-border-bottom-left-radius:.5rem;-moz-border-radius-topleft:.5rem;-moz-border-radius-topright:0rem;-moz-border-radius-bottomright:0rem;-moz-border-radius-bottomleft:.5rem;padding-inline:.625rem;height:6.8125rem;font-weight:400;font-size:1rem;line-height:1.5rem;color:#617082;z-index:0}@media (max-width: 27.9375rem){.question-form .form .editor .editor-class{min-height:30%;min-width:100%;border-radius:.5rem .5rem 0rem 0rem;-webkit-border-top-left-radius:.5rem;-webkit-border-top-right-radius:.5rem;-webkit-border-bottom-right-radius:0rem;-webkit-border-bottom-left-radius:0rem;-moz-border-radius-topleft:.5rem;-moz-border-radius-topright:.5rem;-moz-border-radius-bottomright:0rem;-moz-border-radius-bottomleft:0rem}}.question-form .form .editor .editor-class:placeholder{font-weight:400;font-size:1rem;line-height:1.5rem;color:#617082}.question-form .form .editor .toolbar-class{display:flex;align-items:center;justify-content:center;height:109px;overflow-y:auto;width:16%;background:#f4f4f4;border-radius:0rem .625rem .625rem 0rem;-webkit-border-top-left-radius:0rem;-webkit-border-top-right-radius:.625rem;-webkit-border-bottom-right-radius:.625rem;-webkit-border-bottom-left-radius:0rem;-moz-border-radius-topleft:0rem;-moz-border-radius-topright:.625rem;-moz-border-radius-bottomright:.625rem;-moz-border-radius-bottomleft:0rem;overflow-x:hidden;min-width:89px}@media (max-width: 27.9375rem){.question-form .form .editor .toolbar-class{min-width:100%;height:50px;overflow-x:auto;gap:6px;border-radius:.5rem .5rem 0rem 0rem;-webkit-border-top-left-radius:.5rem;-webkit-border-top-right-radius:.5rem;-webkit-border-bottom-right-radius:0rem;-webkit-border-bottom-left-radius:0rem;-moz-border-radius-topleft:.5rem;-moz-border-radius-topright:.5rem;-moz-border-radius-bottomright:0rem;-moz-border-radius-bottomleft:0rem}}.question-form .form .editor .color-picker{background:#e6eff9;border:.0625rem solid #363853;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;width:3.001875rem;height:1.8125rem}.question-form .form .editor .inline-block{display:flex;align-items:center;justify-content:center;gap:5px}.question-form .form .editor .inline-block .inline-item{background:#e6eff9;border:.0625rem solid #363853;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;min-width:47px;height:29px}.question-form .form .editor .divider{margin-top:1.1875rem;border:.03125rem solid #d0d9e4;width:100%}.question-form .form .editor .answers-title{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:1rem}.question-form .form .editor .answers-title>div{display:flex;gap:4px}.question-form .form .editor .answers-title .answers-title-text{font-weight:500;font-size:1rem;line-height:1.5rem;color:#3f4b5a}.question-form .form .editor .answers-type-options{margin-top:1.375rem;display:flex;align-items:center;justify-content:start;gap:.3125rem;flex-wrap:wrap}.question-form .form .editor .answers-type-options.points{justify-content:flex-end}.question-form .form .editor .answers-type-options.timer{align-self:flex-start}@media (max-width: 50.625rem){.question-form .form .editor .answers-type-options{gap:.875rem}}@media (max-width: 29.1875rem){.question-form .form .editor .answers-type-options{flex-direction:column;align-items:center;justify-content:center}}.question-form .form .editor .answers-type-options span{font-weight:400;font-size:.875rem;color:#3f4b5a}.question-form .image-video-link-areas{margin:.8rem 0rem;display:flex;align-items:center;justify-content:center;gap:.8125rem}.question-form .image-video-link-areas .drop-area{display:flex;flex-direction:row;align-items:center;padding:0rem .625rem;gap:.75rem;height:2.875rem;background:#e4f1fe;border:.0625rem dashed #1f8af4;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;cursor:pointer}@media (min-width: 1024px){.question-form .image-video-link-areas .drop-area{padding:.875rem 1.25rem}}.question-form .image-video-link-areas .hint-image{max-width:300px;max-height:300px;object-fit:contain;border-radius:10px}@media screen and (max-width: 571px){.question-form .image-video-link-areas .hint-image{max-width:60vw;border-radius:10px}}.question-form .image-video-link-areas .solid-border{border:.0625rem solid #1f8af4!important}.question-form .image-video-link-areas .drag-area-text{font-weight:300;font-size:.625rem;color:#1f8af4;overflow-x:auto;text-align:center}@media (min-width: 1024px){.question-form .image-video-link-areas .drag-area-text{font-size:.75rem}}.question-form .image-video-link-areas .drag-area-text .hide-on-small-screens{font-size:0!important;transition:all .5s ease-in-out}@media (min-width: 1281px){.question-form .image-video-link-areas .drag-area-text .hide-on-small-screens{font-size:.625rem!important}}.question-form .image-video-link-areas .uploaded-area{border:dashed .0625rem #20AC1D!important;background-color:#bbf2c4!important;color:#20ac1d!important}.question-form .image-video-link-areas .uploaded-type{color:#20ac1d}.question-form .image-video-link-areas .enabled-delete-button{border:dashed .0625rem #f83737!important;background-color:#ffcaca!important}.click-to-preview{position:absolute;top:1%;left:5%;border:.0625rem solid transparent;padding:.625rem 1.25rem;display:flex;justify-content:center;align-items:center;background-color:#edf2f7;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem;transition:all ease-in-out .5s}@media (max-width: 50rem){.click-to-preview{left:2%}}.click-to-preview>span{color:#374957;font-weight:400;font-size:1rem;line-height:1.125rem;padding-left:.3125rem}.click-to-preview:hover{border:.0625rem solid #617082;background-color:transparent}.click-to-preview svg{fill:#fff;color:#617082;width:1.5625rem;scale:75%}@media (min-width: 81.5625rem){.click-to-preview{display:none}}.question_preview_modal{padding:1.5625rem;display:flex;flex-direction:row-reverse;align-items:center;background:#fff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;min-width:35vw;position:relative}.question_preview_modal .preview-card{width:100%}.question_preview_modal>.cover_preview_modal__close{position:absolute;top:0;right:0}.question_preview_modal>img{margin-left:-30px;cursor:pointer}.question_preview_modal .textarea p{margin-bottom:23px;margin-right:25px}.cover_preview_modal{padding:40px;display:flex;flex-direction:row-reverse;align-items:flex-start;position:relative;background:#fff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.cover_preview_modal>img{margin-left:-30px;cursor:pointer}.cover_preview_modal .fake-image-area{background-color:#edf2f7;width:100%;height:12.5rem;display:flex;align-items:center;justify-content:center;margin-block:.625rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.cover_preview_modal .fake-image-area svg{scale:1000%}.cover_preview_modal .cover-preview-modal-media{margin-bottom:1.25rem}.cover_preview_modal .card-title{font-weight:500;font-size:1.6875rem;line-height:2.5pxrem;display:flex;align-items:center;text-align:center;margin-right:25px;color:#39404b}.cover_preview_modal .textarea img{max-height:300px;max-width:600px;border:1px solid transparent;border-radius:10px;display:block;margin:23px auto 38px;object-fit:contain}.cover_preview_modal .cta-text{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.75rem 1.125rem;width:250px;height:57px;background:#1f8af4;border-radius:.5rem;font-weight:500;font-size:.9375rem;margin:0 auto;color:#fff;cursor:pointer;gap:1rem;margin-top:1.25rem}.question-panel{position:relative;background-color:#fff;border-top-left-radius:.5rem;border-top-right-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;display:flex;align-items:center;gap:5px;justify-content:start;flex-direction:column;padding-block:1.5625rem;padding-inline:.625rem;height:63.125rem;height:100%;width:fit-content}@media (max-width: 83.5rem){.question-panel{height:100%}}@media (max-width: 50rem){.question-panel{gap:0rem;width:100%}}.question-panel .add-question-btn{margin-bottom:1.75rem}@media (min-width: 1536px){.question-panel{padding-block:1.75rem;padding-inline:.6875rem}}.question-panel .dropdown-group{display:flex;align-items:center;justify-content:space-between;border:.0625rem solid #617082;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;cursor:pointer;margin-bottom:.625rem;padding:.625rem;width:100%;min-width:11.5625rem}@media (max-width: 800px){.question-panel .dropdown-group{width:100%;margin-bottom:.9375rem;padding:.625rem}}@media (min-width: 1536px){.question-panel .dropdown-group{margin-bottom:.625rem;padding:.625rem .9375rem;gap:.625rem;width:100%}}.question-panel .dropdown-group svg{fill:#617082}.question-panel .dropdown-group span{font-weight:600;font-size:1rem;color:#617082}@media (max-width: 700px){.question-panel .dropdown-group span{font-weight:600;font-size:.8125rem}}@media (min-width: 1281px) and (max-width: 1535px){.question-panel .dropdown-group{padding:.625rem 1.3125rem .625rem .625rem;gap:.625rem}.question-panel .dropdown-group span{font-weight:600;font-size:1rem;color:#617082}}.question-panel .dropdown-cards{display:flex;align-items:center;justify-content:start;flex-direction:column;width:100%;padding-inline:.625rem;gap:.875rem;overflow-x:clip}@media (max-width: 83.5rem){.question-panel .dropdown-cards{width:100%;display:flex;justify-content:center;align-items:center}}.question-panel .dropdown-cards .question-btn-group,.question-panel .dropdown-cards .result-btn-group,.question-panel .dropdown-cards .cover-btn-group{width:100%}.question-panel .add-question-button{min-width:100px;font-weight:400;font-size:.625rem;text-align:center;color:#fff}@media (min-width: 1536px){.question-panel .add-question-button{font-weight:500;line-height:1.25rem}}.question-panel .isSelected{border:dashed .0625rem #277a35!important;background-color:#93d09d!important;color:#277a35!important}.question-panel .isSelected .not-blind{color:#93d09d!important;scale:120%}.question-panel .isSelected svg{fill:#277a35!important;color:#93d09d}.question-panel .isSelected *{fill:#277a35!important}.question-panel .isSelected span{color:#277a35}.question-panel .dropdown-card-delete{display:flex;align-items:center;padding:.10625rem .10625rem .10625rem .5rem;gap:.75rem;background:#f1f1f1;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;margin-top:.875rem;margin-bottom:1.25rem;max-width:97%;justify-content:space-between}@media (max-width: 83.5rem){.question-panel .dropdown-card-delete{width:100%}}.question-panel .dropdown-card-delete .yes-no,.question-panel .dropdown-card-delete .no,.question-panel .dropdown-card-delete .yes{display:flex;justify-content:center;align-items:center;padding:.5625rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;color:#fff}.question-panel .dropdown-card-delete .text{font-weight:300;font-size:.75rem;color:#000}.question-panel .dropdown-card-delete .yes{background:#77a90c}.question-panel .dropdown-card-delete .no{background:#ff2700}.question-panel .dropdown-card{padding-inline:.5rem;padding-block:.375rem;display:flex;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;align-items:center;color:#1f8af4;justify-content:space-between;border:dashed .0625rem #1f8af4;background-color:#e4f1fe;margin-bottom:.875rem;gap:.625rem;cursor:pointer;min-width:10.3125rem;width:100%}@media (max-width: 50rem){.question-panel .dropdown-card{min-width:10.3125rem;max-width:100%;padding-top:.5rem;padding-bottom:.5rem}}@media (max-width: 25rem){.question-panel .dropdown-card{min-width:7.1875rem}}.question-panel .dropdown-card .not-blind{color:#e4f1fe;scale:120%}@media (min-width: 1536px){.question-panel .dropdown-card{gap:.625rem}}.question-panel .dropdown-card .settings{fill:#374957;display:block;max-width:1.25rem!important;max-height:1.25rem!important}.question-panel .dropdown-card .settings.hide{opacity:0;cursor:default}.question-panel .dropdown-card .question-status{display:block;max-width:1.25rem!important;max-height:1.25rem!important;fill:#1f8af4!important}.question-panel .dropdown-card:hover{border:dashed .0625rem #374957;background-color:#eee;color:#374957}.question-panel .dropdown-card:hover .settings{fill:#374957;display:block;transition:all .3s ease-in-out}.question-panel .dropdown-card:hover .question-status{display:none}.question-panel .dropdown-card:hover .drag-indicator{fill:#374957;cursor:move}.question-panel .dropdown-card .question-text{font-size:.75rem;font-weight:300;text-align:center;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap}.question-panel .dropdown-card .question-text p{overflow-x:hidden;text-overflow:ellipsis;max-width:73px;margin-bottom:0!important}@media (min-width: 1536px){.question-panel .dropdown-card .question-text{font-size:.875rem;line-height:1.5rem}}p{margin-bottom:0!important}#fill-in-blanks-correct-answer{height:20px!important;width:20px!important}.question-panel-question-list{max-height:61%;height:fit-content;overflow-y:auto;position:relative}.question-panel-question-list .update-flag{top:5px;position:absolute;right:5px}@media (max-width: 1336px){.question-panel-question-list{width:100%;overflow-y:auto;height:auto}}.items-container-questions{display:flex;justify-content:center;flex-direction:column;overflow-y:auto;height:max-content}@media (max-width: 800px){.items-container-questions{align-items:center}}.preview-panel{padding:1.25rem .625rem;box-shadow:0 .5rem 1rem #0000001a;border:.0625rem solid #e5e5e5;position:relative;display:flex;flex-direction:column;z-index:0;width:80%;background-attachment:local;border-radius:8px}@media (max-width: 81.5625rem){.preview-panel{display:none!important}}@media (max-width: 106.25rem){.preview-panel{min-width:40%}}@media (max-width: 87.5rem){.preview-panel{min-width:37%}}@media (max-width: 81.5625rem){.preview-panel{display:none}}@media (max-width: 50rem){.preview-panel{display:block;margin-top:-5px;height:38.75rem}}.preview-panel .question-image{max-width:250px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;margin-top:.625rem;margin:.625rem auto 0px;display:block}.preview-panel .buttons{width:100%;display:flex;justify-content:end;gap:1.6875rem}@media (max-width: 50rem){.preview-panel .buttons{display:block;position:absolute;bottom:0%;right:0%}}.preview-panel .buttons .button{display:flex;align-items:center;padding:.75rem 1.125rem;gap:.875rem;border:.0625rem solid #0b78e5;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}@media (max-width: 50rem){.preview-panel .buttons .button{position:absolute;bottom:0%;right:0%;width:100%}}.preview-panel .buttons .button-1{background-color:#e4f1fe;position:relative}.preview-panel .buttons .button-1 .pulse{position:absolute;top:-1%;left:-1%;width:.3125rem;height:.3125rem;background:#1f8af4;border:.0625rem solid #1f8af4;border-radius:50%;box-sizing:border-box}.preview-panel .buttons .button-1 .pulse:before,.preview-panel .buttons .button-1 .pulse:after{content:"";position:absolute;top:-150%;left:-150%;width:.625rem;height:.625rem;border:.0625rem solid #1f8af4;border-radius:50%;animation:animate 2s linear infinite}.preview-panel .buttons .button-1 .pulse:after{animation-delay:1s}@keyframes animate{0%{transform:scale(2)}to{transform:scale(.7)}}.preview-panel .buttons .button-2{background-color:#1f8af4}@media (max-width: 50rem){.preview-panel .buttons .button-2{padding-top:26px;padding-bottom:26px}}.preview-panel .buttons .save,.preview-panel .buttons .publish{font-family:Inter;font-weight:500;font-size:.9375rem;line-height:1.25rem;text-align:center;color:#0b78e5}.preview-panel .buttons .publish{color:#fff!important}.preview-panel .tiles{height:49.3125rem;background-color:#fff;margin:2.125rem 1.3125rem;border-radius:1.875rem;-webkit-border-radius:1.875rem;-moz-border-radius:1.875rem;flex-direction:column;overflow-y:hidden}.preview-panel .row{display:flex}.preview-panel .bg-white{background-color:#fff;width:2.37125rem;height:2.37125rem}.preview-panel .bg-slate{background-color:#edf2f7;width:2.37125rem;height:2.37125rem}.preview-panel .preview-card{background:#39404b;border-radius:1.5625rem;-webkit-border-radius:1.5625rem;-moz-border-radius:1.5625rem;padding:1.9375rem;align-self:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:fit-content;width:90%;overflow:hidden}.preview-panel .preview-card .form{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.9375rem}.preview-panel .preview-card .form p{margin-bottom:23px}.preview-panel .preview-card .form .textarea{background:#ffffff;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;min-height:11.625rem;padding-inline:.625rem;padding-block:2.0625rem;font-weight:400;color:#617082;position:relative;z-index:1}.preview-panel .preview-card .form .textarea .edoc-math-equation{max-width:100px;max-height:80px;border-radius:unset!important}.preview-panel .preview-card .form .textarea .image-editor,.preview-panel .preview-card .form .textarea img{max-height:400px;max-width:500px;border:1px solid transparent;border-radius:10px;margin:0 auto;object-fit:contain}.preview-panel .preview-card .form .textarea>.delete-media{background-color:red;width:auto;position:absolute;top:0;right:0;z-index:10}.preview-panel .preview-card .form .preview_images_choices{display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;overflow-y:scroll;overflow-x:hidden;gap:30px;height:fit-content;min-height:185px;min-width:185px;max-height:330px;margin-top:-20px}.preview-panel .preview-card .form .preview_images_choices .answers__image-answer-card .drop-area{margin-top:-20px}.preview-panel .preview-card .form .preview_images_choices .answers__image-answer-card .drop-area .image_upload_container{margin-top:10px}.preview-panel .preview-card .form .preview-answers{display:flex;align-items:center;width:100%;justify-content:center;flex-direction:column;gap:1.25rem}.preview-panel .preview-card .form .preview-answers .preview-answer{min-height:3.375rem;width:100%;background:#ffffff;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem}.preview-panel .wrapper{display:inline-flex;align-items:center;justify-content:start;height:40px}.preview-panel .wrapper input[type=checkbox]{display:none}.preview-panel .wrapper input[type=checkbox]:checked~.option{border-right:.3125rem solid #10c222;background:#95e6a2}.preview-panel .wrapper input[type=checkbox]:checked~.option .dot{background:#ffffff;opacity:1;position:relative;background-color:#f5f5f5;width:1.125rem;height:1.125rem}.preview-panel .wrapper input[type=checkbox]:checked~.option .dot:before{opacity:1;transform:scale(1);background:#10c222;width:.5rem;height:.5rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.preview-panel .wrapper .option{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.625rem;width:2.5rem;height:2.5rem;background:#e6eff9;border-right:.3125rem solid #bdd7d9;border-top-left-radius:.625rem;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:.625rem;-webkit-border-top-left-radius:.625rem;-webkit-border-top-right-radius:0px;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:.625rem;-moz-border-radius-topleft:.625rem;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:0px;-moz-border-radius-bottomleft:.625rem;cursor:pointer}.preview-panel .wrapper .dot{height:.75rem;width:.75rem;background:#eaf0f6;border-radius:50%;position:relative;opacity:0}.edoc-math-equation{margin:unset!important;border-radius:unset!important}.image-editor{max-height:400px;max-width:500px;border:1px solid transparent;border-radius:10px;margin:0 auto;object-fit:contain}.quizzes-result-create{display:flex;justify-content:space-between;width:100%;gap:1.25rem}@media (max-width: 50rem){.quizzes-result-create{flex-direction:column;gap:0rem}}.quizzes-result-create .quiz-panel{flex-grow:1}@media (max-width: 50rem){.quizzes-result-create .quiz-panel>.preview-buttons-bottom-for-result{margin-bottom:3.125rem!important}.quizzes-result-create .quiz-panel>.preview-buttons-bottom-for-result>.preview-buttons-bottom{display:flex!important;position:absolute;right:2%}}.quizzes-result-create .editor{height:unset!important;padding-top:1.25rem!important}.quizzes-result-create .cta-input{font-weight:400;color:#617082;padding:.625rem;border:.0625rem solid #cbd5e1;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:100%}.quizzes-result-create .cta-input::placeholder{font-weight:400;color:#617082}.quizzes-result-create .create-result-preview{width:80%}@media (max-width: 50rem){.quizzes-result-create .create-result-preview{min-height:482px;min-width:100%;display:flex;flex-direction:column;margin-top:-30px}}.quizzes-result-create .create-result-preview .cta-text{background:#ffffff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:400;color:#617082;padding:.625rem;text-align:center}.quizzes-result-create .create-result-preview .create-result-preview-card{gap:2.1875rem!important;display:flex;flex-direction:column;height:fit-content!important}.quizzes-result-create .create-result-preview .create-result-preview-card img{object-fit:contain;height:300px}.quizzes-result-create .create-result-preview .create-result-preview-textarea{display:flex;flex-direction:column;align-items:center;justify-content:center}.quizzes-result-create .create-result-preview .create-result-preview-textarea svg{fill:#eee;scale:300%}.quizzes-result-create .create-result-preview .card-title{font-weight:700;font-size:1.6875rem;display:flex;align-items:center;justify-content:center;color:#fff}.quizzes-result-create .create-result-preview .card-small-title{font-weight:700;font-size:2.25rem;display:flex;align-items:center;justify-content:center;color:#fff}.quizzes-result-create .create-result-preview .card-small-title p{text-align:center}.create-result-image-video-container{display:flex;flex-direction:column;margin-block:1.25rem;width:100%}.create-result-image-video-container .create-result-image-video{display:flex;justify-content:space-between;align-items:center;width:100%}.create-result-image-video-container .drag-result-media{display:flex;justify-content:space-between;align-items:center;padding:3.125rem 6.25rem;background:#f0f0f0;border:.0625rem dashed #a7a7a7;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;gap:1.25rem}.create-result-image-video-container .drag-result-media span{font-weight:300;font-size:1.3125rem;text-align:center;color:#6e757b}.result_container{margin-top:-3.75rem}.result_container .result-header{display:flex;justify-content:space-between;align-items:flex-start}.result_container .result-header .result-title{display:flex;flex-direction:row;align-items:center;padding:.625rem;gap:.625rem;margin-bottom:1.5625rem}.result_container .result-header .result-title span{color:#617082;font-weight:700;font-size:1.125rem;line-height:1.6875rem}.result_container .result_form_container{background:#f6f9fb;border-radius:.625rem;padding:1.4375rem 1.0625rem;margin:0 -.875rem}@media (max-width: 50rem){.result_container .result_form_container{width:100%;margin-left:auto;margin-right:auto}}.result_container .result_form_container .result_hint{margin-bottom:20px;color:#617082}.result_container .result_form_container .ranges{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.1875rem}.result_container .result_form_container .ranges span{font-weight:400;font-size:1rem;line-height:1.5rem;color:#000}.result_container .result_form_container .ranges .range{padding:.625rem;width:11.375rem;height:2.875rem;background:#ffffff;border:1px solid #cbd5e1;border-radius:.5rem;font-weight:400;font-size:1rem;line-height:1.5rem;color:#617082}.result_container .result_form_container .text-toggle{background:#ffffff;border:1px solid #cbd5e1;border-radius:8px;display:flex;justify-content:space-between;padding:.6875rem .625rem;margin-bottom:.6875rem;color:#617082}.result_container .result_form_container .text-toggle span{font-weight:400;font-size:1rem;line-height:1.5rem}@media only screen and (min-width: 1180px) and (max-width: 1425px){.result_container .result_form_container .ranges .range{width:130px!important}}@media only screen and (max-width: 865px){.ranges{flex-direction:column!important;align-items:flex-start!important}.question-form .image-video-link-areas .drop-area span{display:none}}.create-result-preview-textarea{background:#edf2f7;display:flex;justify-content:center;align-items:center;min-height:3.125rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.create-result-preview-textarea svg{color:#fff;font-size:1.25rem;min-width:3.125rem}.quizzes-cover-create{display:flex;justify-content:space-between;width:100%;gap:1.25rem}@media (max-width: 50rem){.quizzes-cover-create{flex-direction:column;justify-content:center;align-items:center;gap:0rem;margin-top:-27px}}.quizzes-cover-create .quiz-panel{flex-grow:1}@media (max-width: 50rem){.quizzes-cover-create .quiz-panel{border-top-left-radius:0%;border-top-right-radius:0%}.quizzes-cover-create .quiz-panel>.preview-buttons-bottom-for-result{margin-bottom:3.125rem!important}.quizzes-cover-create .quiz-panel>.preview-buttons-bottom-for-result>.preview-buttons-bottom{display:flex!important;position:absolute;right:2%}}.quizzes-cover-create .editor{height:unset!important}.quizzes-cover-create .title-editor{width:100%}.quizzes-cover-create .title-editor p{color:red;opacity:0;font-size:.875rem;transform:translateY(-10px);transition:all .3s ease-in-out}.quizzes-cover-create .title-editor p.show{opacity:1;transition:opacity .3s ease-in-out;transform:translate(0);transition:all .3s ease-in-out}.quizzes-cover-create .cta-input{font-weight:400;color:#617082;padding:.625rem;border:.0625rem solid #cbd5e1;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:100%}.quizzes-cover-create .cta-input::placeholder{font-weight:400;color:#617082}.quizzes-cover-create .create-cover-preview{width:80%;gap:1.25rem}@media (max-width: 50rem){.quizzes-cover-create .create-cover-preview{min-height:482px;min-width:100%;display:flex;flex-direction:column;margin-top:-30px}}.quizzes-cover-create .create-cover-preview .cta-text{background:#ffffff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:400;color:#617082;padding:.625rem;text-align:center}.quizzes-cover-create .create-cover-preview .create-cover-preview-card{gap:2.1875rem!important;display:flex;flex-direction:column;height:fit-content!important;width:90%;position:relative!important;top:unset!important;left:unset!important;transform:unset!important}.quizzes-cover-create .create-cover-preview .create-cover-preview-card video{max-width:100%}.quizzes-cover-create .create-cover-preview .create-cover-preview-card img{display:inline-block;vertical-align:middle!important;object-fit:contain;max-width:100%;max-height:300px}.quizzes-cover-create .create-cover-preview .create-cover-preview-textarea{display:flex;flex-direction:column;align-items:center;justify-content:center}.quizzes-cover-create .create-cover-preview .create-cover-preview-textarea svg{fill:#617082;scale:300%}.quizzes-cover-create .create-cover-preview .card-title{font-weight:700;font-size:1.6875rem;color:#fff;text-align:center}.create-cover-image-video-container{display:flex;flex-direction:column;margin-block:1.25rem;width:100%}.create-cover-image-video-container .create-cover-image-video{display:flex;justify-content:space-between;align-items:center;width:100%}.create-cover-image-video-container .drag-cover-media{display:flex;justify-content:space-between;align-items:center;padding:3.125rem 6.25rem;background:#f0f0f0;border:.0625rem dashed #a7a7a7;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;gap:1.25rem}.create-cover-image-video-container .drag-cover-media span{font-weight:300;font-size:1.3125rem;text-align:center;color:#6e757b}.preview-buttons-bottom{display:none;justify-content:end;align-items:center;width:100%;transform:translateY(-50%)}@media (min-width: 50rem){.preview-buttons-bottom{display:flex}}@media (min-width: 81.5625rem){.preview-buttons-bottom{display:none!important}}.loading,.display-result .note-and-details .loading-result,.quiz-loading-container .quiz-loading-container__button,.quiz-loading-container .quiz-loading-container__body,.quiz-loading-container .quiz-loading-container__progress,.quiz-loading-container .quiz-loading-container__title{position:relative;overflow:hidden;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem}.loading:before,.display-result .note-and-details .loading-result:before,.quiz-loading-container .quiz-loading-container__button:before,.quiz-loading-container .quiz-loading-container__body:before,.quiz-loading-container .quiz-loading-container__progress:before,.quiz-loading-container .quiz-loading-container__title:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,#e8e8e8,#f4f4f4,#e8e8e8);background-size:200% 200%;animation:loading-skeleton-radial-animation 1s infinite}@keyframes loading-skeleton-radial-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.spinner{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);width:30px;height:30px;animation:spinner .75s linear infinite}.spinner span{position:absolute;width:100%;height:100%;border-radius:50%}.spinner .spinner-inner-1{background:linear-gradient(to right,rgba(31,138,244,0) 0%,rgba(31,138,244,0) 50%,#1f8af4 51%)}.spinner .spinner-inner-2{background:linear-gradient(to top,rgba(255,255,255,0) 0%,white 100%)}.spinner .spinner-inner-3{top:3px;left:3px;width:24px;height:24px;background:white}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.answers__image-choices{margin-top:1.5rem;border:1px solid #cbd5e1;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;padding:1.0625rem 1.1875rem;display:flex;align-items:center;justify-content:center;gap:.9375rem;max-width:101%;overflow:auto;overflow-y:hidden}@media only screen and (min-width: 1440px){.answers__image-choices{max-width:608px!important}}@media only screen and (max-width: 1440px){.answers__image-choices{max-width:508px!important}}@media only screen and (max-width: 966px){.answers__image-choices{max-width:408px!important}}@media only screen and (max-width: 866px){.answers__image-choices{max-width:288px!important}}.answers__image-choices .answers__image-answer-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.25rem;gap:2%;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;padding:.875rem 1rem;max-width:15.625pxrem;width:8rem;height:8.0625rem;min-height:8.0625rem;cursor:pointer}.answers__image-choices .answers__image-answer-card.fall{animation:fallAway forwards .7s ease-out .3s}.answers__image-choices .answers__image-answer-card .image-area{width:1.926875rem;height:1.541875rem}.answers__image-choices .answers__image-answer-card .drop-area{max-height:8.0625rem}.answers__image-choices .answers__image-answer-card .drop-area img{width:8rem;height:8.0625rem;max-width:8rem;min-width:8rem;object-fit:cover;border-radius:.5rem}.answers__image-choices .answers__image-answer-card .select{display:none}.answers__image-choices .answers__image-answer-card .select:checked~.option .dot{background:#d0f3cb!important;border:.0625rem solid #27ae3e!important}.answers__image-choices .answers__image-answer-card .select:checked~.option .dot:after{background-color:#27ae3e!important}.answers__image-choices .answers__image-answer-card .dot{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);bottom:-10%;background:#e7e8e7;border:.0625rem solid #a9a9a9;min-width:26px;width:26px;min-height:26px;height:26px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;cursor:pointer}.answers__image-choices .answers__image-answer-card .dot:after{content:"";position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);top:6px;left:12px;background:#a9a9a9;min-width:12px;width:12px;min-height:12px;height:12px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.answers__image-choices .answers__image-answer-card .delete{position:absolute;right:5px;top:5px;padding:3px;background-color:#fff;border-radius:5px;cursor:pointer;display:flex;align-items:stretch;height:25px;width:25px;justify-content:center;transition:all .3s ease}.answers__image-choices .answers__image-answer-card .delete img{transition:all .3s ease}.answers__image-choices .answers__image-answer-card .delete:hover{background:#e74c3c}.answers__image-choices .answers__image-answer-card .delete:hover img{filter:invert(100%) sepia(100%) saturate(21%) hue-rotate(305deg) brightness(105%) contrast(104%)}.answers__image-choices .answers__image-answer-card span{font-weight:300;font-size:.75rem;line-height:1.1875rem;text-align:center;color:#1f8af4;padding-block:.3125rem}.answers__image-choices .answers__image-answer-card .image_upload_container{display:flex;align-items:center;justify-content:center;flex-direction:column;height:8.1875rem;min-height:8.0625rem;max-width:8rem;min-width:8rem;border-radius:.5rem;background:#e4f1fe;border:.0625rem dashed #1f8af4}@keyframes fallAway{0%{transform:rotate(0);top:0;opacity:1}25%{transform:rotate(-15deg)}to{top:300px;transform:rotate(-5deg);opacity:0}}.Modal{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10000;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;padding:1.5625rem;border-radius:.625rem}.Overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000001a}.checkbox_container{display:flex;align-items:center;justify-content:flex-start;gap:12px;cursor:pointer}.checkbox_container span{font-weight:400;font-size:.875rem;color:#617082}.checkbox_container .checkbox{display:inline-block;border:1px solid #cbd5e1;border-radius:5px;height:22px;width:22px;background:white;display:flex;align-items:center;justify-content:center}.checkbox_container .checked{background:#1f8af4;border:1px solid #1f8af4}.checkbox_container:hover .checkbox{border:1px solid #1f8af4}.quiz-list-page{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1.4%;width:100%;max-width:calc(100vw - 8.75rem);transition:all .6s ease;position:relative}.quiz-list-page.sideBar-open{max-width:calc(100vw - 19.375rem)}@media screen and (max-width: 922px){.quiz-list-page.sideBar-open .advanced-filters__container .ant-picker,.quiz-list-page.sideBar-open .advanced-filters__container .ant-select{width:48%!important}}@media screen and (max-width: 636px){.quiz-list-page .advanced-filters__container .ant-picker,.quiz-list-page .advanced-filters__container .ant-select{width:48%!important}}@media screen and (max-width: 460px){.quiz-list-page .advanced-filters__container .ant-picker,.quiz-list-page .advanced-filters__container .ant-select{width:100%!important}}.quiz-list-page .divider{background-color:#c0c1c3;width:100%;margin:0 auto;outline:none;height:1px;border:none}.quiz-list-page .quiz-list{background:#ffffff;width:54.6%;height:100%;padding:1.5625rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;display:flex;flex-direction:column;gap:1.25rem}.quiz-list-page .quiz-list .button-text{font-family:Inter;font-weight:500;font-size:.9375rem;line-height:1.25rem;color:#fff}.quiz-list-page .main{display:flex;flex-direction:column;justify-content:space-between;height:100%}.quiz-list-page .main .noQuiz{align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:3.125rem 0rem 5.625rem;gap:.625rem}@media only screen and (max-width: 1250px){.quiz-list-page{flex-direction:column-reverse}.quiz-list-page .quiz-list{width:100%}.quiz-list-page .quiz-list-item-pverview{width:100%;display:none;min-height:30.625rem}.quiz-list-page .preview-loading{min-height:32.5rem}.quiz-list-page .preview-iframe{margin-top:1.5rem;min-height:45rem}}@media (max-width: 47.9375rem){.quiz-list-page,.quiz-list-page.sideBar-open{max-width:100vw}}@media (max-width: 400px){.quiz-list-page .quiz-list{padding:0rem}}.sort-search{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.sort-search .quiz-list-sort{width:50%;display:flex;align-items:center;justify-content:start;gap:.8125rem}@media screen and (max-width: 600px){.sort-search .quiz-list-sort{width:unset!important}}.sort-search .quiz-list-sort .quiz-list-dropdown-button span{font-weight:400;font-size:.8125rem;line-height:1.125rem;color:#39404b}.sort-search .quiz-list-sort .ant-select-selector{background:#eeeeee;color:#617082;border:unset}.sort-search .quiz-list-sort .ant-select-selector input::placeholder{color:#617082}.sort-search .quiz-list-sort .sort-by{font-weight:400;font-size:.8125rem;color:#39404b}.sort-search .filter-button{display:flex;justify-content:space-between;align-items:center;color:#617082;border:.0625rem solid #eeeeee;border-radius:8px;padding:.625rem;margin-left:.5rem;gap:.375rem;position:relative;background:#eeeeee;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.sort-search .filter-button svg{width:1.0625rem}.sort-search .filter-button.open{background:#1f8af4;color:#fff}@media (max-width: 1535px){.sort-search .quiz-list-sort{gap:.625rem}.sort-search .quiz-list-sort .quiz-list-dropdown-button span{font-weight:400;font-size:.625rem;line-height:.9375rem}.sort-search .quiz-list-sort .sort-by{font-weight:300;font-size:.625rem}}@media (max-width: 40.625rem){.sort-search{gap:.9375rem}.sort-search .quiz-list-search-container{width:unset}}@media screen and (max-width: 548px){.quiz-list-search-container label{width:unset!important}}@media screen and (max-width: 527px){.sort-search .quiz-list-sort{width:100%!important;justify-content:space-between}.sort-search .quiz-list-sort .ant-select{width:49%!important}.sort-search .quiz-list-sort .filter-button{justify-content:flex-start;width:49%!important}.sort-search .quiz-list-search-container,.sort-search .quiz-list-search-container label{width:100%!important}}.quiz-list-search-container{width:50%;display:flex;justify-content:end;align-items:center}.quiz-list-search-container .search-button{position:absolute;right:4%;top:52%;transform:translateY(-50%)}.quiz-list-search-container label{display:flex;align-items:center;padding:9px 10px;position:relative;border:.0625rem solid #e4f1fe;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:65%}.quiz-list-search-container label input{width:90%}.quiz-list-search-container label input ::placeholder{font-weight:400;font-size:.75rem;color:#39404b}@media (max-width: 40rem){.quiz-list-search-container label input{width:100%}}@media only screen and (max-width: 1090px){.quiz-list-search-container label{width:250px}.quiz-list-search-container label input{width:210px}}.list-header{display:flex;align-items:center;justify-content:space-between}.list-header .title{display:flex;align-items:center;justify-content:space-between;gap:.9375rem}.list-header .title h1{font-weight:700;font-size:1.375rem;line-height:2.0625rem;color:#617082}@media (max-width: 1535px){.list-header .title{gap:.625rem}.list-header .title h1{font-weight:600;font-size:1.125rem;line-height:1.6875rem}}@media (max-width: 26.875rem){.list-header{flex-direction:column;align-items:flex-start;gap:15px}.list-header .button{width:100%}}.quiz-list-cards{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.active-quiz-list-card{background:#f1f8fc;border-left:.3125rem solid #1f8af4!important;box-shadow:0 .25rem .25rem #e4f1fe}.quiz-list-card{display:flex;justify-content:space-between;align-items:center;padding:.625rem;gap:2.5rem;border:.0625rem solid #cbd5e1;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:100%;min-height:4.8125rem;height:6.25rem;cursor:pointer}@media (max-width: 1764px){.quiz-list-card.sidebar-open{flex-direction:column;height:fit-content;align-items:flex-start}.quiz-list-card.sidebar-open .actions{align-self:end}.quiz-list-card.sidebar-open .texts{max-width:unset}}@media (max-width: 1764px) and (max-width: 1500px){.quiz-list-card .texts{max-width:15.25rem}}.quiz-list-card .texts{display:flex;flex-direction:column;align-items:start;gap:.25rem}.quiz-list-card .texts .title{font-weight:500;font-size:.9375rem;color:#3a4654;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:350px}.quiz-list-card .texts .meta{display:flex;align-items:flex-end;justify-content:start;gap:1.25rem;width:100%}.quiz-list-card .texts .meta .created-at{font-weight:300;font-size:.8125rem;text-align:center;margin-top:.3125rem;color:#617082;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quiz-list-card .texts .meta .author>*{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}@media (max-width: 1444px){.quiz-list-card .texts .meta .author>*{max-width:100px}}.quiz-list-card .texts .meta .author *{font-weight:300;font-size:.8125rem;text-align:center;color:#2d6ab5}.quiz-list-card .texts .meta .categories{display:flex;justify-content:start;align-items:center;gap:.3125rem}.quiz-list-card .texts .meta .categories .category{display:flex;justify-content:center;align-items:center;gap:.3125rem;background:#d1fadf;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;font-weight:400;font-size:.75rem;color:#027a48;padding:.25rem .5rem;max-width:60px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quiz-list-card .actions{gap:.46875rem;display:flex;align-items:center;justify-content:end}.quiz-list-card .actions button,.quiz-list-card .actions .button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5rem .625rem;background:#e6faff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-family:Inter;font-weight:500;font-size:.75rem}.quiz-list-card .actions .preview{background:#c4efcb;color:#408c4c}.quiz-list-card .actions .edit,.quiz-list-card .actions .share{background:#e6faff;color:#0b78e5}.quiz-list-card .actions .toggle{background:transparent}.quiz-list-card .actions .toggle svg{fill:#afafaf}.quiz-list-card .actions .toggle:hover svg{fill:#e47279}@media (max-width: 1280px){.quiz-list-card{padding:.625rem;gap:2.5rem}.quiz-list-card .texts .title{font-weight:400;font-size:.9375rem}.quiz-list-card .texts .meta{gap:.9375rem}.quiz-list-card .texts .meta .created-at,.quiz-list-card .texts .meta .author *{font-weight:200;font-size:.625rem}.quiz-list-card .texts .meta .category{gap:5px;font-weight:200;font-size:.625rem}.quiz-list-card .actions{gap:.3125rem}.quiz-list-card .actions button{font-weight:400;font-size:.75rem}}@media (max-width: 1535px){.quiz-list-card{padding:.625rem;gap:2.5rem}.quiz-list-card .texts .title{font-weight:400;font-size:1rem}.quiz-list-card .texts .meta{gap:.9375rem}.quiz-list-card .texts .meta .created-at,.quiz-list-card .texts .meta .author *{font-weight:300;font-size:.6875rem}.quiz-list-card .texts .meta .category{gap:5px;font-weight:300;font-size:.6875rem}.quiz-list-card .actions{gap:.3125rem}.quiz-list-card .actions button{font-weight:400;font-size:.875rem}}@media only screen and (min-width: 1250px) and (max-width: 1310px){.quiz-list-card .texts .meta .created-at span{display:none!important}}@media (max-width: 68.75rem){.quiz-list-card .texts .meta .created-at span{display:none}.quiz-list-card .texts .title{max-width:14.375rem}}@media (max-width: 47.5rem){.quiz-list-card{flex-direction:column;gap:.75rem;min-height:9.25rem;height:fit-content;padding:1rem;align-items:flex-start;position:relative}.quiz-list-card .actions{align-self:end}.quiz-list-card .actions .button{font-size:.75rem}.quiz-list-card .actions .toggle{background:#fff;position:absolute;top:.75rem;right:.75rem}.quiz-list-card .texts .title{max-width:unset}}.game-button{cursor:pointer;border:none;margin:15px 15px 30px;background:repeating-linear-gradient(45deg,#3ebbf7,#3ebbf7 5px,#45b1f4 5px,#45b1f4 10px);border-bottom:3px solid rgba(16,91,146,.5);border-top:3px solid rgba(255,255,255,.3);border-radius:50%!important;padding:5px!important}.game-button.orange{margin-top:25px;background:repeating-linear-gradient(45deg,#ffc800,#ffc800 5px,#ffc200 5px,#ffc200 10px)!important;border-bottom:3px solid rgba(205,102,0,.5)}.game-button.grey{background:#eeeeee!important}.quiz-list-item-pverview{background:#39404b;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;display:flex;justify-content:center;align-items:center;padding:2%;transition:all .3s ease;position:sticky;height:100%;max-height:620px;width:45%;right:28px;top:100px}.quiz-list-item-pverview.sidebar-open{max-height:600px}.quiz-list-item-pverview iframe{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;height:100%;border:none;outline:none;margin:0}.quiz-list-item-pverview .display-quiz .empty-image,.quiz-list-item-pverview .display-quiz .loading,.quiz-list-item-pverview .display-quiz .display-result .note-and-details .loading-result,.display-result .note-and-details .quiz-list-item-pverview .display-quiz .loading-result,.quiz-list-item-pverview .display-quiz .quiz-loading-container .quiz-loading-container__button,.quiz-loading-container .quiz-list-item-pverview .display-quiz .quiz-loading-container__button,.quiz-list-item-pverview .display-quiz .quiz-loading-container .quiz-loading-container__body,.quiz-loading-container .quiz-list-item-pverview .display-quiz .quiz-loading-container__body,.quiz-list-item-pverview .display-quiz .quiz-loading-container .quiz-loading-container__progress,.quiz-loading-container .quiz-list-item-pverview .display-quiz .quiz-loading-container__progress,.quiz-list-item-pverview .display-quiz .quiz-loading-container .quiz-loading-container__title,.quiz-loading-container .quiz-list-item-pverview .display-quiz .quiz-loading-container__title{transform:scale(.8)}.quiz-list-item-pverview .display-quiz .loading,.quiz-list-item-pverview .display-quiz .display-result .note-and-details .loading-result,.display-result .note-and-details .quiz-list-item-pverview .display-quiz .loading-result,.quiz-list-item-pverview .display-quiz .quiz-loading-container .quiz-loading-container__button,.quiz-loading-container .quiz-list-item-pverview .display-quiz .quiz-loading-container__button,.quiz-list-item-pverview .display-quiz .quiz-loading-container .quiz-loading-container__body,.quiz-loading-container .quiz-list-item-pverview .display-quiz .quiz-loading-container__body,.quiz-list-item-pverview .display-quiz .quiz-loading-container .quiz-loading-container__progress,.quiz-loading-container .quiz-list-item-pverview .display-quiz .quiz-loading-container__progress,.quiz-list-item-pverview .display-quiz .quiz-loading-container .quiz-loading-container__title,.quiz-loading-container .quiz-list-item-pverview .display-quiz .quiz-loading-container__title{margin-bottom:30px}.quiz-list-item-pverview .display-question{transform:scale(.9);min-width:50vw}@media (max-width: 1023px){.quiz-list-item-pverview .display-question{min-width:75vw}}@media (max-width: 1280px){.quiz-list-item-pverview .display-question{min-width:50vw}}@media (max-width: 767px){.quiz-list-item-pverview .display-question{min-width:80vw}}.quiz-list-item-pverview .preview-card-quiz-list{background:#ffffff;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;padding-inline:5%;padding-block:7%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.875rem}.quiz-list-item-pverview .preview-card-quiz-list .title{font-weight:500;font-size:1.6875rem;text-align:center;color:#39404b}.quiz-list-item-pverview .preview-card-quiz-list .media{border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:100%;max-height:18.75rem}.quiz-list-item-pverview-white{background:#fff}@media only screen and (max-width: 1250px){.quiz-list-item-pverview{background:#39404b;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;display:flex;justify-content:center;align-items:center;padding:1%;transition:all .3s ease;position:unset;height:100%;max-height:675px;width:39%;right:28px;top:100px}.quiz-list-item-pverview.sidebar-open{width:inherit;max-height:inherit}}.table-wrapper table tbody tr td .buttons{display:flex;align-items:center;gap:.4375rem;justify-content:flex-end;position:relative}.pending-status{background:rgb(255,171,0);color:#fff;border-radius:6px;padding:0 8px;height:28px!important;display:block;display:flex;align-items:center;justify-content:center;width:100px;margin:0 auto}.users-list-page{background:#ffffff;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;height:auto;padding:1.5625rem;position:relative;max-width:calc(100vw - 8.75rem);display:flex;flex-direction:column;justify-content:flex-start;gap:1.25rem;transition:all .6s ease}.users-list-page.sideBar-open{max-width:calc(100vw - 19.375rem)}.users-list-page .list-header{border-bottom:1px solid #c0c1c3;padding-bottom:2rem}.users-list-page .list-header svg{width:23px}@media (max-width: 47.9375rem){.users-list-page,.users-list-page.sideBar-open{max-width:100vw}}@media (max-width: 25rem){.users-list-page{padding:0px 1.5625rem}.users-list-page .create-new-user{width:100%!important}}.create-new-user{display:flex;justify-content:center;align-items:center;padding:.625rem .9375rem;background:#1f8af4;border-radius:.4375rem;-webkit-border-radius:.4375rem;-moz-border-radius:.4375rem;margin:0 0 0 auto;font-family:Inter;font-weight:500;font-size:.9375rem;line-height:1.25rem;color:#fff}.confirm-user-deletion{background:#ffffff;-webkit-border-radius:2.5rem;-moz-border-radius:2.5rem;padding:2.5rem;display:flex;flex-direction:column;gap:.9375rem;align-items:center;justify-content:center;min-width:400px;border-radius:.625rem}.confirm-user-deletion .title{font-weight:400;font-size:1.5rem;color:#617082;margin-top:30px;padding:0%}.confirm-user-deletion .text{font-size:1.125rem;font-weight:200;text-align:center;color:#000;margin-bottom:30px}.confirm-user-deletion .text b{font-weight:300}.confirm-user-deletion .actions{display:flex;align-items:center;justify-content:center;gap:1.5625rem}.confirm-user-deletion button{display:flex;flex-direction:row;align-items:center;padding:.75rem 1.375rem;gap:1.25rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:400;font-size:.875rem;letter-spacing:.3px;margin-top:25px;font-family:Inter;font-style:normal}.confirm-user-deletion .button-save{background:#1f8af4;color:#fff}.confirm-user-deletion .button-save svg{color:#fff}.confirm-user-deletion .button-cancel{background:#e4f1fe;color:#1f8af4}.confirm-user-deletion .button-cancel svg{fill:#1f8af4}.add-new-user{max-width:39.875rem;min-width:37.5rem}@media (max-width: 37.5rem){.add-new-user{max-width:100vw;min-width:90vw}.add-new-user input[pass]{max-width:145px}}@media (max-width: 25rem){.confirm-user-deletion{min-width:300px;max-width:350px}.add-new-user .password-input{max-width:145px}}.choices{display:flex;align-items:center;flex-direction:column;gap:.625rem}.choices .card{display:flex;align-items:center;background:#e4f1fe;border:.0625rem solid #e4f1fe;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;min-height:2.875rem}.choices .card:hover{background-color:#aad0f7}.choices .card input{display:none}.choices .card .dot{max-width:2.375rem;min-width:2.375rem;min-height:2.875rem;background:#e6eff9;border-right:.3125rem solid #bdd7d9;border-top-left-radius:.625rem;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:.625rem;-webkit-border-top-left-radius:.625rem;-webkit-border-top-right-radius:0px;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:.625rem;-moz-border-radius-topleft:.625rem;-moz-border-radius-topright:0px;-moz-border-radius-bottomright:0px;-moz-border-radius-bottomleft:.625rem}.choices .card .choice-label{display:flex;align-items:center;cursor:pointer;overflow:hidden}.choices .card .choice-label .choice_content{font-weight:400;font-size:.9375rem;text-align:center;color:#39404b;padding:.3125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:21.875rem;display:inline-block}.quiz-list-dropdown-button{display:flex;justify-content:center;align-items:center;gap:1.5625rem;padding:.625rem;background:#eeeeee;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;fill:#39404b;color:#39404b}.teacher_dash_container{background:#fff;padding:30px 45px;border-radius:16px;width:100%;display:flex;justify-content:space-between;gap:30px;max-width:calc(100vw - 140px);transition:all .6s ease}.teacher_dash_container.sideBar-open{max-width:calc(100vw - 310px)}.teacher_dash_container .left{width:78%;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.teacher_dash_container .left .top{display:flex;flex-direction:column;gap:20px}.teacher_dash_container .left .top .cards{display:flex;gap:20px;flex-wrap:wrap}.teacher_dash_container .left .top .cards>div{display:flex;gap:20px;flex-direction:column;justify-content:space-between}.teacher_dash_container .right{width:28%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.teacher_dash_container .right>img{width:100%;border-radius:16px}@media only screen and (max-width: 1793px){.teacher_dash_container.sideBar-open .left .cards>div:not(:first-child){width:26%}.teacher_dash_container.sideBar-open .left .cards .metric_item{min-width:unset!important;width:100%!important}}@media only screen and (max-width: 1700px){.teacher_dash_container.sideBar-open .right{display:none!important}.teacher_dash_container.sideBar-open .left{width:100%!important}.teacher_dash_container.sideBar-open .left .cards{justify-content:space-between}.teacher_dash_container.sideBar-open .left .cards .top-quizzes-container{width:100%}}@media only screen and (max-width: 1700px) and (max-width: 1320px){.teacher_dash_container.sideBar-open .left .cards .top-quizzes-container{width:47%!important;max-width:unset!important}}@media only screen and (max-width: 1700px) and (max-width: 1130px){.teacher_dash_container.sideBar-open .left .cards .top-quizzes-container{width:100%!important;max-width:unset!important}}@media only screen and (max-width: 1700px){.teacher_dash_container.sideBar-open .left .cards>div{width:33%!important}}@media only screen and (max-width: 1700px) and (max-width: 1635px){.teacher_dash_container.sideBar-open .left .cards>div{width:32%!important}}@media only screen and (max-width: 1700px) and (max-width: 1512px){.teacher_dash_container.sideBar-open .left .cards>div{width:31%!important}}@media only screen and (max-width: 1700px) and (max-width: 1460px){.teacher_dash_container.sideBar-open .left .cards>div{width:29%!important}}@media only screen and (max-width: 1700px) and (max-width: 1360px){.teacher_dash_container.sideBar-open .left .cards>div{width:26%!important}}@media only screen and (max-width: 1700px) and (max-width: 1320px){.teacher_dash_container.sideBar-open .left .cards>div{width:50%!important}}@media only screen and (max-width: 1700px) and (max-width: 1280px){.teacher_dash_container.sideBar-open .left .cards>div{width:48%!important}}@media only screen and (max-width: 1700px) and (max-width: 1200px){.teacher_dash_container.sideBar-open .left .cards>div{width:46%!important}}@media only screen and (max-width: 1700px){.teacher_dash_container.sideBar-open .left .cards .metric_item{width:100%!important}.teacher_dash_container .right{display:none!important}.teacher_dash_container .left{width:100%!important}.teacher_dash_container .left .cards{justify-content:space-between}.teacher_dash_container .left .cards .top-quizzes-container{width:100%}}@media only screen and (max-width: 1700px) and (max-width: 1320px){.teacher_dash_container .left .cards .top-quizzes-container{width:47%!important;max-width:unset!important}}@media only screen and (max-width: 1700px) and (max-width: 1130px){.teacher_dash_container .left .cards .top-quizzes-container{width:100%!important;max-width:unset!important}}@media only screen and (max-width: 1700px){.teacher_dash_container .left .cards>div{width:33%!important}}@media only screen and (max-width: 1700px) and (max-width: 1635px){.teacher_dash_container .left .cards>div{width:32%!important}}@media only screen and (max-width: 1700px) and (max-width: 1512px){.teacher_dash_container .left .cards>div{width:31%!important}}@media only screen and (max-width: 1700px) and (max-width: 1460px){.teacher_dash_container .left .cards>div{width:29%!important}}@media only screen and (max-width: 1700px) and (max-width: 1360px){.teacher_dash_container .left .cards>div{width:26%!important}}@media only screen and (max-width: 1700px) and (max-width: 1320px){.teacher_dash_container .left .cards>div{width:50%!important}}@media only screen and (max-width: 1700px) and (max-width: 1280px){.teacher_dash_container .left .cards>div{width:48%!important}}@media only screen and (max-width: 1700px) and (max-width: 1200px){.teacher_dash_container .left .cards>div{width:46%!important}}@media only screen and (max-width: 1700px){.teacher_dash_container .left .cards .metric_item{width:100%!important}}@media only screen and (max-width: 1627px){.right{display:none!important}.left{width:100%!important}.teacher_dash_container.sideBar-open .metric_item{min-width:100%}.teacher_dash_container.sideBar-open .todo_container{min-width:unset!important}}@media only screen and (max-width: 1100px){.Last5QuizzesSuccessGraph{flex-direction:column}.Last5QuizzesSuccessGraph>*{width:100%!important;margin-bottom:20px}}@media only screen and (max-width: 858px){.teacher_dash_container.sideBar-open .top-quizzes-container{width:100%!important;min-width:unset!important;max-width:unset!important}.teacher_dash_container.sideBar-open .left .top .cards>div,.teacher_dash_container.sideBar-open .metric_item{width:100%!important}.teacher_dash_container .welcome_message{font-size:24px!important;margin-bottom:0!important}}@media only screen and (max-width: 767px){.teacher_dash_container{max-width:100vw;padding-block:1.5rem;padding-inline:1.5rem}.teacher_dash_container.sideBar-open{max-width:100vw}.welcome_message{font-size:20px!important;margin-bottom:0!important}}@media only screen and (max-width: 748px){.top-quizzes-container{width:100%!important;min-width:unset!important;max-width:unset!important}}@media only screen and (max-width: 729px){.metric_item,.teacher_dash_container .left .top .cards>div{width:100%!important}}.welcome_message{color:#1c2333;font-family:Inter,sans-serif;font-size:33px;font-weight:400;line-height:normal}.top-quizzes-container{border-radius:18px;border:1px solid #eaecf0;min-width:360.063px;max-width:380.063px;background:#fff;display:flex;gap:20px;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px}.top-quizzes-container h1{color:#000;font-family:Inter,sans-serif;font-size:23.806px;font-style:normal;font-weight:400;line-height:normal}.top-quizzes-container .list{width:100%;display:flex;flex-direction:column;gap:20px}.top-quizzes-container>button{color:#0079ff;cursor:pointer;font-family:Inter,sans-serif;font-size:13.075px;font-style:normal;font-weight:500;line-height:22.127px;border-radius:5.029px;background:var(--blue-50, #e4f1fe);padding:4px 13px;margin-top:34px}.quiz_card{display:flex;justify-content:space-between;align-items:center}.quiz_card .info{display:flex;justify-content:space-between;gap:14px;align-items:center}.quiz_card .info img{border-radius:38px;width:38px;height:38px;object-fit:contain}.quiz_card .info .text{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:5px}.quiz_card .info .text .title{color:#525761;font-family:Inter,sans-serif;font-size:14.367px;font-style:normal;font-weight:400;line-height:normal}.quiz_card .info .text .played_count{color:#f26400;font-family:Inter,sans-serif;font-size:11.832px;font-style:normal;font-weight:600;line-height:normal}.quiz_card .preview-btn{border-radius:4px;background:var(--blue-50, #e4f1fe);color:#0079ff;font-family:Inter,sans-serif;font-size:10.564px;font-style:normal;font-weight:500;line-height:normal;padding:7px 14px}.quiz_card.hided{opacity:0;pointer-events:none}.metric_item{border-radius:18.104px;border:1px solid var(--Gray-200, hsl(220deg, 17%, 93%));background:var(--White, #fff);display:flex;padding:18px;flex-direction:column;align-items:flex-start;gap:18px;width:fit-content;min-width:300.66px;min-height:140px}.metric_item .title{color:#525761;font-family:Inter,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:18px;flex:1 0 0}.metric_item .value{color:#525761;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-.443px;align-self:stretch}.metric_item .metric_item-content{display:flex;justify-content:space-between;align-items:center;width:100%}.metric_item .metric_item-content .details{display:flex;flex-direction:column;align-items:flex-start}.metric_item .metric_item-content .details .vs-last-month{display:flex;color:var(--Gray-500, #667085);font-family:Inter,sans-serif;font-size:10.344px;font-style:normal;font-weight:500;line-height:14.776px;align-items:center}.metric_item .metric_item-content .details .vs-last-month img{margin-right:4px}.metric_item .metric_item-content .details .vs-last-month .percentage{margin-right:8px}.metric_item .metric_item-content .details .vs-last-month .percentage.up{color:var(--Success-700, #027a48)}.metric_item .metric_item-content .details .vs-last-month .percentage.down{color:var(--Error-700, #b42318)}.todo_container{border-radius:18px;border:1px solid #eaecf0;background:#fff;padding:38px 18px 28px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:fit-content;width:fit-content;min-width:360.063px;max-width:420.063px}.todo_container h1{color:#000;font-family:Inter,sans-serif;font-size:23.806px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:24px;text-align:center}.todo_container .hr{background:#eaecf0;height:1px;width:100%}.todo_container .todo_list{display:flex;flex-direction:column;gap:15px;width:100%;margin-top:30px;max-height:190px;overflow:auto}.todo_container .todo_list .todo{display:flex;justify-content:flex-start;align-items:center;gap:8px;padding:0 20px;position:relative}.todo_container .todo_list .todo label{all:unset;overflow:hidden;color:var(--Gray-700, #344054);text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:20.115px;cursor:pointer}.todo_container .todo_list .todo.completed{text-decoration:line-through}.todo_container .todo_list .todo .checkbox{width:16px;height:16px;border-radius:4px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--White, #fff);display:flex;justify-content:center;align-items:center;cursor:pointer}.todo_container .todo_list .todo .checkbox img{width:10px;height:10px;display:none}.todo_container .todo_list .todo .delete-task,.todo_container .todo_list .todo .edit-task{cursor:pointer;display:flex;align-items:center;position:absolute;right:0}.todo_container .todo_list .todo .delete-task img,.todo_container .todo_list .todo .edit-task img{width:20px;height:20px}.todo_container .todo_list .todo .edit-task{right:26px}.todo_container .empty_list{margin-top:20px;margin-bottom:-15px}.text_input{margin-top:20px;border-radius:8px;border:1px solid var(--Gray-300, #d0d5dd);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d;width:90%;padding:10px 14px;display:flex;gap:10px;align-items:center}.text_input input{color:var(--Gray-500, #667085);font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;width:100%}.text_input button{display:flex;align-items:center;padding:3px}.Last5QuizzesSuccessGraph{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.Last5QuizzesSuccessGraph>*{width:47.5%;gap:5%}.Last5QuizzesSuccessGraph .chart-container{box-shadow:#919eab33 0 0 2px,#919eab1f 0 12px 24px -4px;border-radius:16px;padding:25px;display:flex;flex-direction:row-reverse;align-items:flex-start;gap:20px}.Last5QuizzesSuccessGraph .line{padding-right:65px}.published-progress-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.published-progress-container .legend{display:flex;gap:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#667085}.published-progress-container .legend>div{display:flex;align-items:center;gap:7px}.published-progress-container .legend>div .dot{width:7px;height:7px;border-radius:100%}.published-progress-container .legend .published .dot{background-color:#ff7207;width:7px;height:7px}.published-progress-container .legend .draft .dot{background-color:#b7cbea}.published-progress-container .ant-progress-text{padding:10px!important}@keyframes inputDown{0%{opacity:0}to{opacity:100%}}.edit-profile{padding:60px;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;height:100%;background-color:#fff;display:flex;flex-direction:column;gap:60px;min-height:100vh}@media (max-width: 670px){.edit-profile{padding:20px}}.edit-profile .header{display:flex;justify-content:space-between;align-items:center;padding:0}.edit-profile .header .title{display:flex;align-items:center;gap:1.5625rem;cursor:pointer}.edit-profile .header .title h1{color:#617082;font-style:normal;font-weight:700;font-size:22px;letter-spacing:.3px;cursor:pointer}@media (max-width: 670px){.edit-profile .header .title h1{font-weight:600;font-size:18px}}.edit-profile .header .back{display:flex;align-items:center;gap:.625rem}.edit-profile .header .back svg{fill:#2b6fb4;cursor:pointer}.edit-profile .header .back .back-link{font-size:1.125rem;text-align:center;color:#2b6fb4;font-family:Inter;font-style:normal;font-weight:500;font-size:17px;cursor:pointer}@media (max-width: 670px){.edit-profile .header .back .back-link{font-weight:500;font-size:16px}}.edit-profile .logo-user-add{display:flex;align-items:center;justify-content:center;padding:2.5rem;background:#70b3f4;max-width:6.9375rem;max-height:6.9375rem;cursor:pointer}.edit-profile .user-pic{width:111px;border-radius:100%;height:111px;object-fit:contain;cursor:pointer}.edit-profile .form{width:100%;display:flex;flex-direction:column}.edit-profile .form .role svg{transform:rotate(90deg)}.edit-profile .form .arrow{scale:100%!important;transform:rotate(270deg)!important;cursor:pointer}.edit-profile .form .error-msg{color:#d50000;font-size:.625rem;font-weight:700;margin-top:.625rem;letter-spacing:.3px}.edit-profile .form .error-msg:first-letter{text-transform:capitalize}.edit-profile .form .input-error{border:.0625rem solid #d50000!important}.edit-profile .form .label{background:#ffffff;border:.0625rem solid #cbd5e1;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;display:flex;width:100%;align-items:center;justify-content:space-between;animation:inputDown .6s ease-out}.edit-profile .form .label:not(:first-child){margin-top:22px}.edit-profile .form .label .select-roles{-ms-appearance:none;appearance:none;background-color:transparent;border:none;margin:0;padding-left:35px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#617082 50%),linear-gradient(135deg,#617082 50%,transparent 50%),linear-gradient(to right,rgba(57,64,75,.1),rgba(57,64,75,.1));background-position:calc(100% - 17px) calc(1em + 9px),calc(100% - 12px) calc(1em + 9px),100% 0;background-size:5px 5px,5px 5px,2.6em 5em;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;background-repeat:no-repeat;outline:none;height:47px;width:100%;cursor:pointer;line-height:1.1;font-weight:300;font-size:13px;position:relative;display:inline-block}.edit-profile .form .label .select-roles::-ms-expand{display:none}.edit-profile .form .label .generate{display:flex;align-items:center;justify-content:center;background:rgba(57,64,75,.1);border-radius:0rem .875rem .875rem 0rem;min-height:100%;padding:1.21875rem .59375rem}.edit-profile .form .label .generate-error{background-color:#c00!important}.edit-profile .form .label .generate-error img{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(206deg) brightness(105%) contrast(102%)}.edit-profile .form .label .icon{background:rgba(57,64,75,.1);border-radius:0rem .875rem .875rem 0rem;min-height:100%;padding:.875rem .625rem .5rem;color:red;cursor:pointer}.edit-profile .form .label .icon svg{fill:#617082;scale:150%}.edit-profile .form .label .error-icon{background-color:#c00}.edit-profile .form .label .error-icon svg{fill:#fff}.edit-profile .form .label .input{flex-grow:1;padding:.625rem 2.1875rem}.edit-profile .form .label .input::placeholder{color:#000;font-weight:300;font-size:13px}.edit-profile .actions{margin-top:150px;display:flex;justify-content:center;align-items:center;gap:30px}.edit-profile .actions button{display:flex;justify-content:center;align-items:center;padding:.75rem 1.125rem;gap:1rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;text-transform:capitalize;font-family:Inter;font-style:normal;font-weight:400;font-size:15px}@media (max-width: 670px){.edit-profile .actions button{font-size:.75rem;gap:.625rem;padding:.5rem}}.edit-profile .actions .button-cancel{color:#1f8af4;background:#e4f1fe;width:11.0625rem}@media (max-width: 670px){.edit-profile .actions .button-cancel{width:11.0625rem}}.edit-profile .actions .button-save{width:11.0625rem;background:#1f8af4;color:#fff}.password-btn{right:134px;color:#1f8af4;background:#e4f1fe;height:38px;padding:0 12.5px;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-family:Inter;font-style:normal;font-weight:500;font-size:15px;width:155px;margin:15px 0 -4px}@media (max-width: 670px){.password-btn{font-size:12px;gap:.625rem;padding:.5rem .75rem;right:85px;padding:.5rem;width:7.8125rem}}@media (max-width: 34.375rem){.password-btn{right:85px;padding:.5rem}}@media (max-width: 29.75rem){.password-btn{right:85px;padding:.5rem}}.change-password-btn{position:absolute;right:8.375rem;color:#e53209;background:#feeae4;height:2.375rem;width:9.6875rem;padding:.5rem .75rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-family:Inter;font-style:normal;font-weight:500;font-size:.9375rem}@media (max-width: 670px){.change-password-btn{font-size:.75rem;gap:.625rem;right:5.3125rem;padding:.5rem;width:3.5625rem}}.hidden{display:none!important}.quiz-creation-weclome{display:flex;align-items:center;justify-content:space-between;gap:.9375rem;width:100%}@media (max-width: 767px){.quiz-creation-weclome{flex-direction:column;gap:0rem}}.side-panel{background:#ffffff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;min-height:100%;padding:.8125rem;margin-right:auto;display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 767px){.side-panel{min-height:fit-content;border-bottom-left-radius:0;border-bottom-right-radius:0;width:100%}}.side-panel .button{display:flex;align-items:center;padding:.625rem 1.25rem;justify-content:space-between;gap:2.1875rem;border:.0625rem solid #617082;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;background-color:#fff}.side-panel .button .text{font-weight:700;font-size:1rem;color:#617082}@media (max-width: 767px){.side-panel .button .text{font-size:.9375rem}}.steps{background:#ffffff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;min-height:100vh;padding:.8125rem;display:flex;flex-direction:column;gap:2.1875rem;flex-grow:1;justify-content:center}@media (max-width: 921px){.steps{border-top-left-radius:0;border-top-right-radius:0;width:100%}}.steps img{max-height:19.375rem;max-width:25.625rem;margin:0 auto}@media (max-width: 921px){.steps img{max-height:12.5rem}}.steps .intro{font-size:1.125rem;text-align:center;color:#617082}@media (max-width: 921px){.steps .intro{font-size:1rem}}.steps .intro b{font-weight:700}.steps .intro span{font-weight:300}.steps .steps-container{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem;width:100%}.steps .steps-container .one-step{align-items:center;display:flex;justify-content:center;flex-direction:column;gap:.625rem;width:100%}.steps .steps-container .one-step .card{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1.25rem;border:.0625rem solid #cbd9e8;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%}@media (max-width: 1024px){.steps .steps-container .one-step .card{flex-direction:column;gap:.875rem}}.steps .steps-container .one-step .card .button{background-color:#fff!important;border:.0625rem solid #cbd9e8;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;gap:1.25rem;min-width:11.5625rem!important;justify-self:space-between!important}.steps .steps-container .one-step .card .button .text{font-weight:700;font-size:1rem;color:#617082}@media (max-width: 921px){.steps .steps-container .one-step .card .button .text{font-size:.8125rem}}.steps .steps-container .one-step .card .button svg{scale:100%!important}.steps .steps-container .one-step .card .text{font-weight:400;color:#000}@media (max-width: 921px){.steps .steps-container .one-step .card .text{font-size:.8125rem}}.steps .steps-container .one-step .card .text span:first-child{color:#1f8af4}.steps .steps-container .one-step .step-header{font-weight:500;font-size:1.3125rem;text-align:center;display:inline-flex}@media (max-width: 921px){.steps .steps-container .one-step .step-header{font-size:1.0625rem}}.steps .steps-container .one-step .step-header span:first-child{color:#000}.steps .steps-container .one-step .step-header span:last-child{color:#1f8af4}.steps .cheers{font-style:italic;font-weight:600;font-size:1.125rem;text-align:center;margin:0 auto;color:#617082}.quiz-creation-preview-preview{max-width:33.125rem;display:none;background:#cfdae6;min-height:100vh;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}@media (min-width: 768px){.quiz-creation-preview-preview{min-width:18.75rem;display:unset}}@media (min-width: 1024px){.quiz-creation-preview-preview{min-width:21.875rem;display:unset}}@media (min-width: 1281px){.quiz-creation-preview-preview{min-width:25rem;display:unset}}@media (min-width: 1536px){.quiz-creation-preview-preview{min-width:31.25rem;display:unset}}@media only screen and (max-width: 1583px){.quiz-creation-preview-preview{display:none}}.auth-layout{display:flex;justify-content:center;height:calc(100vh - 77px);min-width:100%;width:fit-content;background-color:#edf2f7;color:#000;gap:2.5rem;overflow-y:scroll}.auth-layout .auth-layout__left{width:50%;position:relative;z-index:0;margin:40px 0;border-radius:0 68px 68px 0;background:#ffffff;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 157px)}.auth-layout .auth-layout__left .secondary{position:absolute;top:-3%;left:-29%;height:120%;background-size:cover;opacity:20%;scale:50%;z-index:2}.auth-layout .auth-layout__left img{object-fit:cover;object-position:center;z-index:10;width:450px;position:relative;display:block}.auth-layout .auth-layout__right{width:50%;display:flex;justify-content:center;align-items:center;padding:8%;border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem}.auth-layout .auth-layout__right .auth-layout__right__content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.8125rem;background:#ffffff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:1.25rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;flex-grow:1}@media (max-width: 68.75rem){.auth-layout .auth-layout__right .auth-layout__right__content{flex-grow:0;width:50vw!important}}@media (max-width: 51.875rem){.auth-layout .auth-layout__right .auth-layout__right__content{width:70vw!important}}@media (max-width: 38.125rem){.auth-layout .auth-layout__right .auth-layout__right__content{width:90vw!important}}@media (max-width: 97.9375rem){.auth-layout .auth-layout__right{padding-inline:4%}}@media (max-width: 75rem){.auth-layout{gap:1.5%}.auth-layout .auth-layout__right{padding-inline:20px}}@media (max-width: 68.75rem){.auth-header{display:flex;justify-content:center}.auth-layout{align-items:center;flex-direction:column;justify-content:flex-start}.auth-layout .auth-layout__left{display:none!important}.auth-layout .auth-layout__right{width:100%;padding-inline:0px}.auth-layout .auth-layout__right .auth-layout__right__content{height:100%;justify-content:flex-start;overflow-x:hidden}.remember-forgot-password{align-items:flex-start!important;flex-direction:column;gap:19px;align-content:flex-start;margin-top:-14px}}@media (max-width: 24.375rem){.auth-layout .auth-layout__right .auth-layout__right__content{padding:20px}.authentication-login .remember-forgot-password{align-items:flex-start!important;flex-direction:column!important;gap:20px!important}}body[dir=rtl] .auth-layout .auth-layout__left{border-radius:68px 0 0 68px}body[dir=rtl] .auth-layout .auth-layout__left .secondary{left:unset!important;right:-29%!important}.authentication-password{display:flex;flex-direction:column;gap:1.25rem;width:100%}.authentication-password span{text-align:center}.authentication-password .label-wrapper{height:80px}.authentication-password .input-error{border:1px solid #f56565!important;transition:all .3s ease-in-out}.authentication-password .input-error svg{fill:#f56565}.authentication-password .input-error input::placeholder{color:#f56565!important}.authentication-password .auth-main-icon{width:100%;display:flex;justify-content:center;margin-bottom:37px}.authentication-password .title{font-weight:500;font-size:2.25rem;color:#0b78e5;text-align:center}.authentication-password .form-title{font-weight:500;font-size:2rem;color:#1f8af4;text-align:center}.authentication-password input{width:100%}.authentication-password .error-text{font-size:.625rem;font-weight:700;color:#f56565;margin-top:7px}.authentication-password .reset-password-wrapper{display:flex;flex-direction:column;gap:24px}.authentication-password .label{display:flex;align-items:center;padding:12px;gap:1rem;background:#ffffff;border:1px solid #cbd5e1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;position:relative;margin-top:1.25rem}.authentication-password .label input{font-weight:300;font-size:.875rem;align-items:center;color:#617082;overflow:hidden}.authentication-password .label input::placeholder{font-weight:300;font-size:.875rem;align-items:center;color:#617082}.authentication-password .label .label-text{position:absolute;top:-70%;left:0;color:#617082;font-size:16px;font-weight:400}.authentication-password .submit-password{display:flex;justify-content:center;align-items:center;padding:.625rem;border:.0625rem solid #ffffff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:500;font-size:1rem;color:#fff;background:linear-gradient(30deg,#8FC9F9,#1f8af4)}@media only screen and (max-width: 640px){.authentication-password{width:100%}.authentication-password .label{max-width:calc(100vw - 50px)}}@media only screen and (max-width: 490px){.authentication-login .label{max-width:calc(100vw - 50px)}}body[dir=rtl] .authentication-password .label .label-text{right:0!important;left:unset!important}.authentication-login{display:flex;flex-direction:column;gap:1.875rem;width:100%}.authentication-login .title{font-weight:500;font-size:2.25rem;color:#0b78e5;text-align:center}.authentication-login .form-title{font-weight:500;font-size:2rem;color:#1f8af4;text-align:center}.authentication-login .label-wrapper{display:flex;flex-direction:column;gap:.625rem;color:#f56565}.authentication-login .label-wrapper .error-text{font-size:.625rem;font-weight:700;opacity:0;visibility:hidden;transition:all .3s ease-in-out;max-height:100px;height:10px}.authentication-login .label-wrapper .error-text.show{opacity:1;visibility:visible;transition:all .3s ease-in-out;max-height:100px}.authentication-login .label-wrapper .label{transition:all .3s ease-in-out}.authentication-login .label-wrapper .input-error{border:1px solid #f56565!important;transition:all .3s ease-in-out}.authentication-login .label-wrapper .input-error svg{fill:#f56565}.authentication-login .label-wrapper .input-error input::placeholder{color:#f56565!important}.authentication-login .label{display:flex;align-items:center;padding:12px;gap:1rem;background:#ffffff;border:1px solid #cbd5e1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;position:relative;margin-top:1.25rem}.authentication-login .label input{font-weight:300;font-size:.875rem;align-items:center;color:#617082;width:100%}.authentication-login .label input::placeholder{font-weight:300;font-size:.875rem;align-items:center;color:#617082}.authentication-login .label .label-text{position:absolute;top:-70%;left:0;color:#617082;font-size:16px;font-weight:200}.authentication-login .label .label-field{font-size:.875rem;color:#617082;background-color:#fff}.authentication-login .label .label-field::placeholder{font-size:.875rem;color:#617082}.authentication-login .remember-forgot-password{display:flex;justify-content:space-between;align-items:center}.authentication-login .remember-forgot-password .forgot-password{font-weight:500;font-size:.875rem;color:#1f8af4}.authentication-login .submit-login{display:flex;justify-content:center;align-items:center;padding:.625rem;background:linear-gradient(30deg,#8FC9F9,#1f8af4);border:.0625rem solid #ffffff;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:500;font-size:1rem;color:#fff;gap:.3125rem}.authentication-login .continute-with{font-weight:400;font-size:.875rem;color:#617082;position:relative;text-align:center;background-color:#fff;padding:.3125rem}.authentication-login .continute-with:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:.0625rem;background:#617082;z-index:0}.authentication-login .continute-with:before{content:"Or continue with";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:35%;height:100%;background-color:#fff;z-index:1;margin:0 auto;color:#617082}.authentication-login .social-media{display:flex;align-items:center;justify-content:center;gap:3.125rem}.authentication-login .redirection{font-weight:400;font-size:.875rem;display:flex;align-items:center;color:#617082;justify-content:center;gap:.3125rem}.authentication-login .redirection .redirection-link{color:#1f8af4}@media only screen and (max-width: 1100px){.authentication-login{width:400px}}@media only screen and (max-width: 540px){.authentication-login{width:100%}.authentication-login .label{max-width:calc(100vw - 50px)}}@media (max-width: 767px){.continute-with{font-size:.625rem!important}.continute-with:before{transform:translate(-50%,-40%)!important}}body[dir=rtl] .authentication-login .label .label-text{right:0!important;left:unset!important}.authentication-signup .signup-inputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;margin-bottom:1rem}.authentication-signup .select-countries{border:none;border-radius:.25rem;background-color:transparent;font-size:1rem;max-width:2.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer}.authentication-signup .select-countries .country-option{padding:0;margin:0;width:auto}.authentication-signup .dial-code{font-size:.8125rem;margin-inline:-rem(5);color:#617082}@media (max-width: 767px){.authentication-signup .signup-inputs{grid-template-columns:1fr}}.authentication-password .paragraph{color:#617082;text-align:start;margin-bottom:1.25rem}.authentication-password .form-title-email-confirmation{font-weight:500;font-size:1.25rem;display:flex;align-items:center;color:#1f8af4;text-align:start}.authentication-password .email-icon{margin:0 auto}.authentication-password .resend{font-size:.875rem;text-align:center;color:#617082;margin-block:.625rem}.authentication-password .resend .resend-link{color:#1f8af4}.authentication-password .paragraph-error{font-size:.875rem;color:#ff2700}.authentication-password .codes{display:flex;justify-content:space-between;align-items:center;width:100%}.authentication-password .codes .error-code{color:#fff!important;background-color:#ec8181!important;display:flex;position:relative;justify-content:center;align-items:center;padding:1.25rem;width:3.4375rem;height:4.0625rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;z-index:1}.authentication-password .codes .error-code input{max-width:3.4375rem;max-height:4.0625rem;display:flex;justify-content:center;align-items:center;transform:translate(40%);color:#fff;font-weight:500;font-size:1.125rem;-moz-appearance:textfield}.authentication-password .codes .error-code input::-webkit-outer-spin-button,.authentication-password .codes .error-code input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.authentication-password .codes .code{display:flex;position:relative;justify-content:center;align-items:center;padding:1.25rem;width:3.4375rem;height:4.0625rem;background:#EBEBEB;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;z-index:0}.authentication-password .codes .code input{max-width:3.4375rem;max-height:4.0625rem;display:flex;justify-content:center;align-items:center;transform:translate(40%);color:#999;font-weight:500;font-size:1.125rem;-moz-appearance:textfield}.authentication-password .codes .code input::-webkit-outer-spin-button,.authentication-password .codes .code input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.authentication-password .codes .code:after{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);bottom:10%;width:.625rem;height:.625rem;background:#999999;z-index:1;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.quiz-share-modal{overflow-y:auto;min-height:fit-content!important}.quiz-share-modal .mobile-size{display:flex;gap:20px;width:100%}.quiz-share-modal .mobile-size p{font-size:1rem;color:#617082}.quiz-share-modal .share-header-group{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0;margin:0}.quiz-share-modal .share-header-group .share-header-group__title{font-weight:400;font-size:1.5rem;color:#617082}@media (max-width: 23.75rem){.quiz-share-modal .share-header-group .share-header-group__title{font-size:1rem}}.quiz-share-modal .share-header-group .share-header-group__img{width:1.5625rem;height:1.5625rem}.quiz-share-modal .share-header-group .share-header-group__close{margin-block:auto;padding:0}.quiz-share-modal .share-header-group .share-header-group__close svg{fill:#33363f;width:1.5rem;height:1.5rem}.quiz-share-modal .share-paragraph{font-weight:200;font-size:1.125rem;text-align:center;color:#000}.quiz-share-modal .share-buttons-group{display:flex;justify-content:space-around;align-items:center;gap:3.75rem;margin-bottom:1.25rem}@media (max-width: 23.75rem){.quiz-share-modal .share-buttons-group{gap:1.25rem}}.quiz-share-modal .share-buttons-group .share-buttons-group__button{display:flex;align-items:center;padding:.75rem 1.125rem;gap:.875rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.quiz-share-modal .share-buttons-group .share-buttons-group__button-active{background:#50a8f9;box-shadow:0 4px 9px #1f8af466;color:#fff}.quiz-share-modal .share-buttons-group .share-buttons-group__button-active svg{fill:#fff}.quiz-share-modal .share-buttons-group .share-buttons-group__embed-code-inactive{background:#e3e3e3}.quiz-share-modal .share-buttons-group .share-buttons-group__embed-code-inactive svg{fill:#737a81}.quiz-share-modal .embedded-link{display:flex;align-items:center;padding:.9375rem;gap:.75rem;background:#e9f4ff;border:.0625rem dashed #1f8af4;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:100%}.quiz-share-modal .embedded-link svg{fill:#1f8af4}.quiz-share-modal .embedded-link .embedded-link__input,.quiz-share-modal .embedded-link .embedded-link__input::placeholder{font-weight:200;font-size:1rem;color:#1f8af4;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-share-modal .share-link-copy{display:flex;justify-content:center;align-items:center;padding:.75rem 1.125rem;gap:1rem;background:#1f8af4;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;margin-right:auto;margin-block:0;margin-bottom:2.5rem}.quiz-share-modal .share-link-copy svg{color:#fff}.quiz-share-modal .share-link-copy span{font-family:Inter;font-weight:400;font-size:.9375rem;text-align:center;color:#fff}.quiz-share-modal .share-quiz-footer{display:flex;justify-content:space-between;align-items:center;gap:.3125rem;margin:0;width:100%}.quiz-share-modal .share-quiz-footer .share-quiz-footer-social-media-group{display:flex;align-items:center;justify-content:center;gap:1.25rem}.quiz-share-modal .share-quiz-footer .share-quiz-footer__title{display:flex;align-items:center;gap:1.875rem}.quiz-share-modal .share-quiz-footer .share-quiz-footer__title p{font-weight:400;font-size:1.25rem;color:#617082}.quiz-share-modal .share-quiz-footer .facebook-logo{fill:#b8cad4;width:.875rem;height:1.6875rem}.quiz-share-modal .share-quiz-footer .twitter-logo{fill:#b8cad4;width:1.75rem;height:1.4375rem}.quiz-share-modal .share-quiz-footer .linkedin-logo,.quiz-share-modal .share-quiz-footer .instagram-logo{fill:#b8cad4;width:1.75rem;height:1.75rem}.quiz-share-modal .share-quiz-footer .share-icon{fill:#464a54;width:1.25rem;height:1.25rem}.quiz-share-modal .embed-type-group{display:flex;align-items:center;gap:2.5rem;width:100%}.quiz-share-modal .embed-type-group button{font-size:.9375rem;line-height:1.25rem;display:block;padding:0;margin:0}.quiz-share-modal .embed-type-group .embed-type-group__active{color:#1f8af4;font-weight:400;text-decoration:underline #1f8af4;text-underline-offset:.3125rem}.quiz-share-modal .embed-type-group .embed-type-group__inactive{color:#a1a1a1;font-weight:200}.quiz-share-modal .embed-type-group .id-token{display:flex;gap:3.125rem}.quiz-share-modal .embed-iframe-code{display:flex;align-items:center;padding:.875rem;background:#e9f4ff;border:.0625rem dashed #1f8af4;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:100%;position:relative}.quiz-share-modal .embed-iframe-code span{font-weight:300;font-size:.9375rem;color:#000}.quiz-share-modal .embed-iframe-code button{position:absolute;top:0;right:0}.quiz-share-modal .embed-iframe-code textarea,.quiz-share-modal .embed-iframe-code textarea::placeholder,.quiz-share-modal .embed-iframe-code .embed-iframe-code__input--origin,.quiz-share-modal .embed-iframe-code .embed-iframe-code__input--origin::placeholder{font-weight:200;font-size:1rem;color:#1f8af4;width:100%;height:100%}.quiz-share-modal .selected-embed-type{display:flex;flex-direction:column;gap:1.25rem;width:100%;margin-top:.625rem}.quiz-share-modal .selected-embed-type .custom-size,.quiz-share-modal .selected-embed-type .mobile-size{display:flex;align-items:start;gap:1.25rem;flex-direction:row;position:relative}.quiz-share-modal .selected-embed-type .custom-size .size-inputs,.quiz-share-modal .selected-embed-type .mobile-size .size-inputs{position:absolute;top:100%;transform:translateY(-60%);right:0;margin-left:auto}.quiz-share-modal .selected-embed-type .custom-size .size-inputs>input,.quiz-share-modal .selected-embed-type .mobile-size .size-inputs>input{align-items:center;padding:.3125rem;background:#ffffff;border:.0625rem solid #cbd5e1;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;margin-left:.1875rem;margin-top:.3125rem}.quiz-share-modal .selected-embed-type .custom-size p,.quiz-share-modal .selected-embed-type .mobile-size p{font-weight:300;font-size:.9375rem;color:#000;margin-top:-.3125rem}.quiz-share-modal .selected-embed-type .custom-size p b,.quiz-share-modal .selected-embed-type .mobile-size p b{font-weight:500}.quiz-share-modal .embed-steps{width:100%;max-height:18.75rem;padding-bottom:1.25rem;overflow:auto;padding-right:.9375rem}.quiz-share-modal .embed-steps>span{font-weight:300;font-size:.9375rem;color:#000;padding:.625rem 0;text-align:center;display:block}.create-cover-preview-card__question-title p{font-weight:500;font-size:1.5rem;line-height:2.25rem;text-align:center}.create-cover-preview-card__question-description p{font-weight:300;font-size:1.125rem;line-height:1.6875rem;text-align:center}.confirm-quiz-deletion{background:#ffffff;-webkit-border-radius:2.5rem;-moz-border-radius:2.5rem;padding:2.5rem;display:flex;flex-direction:column;gap:.9375rem;align-items:center;justify-content:center;min-width:400px;border-radius:.625rem}.confirm-quiz-deletion .title{font-weight:400;font-size:1.5rem;color:#617082;margin-top:30px;padding:0%}.confirm-quiz-deletion .text{font-size:1.125rem;font-weight:200;text-align:center;color:#000;margin-bottom:30px}.confirm-quiz-deletion .text b{font-weight:400}.confirm-quiz-deletion .actions{display:flex;align-items:center;justify-content:center;gap:1.5625rem}.confirm-quiz-deletion button{display:flex;flex-direction:row;align-items:center;padding:.75rem 1.375rem;gap:1.25rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:400;font-size:.875rem;letter-spacing:.3px;margin-top:25px;font-family:Inter;font-style:normal}.confirm-quiz-deletion .button-save{background:#1f8af4;color:#fff}.confirm-quiz-deletion .button-save svg{color:#fff}.confirm-quiz-deletion .button-cancel{background:#e4f1fe;color:#1f8af4}.confirm-quiz-deletion .button-cancel svg{fill:#1f8af4}.add-new-user .form{width:100%;display:flex;flex-direction:column;gap:1.25rem}.add-new-user .form .role svg{transform:rotate(90deg)}.add-new-user .form .label{background:#ffffff;border:.0625rem solid #cbd5e1;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;display:flex;width:100%;align-items:center;justify-content:space-between;position:relative}.add-new-user .form .label .generate{display:flex;align-items:center;padding:.625rem .9375rem;gap:1.875rem;background:#70b3f4;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;color:#fff;font-size:.8125rem;margin:0%;border:1px solid #70b3f4}.add-new-user .form .label .generate .underline{text-decoration:underline}.add-new-user .form .label .icon{background:rgba(57,64,75,.1);border-radius:0rem .875rem .875rem 0rem;min-height:100%;padding:.6875rem .625rem .4375rem}.add-new-user .form .label .icon svg{fill:#617082;scale:140%}.add-new-user .form .label .error-icon{background-color:#c00}.add-new-user .form .label .error-icon svg{fill:#fff;scale:140%}.add-new-user .form .label .input{flex-grow:1;padding:.625rem .9375rem;padding-left:35px;font-family:Poppins;font-style:normal;font-weight:300;font-size:13px}.add-new-user .form .label .input::placeholder{color:#000;font-size:.8125rem;font-family:Poppins;font-style:normal;font-weight:300;font-size:13px}.add-new-user .form .label .select-roles{-ms-appearance:none;appearance:none;background-color:transparent;border:none;margin:0;padding-left:35px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#617082 50%),linear-gradient(135deg,#617082 50%,transparent 50%),linear-gradient(to right,rgba(57,64,75,.1),rgba(57,64,75,.1));background-position:calc(100% - 17px) calc(1em + 7px),calc(100% - 12px) calc(1em + 7px),100% 0;background-size:5px 5px,5px 5px,2.6em 5em;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;background-repeat:no-repeat;outline:none;height:43px;width:100%;cursor:pointer;line-height:1.1;font-weight:300;font-size:13px;position:relative;display:inline-block}.add-new-user .form .label .select-roles::-ms-expand{display:none}.add-new-user .form .label .select-roles option{background:rgba(0,0,0,.3)!important;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.4)}.add-new-user .form .label .error-msg{bottom:-39px;position:absolute;color:#d50000;font-size:.625rem;font-weight:700;margin-top:.625rem;letter-spacing:.3px;margin-bottom:20px}.add-new-user .form .label .error-msg:first-letter{text-transform:capitalize}.add-new-user .form .input-error{border:.0625rem solid #d50000!important}.add-new-user .form .show-password{padding:.625rem .9375rem;margin-left:.625rem;margin-top:0%}.add-new-user .form .show-password svg{background:transparent!important;fill:transparent!important;color:#617082;scale:150%;width:.9375rem;height:.9375rem}@media (max-width: 400px){.confirm-quiz-deletion{min-width:18.75rem}.confirm-user-deletion{min-width:300px;max-width:350px}}@media (max-width: 366px){.confirm-user-deletion{width:100%;max-width:300px}.confirm-user-deletion .actions{flex-direction:column-reverse;gap:.625pxrem}.confirm-user-deletion .actions button{margin-top:0;width:100%}}.toggle-anonymous{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.25rem;color:#617082;border:solid .03125rem #cbd5e1;padding:.625rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.advanced-multi-select>div{width:100%!important;color:#617082!important;border:solid .03125rem #cbd5e1!important;padding:.1875rem 0rem!important;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;outline:none!important}.advanced-multi-select>div>* input{font-weight:400!important;font-size:.8125rem!important;line-height:1.5rem!important;color:#617082!important;outline:none!important}.advanced-multi-select-user>div{width:100%!important;color:#617082!important;border:.0625rem solid #cbd5e1;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;padding:.1875rem 0rem!important;margin-top:22px;outline:none!important}.advanced-multi-select-user>div>* input{font-weight:400!important;font-size:.8125rem!important;line-height:1.5rem!important;color:#617082!important;outline:none!important}.advanced-multi-select-user-add>div{width:100%!important;color:#617082!important;border:.0625rem solid #cbd5e1;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;padding:.1875rem 0rem!important;outline:none!important}.advanced-multi-select-user-add>div>* input{font-weight:400!important;font-size:.8125rem!important;line-height:1.5rem!important;color:#617082!important;outline:none!important}.quiz-language{display:flex;justify-content:space-between}.quiz-language>span{font-weight:400;font-size:16px;line-height:1.5rem;color:#617082}.empty-quiz-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;min-width:85vw}@media (min-width: 1024px){.empty-quiz-container{min-width:70vw}}@media (min-width: 1281px){.empty-quiz-container{min-width:50vw}}.empty-quiz-container>.empty-quiz-header{background:#ffffff;box-shadow:0 0 20px #0000001a;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;flex:none;order:0;flex-grow:0;z-index:0;padding:1.625rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:1.25rem}.empty-quiz-container>.empty-quiz-header>.empty-quiz-title{background:#e4f1fe;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;flex:none;order:0;flex-grow:0;z-index:0;width:100%;padding:.625rem;color:#adc0d6;text-align:center}.empty-quiz-container>.empty-image{background:#e4f1fe;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;z-index:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:.625rem}.empty-quiz-container>.empty-image>svg{width:20%!important;height:20%!important}.empty-quiz-container>.empty-quiz-choices{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:1.25rem}.empty-quiz-container>.empty-quiz-choices>.empty-quiz-choice{display:flex;flex-direction:row;align-items:center;background:#e4f1fe;border:.0625rem solid #e4f1fe;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;width:100%}.empty-quiz-container>.empty-quiz-choices>.empty-quiz-choice>.check{padding-block:.625rem;display:flex;flex-direction:column;align-items:flex-start;background:#e6eff9;border-right:.3125rem solid #bdd7d9;border-radius:.625rem 0px 0px .625rem}.empty-quiz-container>.empty-quiz-choices>.empty-quiz-choice>.check>svg{fill:#c3cfdc!important;color:transparent!important;width:2.5rem}.display-layout,.student-join-quiz-layout,.join-quizz-layout{background-color:#edf2f7;height:100%;min-width:100vw;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:1.25rem;min-height:100vh}@media (max-width: 21.875rem){.display-layout,.student-join-quiz-layout,.join-quizz-layout{padding:0!important}}.display-layout .display-layout__content,.student-join-quiz-layout .display-layout__content,.join-quizz-layout .display-layout__content{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;padding:1.25rem!important}@media (max-width: 1023px){.display-layout,.student-join-quiz-layout,.join-quizz-layout{padding:1.25rem}}@media (max-width: 767px){.display-layout,.student-join-quiz-layout,.join-quizz-layout{padding:1.25rem}}.join-quiz-footer{height:60px;background-color:#000000d9;display:flex;align-items:center;justify-content:space-between;z-index:999}.join-quiz-footer .star-quiz-footer-button{border:none}.join-quizz-layout{align-items:initial;overflow:hidden;justify-content:initial}.theme-expand-end-quiz-container{display:flex;gap:5%}.join-quiz-header,.student-join-quiz-header{background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:space-between;width:100%}.student-join-quiz-header{background:transparent}.language-button{background-color:transparent!important;border-radius:20px;text-transform:capitalize;height:36px;padding:6px;display:flex;align-items:center;justify-content:center;gap:5px}.quiz-container{height:100vh;width:100%}.timer{background-color:#fffbf6;width:90%;height:90%;border-radius:50%;display:flex;align-items:center;justify-content:center}.timer .value{color:#ff8b00;font-family:Inter;font-size:31.49px;font-weight:700;line-height:38.11px}.join-quiz-layout{background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh}.student{margin:10px;max-height:75vh}.student::-webkit-scrollbar{display:none}.CircularProgressbar-text{font-family:Inter!important;font-size:40px!important;font-weight:700;line-height:48.41px}.corner-button{background-color:#0006!important;color:#fff!important;border-radius:4px;padding:8px;height:40px;display:flex;align-items:center;justify-content:center;border:none}.answers-corner-button{background-color:#00000059!important;display:flex;align-items:center;justify-content:center;border-color:#fff!important;color:#fff!important}.cover{object-fit:cover;width:100%;height:100vh}.start-quiz-footer-button{height:40px!important;box-shadow:0 4px #236bb3!important;background-color:#1f8af4!important;color:#fff!important;border:none;width:258px}.join-quiz-modal,.summary-quiz-modal{min-width:55%;min-height:70%;padding:0!important}.summary-quiz-modal .ant-modal-content{background-color:#0a45a9!important;background-image:url(src/assets/icons/podium-background.svg),url(src/assets/icons/glow.svg)!important;background-position:center}.home-button{background-color:#ff8b00!important;border:1px solid rgb(208,118,11);box-shadow:0 4px #cc7103;display:flex;align-items:center;justify-content:center;color:#fff!important;width:249px}.end-quiz-button{background-color:#fa0!important;color:#324243!important;border-radius:10px;padding:2px 24px;border:none;height:40px}.solid-background{color:#b3b3b3}.ant-btn:hover,.ant-btn:focus:hover,.ant-btn:hover:focus{color:inherit;border-color:inherit;background-color:inherit}.home-button-wrapper{width:55%;margin:40px;height:40px}.join-quiz-modal-wrapper{top:10%!important;height:74%!important;z-index:unset!important}.student-button{display:flex;align-items:center;justify-content:space-between;border-radius:99px;gap:10px;height:48px;width:305px;background-color:#fff;padding:5px}.student-total-answers,.mobile-student-total-answers{display:flex;align-items:center;justify-content:center;width:67px;padding:1px;height:36px;background-color:#f39126;border-radius:20px;color:#fff}.mobile-student-total-answers{border-radius:4px!important}.mobile-student-total-answers .ant-statistic-content-value{font-size:20px;color:#fff}.time-is-up{font-family:Play,sans-serif;font-size:64px;font-weight:700;line-height:74.05px;text-align:center}.time-is-up-wrapper,.student-warning-time-is-up-wrapper{background-color:#00000080!important}.student-time-is-up-wrapper{background-color:#fff!important;overflow:hidden}.next-question-countDown{font-family:Poppins;font-size:23px;font-weight:600;line-height:60px;text-align:left}.next-question-countDown .CircularProgressbar .CircularProgressbar-path{stroke:#fdc988!important}.next-question-countDown .CircularProgressbar .CircularProgressbar-trail{stroke:#ffedca!important}.next-question-countDown .CircularProgressbar .CircularProgressbar-text{fill:#f39125!important}.next-question-countDown span,.next-question-countDown h1{color:#f39125}@media only screen and (max-width: 350px){.next-question-countDown{font-family:Poppins;font-size:19px;font-weight:600;line-height:60px;text-align:left}}.disabled-next-question{color:#c7c7c7!important;background-color:#a0a0a0!important;box-shadow:0 4px #8a8a8a!important}.ant-modal-centered{white-space:nowrap}.ant-modal-centered>.ant-modal{white-space:normal}.background-color{cursor:pointer;border-radius:5px;width:38px;height:32px}.join-quiz-student-header{background-color:#fff;padding:10px}.background-image{cursor:pointer;border-radius:5px;width:50px;height:38px}.student-result-header{background-color:#072d6e;padding:10px}.timer-progress{padding:3px}.timer-progress .timer-progress-wrapper{background-color:#ffdbab;height:20px;border-radius:43px;box-shadow:0 3px 4px #9463162e inset;width:100%}.timer-progress .timer-progress{display:flex;align-items:center;justify-content:center;color:#fff;border-radius:43px;background:linear-gradient(180deg,#ffbb34 0%,#ff8b00 100%)}.student-join-quiz-footer{width:100%;margin-top:auto;background-color:#fff;box-shadow:0 -1px 16px #5080f10f;height:68px;font-family:Poppins,sans-serif!important;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:space-between}.student-join-quiz-layout{align-items:initial;justify-content:initial}.student-username-score-wrapper{width:100%;padding:15px}.count-down-circular-timer{z-index:989;height:70%;margin:40px;position:absolute}.custom-popover-width{width:269px!important;-webkit-backdrop-filter:blur(21px)!important;backdrop-filter:blur(21px)!important;border:1px solid radial-gradient(121.49% 277.08% at 0% 0%,rgba(114,114,114,.7) 0%,rgba(209,209,209,0) 100%);border-radius:8px;box-shadow:0 4px 4px #00000040}.volume-custom-popover-width{width:200px!important;-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);border-radius:8px;box-shadow:0 4px 4px #00000040}.speaker{cursor:pointer}.volume-slider :where(.css-dev-only-do-not-override-1adbn6x).ant-slider .ant-slider-handle:after{content:"";position:absolute;inset-block-start:0;inset-inline-start:0;width:10px;height:10px;background-color:#fff;box-shadow:0 0 0 2px #fff;border-radius:50%;cursor:pointer;transition:inset-inline-start .2s,inset-block-start .2s,width .2s,height .2s,box-shadow .2s}.volume-slider :where(.css-dev-only-do-not-override-1adbn6x).ant-slider .ant-slider-handle:hover:after,.volume-slider :where(.css-dev-only-do-not-override-1adbn6x).ant-slider .ant-slider-handle:active:after,.volume-slider :where(.css-dev-only-do-not-override-1adbn6x).ant-slider .ant-slider-handle:focus:after{box-shadow:0 0 0 4px #fff;width:12px;height:12px;inset-inline-start:-1px;inset-block-start:-1px}.volume-slider .ant-slider-rail{background-color:#8d8b94}.volume-slider :where(.css-dev-only-do-not-override-1adbn6x).ant-slider:hover .ant-slider-rail{background-color:#8d8b94}.sound-label{color:#fff}.teacher-feedback{font-family:Modak;font-size:40px;font-weight:400;line-height:35.2px;text-align:center;background:-webkit-linear-gradient(94.9deg,#fffdf8 19.79%,#fdfab5 62.78%,#f8c56c 87.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke-color:-webkit-linear-gradient(0deg,#007af3,#007af3),-webkit-linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4))}@media only screen and (max-width: 500px){.teacher-feedback{font-size:32px}}.text-gradient{background:-webkit-linear-gradient(94.9deg,#fffdf8 19.79%,#fdfab5 62.78%,#f8c56c 87.96%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone}.text-shadow{text-decoration:linear-gradient(0deg,#007af3,#007af3),linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4))}.hithere{animation:hithere 1s ease infinite}.empty-image{background-color:#edf2f7;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:1.5625rem;min-width:35vw;min-height:35vh;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem}.empty-image svg{fill:#cbd5e1;width:12.5rem!important;height:12.5rem!important}.display-question{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:auto;height:100%;gap:2.375rem;padding-inline:0rem;min-width:50vw;position:relative}.display-question .doesnt-have-hint{height:3px;opacity:0;pointer-events:none}.display-question .hint__container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:2.375rem;min-width:50vw;position:absolute;opacity:0;background:#fff;transition:all .3s ease;padding:20px;z-index:-1}.display-question.show_hint .question__container{z-index:-1;opacity:0}.display-question.show_hint .hint__container{opacity:1!important;z-index:1}.display-question .question__container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100%;gap:2.375rem;min-width:50vw;transition:all .3s ease;opacity:1;z-index:1;background:#fff}.display-question .question__container img{object-fit:contain;max-height:320px;max-width:670px}.display-question .blur{filter:blur(16px)}.display-question .question_header{margin-bottom:-25px;margin-top:-8px;margin-inline-end:unset!important;display:flex;gap:8px;width:100%;align-items:center}.display-question .question_header.rtl{flex-direction:row-reverse}.display-question .edoc-math-equation{max-width:100px;max-height:80px;border-radius:unset!important}.display-question .counter{color:#fff;background:#1f8af4;padding:2px 12px;border-radius:8px;display:flex;margin-top:-1px}.display-question .counter.rtl{flex-direction:row-reverse}.display-question .rtl-progress{transform:rotate(180deg)}.display-question .rtl-question-header{flex-direction:row-reverse}.display-question .question-hint-header{display:flex;justify-content:space-between;width:100%;align-items:center;margin-bottom:-1.5625rem;transition:all .3s ease}.display-question .time_expred{color:#000000e0;font-size:24px;line-height:1.5714285714}@media (max-width: 1023px){.display-question{min-width:75vw}}@media (max-width: 1280px){.display-question{min-width:50vw}}@media (max-width: 767px){.display-question{min-width:80vw}}.display-question .question-cover{max-width:100%;border-radius:10px;max-height:600px;object-fit:contain}.display-question .number{font-size:1rem;font-weight:500;letter-spacing:0em;text-align:center;margin-top:-30px;width:100%;display:flex;justify-content:flex-end;color:gray}.display-question .multiple-choice-note{font-weight:400;font-size:.9375rem;line-height:22px;color:#4b7da6;text-align:center;display:flex;flex-direction:row;align-items:center;gap:.3125rem;justify-content:center;margin:-25px 0}.display-question .multiple-choice-note span{text-align:center}.display-question .multiple-choice-note svg{fill:#4b7da6}@media (max-width: 767px){.display-question .multiple-choice-note{text-align:start;align-items:flex-start}}.display-question .display-question__choices{width:100%;display:flex;flex-direction:column;align-items:center;gap:.625rem;max-height:13.75rem;overflow-y:auto;padding-right:.3125rem}.display-question .display-question__choices::-webkit-scrollbar{width:4px;cursor:no-drop}.display-question .display-question__choices::-webkit-scrollbar-track{background:#f1f1f1}.display-question .display-question__choices::-webkit-scrollbar-thumb{background:#1f8af4;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem}.display-question .display-question__choices::-webkit-scrollbar-thumb:hover{background:#617082}.display-question .next-previous{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:1.25rem}.display-question .next-previous.hasTimer{justify-content:space-between}.display-question .next-previous.hasTimer .ant-progress-text{color:#ff8b00;font-size:15px;font-style:normal;font-weight:600}.display-question .next-previous .prev-question{background-color:#e4f1fe}.display-question .next-previous .prev-question span{color:#0b78e5}.display-question .next-previous .next{width:15.625rem;box-shadow:0 4px #1a59a5}.display-question .star-question-button{padding:.75rem 1.125rem}.display-question .star-question-button span{font-family:Inter;font-weight:500;font-size:.9375rem;color:#fff;line-height:1.25rem}.display-question .display-questions-images{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;width:100%;padding:1.25rem .625rem;justify-content:center;overflow:auto}.display-question .display-questions-images::-webkit-scrollbar{width:4px;cursor:no-drop}.display-question .display-questions-images::-webkit-scrollbar-track{background:#f1f1f1}.display-question .display-questions-images::-webkit-scrollbar-thumb{background:#1f8af4;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem}.display-question .display-questions-images::-webkit-scrollbar-thumb:hover{background:#617082}.display-question .display-questions-fill-in-the-blanks{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:1.25rem}.display-question .display-questions-fill-in-the-blanks p{font-weight:600;font-size:1.8125rem;line-height:2.75rem;text-align:center;color:#39404b}@media (max-width: 1023px){.display-question .display-questions-fill-in-the-blanks p{font-size:1.5rem;line-height:2.25rem}}@media (max-width: 670px){.display-question .display-questions-fill-in-the-blanks p{font-size:1.25rem;line-height:1.875rem}}.display-question .display-questions-fill-in-the-blanks input{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.875rem 1.5rem;background:#e9f4ff;border:.0625rem dashed #1f8af4;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;font-weight:300;font-size:1.75rem;color:#1f8af4}@media (max-width: 1023px){.display-question .display-questions-fill-in-the-blanks input{font-size:1.5rem}}@media (max-width: 670px){.display-question .display-questions-fill-in-the-blanks input{font-size:1.25rem}}.display-question .display-questions-fill-in-the-blanks input::placeholder{font-weight:300;font-size:1.75rem;color:#1f8af4}@media (max-width: 1023px){.display-question .display-questions-fill-in-the-blanks input::placeholder{font-size:1.5rem}}@media (max-width: 670px){.display-question .display-questions-fill-in-the-blanks input::placeholder{font-size:1.25rem}}@media (max-width: 1023px){.display-question .star-question-button{width:60%}}@media (max-width: 767px){.display-question .star-question-button{padding:.625rem .9375rem}.multiple-choice-note{font-weight:300;font-size:.8125rem;line-height:18px}}.quiz-loading-container{width:50vw;height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.25rem}@media (max-width: 1023px){.quiz-loading-container{width:70vw}}@media (max-width: 767px){.quiz-loading-container{width:80vw}}.quiz-loading-container .quiz-loading-container__title{width:100%;height:5vh}.quiz-loading-container .quiz-loading-container__progress{width:100%;height:4vh}.quiz-loading-container .quiz-loading-container__body{width:100%;height:23vh}.quiz-loading-container .quiz-loading-container__button{width:40%;height:5vh}@media (min-width: 78.125rem){.quiz-loading-container{max-width:43vw}}.isSideBarOpen{max-width:34vw}.display-quiz{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:50vw;max-height:fit-content;gap:2.375rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;background-color:#fff;padding:.625rem}@media (max-width: 1023px){.display-quiz{min-width:75vw}}@media (max-width: 1280px){.display-quiz{min-width:50vw}}@media (max-width: 767px){.display-quiz{min-width:80vw}}.display-quiz img{border-radius:10px;max-height:250px;object-fit:contain;vertical-align:middle}.display-quiz .star-quiz-description{margin-top:-1.25rem;margin-bottom:-1.25rem;font-weight:300;font-size:1.5625rem;color:#39404b;text-align:center}@media (max-width: 670px){.display-quiz .star-quiz-description{font-size:.875rem}}@media (min-width: 28.125rem){.display-quiz .star-quiz-description{font-size:1.125rem}}@media (min-width: 43.75rem){.display-quiz .star-quiz-description{font-size:1.5625rem}}.display-quiz .star-quiz-button{padding:1.875rem 3.125rem;box-shadow:0 4px #1a59a5}.display-quiz .star-quiz-button span{font-family:Inter;font-weight:500;font-size:.9375rem;color:#fff}@media (max-width: 670px){.display-quiz .star-quiz-button{padding:.625rem .9375rem}}@media (min-width: 640px){.display-quiz .star-quiz-button{padding:.9375rem 1.25rem}}@media (min-width: 768px){.display-quiz .star-quiz-button{padding:1.5625rem 2.1875rem}.display-quiz .star-quiz-button span{font-size:1.0625rem}}@media (min-width: 1024px){.display-quiz .star-quiz-button{padding:1.875rem 3.125rem}.display-quiz .star-quiz-button span{font-size:1.25rem}}.result-buttons-details{display:flex;justify-content:space-between;gap:1.25rem;align-items:center}.display-result{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem;gap:1.25rem;min-width:45vw}@media (max-width: 21.875rem){.display-result{padding:0!important;min-height:100vh}}@media (max-width: 767px){.display-result{min-width:85vw}}@media (max-width: 1023px){.display-result{min-width:75vw}}.display-result img{max-width:250px;border-radius:10px;max-height:250px;object-fit:contain}.display-result .display-result-score{font-weight:500;font-size:1.6875rem;text-align:center;color:#39404b}@media (max-width: 767px){.display-result .display-result-score{font-size:1.25rem}}@media (max-width: 1023px){.display-result .display-result-score{font-size:1.4375rem}}.display-result .display-result-title{font-weight:700;font-size:2.1875rem;text-align:center;color:#39404b}@media (max-width: 767px){.display-result .display-result-title{font-size:1.5625rem}}@media (max-width: 1023px){.display-result .display-result-title{font-size:1.875rem}}.display-result .go-home-button{font-weight:500;display:flex;align-items:center;justify-content:center;gap:.3125rem;text-align:center;color:#2b6fb4}.display-result .go-home-button span{font-family:Inter;font-weight:400;font-size:1.125rem;text-align:center;color:#2b6fb4}.display-result .go-home-button svg{fill:#2b6fb4}.display-result .note-and-details{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1.25rem;flex-wrap:wrap}.display-result .note-and-details>.result-buttons{display:flex;align-items:center;justify-content:flex-end;gap:.8125rem;width:auto;margin:0 auto;font-size:14px}.display-result .note-and-details>p{font-size:20px!important;color:#1f8af4;text-align:left;margin:0 auto}.display-result .note-and-details .loading-result{border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem}.display-result .note-and-details .display-result-button{display:flex;align-items:center;padding:.75rem 1.125rem;gap:.875rem;background:#50a8f9;box-shadow:0 .25rem .5625rem #1f8af466;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.display-result .note-and-details .display-result-button svg{width:1.5rem;height:1.3125rem;fill:#fff}@media (max-width: 767px){.display-result .note-and-details{flex-direction:column;gap:.625rem}.display-result .note-and-details .result-buttons{flex-direction:column}}.choice-radio-input-image-active .dot:before{content:"";background:#1f8af4;width:1.6875rem;height:1.6875rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}@media (max-width: 767px){.choice-radio-input-image-active .dot:before{width:1.0625rem;height:1.0625rem}}.choice-radio-input{width:1.6875rem;height:1.6875rem;position:relative}.choice-radio-input-image{display:flex;flex-direction:column;justify-items:center;align-items:center;padding:.625rem;border:.09375rem dashed #1f8af4;gap:.625rem;max-width:100%;min-width:250px;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem}.choice-radio-input-image img{max-width:320px!important}@media (max-width: 35.1875rem){.choice-radio-input-image{max-width:250px;min-width:250px}}.choice-radio-input-image .dot{background:#e4f1fe;border:.125rem solid #1f8af4;width:2.9375rem;height:2.9375rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;position:relative}@media (max-width: 767px){.choice-radio-input-image .dot{width:1.6875rem;height:1.6875rem}}.choice-radio-input-image .dot:after{content:"";background:#d5e7f8;width:1.6875rem;height:1.6875rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:0}@media (max-width: 767px){.choice-radio-input-image .dot:after{width:1.0625rem;height:1.0625rem}}.choice-radio-input-image .dot.disabled{background:#e4f1fe;border:.125rem solid #a9a9a9}.choice-radio-input-image .dot.disabled:after{background:#e7e8e7}.choice-radio-input-image img{display:block;margin:0 auto;height:150px;object-fit:contain;object-position:center;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;flex-grow:1;max-height:21.875rem;max-width:12.5rem}.choice-radio-input-image.correct-choice{background-color:#cbfcda}.choice-radio-input-image.correct-choice .dot{background:#95e6a2!important;border-color:#10c222!important}.choice-radio-input-image.correct-choice .dot:after{background-color:#95e6a2!important}.choice-radio-input-image.wrong-choice{background-color:#ffafaf}.choice-radio-input-image.wrong-choice .dot{background:#ff9595!important;border-color:#e4897b!important}.choice-radio-input-image.wrong-choice .dot:after{background-color:#ff9595!important}.choice-radio-input-image.missing-choice{background-color:#ffe8b9}.choice-radio-input-image.missing-choice .dot{background:#ffcb62!important;border-color:#ffae07!important}.choice-radio-input-image.missing-choice .dot:after{background-color:#ffcb62!important}.choice-radio-input-active-text{background:#aad0f7}.choice-radio-input-off-text{background:#e4f1fe}.choice-radio-input-text{display:flex;border:1px solid #e4f1fe;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;color:#39404b;cursor:pointer}.choice-radio-input-text .radio-input-text{flex:1;display:flex;align-items:center;background-color:#e4f1fe}.choice-radio-input-text .radio-input-text p{margin-left:3.125rem}.choice-radio-input-text .dot{width:2.375rem;height:2.9375rem;padding:.625rem 0rem;background:#e6eff9;border-right:.3125rem solid #c1e3ff;border-radius:.625rem 0rem 0rem .625rem;position:relative}.choice-radio-input-text input:checked+.dot{background-color:#1f8af4;border-right:.3125rem solid #3098ff}.choice-radio-input-text input:checked+.dot:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;box-shadow:0 4px 4px -1px #2d6ab5;width:1.125rem;height:1.125rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.choice-radio-input-text input:checked+.dot:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#1f8af4;width:.5rem;height:.5rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.choice-radio-input-text.correct-choice .radio-input-text{background-color:#cbfcda}.choice-radio-input-text.correct-choice .dot{background:#95e6a2!important;border-color:#10c222!important}.choice-radio-input-text.correct-choice .dot:before{box-shadow:0 4px 4px -1px #5ecd69!important}.choice-radio-input-text.correct-choice .dot:after{background-color:#10c222!important}.choice-radio-input-text.wrong-choice .radio-input-text{background-color:#ffafaf}.choice-radio-input-text.wrong-choice .dot{background:#ff2700!important;border-color:#e4897b!important}.choice-radio-input-text.wrong-choice .dot:before{box-shadow:0 4px 4px -1px #e4897b!important}.choice-radio-input-text.wrong-choice .dot:after{background-color:#e4897b!important}.choice-radio-input-text.missing-choice .radio-input-text{background-color:#ffe8b9}.choice-radio-input-text.missing-choice .dot{background:#ffcb62!important;border-color:#ffae07!important}.display-result-detail{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3.125rem;background-color:#edf2f7;padding:.625rem;min-width:50vw}@media (max-width: 1023px){.display-result-detail{min-width:75vw}}@media (max-width: 1280px){.display-result-detail{min-width:50vw}}@media (max-width: 767px){.display-result-detail{min-width:80vw}}@media (max-width: 35.625rem){.display-result-detail{padding-block:1.875rem;width:100vw;min-height:100vh}}.display-result-detail>.display-result-detail-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem 1.3125rem;gap:1.25rem;position:relative;background:#ffffff;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%}@media (max-width: 41.25rem){.display-result-detail>.display-result-detail-item{width:90%}}.display-result-detail>.display-result-detail-item>.item-image{min-height:15.625rem;border:.0625rem dashed #c7c7c7;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;display:flex;justify-content:center;align-items:center;padding:1.25rem;max-width:250px;max-height:250px;object-fit:contain}@media (max-width: 25rem){.display-result-detail>.display-result-detail-item>.item-image .rhap_container{width:100%!important}.display-result-detail>.display-result-detail-item>.item-image .rhap_container .rhap_additional-controls{display:none!important}.display-result-detail>.display-result-detail-item>.item-image .rhap_container .rhap_skip-button{width:30%!important}}@media (min-width: 29.375rem){.display-result-detail>.display-result-detail-item>.item-image{width:100%}.display-result-detail>.display-result-detail-item>.item-image>img{max-width:250px;max-height:250px;object-fit:contain;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}}.display-result-detail>.display-result-detail-item>.item-image>img{width:100%;height:100%;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;max-width:250px;max-height:250px;object-fit:contain;object-position:center}.display-result-detail>.display-result-detail-item>.item-description{font-weight:400;font-size:1rem;text-align:center;color:#39404b}@media (max-width: 40.5rem){.display-result-detail>.display-result-detail-item>.item-description{font-size:1.25rem}}.display-result-detail>.display-result-detail-item>.item-choices-text{width:100%}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text-on{background:#c3ffce!important}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text-wrong{background:#ffafaf!important}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text{display:flex;flex-direction:row;align-items:center;background:#e4f1fe;border:.0625rem solid #e4f1fe;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text,.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.item-choice-text-true-but-not-selected,.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-on,.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-wrong,.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-off{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.625rem;width:2.75rem;height:2.75rem;border-radius:.625rem 0px 0px .625rem;margin-right:2.75rem;padding:.3125rem .625rem}@media (max-width: 40.5rem){.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text,.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.item-choice-text-true-but-not-selected,.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-on,.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-wrong,.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-off{width:auto;margin-right:.625rem}}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-off{background:#e6eff9;border-right:.3125rem solid #bdd7d9}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-off svg{visibility:hidden}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-wrong{background:#ff2700!important;border-right:.3125rem solid #e4897b!important}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-wrong svg{visibility:visible}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-true-but-not-selected{background:#ffae07!important;border-right:.3125rem solid #ffcb62!important}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-true-but-not-selected svg{visibility:visible}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.check-mark-text-on{color:#c3ffce;background-color:#95e6a2;border-right:.3125rem solid #087713}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.choice-description{font-size:.9375rem;line-height:1.375rem;align-items:left;text-align:left;color:#39404b;padding:.3125rem .625rem;position:relative;width:100%}.display-result-detail>.display-result-detail-item>.item-choices-text .item-choice-text>.choice-description>.choice-description__not-selected{position:absolute;top:50%;transform:translateY(-50%);right:1%;font-weight:700;color:#ff2700;border:solid .0625rem #ff2700;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;padding:.3125rem;animation:bounce 1s infinite}@keyframes bounce{0%{transform:translateY(-50%)}50%{transform:translateY(-60%)}to{transform:translateY(-50%)}}.display-result-detail>.display-result-detail-item>.item-choices-image{display:flex;flex-wrap:wrap;flex-direction:row;align-items:flex-start;padding:0;gap:1.875rem;justify-content:space-between}.display-result-detail>.display-result-detail-item>.item-choices-image .item-choice-image-wrong{border:.1875rem solid #ff2700!important}.display-result-detail>.display-result-detail-item>.item-choices-image .item-choice-image-correct{border:.1875rem solid #10c222!important}.display-result-detail>.display-result-detail-item>.item-choices-image>.item-choice-image{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:.9375rem;gap:1.25rem;max-width:250px;min-width:250px;max-height:18.75rem;border:.0625rem dashed #1f8af4;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;min-height:8.75rem}@media (max-width: 41.875rem){.display-result-detail>.display-result-detail-item>.item-choices-image>.item-choice-image{max-width:auto;min-width:100%;max-height:15.625rem}}.display-result-detail>.display-result-detail-item>.item-choices-image>.item-choice-image>img{width:auto;height:100%;object-position:center;object-fit:contain;max-width:-webkit-fill-available;min-height:6.5625rem;max-height:6.5625rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.item-choice-text-true-but-not-selected{background:#ffe8b9!important}.item-choice-image-missed{border:.1875rem solid #ffcb62!important}img{max-width:500px;object-fit:contain;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.share-signup{padding-inline:1.25rem;padding-block:2.5rem}.signup-share-submit-login{cursor:pointer!important}.extra-link-display{float:right;margin-left:auto;color:#617082!important;padding:.625rem;box-shadow:0 0 0 1px #617082!important;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem}.quiz-not-found{position:relative!important;height:fit-content!important;width:100%!important}.quiz-not-found>.text{height:44.04296875%;background:#fff;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;font-size:40px;color:#617082}.answers-indicators{display:flex;flex-direction:column;width:100%;margin-top:1.25rem;margin-bottom:1.25rem;padding:1.25rem;gap:.625rem}.answers-indicators>.answers-indicators__item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:.625rem}.answers-indicators>.answers-indicators__item>.answers-indicators__item__text{font-weight:300;line-height:1.5rem;color:#000}@media (min-width: 640px){.answers-indicators>.answers-indicators__item>.answers-indicators__item__text{font-size:.75rem}}@media (min-width: 360px){.answers-indicators>.answers-indicators__item>.answers-indicators__item__text{font-size:.625rem}}@media (min-width: 768px){.answers-indicators>.answers-indicators__item>.answers-indicators__item__text{font-size:.875rem}}@media (min-width: 1024px){.answers-indicators>.answers-indicators__item>.answers-indicators__item__text{font-size:1rem}}.answers-indicators>.answers-indicators__item>.square{display:block;min-width:.9375rem;min-height:.9375rem;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem}@media (min-width: 640px){.answers-indicators>.answers-indicators__item>.square{width:1.5625rem;height:1.5625rem}}.answers-indicators>.answers-indicators__item .correct{background-color:#94e6a2}.answers-indicators>.answers-indicators__item .missed{background-color:#ffcb62}.answers-indicators>.answers-indicators__item .wrong{background-color:#ff2700}.correct-answer_drawer{background-color:#d7ffb8!important;border-radius:0 0 60px 60px}.correct-answer_drawer .correct-answer-drawer-content{display:flex;align-items:center;justify-content:space-between;height:100%}.correct-answer_drawer .correct-answer-drawer-content .image_message{display:flex;gap:15px;align-items:center}.correct-answer_drawer .correct-answer-drawer-content .image_message .success_logo{background:#fff;border-radius:98px;display:block;float:left;height:80px;width:80px;min-width:80px;min-height:80px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 600px){.correct-answer_drawer .correct-answer-drawer-content .image_message .success_logo{display:none}}.correct-answer_drawer .correct-answer-drawer-content .image_message .correct-answer_message{color:#58a700;font-weight:500;font-size:24px;line-height:26px;font-family:Varela Round,sans-serif}.correct-answer_drawer .correct-answer-drawer-content .image_message .correct-answer_explanation{font-weight:500;font-size:15px;line-height:26px;font-family:Varela Round,sans-serif;padding:4px 0 10px;word-break:break-all;overflow-y:scroll;max-height:270px}.correct-answer_drawer .correct-answer-drawer-content .image_message .correct-answer_explanation img,.correct-answer_drawer .correct-answer-drawer-content .image_message .correct-answer_explanation video,.correct-answer_drawer .correct-answer-drawer-content .image_message .correct-answer_explanation iframe{border-radius:20px;object-fit:contain;height:150px}.correct-answer_drawer .correct-answer-drawer-content .image_message .correct-answer_explanation::-webkit-scrollbar{display:none}.correct-answer_drawer .correct-answer-drawer-content .continue_btn{min-width:150px;max-width:180px;width:100%;color:#fff;background:#58cc04;border-radius:12px;font-size:20px;height:100%;max-height:45px;min-height:45px;text-transform:uppercase;font-family:Varela Round,sans-serif;letter-spacing:1px;box-shadow:0 4px #58a701}@media screen and (max-width: 500px){.correct-answer_drawer .correct-answer-drawer-content .continue_btn{max-width:unset;max-height:50px;align-items:flex-start}.correct-answer_drawer .correct-answer-drawer-content{flex-direction:column;align-items:flex-start}.correct-answer_drawer .correct-answer-drawer-content.rtl{align-items:flex-end}}.wrong-answer_drawer{background-color:#ffdfe0!important;border-radius:0 0 60px 60px}.wrong-answer_drawer .wrong-answer-drawer-content{display:flex;align-items:center;justify-content:space-between;height:100%}.wrong-answer_drawer .wrong-answer-drawer-content .image_message{display:flex;gap:15px;align-items:center}.wrong-answer_drawer .wrong-answer-drawer-content .image_message .failure_logo{background:#fff;border-radius:98px;display:block;float:left;height:80px;width:80px;min-width:80px;min-height:80px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 600px){.wrong-answer_drawer .wrong-answer-drawer-content .image_message .failure_logo{display:none}}.wrong-answer_drawer .wrong-answer-drawer-content .image_message .wrong-answer_message{color:#ff4b4b;font-weight:500;font-size:24px;line-height:26px;font-family:Varela Round,sans-serif}.wrong-answer_drawer .wrong-answer-drawer-content .image_message .wrong-answer_explanation{color:#ff4b4b;font-weight:500;font-size:15px;line-height:26px;font-family:Varela Round,sans-serif;padding:4px 0 10px;word-break:break-all;overflow-y:scroll;max-height:270px}.wrong-answer_drawer .wrong-answer-drawer-content .image_message .wrong-answer_explanation img,.wrong-answer_drawer .wrong-answer-drawer-content .image_message .wrong-answer_explanation video,.wrong-answer_drawer .wrong-answer-drawer-content .image_message .wrong-answer_explanation iframe{border-radius:20px;object-fit:contain;height:150px}.wrong-answer_drawer .wrong-answer-drawer-content .wrong-answer_explanation::-webkit-scrollbar{display:none}.wrong-answer_drawer .wrong-answer-drawer-content .continue_btn{min-width:150px;max-width:180px;width:100%;color:#fff;background:#ff4b4b;border-radius:12px;font-size:20px;height:100%;max-height:45px;min-height:45px;text-transform:uppercase;font-family:Varela Round,sans-serif;letter-spacing:1px;box-shadow:0 4px #cf2323}@media screen and (max-width: 500px){.wrong-answer_drawer .wrong-answer-drawer-content .continue_btn{max-width:unset;max-height:50px;align-items:flex-start}.wrong-answer_drawer .wrong-answer-drawer-content{flex-direction:column;align-items:flex-start}.wrong-answer_drawer .wrong-answer-drawer-content.rtl{align-items:flex-end}}.ant-drawer-content-wrapper{box-shadow:unset!important}.show-more-less-clickable{cursor:pointer;color:#fff;text-decoration:underline;font-size:25px;font-weight:bolder}.show-more-dots{color:#fff;font-size:30px}.warning-answer_drawer{background-color:#fff5d3!important;border-radius:0 0 60px 60px}.warning-answer_drawer .warning-answer-drawer-content{display:flex;align-items:center;justify-content:space-between;height:100%}.warning-answer_drawer .warning-answer-drawer-content .image_message{display:flex;gap:15px;align-items:center}.warning-answer_drawer .warning-answer-drawer-content .image_message .failure_logo{background:#fff;border-radius:98px;display:block;float:left;height:80px;width:80px;min-width:80px;min-height:80px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 600px){.warning-answer_drawer .warning-answer-drawer-content .image_message .failure_logo{display:none}}.warning-answer_drawer .warning-answer-drawer-content .image_message .warning-answer_message{color:#cd7900;font-weight:500;font-size:24px;line-height:26px;font-family:Varela Round,sans-serif}.warning-answer_drawer .warning-answer-drawer-content .image_message .warning-answer_explanation{color:#cd7900;font-weight:500;font-size:15px;line-height:26px;font-family:Varela Round,sans-serif;padding:4px 0 10px;word-break:break-all;overflow-y:scroll;max-height:270px}.warning-answer_drawer .warning-answer-drawer-content .image_message .warning-answer_explanation img,.warning-answer_drawer .warning-answer-drawer-content .image_message .warning-answer_explanation video,.warning-answer_drawer .warning-answer-drawer-content .image_message .warning-answer_explanation iframe{border-radius:20px;object-fit:contain;height:150px}.warning-answer_drawer .warning-answer-drawer-content .warning-answer_explanation::-webkit-scrollbar{display:none}.warning-answer_drawer .warning-answer-drawer-content .continue_btn{min-width:150px;max-width:180px;width:100%;color:#fff;background:rgb(255,200,0);border-radius:12px;font-size:20px;height:100%;max-height:45px;min-height:45px;text-transform:uppercase;font-family:Varela Round,sans-serif;letter-spacing:1px;box-shadow:0 4px #cd7900}@media screen and (max-width: 500px){.warning-answer_drawer .warning-answer-drawer-content .continue_btn{max-width:unset;max-height:50px;align-items:flex-start}.warning-answer_drawer .warning-answer-drawer-content{flex-direction:column;align-items:flex-start}.warning-answer_drawer .warning-answer-drawer-content.rtl{align-items:flex-end}}.show_hint_button{all:unset;cursor:pointer;filter:drop-shadow(0px 4px 30px rgba(0,0,0,.1));width:fit-content;height:fit-content;flex-shrink:0;color:#fff;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:normal;border-radius:12px;background:#ffa938;display:flex;padding:10px 14px;align-items:center}.show_hint_button:disabled{background:#e0e0e0;color:#9e9e9e;cursor:not-allowed}.bulps{display:flex;gap:5px;color:#ffa938;font-size:23px}.bulps img{width:12px}.bulps .additional-hints{border-radius:35px;background:#ffe9d6;color:#ff8b00;font-family:Poppins;font-size:15px;font-style:normal;font-weight:600;line-height:normal;padding:2px 10px}#hint-bulp{height:30px!important}.hint{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;background-color:#fff;border-radius:.625rem;padding:1.25rem!important;min-width:100vw;min-height:100vh;position:fixed;top:0}.hint>span{margin:0 50px;max-width:50vw}@media screen and (max-width: 571px){.hint>span{max-width:80vw}}.hint img{max-width:300px;max-height:300px;object-fit:contain;border-radius:10px}@media screen and (max-width: 571px){.hint img{max-width:80vw;border-radius:10px}}.hint button{margin-top:30px}.type_your_answer_wrapper{width:80%;height:70px;border-radius:8px;border:1px dashed #1f8af4;background:#e9f4ff}.type_your_answer_wrapper input{color:#1f8af4;width:100%;height:100%;border:none;padding:10px 15px;font-family:Poppins;font-size:24px;font-weight:300;line-height:52px;text-align:center}.type_your_answer_wrapper input::placeholder{color:#b0ceec;font-family:Poppins;font-size:22px;font-weight:300;line-height:52px;text-align:center}.fill_correct_answers{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;opacity:0;max-height:5px;transition:all 1s ease-in-out}.fill_correct_answers .fill_correct_answer{border-radius:8px;border:1px solid #d0d5dd;background:var(--White, #fff);box-shadow:0 1px 2px #1018280d;padding:10px 16px;color:#344054;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;transition:all .3s cubic-bezier(.68,-.55,.27,1.55)}.fill_correct_answers .fill_correct_answer.trueChoice{color:#027a48;background:#ecfdf3;border:unset;display:flex;gap:5px}.fill_correct_answers .fill_correct_answer.result-details{background:#fff;border:1px solid #d0d5dd!important;box-shadow:0 3px 10px 0 16,24,40,.05}.fill_correct_answers .fill_correct_answer.or{border:none;box-shadow:none}.fill_correct_answers .fill_correct_answer.correct{border:none;box-shadow:none;background:#c3ffce!important}.fill_correct_answers .fill_correct_answer.wrong{border:none;box-shadow:none;background:#ffafaf!important}.fill_correct_answers .wrapper{display:flex;align-items:center;gap:10px}.fill_correct_answers .wrapper>span{font-family:Inter;font-size:14px;font-style:normal;line-height:20px}.fill_correct_answers .wrapper.rtl{flex-direction:row-reverse}.fill_correct_answers.answered{opacity:1;max-height:unset}.previous_mistake_wrapper{display:flex;gap:10px;align-items:center;width:100%;margin-bottom:-24px}.previous_mistake_wrapper span{text-transform:uppercase;font-family:Open Sans,sans-serif;font-weight:500;line-height:24px;color:#f79605;font-size:15px}.previous_mistake_wrapper.rtl{flex-direction:row-reverse}#prev-icon{height:20px;width:20px}.create-result-preview-panel{display:flex;flex-direction:column;width:100%;height:100%;justify-content:stretch;gap:1.25rem;border-radius:8;-webkit-border-radius:8;-moz-border-radius:8;overflow:hidden;position:relative}@media (max-width: 50rem){.create-result-preview-panel{display:none!important}}.create-result-preview-panel>.create-result-preview-card{position:relative!important;top:unset!important;left:unset!important;transform:unset!important}.create-result-preview-panel>.preview-buttons{float:top!important}.not-found{position:absolute;background-color:#edf2f7;min-width:100%;height:calc(100vh - 77px);max-height:calc(100vh - 77px);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0;margin:0rem -1.75rem -.4375rem}@media (max-width: 47.9375rem){.not-found{margin-inline:-.625rem}}.not-found>.image-404{height:55.95703125%;justify-content:center;display:flex;align-items:flex-end}.not-found>.image-404 img{width:100%;height:auto;margin-bottom:-2px}@media (max-width: 93.75rem){.not-found>.image-404 img{width:80%}}@media (max-width: 70.625rem){.not-found>.image-404 img{width:70%}}@media (max-width: 60.4375rem){.not-found>.image-404{align-items:center}}.not-found .text{height:44.04296875%;background:#00396A;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.not-found .text .title{margin-top:37px;font-family:Poppins;font-style:normal;font-weight:700;font-size:50px;line-height:75px;color:#fff}.not-found .text .description{font-family:Poppins;font-style:normal;font-weight:700;font-size:28px;line-height:42px;color:#fff}.not-found .text .go-back{margin-top:2.1875rem;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 18px;gap:16px;width:171px;height:48px;background:#1F8AF4;border-radius:8px}.not-found .text .go-back span{font-family:Inter;font-style:normal;font-weight:500;font-size:15px;line-height:20px;color:#fff}@media (max-width: 47.9375rem){.not-found .text .title{font-size:38px;font-weight:500}.not-found .text .description{font-size:16px;font-weight:500}}.floating-save-loader{position:fixed;bottom:2%;right:2%;width:3.125rem;height:3.125rem;background-color:#fff;border-radius:50%;box-shadow:0 0 10px #0003;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:999;padding:.625rem}.floating-save-loader #spinner{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.mysite-container{padding:1.5625rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;min-height:calc(100vh - 3.75rem);height:100%;background-color:#fff;max-width:calc(100vw - 8.75rem);transition:all .6s ease}.mysite-container.sideBar-open{max-width:calc(100vw - 19.375rem)}@media (max-width: 47.9375rem){.mysite-container{max-width:100vw;padding-block:1.5rem;padding-inline:1.5rem}.mysite-container.sideBar-open{max-width:100vw}}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sites-list-page{background:#ffffff;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;height:auto;padding:1.5625rem;position:relative;max-width:calc(100vw - 8.75rem);display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;transition:all .6s ease}.sites-list-page .list-header{border-bottom:1px solid #c0c1c3;padding-bottom:2rem}.sites-list-page .list-header svg{width:23px}.sites-list-page.sideBar-open{max-width:calc(100vw - 19.375rem)}@media (max-width: 47.9375rem){.sites-list-page,.sites-list-page.sideBar-open{max-width:100vw}}@media (max-width: 25rem){.sites-list-page{padding:0px 1.5625rem}.sites-list-page .create-new-user{width:100%!important}}.confirm-site-deletion{background:#ffffff;-webkit-border-radius:2.5rem;-moz-border-radius:2.5rem;padding:2.5rem;display:flex;flex-direction:column;gap:.9375rem;align-items:center;justify-content:center;min-width:400px;border-radius:.625rem}.confirm-site-deletion .title{font-weight:400;font-size:1.5rem;color:#617082;margin-bottom:30px;padding:0%}.confirm-site-deletion .text{font-size:1.125rem;font-weight:200;text-align:center;color:#000;margin-bottom:30px}.confirm-site-deletion .text b{font-weight:300}.confirm-site-deletion .actions{display:flex;align-items:center;justify-content:center;gap:1.5625rem}.confirm-site-deletion button{display:flex;flex-direction:row;align-items:center;padding:.75rem 1.375rem;gap:1.25rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:400;font-size:.875rem;letter-spacing:.3px;margin-top:25px;font-family:Inter;font-style:normal}.confirm-site-deletion .button-save{background:#1f8af4;color:#fff}.confirm-site-deletion .button-save svg{color:#fff}.confirm-site-deletion .button-cancel{background:#e4f1fe;color:#1f8af4}.confirm-site-deletion .button-cancel svg{fill:#1f8af4}.logo-delete-confirmation,.logo-user-add{display:flex;justify-content:center;align-items:center;padding:1.875rem;background:#8ac990;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.logo-delete-confirmation svg,.logo-user-add svg{color:#fff;scale:200%}.add-new-site{max-width:39.875rem;min-width:37.5rem;background:#ffffff;-webkit-border-radius:2.5rem;-moz-border-radius:2.5rem;padding:1.5625rem;display:flex;flex-direction:column;gap:.9375rem;align-items:center;justify-content:space-between;min-width:54vw;min-height:70vh;border-radius:.625rem}.add-new-site .label-site{margin:0 auto;width:99%!important}.add-new-site #siteName{width:100%}.add-new-site .hint_update_token{background-color:#fa8c16;padding:6px 8px;color:#fff;text-align:start;border-radius:6px;margin:0 .3125rem .625rem}.add-new-site #siteName::placeholder{color:#9c9c9c;opacity:1}.add-new-site #siteName:-ms-input-placeholder{color:#9c9c9c}.add-new-site #siteName::-ms-input-placeholder{color:#9c9c9c}.add-new-site .title-mySite{margin-bottom:1.25rem!important}.add-new-site .domainsList-container{margin-top:0!important}.add-new-site .domains-container{margin:0!important;background:#fff!important;padding:0rem 0rem 1.25rem;padding:.625rem .3125rem!important}.add-new-site .domains-list-items{max-height:10.625rem;overflow:auto;padding-right:.9375rem;margin-right:-.9375rem}.add-new-site .domains-list-items ul li{padding:.3125rem 0!important}.add-new-site .sites-container{width:100%;height:100%;max-height:72vh;overflow-y:auto;overflow-x:hidden}.add-new-site .form{width:100%;display:flex;flex-direction:column;gap:1.25rem}.add-new-site .form .role svg{transform:rotate(90deg)}.add-new-site .form .label{background:#ffffff;border:.0625rem solid #cbd5e1;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;display:flex;width:100%;align-items:center;justify-content:space-between;position:relative}.add-new-site .form .label .generate{display:flex;align-items:center;padding:.625rem .9375rem;gap:1.875rem;background:#70b3f4;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;color:#fff;font-size:.8125rem;margin:0%;border:1px solid #70b3f4}.add-new-site .form .label .generate .underline{text-decoration:underline}.add-new-site .form .label .icon{background:rgba(57,64,75,.1);border-radius:0rem .875rem .875rem 0rem;min-height:100%;padding:.6875rem .625rem .4375rem}.add-new-site .form .label .icon svg{fill:#617082;scale:140%}.add-new-site .form .label .error-icon{background-color:#c00}.add-new-site .form .label .error-icon svg{fill:#fff;scale:140%}.add-new-site .form .label .input{flex-grow:1;padding:.625rem .9375rem;padding-left:35px;font-family:Poppins;font-style:normal;font-weight:300;font-size:13px}.add-new-site .form .label .input::placeholder{color:#000;font-size:.8125rem;font-family:Poppins;font-style:normal;font-weight:300;font-size:13px}.add-new-site .form .label .select-roles{-ms-appearance:none;appearance:none;background-color:transparent;border:none;margin:0;padding-left:35px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#617082 50%),linear-gradient(135deg,#617082 50%,transparent 50%),linear-gradient(to right,rgba(57,64,75,.1),rgba(57,64,75,.1));background-position:calc(100% - 17px) calc(1em + 7px),calc(100% - 12px) calc(1em + 7px),100% 0;background-size:5px 5px,5px 5px,2.6em 5em;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;background-repeat:no-repeat;outline:none;height:43px;width:100%;cursor:pointer;line-height:1.1;font-weight:300;font-size:13px;position:relative;display:inline-block}.add-new-site .form .label .select-roles::-ms-expand{display:none}.add-new-site .form .label .select-roles option{background:rgba(0,0,0,.3)!important;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.4)}.add-new-site .form .label .error-msg{bottom:-39px;position:absolute;color:#d50000;font-size:.625rem;font-weight:700;margin-top:.625rem;letter-spacing:.3px;margin-bottom:20px}.add-new-site .form .label .error-msg:first-letter{text-transform:capitalize}.add-new-site .form .input-error{border:.0625rem solid #d50000!important}.add-new-site .form .show-password{padding:.625rem .9375rem;margin-left:.625rem;margin-top:0%}.add-new-site .form .show-password svg{background:transparent!important;fill:transparent!important;color:#617082;scale:150%;width:.9375rem;height:.9375rem}.add-new-site .actions{display:flex;align-items:center;justify-content:center;gap:1.5625rem}.add-new-site button{display:flex;flex-direction:row;align-items:center;padding:.75rem 1.375rem;gap:1.25rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;font-weight:400;font-size:.875rem;letter-spacing:.3px;margin-top:25px;font-family:Inter;font-style:normal}.add-new-site .button-save{background:#1f8af4;color:#fff}.add-new-site .button-save svg{color:#fff}.add-new-site .button-cancel{background:#e4f1fe;color:#1f8af4}.add-new-site .button-cancel svg{fill:#1f8af4}@media (max-width: 37.5rem){.add-new-site{max-width:100vw;min-width:90vw}.add-new-site input[pass]{max-width:145px}}@media (max-width: 25rem){.confirm-site-deletion{min-width:300px;max-width:350px}.add-new-user .password-input{max-width:145px}}.logo-user-add{background-color:#70b3f4!important}.logo-user-add svg{scale:100%!important}@media (max-width: 116.25rem){.table-wrapper{overflow-x:scroll;margin-bottom:4.375rem}.table-wrapper::-webkit-scrollbar{width:0!important;height:3px!important}.table-wrapper::-webkit-scrollbar-track{background-color:#39404b1a!important;border-radius:100%!important}.table-wrapper::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px #1f8af4!important;border-radius:100px!important;width:.75rem!important}}.table-wrapper table{border-collapse:collapse;margin:2.375rem 0 1.5625rem;font-size:.9em;width:100%;border-radius:.3125rem .3125rem 0 0;border-collapse:separate;border-spacing:0 1.125rem;min-width:64.9375rem;overflow:scroll;table-layout:fixed}.table-wrapper table thead>tr{background-color:#283542;text-align:left;font-weight:700;background:#f8fafc;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem}.table-wrapper table thead>tr>th{padding:12px 8px;font-weight:400;font-size:15px;text-transform:capitalize;color:#334155;position:relative;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper table thead>tr>th:not(:first-child):before{position:absolute;content:"";width:1px;height:60%;left:0;top:20%;background-color:#d8dfe8}.table-wrapper table thead>tr>th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.table-wrapper table thead>tr>th:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.table-wrapper table tbody{overflow:auto}.table-wrapper table tbody tr{background-color:#fff;text-align:left;font-weight:400;font-size:14px}.table-wrapper table tbody tr td{padding:2px 8px;text-transform:capitalize;color:#334155;position:relative;border-top:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper table tbody tr td:first-child{border-left:1px solid #cbd5e1;border-top-left-radius:10px;border-bottom-left-radius:10px}.table-wrapper table tbody tr td:not(:first-child):not(:last-child):not(:nth-child(7)):before{position:absolute;content:"";width:1px;height:60%;left:0;top:20%;background-color:#d8dfe8}.table-wrapper table tbody tr td:nth-child(7){border-right:1px solid #cbd5e1;border-bottom-right-radius:10px;border-top-right-radius:10px}.table-wrapper table tbody tr td:last-child{border:none;padding-left:25px}.table-wrapper table tbody tr td.toggle-td{border-radius:0 10px 10px 0;border-right:1px solid #cbd5e1}.table-wrapper table tbody tr td .buttons{display:flex;align-items:center;gap:.4375rem;position:relative;justify-content:flex-end}@media (max-width: 1280px){.table-wrapper table tbody tr td .buttons{flex-wrap:wrap}}.table-wrapper table tbody tr td .buttons>.disabled-delete-button{opacity:.5}.table-wrapper table tbody tr td .buttons>.disabled-delete-button:hover{background-color:#ffff005c!important;cursor:not-allowed}.table-wrapper table tbody tr td .buttons>.disabled-delete-button:hover svg{fill:#39404b!important}.table-wrapper table tbody tr td .buttons .button{display:flex;justify-content:center;align-items:center;padding:0 13px;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;background:rgba(57,64,75,.1);transition:all .2s ease-in}.table-wrapper table tbody tr td .buttons .button:hover{background:#e74c3c}.table-wrapper table tbody tr td .buttons .edit{background:rgba(57,64,75,.1);transition:all .2s ease-in}.table-wrapper table tbody tr td .buttons .edit svg{fill:#39404b;transition:all .2s ease-in}.table-wrapper table tbody tr td .buttons .edit:hover{background:#3498db}.table-wrapper table tbody tr td .buttons .edit:hover svg{fill:#fff}.table-wrapper table tbody tr td .buttons .trash{background:rgba(57,64,75,.1)}.table-wrapper table tbody tr td .buttons .trash svg{fill:#39404b;transition:all .2s ease-in}.table-wrapper table tbody tr td .buttons .trash:hover svg{fill:#fff}.table-wrapper table tbody tr td .toggle-admin{padding:0;margin:0;transition:all .3s ease-in}.table-wrapper table tbody tr td .toggle-admin .dot{display:block;background:#ebebeb;border-radius:.8125rem;-webkit-border-radius:.8125rem;-moz-border-radius:.8125rem;height:1.625rem;width:3.75rem;position:relative;cursor:pointer;transition:all .3s ease-in}.table-wrapper table tbody tr td .toggle-admin .dot:after{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:5%;background:#ffffff;box-shadow:0 .0625rem .25rem #00000040;width:1.375rem;height:1.375rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;transition:all .3s ease-in}.table-wrapper table tbody tr td .toggle-admin input{display:none;transition:all .3s ease-in}.table-wrapper table tbody tr td .toggle-admin input:checked{transition:all .3s ease-in}.table-wrapper table tbody tr td .toggle-admin input:checked+.dot{background-color:#4972f5;transition:all .3s ease-in}.table-wrapper table tbody tr td .toggle-admin input:checked+.dot:after{right:5%;left:unset;transition:all .3s ease-in}.table-wrapper table tbody tr td .toggle-admin input:checked+.dot:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:unset;right:15%;z-index:0;background:#4972f5;width:.5rem;height:.5rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;transition:all .3s ease-in}.table-wrapper table tbody:before{line-height:20px;content:"-";color:#fff;display:block}.quiz-attempts-title{display:flex;align-items:center;justify-content:flex-start;gap:.9375rem;width:100%;border-bottom:1px solid #c0c1c3;padding-bottom:2rem;margin-bottom:2rem}.quiz-attempts-title h1{font-weight:700;font-size:1.375rem;line-height:2.0625rem;color:#617082}@media only screen and (max-width: 1535px){.quiz-attempts-title{gap:.625rem}.quiz-attempts-title h1{font-weight:600;font-size:1.125rem;line-height:1.6875rem}}.attempts-page{padding:1.5625rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;min-height:calc(100vh - 3.75rem);height:100%;background-color:#fff;max-width:calc(100vw - 8.75rem);transition:all .6s ease}.attempts-page.sideBar-open{max-width:calc(100vw - 19.375rem)}.attempts-page .paginate-container{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;display:flex;justify-content:space-between;align-items:center;gap:1.4%;width:100%}@media (max-width: 47.9375rem){.attempts-page{max-width:100vw;padding-block:1.5rem;padding-inline:1.5rem}.attempts-page.sideBar-open{max-width:100vw}}.users-list-container{overflow-y:scroll;height:250px;width:100%}.users-list-container::-webkit-scrollbar{display:none}.start-button-box-shadow{box-shadow:0 4px #1a59a5;width:100%}.show-qr-button{display:flex;align-items:center;border:none}.lock-button{background-color:#fff!important;color:#000!important;border:1px solid rgb(222,228,233);padding:8px;border-radius:8px;box-shadow:0 4px #c1ccd6;display:flex;align-items:center;justify-content:center}.qr-code-card{height:400px!important;width:400px!important}.qr-code-card canvas{height:300px!important;width:300px!important}.links-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.start-quiz-page{background:linear-gradient(116.82deg,#edf2f7 0%,#deeeff 100%);height:100vh;display:flex;align-items:center;justify-content:center;font-weight:500;flex-direction:column}.start-quiz-page p{color:#1f8af4;margin:30px;font-size:20px}.start-quiz-page span{background-color:#d5e5f5;color:#1f8af4;height:119px;width:100%;display:flex;align-items:center;justify-content:center;font-size:96px}.qr-modal{color:#fff}.qr-modal .ant-modal-content{background-color:transparent!important;box-shadow:none}.pin-code{width:400px;height:400px;background-color:#41494b80;border:none;color:#fff;justify-content:center;align-items:center;display:flex;font-size:64px;font-weight:700}.qr-close-button{background-color:#ffffff61!important;color:#fff!important;border:none;display:flex;align-items:center;justify-content:center}.qr-pin-title{font-size:40px;font-weight:600}.link-avatar{display:flex;align-items:center;justify-content:center}.link-avatar img{width:20px!important;height:20px!important}.qr-data-title{font-family:Poppins;font-size:40px;font-weight:600;line-height:60px;text-align:left;color:#dadada}.qr-modal-wrapper{background-color:#000c}.qr-modal-header{background-color:transparent!important}.game-pin .ant-input{text-align:center;font-size:35px!important;font-weight:700;letter-spacing:15px}.invite-link-input .ant-input{text-align:center;font-size:35px!important;font-weight:500}.delete-user{cursor:pointer}.total-players{display:flex;align-items:center;gap:5px;border:none;background-color:transparent;box-shadow:none;color:#bfbdc7}.lock-screen{background-color:#000;width:100%;height:300px;border-radius:10px}.waiting-for-participants{font-family:Poppins;font-size:20px;font-weight:500;line-height:30px;height:250px;color:#1f8af4}.qr-modal-divider{height:150px;background-color:#8d8d8d}.copy-clipboard-btn{border-color:transparent!important}.max-number-players{width:50px;height:33px;font-family:Poppins;font-size:15px;font-weight:600;line-height:33px;text-align:left;color:#1e202e}.players-max-number-input{border:1px solid rgb(205,230,255);width:119.5px;height:45px}.players-max-number-input .ant-input-number-handler{border:none!important}.players-max-number-input .ant-input-number-input{color:#ff8b00;border-bottom:1px solid rgb(255,139,0);font-family:Poppins;padding:5px;font-size:19px;text-align:center;font-weight:600;width:31px;border-radius:0!important}.ant-input::-webkit-inner-spin-button,.ant-input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.players-number-spinner{cursor:pointer}.join-quiz-card-header{font-size:22px;font-weight:600;line-height:33px;text-align:left}.preview-question,.student-preview-question{background-color:#def!important;color:#1f8af4!important;border:none;padding:9px;display:flex;align-items:center;justify-content:center;width:40px}.student-preview-question{background-color:#2e98ea!important;color:#fff!important}.student-preview-question-disabled{background-color:#aecfe9!important;color:#fff!important;border:none}.preview-quiz-questions-wrapper{height:40px;max-width:100%;overflow-x:auto}.mobile-preview-quiz::-webkit-scrollbar{display:none}.preview-quiz-questions-wrapper::-webkit-scrollbar{display:none}.disabled-preview-button{background-color:#d3dbe3!important;color:#fff!important;border:none}.text-wrapper,.student-text-wrapper{background-color:#f3f9ff;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center}.student-question-wrapper{background-color:#e4f1fe;border-radius:8px;padding:20px}.student-question-wrapper .rhap_container{border-radius:10px}.student-text-wrapper{background-color:transparent!important;color:#264872!important}.student-text-wrapper img{object-fit:contain;height:200px}.user-rank{background-color:transparent;border:1px solid rgb(232,238,245);border-radius:5px;padding:3px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.tab{border:none;box-shadow:none}.active-tab{color:#fff;background-color:#64acf4}.body-cell{width:22%}.body-cell .ant-statistic-content-value{font-size:17px;font-family:Play,sans-serif;font-weight:400;font-style:normal}.student-body-cell{padding:5px;width:100%;font-family:Play;font-size:16px;font-weight:700;line-height:18.51px;text-align:center}.student-body-cell .ant-statistic-content-value{font-size:20px;font-family:Play,sans-serif;font-weight:400;color:#fff;font-style:normal}.user-row,.disconnected-user-row,.user-table-header{padding:4px;border-radius:4px;border:1px solid rgb(232,238,245)!important;width:100%}.mobile-preview-quiz{overflow-y:scroll}.user-table-header{border:none!important}.bar-chart{background:transparent white 0% 0% no-repeat padding-box;border-radius:8px}.apexcharts-xaxis-tick{stroke:transparent}.apexcharts-grid #SvgjsLine1870{stroke:#c2cfdc}.apexcharts-toolbar{display:none!important}.preview-quiz .ant-card-body{padding:8px!important}.answers-details-modal .ant-modal-content{padding:0!important}.answers-details-modal .ant-modal-header{background-color:#d5e4ff;color:#0a45a9;height:54px}.questions-white-background{background-color:#fff!important}.grey-background{border:1px solid #edf2f7!important;background-color:#edf2f7!important}.question-card-black-content{color:#000!important}.answer,.near-to-correct-answer,.selected-answer,.student-selected-answer,.wrong-answer,.right-answer{width:365px;position:relative;flex-basis:1;border-radius:10px;border:1px solid rgb(200,225,254);cursor:pointer;background-color:#dee9fc}.answer span,.near-to-correct-answer span,.selected-answer span,.student-selected-answer span,.wrong-answer span,.right-answer span{margin-left:100px;padding:10px;font-size:13px;text-align:center;overflow-wrap:break-word}.answer #answer-img,.near-to-correct-answer #answer-img,.selected-answer #answer-img,.student-selected-answer #answer-img,.wrong-answer #answer-img,.right-answer #answer-img{border-radius:17px;margin:auto;object-fit:contain;max-height:150px;max-width:200px}.right-answer{background-color:#95e6a3;color:#2ec322;border:1px solid rgb(121,198,146)}.wrong-answer{background-color:#fbaaad;border:none}.selected-answer,.student-selected-answer{background-color:#d8e5fe}.student-selected-answer{background-color:#d8e5fe;border:1px solid #6195d7}.near-to-correct-answer{background-color:#fff8bb}.answer-check,.near-to-correct-answer-check,.selected-answer-check,.student-selected-answer-check,.wrong-answer-check,.right-answer-check{width:64px;height:100%;position:absolute;top:0;bottom:0;border-top-left-radius:10px;border-bottom-left-radius:10px;border-right:5px solid rgb(200,225,254);background-color:#e8eef9;display:flex;align-items:center;justify-content:center}.right-answer-check{border-right:5px solid rgb(17,195,35)!important;background-color:#cbfcdb}.wrong-answer-check{border-right:5px solid rgb(204,38,46)!important;background-color:#f1333b}.selected-answer-check,.student-selected-answer-check{border-right:5px solid rgb(97,149,215)!important;background-color:#d8e5fe}.student-selected-answer-check{border-right:5px solid #5b8efc!important;background-color:#5080f1}.near-to-correct-answer-check{border-right:5px solid #f4ea8f!important;background-color:#f6e01e}.users-answers-chart,.answers-chart{display:flex;align-items:center;justify-content:center;gap:5px;padding:10px}.answers-details{padding:17px 0 0 17px;color:#0a45a9}.total-users{display:flex;align-items:center;justify-content:center;border-radius:99px;background-color:#def;border:none;color:#1f8af4}.user-status,.online-status{background-color:#d9d9d9;border-radius:50%;width:10px;height:10px}.users-card{width:213px;background-color:#ebebebe6;padding:0!important}.online-status{background-color:#86ec27!important}.question-status{width:43px;height:16px;background-color:#dbe4ea;border-radius:4px}.question-status-title{width:43px;height:16px;display:flex;align-items:center;justify-content:center}.right-question{background-color:#23c778!important}.wrong-question{background-color:#d82440!important}.cover-wrapper img{height:226px!important;border-radius:17px}.answers-wrapper{overflow-x:scroll}.answers-wrapper::-webkit-scrollbar{display:none}.index-question-wrapper{display:flex;gap:10px;align-items:center;justify-content:center;box-sizing:border-box;max-width:371px;margin:5px;flex:1 1 auto}@media only screen and (max-width: 720px){.users-questions-wrapper{margin-left:3px!important}.student-question-wrapper{padding:10px}#answer-img{width:70px;height:70px}}@media only screen and (max-width: 1000px){.body-cell{width:19%}}.flex{display:flex;flex-wrap:wrap;overflow:auto}.flex-item{flex:0 0 auto}.question-number{background-color:#e1f2fc;color:#2cacf4;border-radius:50%;padding:10px;width:45px}.student-card{width:213px}.joined-student-row{border:none!important;background-color:#1f8af4;box-shadow:0 4px #136cc4;border-radius:10px}.disconnected-user-row{background-color:#ededed;color:#b2b3ba;width:100%}.students-table-wrapper{width:100%}.student-rank{width:24px;height:24px;padding:4px;gap:8px;font-family:Play;text-align:center;border-radius:4px;border:1px solid #eef3f9;display:flex;align-items:center;justify-content:center}.mobile-student-rank{display:flex;align-items:center;justify-content:center;font-family:Play;font-size:24px;font-weight:700;line-height:27.77px;text-align:center;padding:8px}.student-userName{word-break:keep-all;word-wrap:break-word;font-family:Poppins;font-size:14px;line-height:21px;text-align:center}.question-index{border-radius:30%;width:30px;height:30px;background-color:#2db7f5;color:#fff;text-align:center}.student-rank-result{width:24px;height:24px;padding:4px;color:#fff;background-color:#2e71e2;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-left:5px}.tabs-wrapper{margin-top:8;padding:20px;border-bottom:1px solid #eef2f5}.shuffle-row{animation:shuffle 2s ease-in-out forwards}@keyframes shuffle{0%{transform:translate(0)}50%{transform:translate(10px)}to{transform:translate(0)}}.flip-list-move{transition:transform 1s}.game-players-list-wrapper{display:flex;flex-direction:column;gap:10px}.student-name-and-avatar-wrapper{background-color:#d5e4ff;width:fit-content;padding:8px}.background-title-wrapper{color:#fff}.edoc-math-equation{max-width:100px;max-height:80px;border-radius:unset!important}.image-editor,img{max-height:400px;max-width:500px;border:1px solid transparent;border-radius:10px;margin:0 auto;object-fit:contain}.podium-container{width:100%;display:flex;margin-top:21%}.podium-container .podium div{float:left;display:flex;justify-content:center;align-items:center;transition:all 1s ease-in-out;position:relative}.second-rank{background:#fff;top:20px;width:187.17px;height:135.53px;padding:3.77px 22.6px;border-radius:15.97px 0 0 15px;box-shadow:0 0 10px #0003,0 -7.53px #d9e3ff8c inset;z-index:2}.first-rank{background:#fff;top:-24px;width:187.17px;height:179.53px;padding:3.77px 22.6px;border-radius:15.97px 15.97px 0 0;z-index:3;box-shadow:0 0 10px #0003,0 -7.53px #d9e3ff8c inset}.third-rank{background:#fff;height:125.53px;width:187.17px;border-radius:0 15.97px 15px 0;top:30px;box-shadow:0 0 10px #0003,0 -7.53px #d9e3ff8c inset!important;z-index:2}#podium-shadow{position:absolute;left:-1%;top:0%}#podium-shadow-1{position:absolute;left:0%;width:99%;top:-28%}#podium-shadow-3{position:absolute;left:-15%;top:4%}.avatar-wrapper-1,.avatar-wrapper-3,.avatar-wrapper-2{width:120.54px;height:120.54px;border-radius:61px;border:4px solid #b0c8e6;background-size:cover;top:-20%;position:absolute;box-shadow:0 0 3.77px .94px #7698f1 inset;animation:hithere 1s ease infinite}@keyframes hithere{30%{transform:scale(1.2)}40%,60%{transform:rotate(-20deg) scale(1.2)}50%{transform:rotate(20deg) scale(1.2)}70%{transform:rotate(0) scale(1.2)}to{transform:scale(1)}}.rank-1,.rank-3,.rank-2{font-size:24px;position:absolute;top:-54%;text-align:left;color:#fff}.rank-2{left:14%;top:-15%}.rank-3{top:-13%;left:72%}.avatar-wrapper-2{animation:none!important;left:12%;top:0%}.avatar-wrapper-3{animation:none!important;left:70%;top:1%}#crown{position:absolute;top:-40%}.trophy-button{display:flex;align-items:center;padding:14px;justify-content:center;border-radius:48px;background-color:#0b45a9!important;color:#fff!important;height:33px;border:none;font-family:"Play, sans-serif";font-size:20px;gap:9px}.trophy-button .ant-statistic-content-value{color:#fff!important;font-family:"Play, sans-serif"}.quiz-summary-title{font-weight:600;font-size:20px;color:#fff}.next-button{width:220px;display:flex;align-items:center;justify-content:center;gap:10px;background-color:#fff!important;color:#000!important}.podium-wrapper{margin-top:25%;box-sizing:border-box;transform:scale(1)}.student-result-tabs-wrapper{border-bottom:2px solid white;width:100%}.leaderboard-tab{width:164px;height:32px;gap:0px;border-radius:8px 8px 0 0;background-color:#2b5da4;color:#9fc6fd}.active-leaderboard-tab{background-color:#e4f1ff;color:#467ebe}@media only screen and (max-width: 1120px){.podium-wrapper{box-sizing:border-box;transform:scale(.7);width:565px}}@media only screen and (max-width: 500px){.podium-wrapper{box-sizing:border-box;transform:scale(.5);margin-top:2%;width:565px}}@media only screen and (max-width: 800px){.podium-container{width:100%;display:flex;margin-top:21%}}.hidden{opacity:0;transform:translateY(100px) scale(.5)}.bump{animation:moveUp 3s ease-in-out forwards}@keyframes moveUp{0%{opacity:0;transform:translateY(100px) scale(.5)}50%{opacity:1;transform:translateY(0) scale(1)}to{opacity:1;transform:translateY(0)}}.first-rank-wrapper-animation{z-index:10000!important}.is-visible{opacity:1;top:0;transition:.5s ease-in-out}.is-expanding{opacity:1}.quiz-summary-tab .ant-tabs-ink-bar{height:5px;background:transparent!important}.quiz-summary-tab .ant-tabs,.quiz-summary-tab .ant-tabs-tab.ant-tabs-tab-active{background-color:#e4f1ff;width:138px;height:40px;padding:8px 12px;border-radius:8px;color:#0a45a9;display:flex;align-items:center;justify-content:center}.quiz-summary-tab .ant-tabs,.quiz-summary-tab .ant-tabs-tab{color:#fff!important}.white-text{color:#fff}.row-background{background-color:#1455c2!important;box-shadow:0 4px #0d3e90!important;border:none!important;border-radius:10px!important}.row-background .ant-statistic-content-value{color:#fff!important;font-family:"Play, sans-serif"}.mobile-question-list-wrapper{float:left}.question-btn{border:none;background-color:#fff!important;color:#205ec6!important;padding:5px;border-radius:8px;color:"rgba(32, 94, 198, 1)";border:1px solid rgb(31,138,244);width:44px}.question-list-wrapper{max-width:80%}.question-card-wrapper{border-radius:8px;background-color:#0b3b8d;border:1px solid rgb(25,83,183)}.correct-answers,.wrong-answers{width:195px;height:32px;border-radius:4px;border:1px solid rgb(34,167,56);color:#22a738!important;background-color:#efffed!important;display:flex;align-items:center;justify-content:center;gap:5px}.wrong-answers{border:1px solid rgb(222,39,39);color:#de2727!important;background-color:#f3e3e3!important}.question-card-header{width:100%;padding:10px}.multiple-choices-button{background-color:#497bbb!important;border:1px solid rgb(96,142,201);border-radius:99px;color:#fff!important}.question-card-content{padding:10px;color:#fff}.question-card-content .edoc-math-equation{max-width:100px;max-height:80px;border-radius:unset!important}.question-card-content .image-editor,.question-card-content img{max-height:400px;max-width:500px;border:1px solid transparent;border-radius:10px;margin:0 auto;object-fit:contain}.questions{background-color:#0a45a9;width:100%;height:100%;border-radius:10px;padding:10px}.question,.question-wrong,.question-disabled{color:#000;border-radius:10px;background-color:#cbfcdb;height:49px;width:100%}.question hr,.question-wrong hr,.question-disabled hr{width:6px;height:100%;background-color:#22a738;border:none}.question-disabled{background-color:#dee9fc!important;border:1px solid rgb(200,225,254);color:#7d8a9f!important}.question-disabled hr{width:6px;height:100%;background-color:#c8e1fe;border:none}.teacher-answer-wrapper .answer,.teacher-answer-wrapper .right-answer,.teacher-answer-wrapper .wrong-answer,.teacher-answer-wrapper .selected-answer,.teacher-answer-wrapper .student-selected-answer,.teacher-answer-wrapper .near-to-correct-answer{width:100%;color:#6e7b91}.teacher-answer-wrapper .right-answer{background-color:#cbfcdb}.question-content{padding:10px}.question-head,.wrong-question-head,.disabled-question-head{padding:5px;border-radius:10px 0 0 10px;background-color:#95e6a3;width:36px}.disabled-question-head{background-color:#dee9fc}.question-wrong{background-color:#ffc0c3!important;color:#000!important}.question-wrong hr{width:6px;height:100%;background-color:#cc272e;border:none}.wrong-question-head{background-color:#f1333b!important}.incorrect-btn,.correct-btn{display:flex;align-items:center;justify-content:center;background-color:#f1333b!important;color:#fff!important;border:none}.correct-btn{background-color:#41d059!important;color:#fff!important;border:none}.answer-details-multiple-choices{background-color:#d4e2f4!important;color:#3695f4!important}.student-correct-answers,.student-wrong-answers{height:64px;padding:10px;border-radius:4px;text-transform:capitalize;background-color:#0b3b8d;color:#fff}.student-correct-answers span,.student-wrong-answers span{color:#36d828}.student-wrong-answers span{color:#de2b2b}.student-correct-question,.student-wrong-question{border:1px solid rgb(51,162,41);background-color:#33a229!important;color:#fff!important}.student-wrong-question{background-color:#9a2727!important;border:1px solid rgb(154,39,39)!important}.teacher-questions-wrapper{height:600px;overflow-y:scroll}.questions-answers-wrapper{height:400px;overflow-y:scroll;margin:20px;width:70%}.question-buttons-wrapper{margin:10px;max-width:100%}@media only screen and (max-width: 800px){.questions-answers-wrapper{width:100%}.question-list-wrapper{max-width:60%}.questions-answers-wrapper{height:562px}.question-card-header{display:flex;flex-direction:column}}@media only screen and (max-width: 700px){.questions-answers-wrapper{overflow-y:scroll;height:64vh;gap:10px}.questions-answers-wrapper::-webkit-scrollbar{display:none}}.mobile-question-list-wrapper::-webkit-scrollbar{display:none}.questions-answers-wrapper::-webkit-scrollbar{display:none}.question-list-wrapper::-webkit-scrollbar{display:none}.enter-pin-wrapper{height:100vh;background-repeat:no-repeat;background-size:cover}.enter-pin{width:463px;height:315.18px;padding:40px;margin:40px;border-radius:16px;text-align:center!important;background-color:#2a5b8bbf}.pin-input{text-align:center}.pin-input::placeholder{text-align:center}.game-locked-title{padding:8%;font-size:40px;color:#fff;font-weight:700;text-align:center}.join-button{width:100%;background-color:#1f8af4!important;color:#fff!important;border:none}.enter-input-pin-join-button-wrapper{width:240px}.disabled-joined-button{width:100%;color:#c5c5c5;border:1px solid rgb(160,160,160);background-color:#a0a0a0;box-shadow:0 4px #8a8a8a}.previous-button{color:#b7605f!important;background-color:#fff!important}#wrapper{perspective:800px;width:100%;gap:10%;height:100vh;background:#b76060;font-size:10vw}#wrapper h1{color:#fff}@media (min-width: 600px){#wrapper{font-size:7vw}}@media (min-width: 1000px){#wrapper{font-size:3vw}}.scene{position:absolute;transform-style:preserve-3d;transform:rotateX(-20deg) rotateY(-30deg) translate(-50%,-50%);top:50%;left:50%}.box{position:absolute;transform-style:preserve-3d;top:50%;left:50%;animation:movebox 5s forwards infinite ease-in-out;width:5em;height:4em;margin:-2em 0 0 -2.5em}.box>*{display:flex;align-items:center;justify-content:center;background-color:#d7aa90;position:absolute;transform-origin:0 0}.face-1{width:100%;height:100%;transform:translateZ(2.5em)}.face-6:before,.face-1:before,.face-1:after{content:"";display:block;position:absolute;width:1em;height:.3em;background-color:#f3d3c7;top:0;left:calc(50% - .5em)}.face-1:after{top:auto;bottom:0}.face-6:before{height:100%}.face-2{width:100%;height:100%;left:100%;transform:translateZ(-2.5em) rotateY(180deg)}.face-3{transform:rotateY(-90deg) translate(-50%);width:5em;height:4em}.face-4{background-color:#bf9276;transform:rotateY(90deg) translate(-50%);width:5em;height:4em;left:100%}.face-5{transform:rotateX(-90deg) translateY(-50%);top:100%;width:5em;height:5em}.face-6{background-color:#e3ba9e;transform:rotateX(90deg) translateY(-50%);width:5em;height:5em}.hole{width:3.5em;height:1.8em;border-radius:1.25em;background-color:#000;position:relative;overflow:hidden;will-change:transform}.eyes{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:2.15em;will-change:transform;animation:move forwards infinite 5s ease-in-out}.eye{display:inline-block;overflow:hidden;position:relative;width:100%;height:100%;margin:0 .1em;background-color:#fff;border-radius:.5em;animation:blink forwards infinite 5s ease-in-out}.eye:nth-last-child(n+2),.eye:nth-last-child(n+2)~.eye{width:1em;height:1em;font-size:.5em}.pupil{--pupil-size: .6em;position:absolute;content:" ";width:var(--pupil-size);height:var(--pupil-size);border-radius:50%;background-color:#000;box-sizing:border-box;transform:translate(.2em) translateY(.2em)}.pupil:before{content:" ";width:.25em;height:.25em;transform:translate(-.05em);background-color:#fff;display:block;border-radius:50%}@keyframes blink{0%,2%,60%,62%,67%,69%,to{transform:scaleX(1) scaleY(1)}1%,61%,68%{transform:scaleX(1.3) scaleY(.1)}}@keyframes move{0%,70%{transform:translate(0)}50%,65%{transform:translate(-10%)}5%,45%{transform:translate(200%)}}@keyframes movebox{0%,1%,5%,48%,52%{transform:rotate3d(0,0,0,3deg);transform-origin:bottom right}48%,52%{transform:rotate3d(0,0,0,3deg);transform-origin:bottom left}3%{transform:rotate3d(0,.5,1,3deg)}50%{transform:rotate3d(0,-.5,-1,3deg)}}.student-room{background-color:#e5f0fb;height:100vh}.student-room .ant-card-body{padding:8px!important}.username-wrapper,.username-mobile-wrapper{width:47.7%;height:112px;padding:16px 24px;border-radius:8px;background-color:#fffc}.white-background{background-color:#f7fbff}.wait-room,.mobile-wait-room{color:#1f8af4;padding:40px;width:59%}.entered-user-wrapper,.mobile-entered-user-wrapper{height:50%;display:flex;align-items:center;justify-content:center;width:100%}.entered-users-wrapper{background-color:#cee0f0;height:50%;width:100%}.you,.mobile-you-wrapper{width:46px;height:32px;padding:4px 8px;background:rgb(230,240,247);border-radius:2px 0 0;display:flex;align-items:center;justify-content:center}.username-mobile-wrapper{width:100%;padding:10px!important;height:fit-content;background-color:#fff}.mobile-you-wrapper{padding:3px;height:fit-content}.mobile-entered-students-wrapper{background-color:#fff;padding:10px;margin:15px;border-radius:5px;width:92%}.mobile-wait-room{width:100%;padding:15px}@media only screen and (max-width: 800px){.student-room{display:flex;align-items:center;justify-content:center}}.mobile-student-info-wrapper{width:100%!important;padding:15px!important}.mobile-students-card{padding:4px!important;border:1px solid rgb(212,226,240);border-radius:8px;width:150px}.mobile-students-card .ant-card{padding:4px!important}.mobile-students-card .ant-card-body{padding:4px!important;width:115px}.select-avatar-wrapper{height:100vh;background:linear-gradient(116.82deg,#edf2f7 0%,#deeeff 100%)}.student-avatar-wrapper{padding:40px;background-image:url(src/assets/icons/BG-User-Info.svg);background-repeat:no-repeat;background-size:cover}.student-avatar{width:650px;height:660px;border-radius:16px;background-color:#fff}.avatars-wrapper{height:100%}.select-avatars-wrapper{overflow-y:scroll}.select-avatars-wrapper::-webkit-scrollbar{background-color:#fff!important}.select-avatars-wrapper::-webkit-scrollbar-track{background-color:#fff!important;box-shadow:unset!important}.select-avatars-wrapper::-webkit-scrollbar-thumb{background-color:#00f}.select-avatar-action-button{width:25%;height:48px;border:1px solid rgb(31,138,244)}.select-avatar{position:absolute;top:0;right:0;padding:5px}.avatar-wrapper{cursor:pointer;position:relative}.selected{border:2px solid rgb(31,138,244);border-radius:50%}.select-avatar-title{font-size:16px;font-weight:600;margin:8px;color:#3d4159}.join-quiz-progress-page{height:100vh;background-color:#e6f0fa;color:#1f8af4}.progress-container{height:20px;width:100%;background-color:#fff;border-radius:50px}.progress-filler{height:100%;background-image:linear-gradient(90deg,#89c2fa 0%,#1a86f0 100%)!important;border-radius:inherit;text-align:right;transition:width .3s ease}.join-quiz-progress{padding:5px;color:#fff;font-weight:700}.avatar-editor-modal .ant-modal-content{padding:0!important;border-radius:16px}.action-buttons-wrapper{width:100%;padding:0 20px 20px}.progress-wrapper{width:28%;text-align:center}@media only screen and (max-width: 780px){.enter-your-name-input{width:100%}.student-avatar{width:100%;height:100%}.progress-wrapper{width:100%;padding:10px}}@media only screen and (max-width: 500px){.select-avatar-action-button{width:100%}.student-info{display:flex;flex-direction:column;gap:10px!important}.action-buttons-wrapper{display:flex;flex-direction:column-reverse;gap:5px}.progress-wrapper{width:100%;padding:10px}}@keyframes floating{0%{transform:translateY(0)}65%{transform:translateY(15px)}to{transform:translateY(0)}}.game-started-wrapper{background-image:url(https://assets.codepen.io/1538474/star.svg),linear-gradient(to bottom,#05007a,#4d007d);height:100vh;margin:0;background-attachment:fixed;overflow:hidden}.mars{left:0;right:0;bottom:0;position:absolute;height:27vmin;background:url(https://assets.codepen.io/1538474/mars.svg) no-repeat bottom center;background-size:cover}.logo-404{position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;top:16vmin;width:30vmin}@media (max-width: 480px) and (min-width: 320px){.logo-404{top:45vmin}}.meteor{position:absolute;right:2vmin;top:16vmin}.game-started-title{color:#fff;font-family:Nunito,sans-serif;font-weight:600;text-align:center;font-size:5vmin;margin-top:31vmin}@media (max-width: 480px) and (min-width: 320px){.game-started-title{margin-top:65vmin}}.subtitle{color:#fff;font-family:Nunito,sans-serif;font-weight:400;text-align:center;font-size:3.5vmin;margin-top:-1vmin;margin-bottom:9vmin}.btn-back{border:1px solid white;color:#fff;height:5vmin;padding:12px;font-family:Nunito,sans-serif;text-decoration:none;border-radius:5px;width:200px;display:flex;align-items:center;justify-content:center}.btn-back:hover{background:white;color:#4d007d}@media (max-width: 480px) and (min-width: 320px){.btn-back{font-size:3.5vmin}}.astronaut{position:absolute;top:18vmin;left:10vmin;height:30vmin;animation:floating 3s infinite ease-in-out}@media (max-width: 480px) and (min-width: 320px){.astronaut{top:2vmin}}.spaceship{position:absolute;bottom:15vmin;right:24vmin}@media (max-width: 480px) and (min-width: 320px){.spaceship{width:45vmin;bottom:18vmin}}@media (max-width: 127.1875rem){.table-wrapper-attempts{overflow-x:scroll;margin-bottom:4.375rem}.table-wrapper-attempts::-webkit-scrollbar{width:0!important;height:3px!important}.table-wrapper-attempts::-webkit-scrollbar-track{background-color:#39404b1a!important;border-radius:100%!important}.table-wrapper-attempts::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px #1f8af4!important;border-radius:100px!important;width:.75rem!important}}.table-wrapper-attempts table{border-collapse:collapse;margin:2rem 0;font-size:.9em;width:100%;border-radius:.3125rem .3125rem 0 0;text-overflow:ellipsis;border-collapse:separate;border-spacing:0 1.125rem;min-width:64.9375rem;overflow:scroll;table-layout:fixed}.table-wrapper-attempts table thead>tr{background-color:#283542;text-align:left;font-weight:700;background:#f8fafc;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;overflow:visible!important}.table-wrapper-attempts table thead>tr>th{padding:12px 8px;font-weight:400;font-size:15px;text-transform:capitalize;color:#334155;position:relative;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:visible!important}.table-wrapper-attempts table thead>tr>th:first-child{padding-left:40px}.table-wrapper-attempts table thead>tr>th:not(:first-child):before{position:absolute;content:"";width:1px;height:60%;left:0;top:20%;background-color:#d8dfe8}.table-wrapper-attempts table thead>tr>th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.table-wrapper-attempts table thead>tr>th:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.table-wrapper-attempts table tbody tr{background-color:#fff;text-align:left;font-weight:400;font-size:14px;text-overflow:ellipsis}.table-wrapper-attempts table tbody tr td{padding:2px 8px;text-transform:capitalize;color:#334155;position:relative;border-top:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;max-width:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;overflow:visible}.table-wrapper-attempts table tbody tr td .title-container{width:98%;text-overflow:ellipsis!important;overflow-x:hidden}.table-wrapper-attempts table tbody tr td .id-container{width:98%;display:flex;align-items:center;justify-content:flex-start;gap:30px;text-overflow:ellipsis!important;overflow-x:auto}.table-wrapper-attempts table tbody tr td .id-container svg{cursor:pointer;background-color:#b9b6b6;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem}.table-wrapper-attempts table tbody tr td .advanced-select{width:100%!important;color:#617082!important;padding:.1875rem 0rem!important;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;outline:none!important}.table-wrapper-attempts table tbody tr td:first-child{padding-left:40px;border-left:1px solid #cbd5e1;border-top-left-radius:10px;border-bottom-left-radius:10px}.table-wrapper-attempts table tbody tr td:not(:first-child):not(:last-child):before{position:absolute;content:"";width:1px;height:60%;left:0;top:20%;background-color:#d8dfe8}.table-wrapper-attempts table tbody tr td:nth-child(3){border-right:1px solid #cbd5e1;border-bottom-right-radius:10px;border-top-right-radius:10px}.table-wrapper-attempts table tbody tr td:last-child{border:none;padding-left:25px}.table-wrapper-attempts table tbody tr td.toggle-td{border-radius:0 10px 10px 0;border-right:1px solid #cbd5e1}.table-wrapper-attempts table tbody tr td .buttons{display:flex;align-items:center;position:relative}@media (max-width: 1280px){.table-wrapper-attempts table tbody tr td .buttons{flex-wrap:wrap}}.table-wrapper-attempts table tbody tr td .buttons .button{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;background:rgba(57,64,75,.1);transition:all .2s ease-in;display:flex;align-items:center;justify-content:center}.table-wrapper-attempts table tbody tr td .buttons .button svg{fill:#fff;color:#617082;width:1.875rem;scale:80%}@media (max-width: 40.6875rem){.table-wrapper-attempts table{margin:0% 0% 10px}}.answer-attempts-title{display:flex;align-items:center;justify-content:flex-start;gap:.9375rem;width:100%;border-bottom:1px solid #c0c1c3;padding-bottom:2rem;margin-bottom:2rem}.answer-attempts-title h1{font-weight:700;font-size:1.375rem;line-height:2.0625rem;color:#617082}.attempts-answer-page{padding:1.5625rem;border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;width:100%;min-height:calc(100vh - 3.75rem);height:100%;background-color:#fff;max-width:calc(100vw - 8.75rem);transition:all .6s ease}.attempts-answer-page.sideBar-open{max-width:calc(100vw - 19.375rem)}.attempts-answer-page .paginate-container{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;display:flex;justify-content:space-between;align-items:center;gap:1.4%;width:100%}.attempts-answer-page .quiz-title{color:#1f8af4;background:#e4f1fe;border-radius:.625rem;padding:.625rem}@media (max-width: 47.9375rem){.attempts-answer-page{max-width:100vw;padding-block:1.5rem;padding-inline:1.5rem}.attempts-answer-page.sideBar-open{max-width:100vw}}@media (max-width: 127.375rem){.answers-table-wrapper-attempts{overflow-x:scroll;margin-bottom:4.375rem}.answers-table-wrapper-attempts::-webkit-scrollbar{width:0!important;height:3px!important}.answers-table-wrapper-attempts::-webkit-scrollbar-track{background-color:#39404b1a!important;border-radius:100%!important}.answers-table-wrapper-attempts::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px #1f8af4!important;border-radius:100px!important;width:.75rem!important}}.answers-table-wrapper-attempts table{border-collapse:collapse;margin:2rem 0;font-size:.9em;width:100%;border-radius:.3125rem .3125rem 0 0;text-overflow:ellipsis;border-collapse:separate;border-spacing:0 1.125rem;min-width:64.9375rem;overflow:scroll;table-layout:fixed}.answers-table-wrapper-attempts table thead>tr{background-color:#283542;text-align:left;font-weight:700;background:#f8fafc;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;overflow:visible!important}.answers-table-wrapper-attempts table thead>tr>th{padding:12px 8px;font-weight:400;font-size:15px;text-transform:capitalize;color:#334155;position:relative;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:visible!important}.answers-table-wrapper-attempts table thead>tr>th:first-child{padding-left:40px}.answers-table-wrapper-attempts table thead>tr>th:not(:first-child):before{position:absolute;content:"";width:1px;height:60%;left:0;top:20%;background-color:#d8dfe8}.answers-table-wrapper-attempts table thead>tr>th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.answers-table-wrapper-attempts table thead>tr>th:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.answers-table-wrapper-attempts table tbody tr{background-color:#fff;text-align:left;font-weight:400;font-size:14px;text-overflow:ellipsis}.answers-table-wrapper-attempts table tbody tr td{padding:2px 8px;text-transform:capitalize;color:#334155;position:relative;border-top:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;max-width:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;overflow:visible}.answers-table-wrapper-attempts table tbody tr td .title-container{width:98%;text-overflow:ellipsis!important;overflow-x:hidden}.answers-table-wrapper-attempts table tbody tr td .id-container{width:98%;display:flex;align-items:center;justify-content:flex-start;gap:30px;text-overflow:ellipsis!important;overflow-x:auto}.answers-table-wrapper-attempts table tbody tr td .id-container svg{cursor:pointer;background-color:#b9b6b6;border-radius:.3125rem;-webkit-border-radius:.3125rem;-moz-border-radius:.3125rem}.answers-table-wrapper-attempts table tbody tr td .advanced-select{width:100%!important;color:#617082!important;padding:.1875rem 0rem!important;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;outline:none!important}.answers-table-wrapper-attempts table tbody tr td:first-child{padding-left:40px;border-left:1px solid #cbd5e1;border-top-left-radius:10px;border-bottom-left-radius:10px}.answers-table-wrapper-attempts table tbody tr td:not(:first-child):not(:last-child):before{position:absolute;content:"";width:1px;height:60%;left:0;top:20%;background-color:#d8dfe8}.answers-table-wrapper-attempts table tbody tr td:nth-child(5){border-right:1px solid #cbd5e1;border-bottom-right-radius:10px;border-top-right-radius:10px}.answers-table-wrapper-attempts table tbody tr td:last-child{border:none;padding-left:25px}.answers-table-wrapper-attempts table tbody tr td.toggle-td{border-radius:0 10px 10px 0;border-right:1px solid #cbd5e1}.answers-table-wrapper-attempts table tbody tr td .buttons{display:flex;align-items:center;position:relative}@media (max-width: 1280px){.answers-table-wrapper-attempts table tbody tr td .buttons{flex-wrap:wrap}}.answers-table-wrapper-attempts table tbody tr td .buttons .button{border-radius:.625rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;background:rgba(57,64,75,.1);transition:all .2s ease-in;display:flex;align-items:center;justify-content:center}.answers-table-wrapper-attempts table tbody tr td .buttons .button svg{fill:#fff;color:#617082;width:1.875rem;scale:80%}@media (max-width: 40.6875rem){.table-wrapper-privacy table{margin:0% 0% 10px}}.noanswer-icon{display:flex;align-items:center;flex-direction:column;gap:10px;margin-top:100px}.noanswer-icon .noAnswer-title{font-weight:200;color:#617082}.users_filter{display:flex;border-radius:8px;border:1px solid #d0d5dd;overflow:hidden}.users_filter .item{border-right:1px solid #d0d5dd;font-family:Inter,sans-serif;font-size:14px;font-weight:400;cursor:pointer;padding:7px 16px}.users_filter .item.active{background:#d0d5dd}.users_filter .item:last-child{border-right:0px solid #d0d5dd}.student-start-quiz-wrapper{height:100vh;background:linear-gradient(116.82deg,#edf2f7 0%,#deeeff 100%)}.student-info{width:28.4%;height:415px;padding:20px;border-radius:16px;background-color:#fff}.student-avatar-nickname-wrapper{padding:25px;height:100%;width:100%;border-radius:8px}.student-name{height:40px;border-radius:8px;padding:10px;background-color:#fff;text-align:center}.student-info-wrapper,.mobile-student-info-wrapper{width:100%;background-repeat:no-repeat;background-size:cover}.avatar-badge{background-color:#cbe5ff;border-radius:50%;padding:5px}.avatar-badge img{border-radius:50%}@media only screen and (max-width: 1199px){.student-info{width:50%;margin:20px}}@media only screen and (max-width: 780px){.student-info{width:100%;margin:20px}}.confirm-nickname-and-avatar-button,.cancel-nickname-and-avatar-button{width:185px;height:48px;padding:12px;gap:12px;border-radius:8px;background-color:#1f8af4;color:#fff;box-shadow:0 4px #236bb3;border:none!important}.cancel-nickname-and-avatar-button{background-color:#fff;color:#1f8af4;box-shadow:0 4px #1f8af4;border:1px solid rgb(31,138,244)!important}.max-players-container{display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;padding:50px;background:linear-gradient(358.25deg,#a0d4fa 18.21%,#ffffff 106.05%);height:100vh}.max-players-container text{font-family:Modak!important}.game-is-full{color:red;font-size:5rem;text-align:center;font-family:Modak}@media only screen and (max-width: 650px){.game-is-full{font-size:3rem}}.card{width:100%;background:#fff;position:relative;z-index:1;word-break:break-word;border-radius:none!important}.cover-bg{width:100%;height:70px;background:#b4e2d6;background:url(https://images.pexels.com/photos/131683/pexels-photo-131683.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260) no-repeat center;background-size:260%}.user-info{padding-left:16px;padding-top:10px}.user-info-wrap{margin-top:-35px;display:flex;padding:0 20px}.user-name{font-size:20px;font-weight:400;color:#fff;margin-top:-5px}.user-title{font-size:16px;font-weight:200;color:#8b8784;display:block;margin-top:10px}.user-photo{height:45px;width:47px;border-radius:50%;border:4px solid #ffffff;background:#fff no-repeat center;background-size:cover;box-shadow:0 0 4px #0000004d}.user-bio{padding:20px}.user-bio p{font-size:14px;font-weight:300;margin-bottom:40px}@keyframes show-items{0%{opacity:0}to{opacity:1}}@keyframes hide-items{0%{opacity:1}to{opacity:0}}.sites-container .title-mySite{display:flex;align-items:center;justify-content:flex-start;gap:.9375rem;width:100%;margin-bottom:5.8rem}.sites-container .title-mySite h1{font-weight:700;font-size:1.375rem;line-height:2.0625rem;color:#617082}.sites-container .label-site{background:#ffffff;border:.0625rem solid #cbd5e1;border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;display:flex;width:100%;align-items:center;justify-content:space-between;padding-left:2.0625rem}.sites-container .label-site .icon{background:rgba(57,64,75,.1);border-radius:0rem .875rem .875rem 0rem;min-height:100%;padding:.875rem .625rem .5rem;cursor:pointer}.sites-container .label-site .icon svg{fill:#617082;scale:150%}.sites-container .label-site .input{height:fit-content}.sites-container .label-site .input::placeholder{color:#000;font-weight:300}.sites-container .domains-container{background:#f9fcff;border-radius:1.875rem;padding:1.875rem .3125rem;margin:1.25rem 0px}.sites-container .addDomain-container{width:100%;border:.0625rem solid #cbd5e1;border-radius:.875rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding:.625rem}.sites-container .addDomain-container input{width:90%;font-family:Poppins;font-style:normal;font-weight:300;font-size:.875rem;line-height:2rem;color:#000;padding:.5625rem 1.25rem}.sites-container .addDomain-container button{all:unset;cursor:pointer;background:#1f8af4;border-radius:.875rem;color:#fff;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;line-height:2rem;padding:.5625rem 2rem;height:100%;border:.0625rem solid #1f8af4}.sites-container .domainsList-container{border:.0625rem solid #cbd5e1;height:fit-content;padding:1.5rem 1.5rem 0rem;margin-top:2.1875rem;border-radius:.875rem}.sites-container .domainsList-container .domainsList-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.5rem}.sites-container .domainsList-container .domainsList-header .domain-title{font-family:Poppins;font-style:normal;font-weight:400;font-size:19px}.sites-container .domainsList-container .domainsList-header .select-icon{height:22px!important;width:22px!important;cursor:pointer;transition:all .2s ease-in;fill:#505673}.sites-container .domainsList-container .domainsList-header .select-icon-activated{transform:rotate(90deg);transition:all .2s ease-in}.sites-container .domainsList-container .domains-list-items{animation-name:show-items;animation-duration:.7s}.sites-container .domainsList-container .domains-list-items ul li{padding:1.1875rem 0rem;border-top:.0625rem solid #cbd5e1;display:flex;align-items:center;justify-content:space-between}.sites-container .domainsList-container .domains-list-items ul li .domain-list{font-style:normal;font-weight:300;font-size:13px}.sites-container .domainsList-container .domains-list-items ul li .trash-icon{background:#ebeced;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .2s ease-in;cursor:pointer}.sites-container .domainsList-container .domains-list-items ul li .trash-icon svg{fill:#39404b;scale:1.2}.sites-container .domainsList-container .domains-list-items ul li .trash-icon:hover{background:#e74c3c}.sites-container .domainsList-container .domains-list-items ul li .trash-icon:hover svg{fill:#fff;scale:1.2}.sites-container .domainsList-container .domains-list-items-hidden{all:unset!important;animation-name:hide-items;animation-duration:7s}.select-users-icon{height:22px!important;width:22px!important;cursor:pointer;transition:all .2s ease-in;fill:#505673}.select-users-activated{transform:rotate(90deg);transition:all .2s ease-in}.check-icon{background:#ebeced;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .2s ease-in;cursor:pointer}.check-icon .check-container{height:1.125rem;width:1.125rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #505673;transition:all .2s ease-in}.check-icon .check-container:hover{border:2px solid #1f8af4}.check-icon .check-container svg{fill:#e4f1fe;transition:all .2s ease-in}.check-icon:hover{background:#e4f1fe}.check-icon-active{background:#e4f1fe!important}.check-icon-active .check-active{border:2px solid #1f8af4!important}.check-icon-active .check-active svg{fill:#1f8af4;transition:all .2s ease-in}html{scroll-behavior:smooth;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}input,textarea,button{outline:none;background-color:transparent;border:none;cursor:pointer}a{text-decoration:none}ul{list-style:none}.w-0{width:0;max-width:0;transition:all ease-in .5s;display:none}.w-full{width:100%;transition:all ease-in .5s;display:unset}.rotate-180{transform:rotate(180deg)}.rotate-90{transform:rotate(90deg)}.bg-yellow{background:rgb(214,214,7)}.bg-green{background:rgb(35,103,0)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #e4f1fe;border-radius:10px}::-webkit-scrollbar-thumb{background:#0b78e5;border-radius:10px}.loading-spinner{border:.3125rem solid #f3f3f3;border-top:.3125rem solid #3498db;border-radius:50%;width:1.5625rem;height:1.5625rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar-thumb:hover{background:#0b78e5}.disabled{pointer-events:none!important;opacity:.5!important}.warning{background-color:#dfd05b!important;color:#fff!important;border:solid .0625rem #dfd05b!important}.PhoneInputCountryIcon--border{box-shadow:none!important}.react-tooltip{z-index:1000;font-size:80%}.error-badge{display:inline-block;width:.375rem;height:.375rem;vertical-align:middle;border-radius:50%;background:#ff4d4f}.cke_reset{width:100%!important}.cke_bottom,.cke_button__about{display:none!important}.save_btn{background:#1f8af4;border:1px solid #1f8af4;color:#fff;font-weight:300;margin:10px auto;width:100px;height:40px;font-family:Poppins,sans-serif;font-size:15px;cursor:pointer;-webkit-user-select:none;box-shadow:0 1px 2px #1018280d;border-radius:8px;position:absolute;bottom:0;left:0}.ant-drawer-mask{background:unset!important}.upload_image_advice{font-size:12px;color:#8c8c8c;max-width:400px;margin:0 auto;text-align:center}.continue_btn:active,.next:active,.star-quiz-button:active{transform:translateY(4px);box-shadow:none!important}.quiz-media-modal{display:flex;flex-direction:column;gap:3.125rem;z-index:10000;padding:1.25rem;background:#fff;border-radius:1.25rem}.quiz-media-modal .preview-video{max-width:33.3125rem}.quiz-media-modal .rhap_play-pause-button{width:70px;height:70px}.quiz-media-modal .rhap_repeat-button,.quiz-media-modal .rhap_volume-button{display:none!important}.quiz-media-modal .files-container{display:flex;justify-content:space-between;align-items:center;border:.0625rem dashed #1f8af4;border-radius:8px;padding:.625rem 1.25rem;color:#1f8af4}.quiz-media-modal .files-container button{color:#1f8af4;font-weight:400;transition:all ease-in-out .5s}.quiz-media-modal .files-container button:hover{color:#1f8af4;font-weight:700}.quiz-media-modal .rejected{position:relative}.quiz-media-modal .rejected:after{content:"";position:absolute;right:2%;top:50%;transform:translateY(-50%);max-width:3.125rem;height:auto}.quiz-media-modal .quiz-media-modal-header{display:flex;justify-content:space-between;align-items:center}.quiz-media-modal .quiz-media-modal-header .title{font-weight:500;font-size:1.5rem;color:#617082}.quiz-media-modal .quiz-media-modal-header .close{border-radius:2px;transform:scaleX(-1)}.quiz-media-modal .drag-area{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;background:#f0f0f0;border:.0625rem dashed #a7a7a7;border-radius:10px;width:100%;min-width:35.75rem;min-height:24.125rem}.quiz-media-modal .drag-area svg{fill:#83aad0;min-width:4.875rem;height:3.875rem}.quiz-media-modal .drag-area p{font-weight:300;font-size:1.3125rem;color:#6e757b}@media (max-width: 37.5rem){.quiz-media-modal .drag-area{min-width:90vw}}.quiz-media-modal .link-label{position:relative;padding:.625rem;width:100%;background:#fdfdfe;border:.0625rem dashed #1f8af4;border-radius:8px}.quiz-media-modal .link-label .link-icon{fill:#1f8af4;position:absolute;left:2%;top:50%;transform:translateY(-50%)}.quiz-media-modal .link-label .link{margin-left:3.125rem;font-weight:300;font-size:16px;color:#1f8af4;width:80%}.quiz-media-modal .link-label .link::placeholder{font-weight:300;font-size:16px;color:#1f8af4}.quiz-media-modal .actions{display:flex;justify-content:center;align-items:center;gap:1.375rem}.quiz-media-modal .actions button{display:flex;justify-content:center;align-items:center;padding:.75rem 1.125rem;gap:1rem;border-radius:8px}.quiz-media-modal .actions .button-cancel{color:#1f8af4;background:#e4f1fe}.quiz-media-modal .actions .button-save{background:#1f8af4;color:#fff}video{max-width:100%}a{text-decoration:none;word-wrap:break-word}button:focus{outline:none;box-shadow:none}
