@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}: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)}body{width:100%;min-width:100vw;height:100%;min-height:100vh;background-color:#1c1d35;background-image:url(/assets/edited-blue-pink-bg-BNe-ROwm.png);background-position:center;background-repeat:no-repeat;color:#f5f5f5;font-family:Poppins,sans-serif}body::-webkit-scrollbar{width:9px}.loading-container{background-color:#1c1d35cc;width:100%;height:100%;min-width:100vw;min-height:100vh}#root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-width:100vw;height:100%;min-height:100vh}.page-container{width:1250px;height:100vh;min-height:100vh}.form-container{width:100%}.form-container .label{text-transform:uppercase;font-size:.8em;color:#9ca0a7}.form-container .input{width:calc(100% - 30px);height:calc(100% - 20px);background-color:#181b25;outline:1px solid #3c3e46;border-radius:5px;padding:10px 15px;-webkit-transition:.3s;transition:.3s}.form-container .input:hover{background-color:#1f222b;outline:1px solid #54565c}.form-container .input:focus{background-color:#2f375c;outline:1px solid #54565c}.form-container .input::-webkit-scrollbar{width:3px}.form-container .input::-webkit-scrollbar-track{background:#0c0f19}.form-container .input::-webkit-scrollbar-thumb{background-color:#fc1694;border-radius:10px}.form-container .select{width:calc(100% - 30px);background-color:#181b25;outline:1px solid #3c3e46;border-radius:5px;padding:10px 15px;color:#fff;-webkit-transition:.3s;transition:.3s;border:none}.form-container .select:hover{background-color:#1f222b;outline:1px solid #54565c}.form-container .select:focus{background-color:#2f375c;outline:1px solid #54565c}.form-container .select option{padding:10px 15px;background-color:#1d233a}.form-container .button{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;font-size:1.1em;border-radius:5px;padding:10px 15px;-webkit-transition:.3s;transition:.3s}.form-container .button:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.form-container .button.coverW{width:calc(100% - 30px)}.form-container .button.coverH{height:calc(100% - 20px)}.form-container .button.submit{font-size:2em;font-family:PoetsenOne,sans-serif}.form-container .button.red{background-color:#691e1e}.form-container .button.purple{background-color:#691e59}.form-container .button.green{background-color:#14a37f}.form-container .button.orange{background-color:#9b4811}.form-container .button.blue{background-color:#1538a1}.form-container .button.dark{background-color:#1f222b}.auth-app-layout{width:100vw;min-width:100vw;height:100vh;min-height:100vh}.learn-page{width:100%;height:calc(100% - 50px);max-height:calc(100vh - 50px)!important;background-color:#1c1d35cc}@media only screen and (max-width: 1025px){.learn-page{background-color:#1c1d35f2;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}}.learn-left-bar{width:400px;min-width:400px;max-width:400px;height:100%;background-color:#1b1b3280;-webkit-box-shadow:1px 0px 0px 0px #2c2e57;box-shadow:1px 0 #2c2e57;padding:25px}@media only screen and (max-width: 1025px){.learn-left-bar{background-color:#1c1d35}}.learn-left-bar.opened{width:100%;min-width:100%;max-width:100%;height:calc(100% - 50px);min-height:calc(100% - 50px);max-height:calc(100% - 50px);padding:25px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;position:fixed;top:50px;left:0;z-index:50;background-color:#1c1d35}.learn-left-bar .label{font-weight:700}.learn-left-bar .selected-course-container{width:100%;height:100%}.learn-left-bar .selected-course-container .course-button{width:calc(100% - 20px);height:60px;min-height:60px;max-height:60px;border-radius:10px;padding:0 20px;font-size:1.2em;background-color:#282a4e99}.learn-left-bar .selected-course-container .course-button:hover{background-color:#282a4e}.learn-left-bar .selected-course-container .course-button .icon{width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px}.learn-left-bar .selected-course-container .course-button .course-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.learn-left-bar .selected-course-container .sections-container{width:100%;min-width:100%;max-width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.learn-left-bar .selected-course-container .sections-container .sections-content{width:100%;min-width:100%;max-width:100%;height:100%;padding:5px;overflow-y:auto}.learn-left-bar .selected-course-container .sections-container .sections-content::-webkit-scrollbar{width:3px}.learn-left-bar .selected-course-container .sections-container .sections-content .section-animation{width:100%;height:100%}.learn-left-bar .selected-course-container .sections-container .sections-content .section-animation .section{width:calc(100% - 50px);height:40px;min-height:40px;max-height:40px;border-radius:10px;padding:0 20px}.learn-left-bar .selected-course-container .sections-container .sections-content .section-animation .section:hover{background-color:#383a6e}.learn-left-bar .selected-course-container .sections-container .sections-content .section-animation .section.active{outline:2px solid #5152a1}.learn-left-bar .selected-course-container .sections-container .sections-content .section-animation .section .section-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.learn-left-bar .courses-container{width:100%;min-width:100%;max-width:100%;height:100%}.learn-left-bar .courses-container .back-button{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-size:1.5em;padding:5px}.learn-left-bar .courses-container .back-button:hover{background-color:#282a4e;border-radius:10px}.learn-left-bar .courses-container .courses-content{width:100%;height:100%}.learn-left-bar .courses-container .courses-content .courses{width:100%;height:100%;padding:5px;overflow-y:auto}.learn-left-bar .courses-container .courses-content .courses::-webkit-scrollbar{width:3px}.learn-left-bar .courses-container .courses-content .courses .course{width:calc(100% - 50px);height:60px;min-height:60px;max-height:60px;background-color:#282a4e;border-radius:10px;padding:0 20px;outline:1px solid #383a6e}.learn-left-bar .courses-container .courses-content .courses .course:hover{background-color:#383a6e}.learn-left-bar .courses-container .courses-content .courses .course.active{outline:2px solid #8a8cfd}.learn-left-bar .courses-container .courses-content .courses .course .icon{width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px}.learn-left-bar .courses-container .courses-content .courses .course .course-title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.learn-main-container{width:100%;height:100%}.learn-main-container .learn-main-header{width:100%;height:50px;min-height:50px;-webkit-box-shadow:0px 1px 0px 0px #2c2e57;box-shadow:0 1px #2c2e57;padding:0 20px;font-size:.9em;background-color:#1b1b3280}.learn-main-container .learn-main-header-text-content{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:50px}.learn-main-container .learn-main-header-text-content .learn-main-header-text{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.learn-main-container .learn-main-header-text-content.topic-length{width:75px;min-width:75px}.learn-main-container .learn-main-content{width:100%;height:calc(100% - 50px);padding:50px}@media only screen and (max-width: 1025px){.learn-main-container .learn-main-content{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;padding:0!important}}.learn-topics-container{width:100%;height:100%;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}@media only screen and (max-width: 1025px){.learn-topics-container{width:calc(100% - 50px)!important;max-height:500px!important}}.learn-topics-container .learn-topics-header{width:100%;min-height:27px;padding:5px;-webkit-box-shadow:0px 1px 0px 0px #2c2e57;box-shadow:0 1px #2c2e57}.learn-topics-container .learn-topics-content{width:100%;height:100%;padding:5px;overflow-y:auto}.learn-topics-container .learn-topics-content::-webkit-scrollbar{width:3px}.learn-topics-container .topic-animation{width:calc(100% - 50px);height:40px;min-height:40px;max-height:40px}@media only screen and (max-width: 1025px){.learn-topics-container .topic-animation{width:100%!important}}.learn-topics-container .topic-animation .topic-item{width:100%;height:100%;background-color:#282a4e;border-radius:10px;padding:0 20px;outline:1px solid #383a6e}.learn-topics-container .topic-animation .topic-item:hover{background-color:#383a6e}.learn-topics-container .topic-animation .topic-item.active{outline:2px solid #8a8cfd}.learn-topics-container .topic-animation .topic-item .topic-title-content{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%}.learn-topics-container .topic-animation .topic-item .topic-title-content .topic-title{width:100%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.learn-topics-container .topic-animation .topic-item .topic-info{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:100%}.learn-topics-container .topic-animation .topic-item .topic-info .topic-xp{font-size:.7em;color:#ffecc9cc;background-color:#3bd18b4d;padding:0 5px;border-radius:5px;-webkit-box-shadow:0px 0px 10px 0px #2e5a56;box-shadow:0 0 10px #2e5a56}.learn-topics-container .topic-animation .topic-item .topic-info .check{width:25px;height:25px;border-radius:50%;background-color:#003d2e80;outline:1px solid #2e5a56;-webkit-box-shadow:0px 0px 5px 1px #2e5a56;box-shadow:0 0 5px 1px #2e5a56}.learn-topics-container .topic-animation .topic-item .topic-info .check.completed{background-color:#007a5c;-webkit-box-shadow:0px 0px 10px 1px #007a5c;box-shadow:0 0 10px 1px #007a5c}.learn-topics-container .topic-animation .topic-item .topic-info .check.completed .check-icon{color:#00ee93;width:15px;height:15px}.learn-topic-detail-container{width:100%;height:100%;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}@media only screen and (max-width: 1025px){.learn-topic-detail-container{width:calc(100% - 55px)!important}}.learn-topic-detail-container .learn-topic-detail-header{width:100%;min-height:27px;padding:5px;-webkit-box-shadow:0px 1px 0px 0px #2c2e57;box-shadow:0 1px #2c2e57}.learn-topic-detail-container .learn-topic-detail-content{width:100%;height:calc(100% - 100px)}.learn-topic-detail-container .learn-topic-detail-content .topic-item-video{width:100%;height:300px;min-height:300px;border-radius:10px}@media only screen and (max-width: 1025px){.learn-topic-detail-container .learn-topic-detail-content .topic-item-video{min-height:200px}}.learn-topic-detail-container .learn-topic-detail-content .topic-item-description{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:50px;max-height:200px;padding:10px;border:1px solid rgba(44,46,87,.9);border-radius:10px;background-color:#2c2e5780;overflow-y:auto;row-gap:3px;-webkit-column-gap:3px;column-gap:3px;-ms-flex-wrap:wrap;flex-wrap:wrap}.learn-topic-detail-container .learn-topic-detail-content .topic-item-description::-webkit-scrollbar{width:3px}@media only screen and (max-width: 1025px){.learn-topic-detail-container .learn-topic-detail-content .topic-item-description{min-height:50px;max-height:200px!important}}.learn-topic-detail-container .learn-topic-detail-content .topic-item-description .topic-item-description-line{width:calc(100% - 10px);height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:25px;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;margin-right:3px}.auth-header{position:relative;z-index:100;width:100vw;height:50px;min-height:50px;max-height:50px;background-color:#282947;padding:0 20px;-webkit-box-shadow:0px 1px 0px 0px #2c2e57;box-shadow:0 1px #2c2e57}@media only screen and (max-width: 600px){.auth-header{padding:0 10px}}.auth-header .header-left{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%}@media only screen and (max-width: 1025px){.auth-header .header-left{gap:0px!important}}.auth-header .header-left .logo{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.auth-header .header-left .logo-m,.auth-header .header-left .menu-btn-container{width:60px;height:100%}.auth-header .header-left .menu-btn-container .menu-btn{width:35px;height:35px;border-radius:50%;background-color:#3b3c64;font-size:1.1em}.auth-header .header-left .menu-btn-container .menu-btn:active{background-color:#797cdd}.auth-header .header-left .nav-link{color:#fff9;font-size:.9em;height:48px;padding:0 10px;border-bottom:2px solid transparent}.auth-header .header-left .nav-link:hover{background-color:#41414133}.auth-header .header-left .nav-link.active{color:#f5f5f5;border-bottom:2px solid #797cdd}.auth-header .level{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.auth-header .level .level-number{background-color:#29964a;outline:1px solid #aaffb5;border-radius:50%;width:30px;height:30px;font-size:1em;font-weight:600;color:#d3ffd3}.auth-header .level .level-xp{width:100px;height:30px;min-height:30px;position:relative}.auth-header .level .level-xp .xp-bar-container{position:absolute;top:5px;width:100%;height:5px;min-height:5px;background-color:#707070;border-radius:10px}.auth-header .level .level-xp .xp-bar-container .xp-bar{height:5px;min-height:5px;background-color:#34b35a;border-radius:10px}.auth-header .level .level-xp .level-xp-text{width:100px;min-width:100px;position:absolute;top:15px;left:0;font-size:.8em;color:#baffba99;border-radius:5px}.user-dropdown{position:relative}.user-dropdown .user-info{position:relative;z-index:6;width:60px;max-width:60px;height:45px;padding:0 15px;border-radius:10px;background-color:#3f406926}.user-dropdown .user-info:hover{background-color:#3f4069}.user-dropdown .user-info.opened{outline:2px solid #525385;background-color:#3f4069}.user-dropdown .user-info .nickname{font-size:.85em;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;overflow:hidden}.user-dropdown .user-info .role{font-size:.7em;font-weight:400;color:#ffffffa6}.user-dropdown .user-dropdown-container{width:100%;height:100%;position:fixed;z-index:100;top:0;right:0;background-color:#0003}.user-dropdown .user-dropdown-container .user-dropdown-content{width:260px;height:-webkit-max-content;height:-moz-max-content;height:max-content;position:absolute;top:56px;right:20px;background-color:#282947;border-radius:10px;padding:10px;outline:1px solid #383a6e}@media only screen and (max-width: 600px){.user-dropdown .user-dropdown-container .user-dropdown-content{width:calc(100% - 20px);right:10px}}.user-dropdown .user-dropdown-container .user-dropdown-content .user-dropdown-menu-item{font-size:.85em;color:#ffffffbf;width:calc(100% - 30px);height:40px;border-radius:10px;padding:1px 15px;-webkit-transition:all .2s ease;transition:all .2s ease;outline:1px solid #383a6e}.user-dropdown .user-dropdown-container .user-dropdown-content .user-dropdown-menu-item:hover{background-color:#393c69;color:#f5f5f5;-webkit-transition:all .2s ease;transition:all .2s ease}.user-dropdown .user-dropdown-container .user-dropdown-content .user-dropdown-menu-item.active{outline:2px solid #3f4179;background-color:#383a6e}.user-dropdown .user-dropdown-container .user-dropdown-content .user-dropdown-menu-item.logout{outline:1px solid #77445e;color:#ffffffbf;background-color:#77445e}.user-dropdown .user-dropdown-container .user-dropdown-content .user-dropdown-menu-item.logout:hover{color:#f5f5f5;background-color:#532a40}.user-dropdown .user-dropdown-container .user-dropdown-content .user-dropdown-menu-item .icon{font-size:1.3em}.question-page{width:100%;height:100%;background-color:#1c1d35e6}.question-page .questions{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:calc(100% - 3px);min-height:calc(100% - 3px);padding:40px 20px;overflow-y:auto;overflow-x:hidden;background-color:#1b1b321a;-webkit-box-shadow:0px 0px 100px 50px #1a1a31;box-shadow:0 0 100px 50px #1a1a31;border-radius:10px;border:1px solid rgba(54,55,95,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.question-page .questions::-webkit-scrollbar{width:7px}@media only screen and (max-width: 1025px){.question-page .questions{width:100%;min-width:100%;max-width:100%;padding:40px 0;font-size:1em}}@media only screen and (max-width: 600px){.question-page .questions{font-size:.8em}}.question-area{width:710px;min-width:710px;max-width:710px;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;background-color:#282a4e;border-radius:10px}@media only screen and (max-width: 1025px){.question-area{width:calc(100% - 40px);min-width:calc(100% - 40px);max-width:calc(100% - 40px)}}.question-area .question-area-header{width:calc(100% - 40px);height:50px;min-height:50px;max-height:50px;padding:0 20px;background-color:#282a4e;border-radius:10px;border-bottom:1px solid #36375f;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.question-area .question-area-header:hover{background-color:#313363}.question-area .question-area-header.active{background-color:#383a6e;border-radius:10px 10px 0 0;pointer-events:none}.question-area .question-area-header .label{color:#fff}.question-area .question-area-header .right-side{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-area .question-area-header .right-side .question-type{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:15px;background-color:#383a6e;outline:0px solid #383a6e;-webkit-box-shadow:0px 0px 10px 1px #383a6e;box-shadow:0 0 10px 1px #383a6e;padding:5px 10px;font-size:.8em}.question-area .question-area-header .right-side .question-type .learn{color:#a4e59b}.question-area .question-area-header .right-side .question-type .practice{color:#e5de9b}.question-area .question-area-header .right-side .question-type .report{color:#e59b9b}.question-area .question-area-header .right-side .topic-info .check{width:25px;height:25px;border-radius:50%;background-color:#003d2e80;outline:1px solid #2e5a56;-webkit-box-shadow:0px 0px 5px 1px #2e5a56;box-shadow:0 0 5px 1px #2e5a56}.question-area .question-area-header .right-side .topic-info .check.checked{background-color:#007a5c;-webkit-box-shadow:0px 0px 10px 1px #007a5c;box-shadow:0 0 10px 1px #007a5c}.question-area .question-area-header .right-side .topic-info .check.checked .check-icon{color:#00ee93;width:15px;height:15px}.question-area .question-area-content{width:100%;height:100%;padding:35px}@media only screen and (max-width: 1025px){.question-area .question-area-content{padding:10px}}.question-area .question-area-content .question-img{width:100%;height:300px;min-height:300px;max-height:300px;-o-object-fit:contain;object-fit:contain}.question-area .question-area-content .question-title-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#282a4e;border-radius:10px}.question-area .question-area-content .question-title-container .question-title{color:#fff;padding:20px;background-color:#20213f;border-radius:10px}.question-area .question-area-content .question-info-msg{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#4e2846;border:1px solid #723a66;border-radius:10px;padding:10px 20px;font-size:.8em}.question-area .question-area-content .analysis-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:20px}.question-area .question-area-content .analysis-container .analysis-item{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#282a4e;border-radius:10px;padding:10px 20px;font-size:.9em;text-align:center;text-shadow:1px 1px 1px #000000}.question-area .question-area-content .analysis-container .analysis-item.text{background-color:#583ea0}.question-area .question-area-content .analysis-container .analysis-item.choice{background-color:#2d8f5b}.question-area .question-area-content .analysis-container .analysis-item.blank{background-color:#808a28}.question-area .question-area-content .analysis-container .analysis-item.truefalse{background-color:#86432a}.question-area .question-area-content .analysis-container .analysis-item.matching{background-color:#349999}.question-area .question-area-content .analysis-container .points{color:#288a66}.question-area .question-area-content .analysis-container .total-points{text-align:center;color:#00ee93}.question-area .question-area-content .answers-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-area .question-area-content .answers-container .answer-item{width:calc(100% - 40px);height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:10px;outline:1px solid #494a83;padding:20px;font-size:.9em;background-color:#36375f}.question-area .question-area-content .answers-container .answer-item:hover{background-color:#494a83}.question-area .question-area-content .answers-container .answer-item.correct{background-color:#007a5c;outline:0px solid #007a5c}.question-area .question-area-content .answers-container .answer-item.wrong{background-color:#78000080;outline:0px solid rgba(120,0,0,.5)}.question-area .question-area-content .blank-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-area .question-area-content .blank-container .selected-blanks{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:58px;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#20213f;padding:10px;border-radius:10px}.question-area .question-area-content .blank-container .selected-blanks .selected-blank-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:10px;outline:1px solid #36375f;padding:10px;font-size:.8em}.question-area .question-area-content .blank-container .selected-blanks .selected-blank-item.correct{background-color:#007a5c}.question-area .question-area-content .blank-container .selected-blanks .selected-blank-item.correct:hover{background-color:#068f6d}.question-area .question-area-content .blank-container .selected-blanks .selected-blank-item.wrong{background-color:#78000080}.question-area .question-area-content .blank-container .selected-blanks .selected-blank-item.wrong:hover{background-color:#780000e6}.question-area .question-area-content .blank-container .blank-answers{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;-ms-flex-wrap:wrap;flex-wrap:wrap}.question-area .question-area-content .blank-container .blank-answers .blank-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:10px;outline:1px solid #36375f;padding:10px;font-size:.8em;background-color:#36375f}.question-area .question-area-content .blank-container .blank-answers .blank-item:hover{background-color:#404072}.question-area .question-area-content .truefalse-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-area .question-area-content .truefalse-container .truefalse-item{width:100%;background-color:#20213f;padding:15px;border-radius:10px}.question-area .question-area-content .truefalse-container .truefalse-item .truefalse-question{font-size:1em;color:#fff;margin-bottom:10px}.question-area .question-area-content .truefalse-container .truefalse-item .truefalse-answers{width:100%}.question-area .question-area-content .truefalse-container .truefalse-item .truefalse-answers .answer-button{width:110px;height:45px;border-radius:5px;font-size:.9em;background-color:#36375f;color:#fff;border:none;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.question-area .question-area-content .truefalse-container .truefalse-item .truefalse-answers .answer-button:hover{background-color:#404072}.question-area .question-area-content .truefalse-container .truefalse-item .truefalse-answers .answer-button.correct{background-color:#007a5c;outline:1px solid #068f6d}.question-area .question-area-content .truefalse-container .truefalse-item .truefalse-answers .answer-button.correct:hover{background-color:#068f6d}.question-area .question-area-content .truefalse-container .truefalse-item .truefalse-answers .answer-button.wrong{background-color:#78000080;outline:1px solid rgba(120,0,0,.75)}.question-area .question-area-content .truefalse-container .truefalse-item .truefalse-answers .answer-button.wrong:hover{background-color:#780000bf}.question-area .question-area-content .matching-container{width:100%}.question-area .question-area-content .matching-container .matching-item{background-color:#20213f;padding:15px;border-radius:10px}.question-area .question-area-content .matching-container .matching-item .matching-question{font-size:1em;color:#fff;margin-bottom:10px}.question-area .question-area-content .matching-container .matching-item .matching-selected-answer{width:calc(100% - 20px);padding:10px;border-radius:5px;background-color:#36375f;color:#fff;border:none;outline:none;font-size:.9em;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.question-area .question-area-content .matching-container .matching-item .matching-selected-answer:hover{background-color:#404072;outline:1px solid #404072}.question-area .question-area-content .matching-container .matching-item .matching-selected-answer.correct{background-color:#007a5c;outline:1px solid #068f6d}.question-area .question-area-content .matching-container .matching-item .matching-selected-answer.correct:hover{background-color:#068f6d}.question-area .question-area-content .matching-container .matching-item .matching-selected-answer.wrong{background-color:#78000080;outline:1px solid rgba(120,0,0,.75)}.question-area .question-area-content .matching-container .matching-item .matching-selected-answer.wrong:hover{background-color:#780000e6}.question-area .question-area-content .matching-container .matching-item .matching-answers-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:20px;margin-top:-30px}.question-area .question-area-content .matching-container .matching-item .matching-answers-container .matching-answer{width:calc(100% - 20px);height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:10px;border-radius:5px;background-color:#222344;outline:1px solid #404072;font-size:.9em;color:#fff;border:none;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.question-area .question-area-content .matching-container .matching-item .matching-answers-container .matching-answer:hover{background-color:#404072}.question-area .question-area-content .matching-container .matching-item .matching-answers-container .matching-answer.selected{background-color:#443022;outline:1px solid #725039}.question-area .question-area-content .matching-container .matching-item .matching-answers-container .matching-answer.selected:hover{background-color:#725039}.question-area .question-area-content .question-area-buttons{width:100%;height:70px;padding:0 20px}@media only screen and (max-width: 1025px){.question-area .question-area-content .question-area-buttons{padding:0}}.question-header{position:relative;z-index:100;width:100vw;height:50px;min-height:50px;max-height:50px;background-color:#282947;padding:0 20px;-webkit-box-shadow:0px 1px 0px 0px #2c2e57;box-shadow:0 1px #2c2e57}.question-header .back-button{width:40px;height:40px;border-radius:50%;background-color:#2e2f4b;font-size:1.5em}.question-header .back-button.back-button:hover{background-color:#4e4f6e}.question-header .nav-link{color:#fff9;font-size:.9em;height:48px;padding:0 10px}.question-header .nav-link.active{color:#f5f5f5;-webkit-box-shadow:0px 2px 0px 0px #797cdd;box-shadow:0 2px #797cdd}.teacher-panel-page{width:100%;height:calc(100% - 50px);background-color:#1c1d35f2}.panel-courses-bar{width:265px;min-width:265px;max-width:265px;height:100%;-webkit-box-shadow:1px 0px 0px 0px #2c2e57;box-shadow:1px 0 #2c2e57;padding:25px}.panel-courses-bar .label{font-weight:700}.panel-courses-bar .input{width:100%;height:30px;border:1px solid #2c2e57;border-radius:5px;padding:0 10px;font-size:.8em}.panel-courses-bar .button{width:10px;height:30px;border-radius:5px;padding:0 10px}.panel-courses-bar .icon{font-size:.9em}.panel-courses-bar .courses-list{width:100%;height:100%;overflow-y:auto}.panel-courses-bar .courses-list::-webkit-scrollbar{width:0px}.course-item{width:100%;height:30px;min-height:30px;background-color:#282952;border-radius:5px;color:#ffffffe6;position:relative}.course-item .course-name{all:unset;width:100%;height:100%;font-size:.8em;cursor:pointer;padding:0 10px;border-radius:5px;background-color:#2c2e57}.course-item .course-name::-webkit-scrollbar{width:3px}.course-item .course-name:hover{background-color:#3c3e67}.course-item .course-name.edit-mode{background-color:#000!important;color:#fff!important}.course-item .course-name.active{background-color:#4a4d7e}.course-item .icon-container{width:60px;min-width:60px;max-width:60px;height:100%;border-radius:0 5px 5px 0;background-color:#282952}.course-item .icon-container.hidden{opacity:0;position:absolute;width:60px;right:0;top:0;z-index:10}.course-item .icon-container .icon-content{width:50px;height:100%;border-radius:5px;color:#ffffff4d}.course-item .icon-container .icon-content:hover{background-color:#282a57}.course-item .icon-container .icon-content:hover .edit{color:#a8acff}.course-item .icon-container .icon-content:hover .accept-edit{color:#a8ffbb}.course-item .icon-container .icon-content:hover .trash{color:#cd5c5c}.panel-questions-bar{width:100%;height:100%;padding:25px}.panel-questions-bar .label{font-weight:700}.panel-questions-bar .input{width:100%;height:30px;min-height:30px;border:1px solid #2c2e57;border-radius:5px;padding:0 10px;font-size:.8em;color:#fff}.panel-questions-bar .input.textarea{width:calc(100% - 20px);height:75px;min-height:75px}.panel-questions-bar .button{width:10px;height:30px;border-radius:5px;padding:0 10px}.panel-questions-bar .icon{font-size:.9em}.panel-questions-bar .questions-list{width:100%;height:100%;padding:3px;overflow-y:auto}.panel-questions-bar .questions-list::-webkit-scrollbar{width:0px}.panel-questions-bar .topicDesc-form{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.panel-questions-bar .topicDesc-form .topicDesc-container{width:100%;height:100%;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.panel-questions-bar .topicDesc-form .topicVideo-container{width:100%;height:100%}.question-item-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.question-item-container .questionType-text{outline:1.5px solid rgba(170,142,236,.5)}.question-item-container .questionType-option{outline:1.5px solid rgba(142,236,178,.5)}.question-item-container .questionType-blank{outline:1.5px solid rgba(223,221,111,.5)}.question-item-container .questionType-truefalse{outline:1.5px solid rgba(117,43,255,.5)}.question-item-container .question-type{width:100%;margin-top:5px}.question-item-container .question-type .question-type-btn{all:unset;cursor:pointer;font-size:.7em;color:#ffffff4d;background-color:#0f0b1a26;padding:5px;border-radius:5px}.question-item-container .question-type .question-type-btn:hover{color:#ffffffb3;background-color:#0f0b1a33}.question-item-container .question-type .question-type-btn:active{color:#ffffffe6;background-color:#0f0b1a80}.question-item-container .question-type .question-type-btn.active{color:#ffffffe6;background-color:#9dffb033}.question-item-container .question-text-info-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:100px;padding:10px;border-radius:10px;background-color:#0f0b1a26}.question-item-container .question-text-info-container .input{width:calc(100% - 20px);height:100%;border:none;padding:10px}.question-item-container .question-text-info-container .button{font-size:.8em;padding:5px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-item-container .question-files{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:10px;border-radius:10px;background-color:#0f0b1a26}.question-item-container .question-files .input{width:calc(100% - 20px)}.question-item-container .question-files .button{font-size:.8em;padding:5px;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-detail-container{width:100%;background-color:#404270;padding:5px 10px;border-radius:5px}.question-detail-container .question-answers{width:100%}.question-detail-container .question-answers .question-answer{width:100%;height:40px;min-height:40px;background-color:#282952;border-radius:5px;color:#ffffffe6;position:relative}.question-detail-container .question-answers .question-answer.correct{outline:2px solid #0e775d}.question-detail-container .question-answers .question-answer .question-name{all:unset;width:100%;height:100%;font-size:.8em;cursor:pointer;padding:0 10px;border-radius:5px;background-color:#2c2e57}.question-detail-container .question-answers .question-answer .question-name:hover{background-color:#3c6765}.question-detail-container .question-answers .question-answer .question-name.correct{color:#9edbcc}.question-detail-container .question-answers .question-answer .question-name.edit-mode{background-color:#000!important;color:#fff!important}.question-detail-container .question-answers .question-answer .icon-container{width:80px;min-width:80px;height:100%;background-color:#282a57;border-radius:5px}.question-detail-container .question-answers .question-answer .icon-container .icon-content{width:40px;min-width:40px;height:100%;color:#ffffff4d}.question-detail-container .question-answers .question-answer .icon-container .icon-content:hover .edit{color:#a8acff}.question-detail-container .question-answers .question-answer .icon-container .icon-content:hover .checkCorrect{color:#00ffbf}.question-detail-container .question-answers .question-answer .icon-container .icon-content:hover .edit-mode{color:#72ff6d}.question-detail-container .question-answers .question-answer .icon-container .icon-content .edit-mode{color:#abffa8}.question-detail-container .question-answers .question-answer .icon-container .icon-content .correct{color:#18c398}.blank-answers{width:100%}.blank-answers .new-blank{width:calc(100% - 20px);height:30px;min-height:30px;background-color:#21224e4d;border-radius:5px;padding:0 10px;font-size:.7em}.blank-answers .new-blank.correct{color:#a8ffbb80}.blank-answers .new-blank.correct:hover{background-color:#a8ffbb80;color:#000}.blank-answers .new-blank.wrong{color:#ff6b6b80}.blank-answers .new-blank.wrong:hover{background-color:#ff6b6b80;color:#000}.blank-answers .blank-answer{width:100%;height:40px;min-height:40px;background-color:#282952;border-radius:5px;color:#ffffffe6;position:relative}.blank-answers .blank-answer.correct{outline:2px solid #0e775d}.blank-answers .blank-answer .blank-name{all:unset;width:100%;height:100%;font-size:.8em;padding:0 10px;border-radius:5px;background-color:#2c2e57}.blank-answers .blank-answer .blank-name.correct{color:#9edbcc}.blank-answers .blank-answer .blank-name.wrong{color:#ff6b6b}.blank-answers .blank-answer .blank-name.edit-mode{background-color:#000!important;color:#fff!important}.blank-answers .blank-answer .icon-container{width:80px;min-width:80px;height:100%;background-color:#282a57;border-radius:5px}.blank-answers .blank-answer .icon-container .icon-content{width:40px;min-width:40px;height:100%;color:#ffffff4d}.blank-answers .blank-answer .icon-container .icon-content:hover .edit{color:#a8acff}.blank-answers .blank-answer .icon-container .icon-content:hover .edit-mode{color:#72ff6d}.blank-answers .blank-answer .icon-container .icon-content:hover .trash{color:#cd5c5c}.blank-answers .blank-answer .icon-container .icon-content .edit-mode{color:#abffa8}.truefalse-answers{width:100%}.truefalse-answers .new-truefalse{width:calc(100% - 20px);height:30px;min-height:30px;background-color:#21224e4d;border-radius:5px;padding:0 10px;font-size:.7em;color:#a8ffbb80}.truefalse-answers .new-truefalse:hover{background-color:#a8ffbb80;color:#000}.truefalse-answers .truefalse-answer{width:100%;height:40px;min-height:40px;background-color:#282952;border-radius:5px;color:#ffffffe6;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.truefalse-answers .truefalse-answer .truefalse-name{width:100%;height:40px;min-height:40px;all:unset;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:.8em;padding:10px;border-radius:3px}.truefalse-answers .truefalse-answer .truefalse-name.edit-mode{background-color:#000;color:#fff}.truefalse-answers .truefalse-answer select{font-size:.7em;padding:2px 8px;border-radius:3px;color:#ffffffe6;background-color:#21224e;border:none;outline:none}.truefalse-answers .truefalse-answer select[value=true]{color:#9edbcc!important}.truefalse-answers .truefalse-answer select[value=false]{color:#ff6d6d!important}.truefalse-answers .truefalse-answer select option{background-color:#21224e}.truefalse-answers .truefalse-answer select option[value=true]{color:#9edbcc}.truefalse-answers .truefalse-answer select option[value=false]{color:#ff6d6d}.truefalse-answers .truefalse-answer select:disabled{opacity:.7}.truefalse-answers .truefalse-answer .icon-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:40px}.truefalse-answers .truefalse-answer .icon-container .icon-content{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#ffffff4d;border-radius:3px;background:none;border:none;cursor:pointer}.truefalse-answers .truefalse-answer .icon-container .icon-content:hover .edit{color:#a8acff}.truefalse-answers .truefalse-answer .icon-container .icon-content:hover .trash{color:#cd5c5c}.truefalse-answers .truefalse-answer .icon-container .icon-content .edit.edit-mode{color:#72ff6d}.matching-answers{width:100%}.matching-answers .new-matching{width:calc(100% - 20px);height:30px;min-height:30px;background-color:#21224e4d;border-radius:5px;padding:0 10px;font-size:.7em;color:#a8ffbb80}.matching-answers .new-matching:hover{background-color:#a8ffbb80;color:#000}.matching-answers .matching-item{background-color:#282952;border-radius:5px;padding:10px}.matching-answers .matching-item .matching-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.matching-answers .matching-item .matching-content input,.matching-answers .matching-item .matching-content textarea{width:48%;padding:8px;border-radius:3px;border:1px solid #21224e;background-color:#21224e;color:#ffffffe6;font-size:.8em}.matching-answers .matching-item .matching-content input.editable,.matching-answers .matching-item .matching-content textarea.editable{background-color:#1a1b3e;border-color:#a8acff}.matching-answers .matching-item .matching-content input:-moz-read-only,.matching-answers .matching-item .matching-content textarea:-moz-read-only{cursor:default}.matching-answers .matching-item .matching-content input:read-only,.matching-answers .matching-item .matching-content textarea:read-only{cursor:default}.matching-answers .matching-item .matching-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.matching-answers .matching-item .matching-actions button{background:none;border:none;color:#fff9;cursor:pointer;font-size:1em;margin-left:10px;padding:5px;-webkit-transition:color .3s ease;transition:color .3s ease}.matching-answers .matching-item .matching-actions button:hover{color:#a8acff}.matching-answers .matching-item .matching-actions button.delete-btn:hover{color:#ff6d6d}.matching-answers .matching-item .matching-actions button.save-btn{color:#72ff6d}.panel-sections-bar{width:265px;min-width:265px;max-width:265px;height:100%;-webkit-box-shadow:1px 0px 0px 0px #2c2e57;box-shadow:1px 0 #2c2e57;padding:25px}.panel-sections-bar .label{font-weight:700}.panel-sections-bar .input{width:100%;height:30px;border:1px solid #2c2e57;border-radius:5px;padding:0 10px;font-size:.8em}.panel-sections-bar .button{width:10px;height:30px;border-radius:5px;padding:0 10px}.panel-sections-bar .icon{font-size:.9em}.panel-sections-bar .sections-list{width:100%;height:100%;overflow-y:auto}.panel-sections-bar .sections-list::-webkit-scrollbar{width:0px}.panel-topics-bar{width:265px;min-width:265px;max-width:265px;height:100%;-webkit-box-shadow:1px 0px 0px 0px #2c2e57;box-shadow:1px 0 #2c2e57;padding:25px}.panel-topics-bar .label{font-weight:700}.panel-topics-bar .input{width:100%;height:30px;border:1px solid #2c2e57;border-radius:5px;padding:0 10px;font-size:.8em}.panel-topics-bar .button{width:10px;height:30px;border-radius:5px;padding:0 10px}.panel-topics-bar .icon{font-size:.9em}.panel-topics-bar .topics-list{width:100%;height:100%;overflow-y:auto}.panel-topics-bar .topics-list::-webkit-scrollbar{width:0px}.unauth-app-layout{width:100vw;min-width:100vw;max-width:100vw;height:100vh;min-height:100vh}.home-page{width:100%;height:100%;background-color:#1c1d35cc;text-shadow:1px 1px 2px black}.home-page .heading{font-family:PoetsenOne,sans-serif!important}@media (max-width: 1250px){.home-page .flex-wrap{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}}.home-page .home-page-footer{width:100%;height:100px;min-height:100px;padding:0 20px;background-color:#1d1d34;border-top:2px solid #2b2b41}.home-page .home-page-footer .home-page-footer-content{width:100%;height:100%;color:#fffc}.home-page .home-page-footer .home-page-footer-content p{font-size:14px;width:100%;height:100%;text-align:center}.promotion-container{width:1250px;height:100vh;min-height:100vh;padding:10px}@media (max-width: 1250px){.promotion-container{width:100%!important;-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important;height:-webkit-max-content!important;height:-moz-max-content!important;height:max-content!important;min-height:-webkit-max-content!important;min-height:-moz-max-content!important;min-height:max-content!important}}.promotion-container .home-title{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:30px;background-color:#2f316b4d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px}@media (max-width: 1250px){.promotion-container .home-title{width:100%}}.promotion-container .home-title .home-title-container{width:540px;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:20px;border-radius:10px;border:1px solid rgba(255,255,255,.1);-webkit-transition:.3s;transition:.3s;cursor:pointer}@media (max-width: 1250px){.promotion-container .home-title .home-title-container{width:calc(100% - 40px)}}.promotion-container .home-title .home-title-container span{color:#76ff71}.promotion-container .home-title .home-title-container h2{font-weight:600}.promotion-container .home-title .home-title-container p{font-size:1em;color:#fffc}.promotion-container .home-title .home-title-container.orange{background-color:#634c344d}.promotion-container .home-title .home-title-container.orange h2{color:#ffda44}.promotion-container .home-title .home-title-container.orange:hover{background-color:#634c34cc}.promotion-container .home-title .home-title-container.blue{background-color:#344c634d}.promotion-container .home-title .home-title-container.blue h2{color:#44ffda}.promotion-container .home-title .home-title-container.blue:hover{background-color:#344c63cc}.promotion-container .home-title .home-title-container.red{background-color:#6334554d}.promotion-container .home-title .home-title-container.red h2{color:#e94589}.promotion-container .home-title .home-title-container.red:hover{background-color:#633455cc}.promotion-container .home-title .home-title-container.rainbow{background:#e4904d;background:linear-gradient(315deg,#e4904d4d,#a3c2504d,#38a8624d,#3045aa4d 75%,#9339854d 92%)}.promotion-container .home-title .home-title-container.rainbow h2{color:#9dff64}.promotion-container .user-content{width:440px;min-width:440px;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#2f316b4d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px;border-radius:10px;border:1px solid rgba(255,255,255,.1)}@media (max-width: 1250px){.promotion-container .user-content{width:100%;min-width:100%}}.promotion-container .user-content .tabs{width:100%;height:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.promotion-container .user-content .tabs .tab{width:100%;height:30px;padding:10px;border-radius:10px;background-color:#3c144680}.promotion-container .user-content .tabs .tab:hover{background-color:#3c1446}.promotion-container .user-content .tabs .tab.active{background-color:#6d2580}.promotion-container .user-content .auth-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.promotion-container .user-content .auth-container .error{color:#cd5c5c;font-size:.8em;margin-top:5px}.learn-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:10px;background:#1d1d34;background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,#1d1d34),color-stop(50%,#554438),color-stop(95%,rgba(28,29,53,.8)));background:linear-gradient(180deg,#1d1d34 5%,#554438,#1c1d35cc 95%)}.learn-container .learn-content{width:1250px;height:100%}@media (max-width: 1250px){.learn-container .learn-content{width:100%!important;height:-webkit-max-content!important;height:-moz-max-content!important;height:max-content!important;min-height:-webkit-max-content!important;min-height:-moz-max-content!important;min-height:max-content!important}}.learn-container .learn-content h2{font-size:3em;font-weight:600;color:#ffda44;padding:15px;border-bottom:3px solid #fff1b7;font-family:Anton,sans-serif;text-align:center}@media (max-width: 1250px){.learn-container .learn-content h2{font-size:2em}}.learn-container .learn-content .learn-content-items{width:100%;height:100%}.learn-container .learn-content .learn-content-items .learn-content-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#fcda55cc;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.5);color:#000;text-shadow:1px 1px 2px #999999}.learn-container .learn-content .learn-content-items .learn-promo-container{width:100%;min-width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:50px}.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item{width:100%;min-width:100%;height:100%;min-height:100%;background-color:#1d1d34;padding:50px;border-radius:50px;border:5px solid #393764;color:#fff}@media (max-width: 1250px){.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}}.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .img-container{width:60%;min-width:60%;height:100%;min-height:100%;padding:0 25px;border-radius:50px;background:#fbd415;background:linear-gradient(135deg,#fbd415,#917d0e)}@media (max-width: 1250px){.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .img-container{width:100%!important;height:100%!important;min-height:100%!important}}.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .img-container img{position:relative;width:100%;height:calc(100% + 50px);border-radius:10px}.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .text-container{width:40%;min-width:40%;height:100%;min-height:100%;padding:25px}@media (max-width: 1250px){.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .text-container{width:100%!important;height:100%!important;min-height:100%!important}}.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .text-container h3{font-size:3em;color:#fcda55;text-align:center}@media (max-width: 1250px){.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .text-container h3{font-size:2em}}.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .text-container p{font-size:1.4em;font-weight:400;color:#fff;text-align:center;line-height:2}@media (max-width: 1250px){.learn-container .learn-content .learn-content-items .learn-promo-container .learn-promo-item .text-container p{font-size:1em}}.challange-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:10px;background:#1d1d34;background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,#1d1d34),color-stop(50%,#32445b),color-stop(95%,rgba(28,29,53,.8)));background:linear-gradient(180deg,#1d1d34 5%,#32445b,#1c1d35cc 95%)}.challange-container .challange-content{width:1250px;height:100%}@media (max-width: 1250px){.challange-container .challange-content{width:100%!important;height:-webkit-max-content!important;height:-moz-max-content!important;height:max-content!important;min-height:-webkit-max-content!important;min-height:-moz-max-content!important;min-height:max-content!important}}.challange-container .challange-content h2{font-size:3em;font-weight:600;color:#44ffda;padding:15px;border-bottom:3px solid #9cffeb;font-family:Anton,sans-serif;text-align:center}@media (max-width: 1250px){.challange-container .challange-content h2{font-size:2em}}.challange-container .challange-content .challange-content-items{width:100%;height:100%}.challange-container .challange-content .challange-content-items .challange-content-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#3be2c1cc;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.5);color:#fff;text-shadow:1px 1px 2px black}.challange-container .challange-content .challange-content-items .challange-promo-container{width:100%;min-width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:50px}.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item{width:100%;min-width:100%;height:100%;min-height:100%;background-color:#1d1d34;padding:50px;border-radius:50px;border:5px solid #393764;color:#fff}@media (max-width: 1250px){.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}}.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .img-container{width:60%;min-width:60%;height:100%;min-height:100%;padding:0 25px;border-radius:50px;background:#4cedcd;background:linear-gradient(135deg,#4cedcd,#087761)}@media (max-width: 1250px){.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .img-container{width:100%!important;height:100%!important;min-height:100%!important}}.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .img-container img{position:relative;width:100%;height:calc(100% + 50px);border-radius:10px}.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .text-container{width:40%;min-width:40%;height:100%;min-height:100%;padding:25px}@media (max-width: 1250px){.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .text-container{width:100%!important;height:100%!important;min-height:100%!important}}.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .text-container h3{font-size:3em;color:#44ffda;text-align:center}@media (max-width: 1250px){.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .text-container h3{font-size:2em}}.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .text-container p{font-size:1.4em;font-weight:400;color:#fff;text-align:center;line-height:2}@media (max-width: 1250px){.challange-container .challange-content .challange-content-items .challange-promo-container .challange-promo-item .text-container p{font-size:1em}}.profile-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:10px;background:#1d1d34;background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,#1d1d34),color-stop(50%,#573152),color-stop(95%,rgba(28,29,53,.8)));background:linear-gradient(180deg,#1d1d34 5%,#573152,#1c1d35cc 95%)}.profile-container .profile-content{width:1250px;height:100%}@media (max-width: 1250px){.profile-container .profile-content{width:100%!important;height:-webkit-max-content!important;height:-moz-max-content!important;height:max-content!important;min-height:-webkit-max-content!important;min-height:-moz-max-content!important;min-height:max-content!important}}.profile-container .profile-content h2{font-size:3em;font-weight:600;color:#e94589;padding:15px;border-bottom:3px solid #ffa5cb;font-family:Anton,sans-serif;text-align:center}@media (max-width: 1250px){.profile-container .profile-content h2{font-size:2em}}.profile-container .profile-content .profile-content-items{width:100%;height:100%}.profile-container .profile-content .profile-content-items .profile-content-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#ce3c79cc;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.5);color:#fff;text-shadow:1px 1px 2px black}.profile-container .profile-content .profile-content-items .profile-promo-container{width:100%;min-width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:50px}.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item{width:100%;min-width:100%;height:100%;min-height:100%;background-color:#1d1d34;padding:50px;border-radius:50px;border:5px solid #393764;color:#fff}@media (max-width: 1250px){.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}}.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .img-container{width:60%;min-width:60%;height:100%;min-height:100%;padding:0 25px;border-radius:50px;background:#db397c;background:linear-gradient(135deg,#db397c,#8c1144)}@media (max-width: 1250px){.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .img-container{width:100%!important;height:100%!important;min-height:100%!important}}.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .img-container img{position:relative;width:100%;height:calc(100% + 50px);border-radius:10px}.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .text-container{width:40%;min-width:40%;height:100%;min-height:100%;padding:25px}@media (max-width: 1250px){.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .text-container{width:100%!important;height:100%!important;min-height:100%!important}}.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .text-container h3{font-size:3em;color:#e94589;text-align:center}@media (max-width: 1250px){.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .text-container h3{font-size:2em}}.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .text-container p{font-size:1.4em;font-weight:400;color:#fff;text-align:center;line-height:2}@media (max-width: 1250px){.profile-container .profile-content .profile-content-items .profile-promo-container .profile-promo-item .text-container p{font-size:1em}}.students-page{width:100%;height:calc(100% - 50px);background-color:#1c1d35cc}.students-page .students-page-container{width:100%;max-width:1400px;height:calc(100% - 40px);padding:20px;background-color:#1c1d35cc;outline:1px solid rgba(255,255,255,.2);border-radius:10px}.students-page .students-page-container .students-content{width:100%;height:calc(100% - 40px);padding:20px;overflow-y:auto;font-size:.9em}.students-page .students-page-container .students-content::-webkit-scrollbar{width:10px}.students-page .students-page-container .students-content .student{width:100%;height:50px;min-height:50px;outline:1px solid rgba(255,255,255,.1);padding:10px;border-radius:5px}.students-page .students-page-container .students-content .student .id{width:50px;height:100%;background-color:#ffffff1a;border-radius:5px;padding:2px 10px}.students-page .students-page-container .students-content .student .nickname,.students-page .students-page-container .students-content .student .email,.students-page .students-page-container .students-content .student .role,.students-page .students-page-container .students-content .student .created-at{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%;background-color:#ffffff1a;border-radius:5px;padding:2px 10px}.students-page .students-page-container .students-content .student .student-buttons{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%}.students-page .students-page-container .students-content .student .student-buttons .is-confirmed{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%;background-color:#ffffff1a;border-radius:5px;padding:2px 10px;outline:1px solid rgba(255,255,255,.1)}.students-page .students-page-container .students-content .student .student-buttons .is-confirmed.yes{background-color:#42ac4266}.students-page .students-page-container .students-content .student .student-buttons .is-confirmed.no{background-color:#b446461a}.profile-page{width:100%;height:calc(100% - 50px);min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:20px;background-color:#1c1d35cc}@media only screen and (max-width: 1025px){.profile-page{height:calc(100vh - 50px);-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;padding:5px}}.profile-page .profile-page-container{width:100%;max-width:1200px;height:100%;background-color:#1c1d35cc;outline:1px solid rgba(255,255,255,.2);border-radius:10px}@media only screen and (max-width: 1025px){.profile-page .profile-page-container{height:calc(100vh - 150px)!important}}.profile-page .profile-page-container .profile-content{width:100%;height:100%;font-size:.9em}.profile-page .profile-page-container .profile-content .user-data{width:100%;height:100px;min-height:100px;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;padding:0 40px;background-color:#0000004d}@media only screen and (max-width: 600px){.profile-page .profile-page-container .profile-content .user-data{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:20px!important;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}}.profile-page .profile-page-container .profile-content .user-data .user-info{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:45px;min-height:45px}.profile-page .profile-page-container .profile-content .user-data .user-info .nickname{font-size:1.2em;color:#fffc}.profile-page .profile-page-container .profile-content .user-data .user-info .role{font-size:.8em;color:#fff9}.profile-page .profile-page-container .profile-content .user-data .level{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:30px;min-height:30px}.profile-page .profile-page-container .profile-content .user-data .level .level-number{background-color:#29964a;outline:1px solid #aaffb5;border-radius:50%;width:30px;height:30px;font-size:1em;font-weight:600;color:#d3ffd3}.profile-page .profile-page-container .profile-content .user-data .level .level-xp{width:100px;height:30px;min-height:30px;position:relative}.profile-page .profile-page-container .profile-content .user-data .level .level-xp .xp-bar-container{position:absolute;top:5px;width:100%;height:5px;min-height:5px;background-color:#707070;border-radius:10px}.profile-page .profile-page-container .profile-content .user-data .level .level-xp .xp-bar-container .xp-bar{height:5px;min-height:5px;background-color:#34b35a;border-radius:10px}.profile-page .profile-page-container .profile-content .user-data .level .level-xp .level-xp-text{width:100px;min-width:100px;position:absolute;top:15px;left:0;font-size:.8em;color:#baffba99;border-radius:5px}.profile-page .profile-page-container .profile-content .profile-tabs{width:100%;height:50px;min-height:50px;background-color:#0000001a;overflow-x:auto}.profile-page .profile-page-container .profile-content .profile-tabs::-webkit-scrollbar{height:1px}.profile-page .profile-page-container .profile-content .profile-tabs input[type=radio]{display:none}.profile-page .profile-page-container .profile-content .profile-tabs input[type=radio]:checked+.tab{border-bottom:2px solid rgba(170,146,255,.6)}.profile-page .profile-page-container .profile-content .profile-tabs .tab{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:100%;padding:0 20px;border-bottom:2px solid rgba(170,146,255,.15);cursor:pointer}.profile-page .profile-page-container .profile-content .tab-content{width:100%;height:calc(100% - 150px);min-height:calc(100% - 150px);padding:20px}.profile-page .other-users{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:100%;overflow-y:auto;background-color:#0003}@media only screen and (max-width: 1025px){.profile-page .other-users{width:100%!important;height:120px!important;min-height:120px!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}}.profile-page .other-users::-webkit-scrollbar{width:8px;height:3px}.profile-page .other-users .other-user{width:calc(100% - 40px);height:80px;min-height:80px;padding:0 20px;background-color:#2d2864;border-radius:10px}.profile-page .other-users .other-user.my-profile{background-color:#285164}.profile-page .other-users .other-user.my-profile:hover{background-color:#1b3846}.profile-page .other-users .other-user.my-profile.active{background-color:#376f8a}.profile-page .other-users .other-user.my-profile .nickname{color:#fff}.profile-page .other-users .other-user.my-profile .role{color:#fff9}@media only screen and (max-width: 1025px){.profile-page .other-users .other-user{width:calc(-webkit-max-content - 40px)!important;width:calc(-moz-max-content - 40px)!important;width:calc(max-content - 40px)!important;min-width:170px!important;height:100px!important;min-height:100px!important}}.profile-page .other-users .other-user:hover{background-color:#201c49}.profile-page .other-users .other-user.active{background-color:#5d53e7cc}.profile-page .other-users .other-user .nickname{font-size:1.2em;color:#fffc}.profile-page .other-users .other-user .role{font-size:.8em;color:#fff9}.profile-challange-history{width:100%;height:100%}.profile-challange-history .challange-history-list{width:100%;height:100%;overflow-y:auto}.profile-challange-history .challange-history-list::-webkit-scrollbar{width:3px}.profile-challange-history .challange-history-list .challange-history-item{width:calc(100% - 20px);height:40px;min-height:40px;padding:0 10px;border-radius:10px;background-color:#292a4d}.profile-challange-history .challange-history-list .challange-history-item:hover{background-color:#3b3c5d}.profile-challange-history .challange-history-list .challange-history-item .game-result{font-size:1em}.profile-challange-history .challange-history-list .challange-history-item .game-info{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:100%}.profile-challange-history .challange-history-list .challange-history-item .game-info .game-mode{font-size:.8em;color:#fffc}.profile-challange-history .challange-history-list .challange-history-item .game-info .game-score,.profile-challange-history .challange-history-list .challange-history-item .game-info .team-score{font-size:.9em;color:wheat;background-color:#3bd18b4d;padding:0 5px;border-radius:5px}.profile-challange-history .challange-history-list .challange-history-item .game-info .game-rank{font-size:.8em;color:#fff;padding:5px;border-radius:10px;background-color:#505050;text-shadow:1px 1px 2px #000}.profile-challange-history .challange-history-list .challange-history-item .game-info .game-rank.elmas{border-top:3px inset #3091ec;border-bottom:2px outset #0a5aa5;background-color:#0a5aa5}.profile-challange-history .challange-history-list .challange-history-item .game-info .game-rank.platin{border-top:3px inset #a1c7d8;border-bottom:2px outset #6a8ba0;background-color:#51bbbb}.profile-challange-history .challange-history-list .challange-history-item .game-info .game-rank.altın{border-top:3px inset #edb852;border-bottom:2px outset #c89b3c;background-color:#c89b3c}.profile-challange-history .challange-history-list .challange-history-item .game-info .game-rank.gümüş{border-top:3px inset #a1a1a1;border-bottom:2px outset #7a7a7a;background-color:#a1a1a1}.profile-challange-history .challange-history-list .challange-history-item .game-info .game-date{font-size:.8em;font-weight:300;color:#888}.profile-learn-history{width:100%;height:100%}.profile-learn-history .learn-history-list{width:100%;height:100%;overflow-y:auto}.profile-learn-history .learn-history-list::-webkit-scrollbar{width:3px}.profile-learn-history .learn-history-list .learn-history-item{width:100%;height:40px;min-height:40px;padding:0 10px;background-color:#282a4e;border-radius:10px}.profile-learn-history .learn-history-list .learn-history-item .topic-title{width:100%;font-size:1.1em;font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.profile-learn-history .learn-history-list .learn-history-item .topic-info{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:100%}.profile-learn-history .learn-history-list .learn-history-item .topic-info .topic-date{font-size:.8em;font-weight:300;color:#888}.profile-learn-history .learn-history-list .learn-history-item .topic-info .topic-xp{font-size:.9em;color:wheat;background-color:#3bd18b4d;padding:0 5px;border-radius:5px}.profile-summary{width:100%;height:100%}.profile-summary .summary-stats{width:100%;height:100%;overflow-y:auto;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;gap:10px;padding:15px}.profile-summary .summary-stats::-webkit-scrollbar{width:3px}.profile-summary .summary-stats .stat-item{width:100%;height:55px;padding:10px;border-radius:10px;background-color:#292a4d;font-size:1.2em;color:#fffc;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.profile-summary .summary-stats .stat-item:hover{background-color:#3b3c5d}.profile-summary .summary-stats .stat-item:nth-child(1),.profile-summary .summary-stats .stat-item:nth-child(9),.profile-summary .summary-stats .stat-item:nth-child(10),.profile-summary .summary-stats .stat-item:nth-child(11){grid-column:span 12}.profile-summary .summary-stats .stat-item:nth-child(2),.profile-summary .summary-stats .stat-item:nth-child(3),.profile-summary .summary-stats .stat-item:nth-child(4),.profile-summary .summary-stats .stat-item:nth-child(5){grid-column:span 3}.profile-summary .summary-stats .stat-item:nth-child(6),.profile-summary .summary-stats .stat-item:nth-child(7),.profile-summary .summary-stats .stat-item:nth-child(8){grid-column:span 4}@media (max-width: 768px){.profile-summary .summary-stats .stat-item{grid-column:span 12!important}}.profile-summary .stat-value{font-weight:700;color:#c0ff84}.profile-summary .stat-label{color:#ffffffb3}.profile-summary .rank-stat{width:100%}.profile-summary .rank-stat .elmas-cup{width:20px;height:20px;color:#6cb8ff}.profile-summary .rank-stat .platin-cup{width:20px;height:20px;color:#aeffe7}.profile-summary .rank-stat .altin-cup{width:20px;height:20px;color:#edb852}.profile-summary .rank-stat .gumus-cup{width:20px;height:20px;color:#d4d4d4}.profile-summary .rank-stat .rank-icon{width:20px;height:20px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.7em;color:#fff;text-shadow:1px 1px 2px #000}.profile-summary .rank-stat .rank-icon.elmas{background-color:#0a5aa5;border:2px solid #3091ec}.profile-summary .rank-stat .rank-icon.platin{background-color:#51bbbb;border:2px solid #a1c7d8}.profile-summary .rank-stat .rank-icon.altin{background-color:#c89b3c;border:2px solid #edb852}.profile-summary .rank-stat .rank-icon.gumus{background-color:#a1a1a1;border:2px solid #d4d4d4}.profile-summary .rank-stat .rank-icon.oyun{background-color:#333;border:2px solid #b6b6b6}.challange-page{width:100%;height:calc(100% - 50px);background-color:#1c1d35cc}@media only screen and (max-width: 1025px){.challange-page{background-color:#1c1d35f2;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}}.challange-page .challange-page-container{width:700px;height:calc(100% - 40px);max-height:calc(100% - 40px);background-color:#1c1d35f2;padding:20px;border-radius:10px;border:1px solid rgba(255,255,255,.1)}@media only screen and (max-width: 1025px){.challange-page .challange-page-container{width:95%;height:95%}}.challange-page .challange-page-container .new-challange-button{width:calc(100% - 40px);height:30px;border-radius:10px;font-size:1.5em}.challange-page .challange-page-container .lobbies{width:calc(100% - 40px);height:100%;padding:20px;overflow-y:auto;overflow-x:hidden}.challange-page .challange-page-container .lobbies::-webkit-scrollbar{width:8px}.challange-page .challange-page-container .lobbies .lobby{width:calc(100% - 30px);height:60px;min-height:60px;max-height:60px;border-radius:10px;padding:0 15px}@media only screen and (max-width: 1025px){.challange-page .challange-page-container .lobbies .lobby{width:100%;min-width:100%}}.challange-page .challange-page-container .lobbies .lobby.teacher-lobby{background-color:#ff91004d;border:1px solid rgba(255,145,0,.5);-webkit-transition:.3s;transition:.3s}.challange-page .challange-page-container .lobbies .lobby.teacher-lobby:hover{background-color:#ff910080;border:1px solid rgba(255,145,0,.7);-webkit-transition:.3s;transition:.3s}.challange-page .challange-page-container .lobbies .lobby.student-lobby{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.1);-webkit-transition:.3s;transition:.3s}.challange-page .challange-page-container .lobbies .lobby.student-lobby:hover{background-color:#ffffff4d;border:1px solid rgba(255,255,255,.5);-webkit-transition:.3s;transition:.3s}.challange-page .challange-page-container .lobbies .lobby .lobby-name{width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width: 600px){.challange-page .challange-page-container .lobbies .lobby .lobby-name{width:145px}}.challange-page .challange-page-container .lobbies .lobby .lobby-info{color:#ffffffbf;font-size:.8em}.challange-create-lobby-page{width:100%;height:calc(100% - 50px);padding:20px;background-color:#1c1d35cc}@media only screen and (max-width: 1025px){.challange-create-lobby-page{padding:10px}}.challange-create-lobby-page .challange-create-lobby-form{width:700px;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;border-radius:10px;border:1px solid rgba(68,71,131,.8);background-color:#1c1d34;padding:20px;overflow:auto}.challange-create-lobby-page .challange-create-lobby-form::-webkit-scrollbar{width:8px}@media only screen and (max-width: 1025px){.challange-create-lobby-page .challange-create-lobby-form{width:100%}}.challange-create-lobby-page .challange-create-lobby-form .select-topic-button{width:calc(100% - 20px);height:40px;min-height:40px;background-color:#2e2f5acc;border:1px solid rgba(67,69,126,.8);border-radius:10px;color:#fffc;padding:0 10px;margin:10px 0}.challange-create-lobby-page .challange-create-lobby-form .select-topic-button:hover{background-color:#343aa0cc;color:#ffffffe6}.challange-create-lobby-page .challange-create-lobby-form .select-topic-button.active{background-color:#232341;color:#fff}.challange-create-lobby-page .challange-create-lobby-form .select-topic-button.empty{background-color:#301818cc;border:1px solid rgba(126,67,67,.8);color:#fffc}.challange-create-lobby-page .challange-create-lobby-form .lobby-title{font-size:1.5rem;font-weight:600;color:#fffc;text-align:center;margin-bottom:20px}.challange-create-lobby-page .challange-create-lobby-form label,.challange-create-lobby-page .challange-create-lobby-form .label{font-size:.7rem;color:#ffffff80;text-transform:uppercase;margin-left:10px}.challange-create-lobby-page .challange-create-lobby-form label.game-mode,.challange-create-lobby-page .challange-create-lobby-form .label.game-mode{font-size:1rem;background-color:#18192ee6;color:#b8d358b3;text-transform:none;padding:5px;margin-left:10px;cursor:pointer;border-radius:10px;text-align:center}.challange-create-lobby-page .challange-create-lobby-form label.question-mode,.challange-create-lobby-page .challange-create-lobby-form .label.question-mode{font-size:1rem;background-color:#18192ecc;border-radius:10px;color:#ffcb6b80;text-transform:none;padding:10px 20px;margin-left:10px;cursor:pointer}.challange-create-lobby-page .challange-create-lobby-form p{font-size:1rem;color:#fffc;text-align:center}.challange-create-lobby-page .challange-create-lobby-form input[type=text],.challange-create-lobby-page .challange-create-lobby-form input[type=number]{width:calc(100% - 20px);height:45px;background-color:#18192ecc;border:1px solid rgba(67,69,126,.8);border-radius:10px;padding:0 10px;color:#ffffffb3;font-size:1rem}.challange-create-lobby-page .challange-create-lobby-form input[type=text]:focus,.challange-create-lobby-page .challange-create-lobby-form input[type=number]:focus{background-color:#2c2e57cc;outline:none;color:#ffffffe6}.challange-create-lobby-page .challange-create-lobby-form input[type=text][type=number],.challange-create-lobby-page .challange-create-lobby-form input[type=number][type=number]{width:100%}.challange-create-lobby-page .challange-create-lobby-form input[type=radio]{display:none}.challange-create-lobby-page .challange-create-lobby-form input[type=radio]:checked+.game-mode{background-color:#18192ecc;outline:2px solid rgba(67,69,126,.8);border-radius:10px;color:#73ff22e6!important}.challange-create-lobby-page .challange-create-lobby-form input[type=radio]:checked+.question-mode{background-color:#10101fcc;outline:2px solid rgba(67,69,126,.8);border-radius:10px;color:#ffcb6bcc}.challange-create-lobby-page .challange-create-lobby-form input[type=radio]:disabled+.game-mode{color:#fafafa59}.challange-create-lobby-page .challange-create-lobby-form .line{width:100%;height:2px;min-height:2px;background-color:#43457ee6;margin:20px 0}.challange-create-lobby-page .challange-create-lobby-form button[type=submit]{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:50px;min-height:50px;background-color:#1f4435cc;border:1px solid rgba(67,126,108,.8);color:#fff9;border-radius:10px;padding:0 10px;margin-top:35px}.challange-create-lobby-page .challange-create-lobby-form button[type=submit]:hover{background-color:#57ecaecc;color:#ffffffe6}.challange-create-lobby-page .challange-create-lobby-form button[type=submit]:disabled{background-color:#797e36cc;color:#fff9;border:1px solid rgba(67,126,108,.6)}.select-topic-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;border-radius:10px;border:1px solid rgba(68,71,131,.8);background-color:#18192e;padding:10px;margin-bottom:20px}.select-topic-container .select-topic-item{width:calc(100% - 10px);min-width:calc(100% - 20px);height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;border-radius:10px;padding:10px}.select-topic-container .select-topic-item input[type=checkbox]{display:none}.select-topic-container .select-topic-item input[type=checkbox]:checked+.checkbox-label{background-color:#434ac9e6;color:#fff}.select-topic-container .select-topic-item .checkbox-label{width:calc(100% - 20px);height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;cursor:pointer;font-size:1rem;color:#ffffffe6;background-color:#3a3c66e6;border-radius:10px;padding:10px}.select-topic-container .select-topic-item .checkbox-label:hover{background-color:#343aa0e6;color:#fff}.select-topic-container .sections{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;border-radius:10px;padding:10px;border:1px solid rgba(68,71,131,.8)}.select-topic-container .sections .topics{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:10px;border-bottom:2px solid rgba(68,71,131,.8)}.select-topic-container .sections .topics .select-all-button{cursor:pointer;color:#ffffffe6;background-color:#2b2d50e6;border-radius:10px;padding:5px}.select-topic-container .sections .topics .topic-button{width:calc(100% - 20px);height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:10px;border-radius:10px;border:1px solid rgba(68,71,131,.8);background-color:#3a3c66e6;color:#fff}.select-topic-container .sections .topics .topic-button:hover{background-color:#287a6de6;color:#fff}.select-topic-container .sections .topics .topic-button.active{background-color:#2a9785e6;color:#fff}.block-everything{display:none;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:900;background-color:#0a0a0a4d;cursor:wait}.challange-lobby-page{width:100%;height:100%;min-height:calc(100vh - 50px);padding:20px;background-color:#1c1d35d9}@media only screen and (max-width: 1025px){.challange-lobby-page{padding:10px}}.challange-lobby-page .challange-lobby-page-container{width:900px;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;border-radius:10px;border:1px solid rgba(68,71,131,.8);background-color:#1c1d34;padding:20px}.challange-lobby-page .challange-lobby-page-container::-webkit-scrollbar{width:8px}@media only screen and (max-width: 1025px){.challange-lobby-page .challange-lobby-page-container{width:100%!important;height:-webkit-max-content!important;height:-moz-max-content!important;height:max-content!important;min-height:-webkit-max-content!important;min-height:-moz-max-content!important;min-height:max-content!important;overflow:visible!important}}.challange-lobby-page .challange-lobby-page-container h2{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-weight:600;color:#fffc}.challange-lobby-page .challange-lobby-page-container h2 .lobby-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;overflow:hidden}.challange-lobby-page .challange-lobby-page-container h2 .lobisi-text{width:-webkit-max-content;width:-moz-max-content;width:max-content;white-space:nowrap}@media only screen and (max-width: 600px){.challange-lobby-page .challange-lobby-page-container h2{width:250px}}.challange-lobby-page .challange-lobby-page-container .lobby-header{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;-ms-flex-wrap:wrap;flex-wrap:wrap}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-details{height:-webkit-max-content;height:-moz-max-content;height:max-content;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 1025px){.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-details{width:100%;min-width:100%;font-size:.8em}}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons{height:-webkit-max-content;height:-moz-max-content;height:max-content;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 1025px){.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons{width:100%;min-width:100%;gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.8em}}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .start-info-user{position:relative;z-index:1000;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-size:.9em;padding:10px;border-radius:10px;background-color:#00ff9db3;color:#fff;font-weight:500;text-shadow:1px 1px 2px black;cursor:wait!important;-webkit-box-shadow:0 0 10px 5px black;box-shadow:0 0 10px 5px #000}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons button{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:50px;border-radius:10px;border:none;font-size:1em;font-weight:600;padding:0 20px;white-space:nowrap}@media only screen and (max-width: 1025px){.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons button{padding:0 10px;height:40px}}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .start-game-button{width:195px;min-width:195px;background-color:#3a3d97b3;color:#c7c7c7e6}@media only screen and (max-width: 1025px){.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .start-game-button{width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;min-width:-webkit-max-content!important;min-width:-moz-max-content!important;min-width:max-content!important}}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .start-game-button:hover{background-color:#4a4ebbe6;color:#ffffffe6}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .start-game-button:disabled{position:relative;z-index:1000;opacity:.9!important;background-color:#00ff9db3;color:#fff;font-weight:500;text-shadow:1px 1px 2px black;cursor:wait!important;-webkit-box-shadow:0 0 10px 5px black;box-shadow:0 0 10px 5px #000}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .close-lobby-button{width:100px;min-width:100px;background-color:#973a73b3;color:#c7c7c7e6}@media only screen and (max-width: 1025px){.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .close-lobby-button{width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;min-width:-webkit-max-content!important;min-width:-moz-max-content!important;min-width:max-content!important}}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .close-lobby-button:hover{background-color:#b6488ce6;color:#ffffffe6}.challange-lobby-page .challange-lobby-page-container .lobby-header .lobby-buttons .close-lobby-button:disabled{display:none!important}.teams .teams-container .team{min-height:100%}@media only screen and (max-width: 1025px){.teams .teams-container .team{min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}}.teams .team{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:20px;border-radius:10px;background-color:#171729}@media only screen and (max-width: 1025px){.teams .team{width:100%!important;padding:0!important}}.teams .team.admin-team{width:100%}.teams .team .team-tab{width:100%;height:30px;font-size:1.2em;font-weight:600;padding:15px}.teams .team .team-users{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:20px;border-radius:10px;background-color:#171729}.teams .team .team-users .team-user{width:100%;min-width:100%;height:60px;min-height:60px;max-height:60px;padding:10px;border-radius:10px;background-color:#22223f;border:1px solid #22223f;border-left:5px solid #83279c}.teams .team .team-users .team-user.host{border-radius:5px;border:1px outset #ceff80;border-left:4px outset #ceff80}.teams .team .team-users .team-user.host.me{border-left:4px outset #ceff80}.teams .team .team-users .team-user.me{border-left:4px outset #8f7eff}.teams .team .team-users .team-user .team-user-info{width:100%;height:50px;min-height:50px}.teams .team .team-users .team-user .team-user-info .nickname{width:100%;font-size:1.1em;font-weight:600;color:#fffc;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width: 600px){.teams .team .team-users .team-user .team-user-info .nickname{font-size:1em;width:180px}}.teams .team .team-users .team-user .team-user-info .role{font-size:.7em;color:#fff9}.teams .team .team-users .team-user .team-user-info .total-level{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:30px;font-size:1em;font-weight:600;color:#fffc;background-color:#2d954d;outline:1px solid #aaffb5;padding:5px;border-radius:10px}.teams .team .team-users .team-user .team-user-info .team-user-kick-button{width:20px;height:20px;font-size:1em;color:#fff;background-color:#952d5d4d;padding:5px;border-radius:10px}.teams .team .team-users .team-user .team-user-info .team-user-kick-button:hover{color:#ffaabf;background-color:#952d5d}.teams .team .team-users .team-swap{width:calc(100% - 20px);height:30px;padding:10px;border-radius:10px;background-color:#22223f80}.teams .team .team-users .team-swap:hover{background-color:#22223fe6}.challange-game-page{width:100%;height:100%;min-height:100vh;padding:20px;background-color:#1c1d35d9}@media only screen and (max-width: 1025px){.challange-game-page{padding:0}}.game-header{position:fixed;z-index:1000;top:0;left:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;height:50px;min-height:50px;max-height:50px;padding:10px;background-color:transparent}.game-header .exit-btn{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:10px;cursor:pointer;color:#fff;background-color:#2f2f4a;border-radius:50%}.game-header .exit-btn:hover{background-color:#3f3f5a;color:#d965df}.question-pool{width:calc(100% + 40px);height:calc(100% + 40px);position:relative;top:-20px;left:-20px;z-index:10;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#020a1480}@media only screen and (max-width: 1025px){.question-pool{width:100%;height:100%;top:0;left:0;z-index:10}}.question-pool .pool-content{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;border:2px solid rgba(68,71,131,.8);background-color:#1c1d34;-webkit-box-shadow:0 0 20px 10px #0a0a0a;box-shadow:0 0 20px 10px #0a0a0a;padding:50px;border-radius:10px}@media only screen and (max-width: 1025px){.question-pool .pool-content{width:95%;padding:10px;font-size:.8rem}}.question-pool .pool-content .question-pool-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-pool .pool-content .question-pool-container .question-pool-title{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-size:1.5rem;font-weight:600;background:#d965df;background:-webkit-gradient(linear,right top,left top,from(#D965DF),to(#896ADF));background:linear-gradient(to left,#d965df,#896adf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (max-width: 1025px){.question-pool .pool-content .question-pool-container .question-pool-title{font-size:1rem}}.cards-container{width:100%;min-width:100%;height:calc(100% - 50px);min-height:calc(100% - 50px);position:fixed;top:50px;left:0;z-index:1}.cards-container .cards{width:100%;height:100%;display:-ms-grid;display:grid;-ms-grid-columns:(260px)[6];grid-template-columns:repeat(6,260px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:50px}.cards-container .cards .card{position:relative;z-index:1!important;width:260px;height:400px;border-radius:10px;padding:10px;-webkit-box-shadow:0 0 10px 5px #484949;box-shadow:0 0 10px 5px #484949;background:#dedee1;background:linear-gradient(150deg,#dedee1,#484949);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cards-container .cards .card.active{z-index:5!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#dbc4f9;background:linear-gradient(150deg,#dbc4f9,#4d88e4);-webkit-box-shadow:0 0 20px 2px #4d88e4;box-shadow:0 0 20px 2px #4d88e4}.cards-container .cards .card .card-border{width:100%;height:100%;border-radius:10px;padding:3px;border:2px solid rgba(1,10,19,.5);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#dedee1;background:linear-gradient(300deg,#dedee1a6,#484949a6)}.cards-container .cards .card .card-border.active{background:#dbc4f9;background:linear-gradient(300deg,#dbc4f9a6,#4d88e4a6)}.cards-container .cards .card .card-border .card-body{width:100%;height:100%;border-radius:10px;padding:5px;border:2px solid #010a13;background-color:#223533;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cards-container .cards .card .card-border .card-body.active{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#8e5fde;background:linear-gradient(150deg,#8e5fde,#687bf0)}.cards-container .cards .card .card-border .card-body .card-body-content{width:100%;height:100%;border-radius:10px;border:2px solid #010a13;background:#010a13;background:linear-gradient(150deg,#010a13 55%,#293162);-webkit-clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px),0 20px);clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px),0 20px)}.cards-container .cards .card .card-border .card-body .card-body-content .card-body-content-title{color:#f7d7f6}.cards-container .cards .card .card-border .card-body .card-body-content .card-body-content-title.active{color:#ffa3fc}.question-container .type-fill-blank{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.question-container .type-fill-blank .selected-blanks{width:calc(100% - 20px);height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:60px;background-color:#21224e80;border-radius:5px;padding:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .3s ease;transition:all .3s ease}.question-container .type-fill-blank .selected-blanks.submitted{outline:3px solid #69b1ec!important}.question-container .type-fill-blank .selected-blanks .selected-blank-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:40px;min-height:40px;background-color:#282952;border-radius:5px;color:#ffffffe6;padding:0 10px;-webkit-transition:all .3s ease;transition:all .3s ease}.question-container .type-fill-blank .selected-blanks .selected-blank-item:hover{background:#8f47a5}.question-container .type-fill-blank .blank-answers{width:100%;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.question-container .type-fill-blank .blank-answers .blank-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:40px;min-height:40px;background-color:#282952;border-radius:5px;color:#ffffffe6;padding:0 10px}.question-container .type-fill-blank .blank-answers .blank-item:hover{background:#5347a5}.question-container .type-matching{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.question-container .type-matching .question-content{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-container .type-matching .question-content .question-title{width:100%;color:#ffffffe6}.question-container .type-matching .question-content .matching-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-container .type-matching .question-content .matching-container .matching-item{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#282952;border-radius:5px;padding:20px}.question-container .type-matching .question-content .matching-container .matching-item .matching-question{width:100%;color:#ffffffe6}.question-container .type-matching .question-content .matching-container .matching-item .matching-selected-answer{width:calc(100% - 20px);height:40px;min-height:40px;background-color:#35366d;border-radius:5px;color:#ffffffe6;padding:0 10px;-webkit-transition:all .3s ease;transition:all .3s ease}.question-container .type-matching .question-content .matching-container .matching-item .matching-selected-answer:hover{background:#5347a5}.question-container .type-matching .question-content .matching-container .matching-item .matching-selected-answer.selected{background:#8f47a5}.question-container .type-matching .question-content .matching-container .matching-item .matching-selected-answer.submitted{outline:3px solid #69b1ec!important}.question-container .type-matching .question-content .matching-container .matching-item .label{color:#ffffffe6}.question-container .type-matching .question-content .matching-container .matching-item .matching-answers-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#0003;border-radius:5px;padding:20px}.question-container .type-matching .question-content .matching-container .matching-item .matching-answers-container .matching-answer{width:calc(100% - 20px);height:40px;min-height:40px;background-color:#35366d;border-radius:5px;color:#ffffffe6;padding:0 10px;-webkit-transition:all .3s ease;transition:all .3s ease}.question-container .type-matching .question-content .matching-container .matching-item .matching-answers-container .matching-answer:hover{background:#5347a5}.question-container .type-matching .question-content .matching-container .matching-item .matching-answers-container .matching-answer.selected{background:#8f47a5}.question-container .type-matching .question-content .matching-container .matching-item .matching-answers-container .matching-answer.submitted{outline:3px solid #69b1ec!important}.question-container .type-multiple-choice{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.question-container .type-multiple-choice .question-options{width:100%;height:100%}.question-container .type-multiple-choice .question-options .question-option{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:10px;padding:20px;font-size:.9em;color:#fff;outline:1px solid #5347a5;background:#3b3272;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.question-container .type-multiple-choice .question-options .question-option:hover{background:#5347a5}.question-container .type-multiple-choice .question-options .question-option.selected{background:#5d50b4;outline:1px solid #5d50b4}.question-container .type-multiple-choice .question-options .question-option.submitted{outline:3px solid #69b1ec!important}.question-container .type-multiple-choice .question-options .question-option input{display:none}.question-container .type-true-false{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.question-container .type-true-false .truefalse-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-container .type-true-false .truefalse-container .truefalse-item{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;background-color:#282952;border-radius:5px;padding:20px}.question-container .type-true-false .truefalse-container .truefalse-item .truefalse-question{width:100%;color:#ffffffe6}.question-container .type-true-false .truefalse-container .truefalse-item .truefalse-answers{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-container .type-true-false .truefalse-container .truefalse-item .truefalse-answers .answer-button{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:40px;min-height:40px;background-color:#35366d;border-radius:5px;color:#ffffffe6;padding:0 10px;-webkit-transition:all .3s ease;transition:all .3s ease}.question-container .type-true-false .truefalse-container .truefalse-item .truefalse-answers .answer-button:hover{background:#5347a5}.question-container .type-true-false .truefalse-container .truefalse-item .truefalse-answers .answer-button.selected{background:#8f47a5}.question-container .type-true-false .truefalse-container .truefalse-item .truefalse-answers .answer-button.submitted{outline:3px solid #69b1ec!important}.question-container .question-submit{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.question-container .question-submit .question-submit-button{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:40px;min-height:40px;background-color:#282952;border-radius:5px;color:#ffffffe6;padding:0 10px}.question-container .question-submit .question-submit-button:hover:not(:disabled){background:#5347a5}.question-container .question-submit .question-submit-button:disabled{opacity:.5;cursor:not-allowed}.question-game{width:100%;height:100%}.question-game .question-card{position:relative;z-index:1!important;width:800px;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;max-height:100%;border-radius:10px;padding:5px;background:#dedee1;background:linear-gradient(150deg,#dedee1,#484949);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width: 1025px){.question-game .question-card{width:100%;min-width:100%}}.question-game .question-card.active{z-index:5!important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#dbc4f9;background:linear-gradient(150deg,#dbc4f9,#4d88e4)}.question-game .question-card .card-border{width:100%;height:100%;min-height:100%;border-radius:10px;padding:3px;border:2px solid rgba(1,10,19,.5);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#dedee1;background:linear-gradient(300deg,#dedee1a6,#484949a6)}.question-game .question-card .card-border.active{background:#dbc4f9;background:linear-gradient(300deg,#dbc4f9a6,#4d88e4a6)}.question-game .question-card .card-border .card-body{width:100%;height:100%;min-height:100%;border-radius:10px;padding:5px;border:2px solid #010a13;background-color:#223533;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width: 1025px){.question-game .question-card .card-border .card-body{padding:3px}}.question-game .question-card .card-border .card-body.active{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#8e5fde;background:linear-gradient(150deg,#8e5fde,#687bf0)}.question-game .question-card .card-border .card-body .card-body-content{width:100%;height:100%;min-height:100%;border-radius:10px;border:2px solid #010a13;padding:20px;background:#010a13;background:linear-gradient(150deg,#010a13,#293162);-webkit-clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px),0 20px);clip-path:polygon(20px 0,calc(100% - 20px) 0,100% 20px,100% calc(100% - 20px),calc(100% - 20px) 100%,20px 100%,0 calc(100% - 20px),0 20px)}.question-game .question-card .card-border .card-body .card-body-content .card-header{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.question-game .question-card .card-border .card-body .card-body-content .card-header .card-body-content-title{color:#f7d7f6;font-size:2.5em;font-weight:600}.question-game .question-card .card-border .card-body .card-body-content .card-header .card-body-content-title.active{color:#ffa3fc}.question-game .question-card .card-border .card-body .card-body-content .card-header .question-time{color:#fffc;font-size:1em;font-weight:600;background-color:#753b72b3;padding:5px 10px;border-radius:10px;text-shadow:1px 1px 2px black}.question-game .question-card .card-border .card-body .card-body-content .question-container{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:5px;border-radius:10px;overflow-y:auto;overflow-x:hidden}.question-game .question-card .card-border .card-body .card-body-content .question-container::-webkit-scrollbar{width:10px}.question-game .question-card .card-border .card-body .card-body-content .question-container .question-image{width:100%;height:300px;min-height:300px;max-height:300px;-o-object-fit:contain;object-fit:contain}.question-game .question-card .card-border .card-body .card-body-content .question-container .question-title{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;color:#f5f5f5;font-size:1em;background-color:#2d2657;padding:20px;border-radius:10px;outline:1px solid #3b3272}.question-game .question-card .card-border .card-body .card-body-content .question-container .question-submit-button{width:200px;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:20px;border-radius:10px;background-color:#332b63;color:#fff;font-size:1.2em;font-weight:600;cursor:pointer}.question-game .question-card .card-border .card-body .card-body-content .question-container .question-submit-button:hover{background-color:#493d8d}.question-game .question-card .card-border .card-body .card-body-content .question-container .question-content{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:20px;border-radius:10px;background-color:#2d26571a;outline:1px solid rgba(59,50,114,.5)}@media only screen and (max-width: 1025px){.question-game .question-card .card-border .card-body .card-body-content .question-container .question-content{padding:0;background-color:transparent;outline:none}}.teams{width:100%;min-width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:5px;overflow:visible}.teams::-webkit-scrollbar{width:8px}@media only screen and (max-width: 1025px){.teams{width:100%!important;min-width:100%!important;max-width:100%!important;overflow:hidden!important}}.teams .teams-container{width:100%;min-width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:5px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:20px}@media only screen and (max-width: 1025px){.teams .teams-container{height:-webkit-max-content!important;height:-moz-max-content!important;height:max-content!important;min-height:-webkit-max-content!important;min-height:-moz-max-content!important;min-height:max-content!important;-ms-grid-columns:(1fr)[1]!important;grid-template-columns:repeat(1,1fr)!important;padding:0!important}}.teams .teams-container.game-mode1{-ms-grid-columns:(1fr)[1]!important;grid-template-columns:repeat(1,1fr)!important}.teams .teams-container::-webkit-scrollbar{width:1px}.teams .teams-container .history-team{min-height:100%}@media only screen and (max-width: 1025px){.teams .teams-container .history-team{min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}}.teams .history-team{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:20px;border-radius:10px;background-color:#171729}@media only screen and (max-width: 1025px){.teams .history-team{width:100%!important;padding:0!important}}.teams .history-team.admin-team{width:100%}.teams .history-team.myTeam{background-color:#172927}.teams .history-team.diamond{border-top:3px inset #3091ec;border-bottom:2px outset #0a5aa5;-webkit-box-shadow:0 0 20px 5px #3091ec;box-shadow:0 0 20px 5px #3091ec;background-color:#0c1b36}.teams .history-team.platinum{border-top:3px inset #a1c7d8;border-bottom:2px outset #6a8ba0;-webkit-box-shadow:0 0 15px 1px #a1c7d8;box-shadow:0 0 15px 1px #a1c7d8;background-color:#132928}.teams .history-team.gold{border-top:3px inset #edb852;border-bottom:2px outset #c89b3c;-webkit-box-shadow:0 0 5px 1px #edb852;box-shadow:0 0 5px 1px #edb852;background-color:#1f1e0e}.teams .history-team.silver{border-top:3px inset #a1a1a1;border-bottom:2px outset #7a7a7a;-webkit-box-shadow:0 0 5px #a1a1a1;box-shadow:0 0 5px #a1a1a1;background-color:#1e2328}.teams .history-team .team-tab{width:100%;height:30px;font-size:1.2em;font-weight:600;padding:15px}@media only screen and (max-width: 1025px){.teams .history-team .team-tab{width:100%;min-width:100%;font-size:1em;padding:10px}}.teams .history-team .team-tab .team-rank{width:30px;height:30px;font-size:1em;font-weight:600;color:#fff;background-color:#505050;outline:1px solid #b1b1b1;padding:5px;border-radius:10px;text-shadow:1px 1px 2px #000}.teams .history-team .team-tab .team-rank.diamond{border-top:3px inset #3091ec;border-bottom:2px outset #0a5aa5;-webkit-box-shadow:0 0 10px #3091ec;box-shadow:0 0 10px #3091ec;background-color:#0a5aa5}.teams .history-team .team-tab .team-rank.platinum{border-top:3px inset #a1c7d8;border-bottom:2px outset #6a8ba0;-webkit-box-shadow:0 0 10px #a1c7d8;box-shadow:0 0 10px #a1c7d8;background-color:#51bbbb}.teams .history-team .team-tab .team-rank.gold{border-top:3px inset #edb852;border-bottom:2px outset #c89b3c;-webkit-box-shadow:0 0 10px #edb852;box-shadow:0 0 10px #edb852;background-color:#c89b3c}.teams .history-team .team-tab .team-rank.silver{border-top:3px inset #a1a1a1;border-bottom:2px outset #7a7a7a;-webkit-box-shadow:0 0 10px #a1a1a1;box-shadow:0 0 10px #a1a1a1;background-color:#a1a1a1}.teams .history-team .team-tab .team-score{font-size:.7em;color:#fff;background-color:#505050;outline:1px solid #b1b1b1;padding:5px;border-radius:5px}@media only screen and (max-width: 1025px){.teams .history-team .team-tab .team-score{font-size:.6em}}.teams .history-team .team-users{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:20px;border-radius:10px;background-color:#171729}.teams .history-team .team-users .team-user{width:calc(100% - 20px);height:60px;min-height:60px;max-height:60px;padding:0 10px;border-radius:10px;background-color:#22223f;border:1px solid #22223f;border-left:5px solid #83279c}.teams .history-team .team-users .team-user:hover{background-color:#32325e}.teams .history-team .team-users .team-user.host{border-radius:5px;border:1px outset #ceff80;border-left:4px outset #ceff80}.teams .history-team .team-users .team-user.host.me{border-left:4px outset #ceff80}.teams .history-team .team-users .team-user.me{border-left:4px outset #8f7eff}.teams .history-team .team-users .team-user .team-user-info{width:100%;height:50px;min-height:50px}.teams .history-team .team-users .team-user .team-user-info .user-rank{width:30px;height:30px;font-size:1em;font-weight:600;color:#ffffffe6;background-color:#4a0080;outline:1px solid #9966cc;padding:5px;border-radius:10px}.teams .history-team .team-users .team-user .team-user-info .total-level{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:30px;font-size:1em;font-weight:600;color:#fffc;background-color:#2d954d;outline:1px solid #aaffb5;padding:5px;border-radius:10px}.teams .history-team .team-users .team-user .team-user-info .nickname{width:160px;font-size:1.1em;font-weight:600;color:#fffc;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width: 600px){.teams .history-team .team-users .team-user .team-user-info .nickname{font-size:1em;width:120px}}.teams .history-team .team-users .team-user .team-user-info .role{font-size:.7em;color:#fff9}.teams .history-team .team-users .team-user .team-user-info .user-score{font-size:.7em;color:#ffffffe6;white-space:nowrap}.game-history-page{width:100%;height:calc(100% - 50px);padding:20px;background-color:#1c1d35cc}@media only screen and (max-width: 1025px){.game-history-page{padding:10px}}.game-history-page .game-history-container{width:900px;min-width:900px;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;border-radius:10px;border:1px solid rgba(68,71,131,.8);background-color:#1c1d34;padding:20px;overflow:visible}.game-history-page .game-history-container::-webkit-scrollbar{width:8px}@media only screen and (max-width: 1025px){.game-history-page .game-history-container{width:100%;min-width:100%;padding:10px}}.game-history-page .game-history-container .game-history-header{width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:10px;background-color:#292a4d;padding:20px}.game-history-page .game-history-container .game-history-header .game-info{font-size:.8em;color:#fffc;text-shadow:1px 1px 2px black}.game-history-page .game-history-container .game-history-header .game-info .game-date{text-align:right}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype")}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf) format("truetype")}@font-face{font-family:BottleCoffee;src:url(/fonts/BottleCoffee.ttf) format("truetype")}@font-face{font-family:Anton;src:url(/fonts/Anton.ttf) format("truetype")}@font-face{font-family:PoetsenOne;src:url(/fonts/PoetsenOne.ttf) format("truetype")}@font-face{font-family:CuteDino;src:url(/fonts/CuteDino.ttf) format("truetype")}@font-face{font-family:BondStory;src:url(/fonts/BondStory.ttf) format("truetype")}@font-face{font-family:GaldienRounded;src:url(/fonts/GaldienRounded.otf) format("opentype")}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;min-width:0;min-height:0}*::-webkit-scrollbar-thumb{background-color:#4649a1;border-radius:10px}*::-webkit-scrollbar-track{background:#111224}body{word-break:break-word;overflow-wrap:break-word;overflow-x:hidden}body ::-moz-selection{background-color:#691e59;color:#fff}body ::selection{background-color:#691e59;color:#fff}textarea,input[type=text],input[type=email],input[type=password]{all:unset}button{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}button,a{all:unset;cursor:pointer}button:disabled{cursor:not-allowed!important;opacity:.15!important}img{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}h1,h2,h3,h4{font-family:Montserrat,sans-serif}p{white-space:pre-line}.maxContentW{width:-webkit-max-content!important;width:-moz-max-content!important;width:max-content!important;min-width:-webkit-max-content!important;min-width:-moz-max-content!important;min-width:max-content!important}.maxContentH{height:-webkit-max-content!important;height:-moz-max-content!important;height:max-content!important;min-height:-webkit-max-content!important;min-height:-moz-max-content!important;min-height:max-content!important}.w100{width:100%!important}.h100{height:100%!important}.pageW{width:1240px}@media only screen and (max-width: 600px){.vis600{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media only screen and (max-width: 1025px){.vis1025{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@media only screen and (max-width: 600px){.hid600{display:none!important}}@media only screen and (max-width: 1025px){.hid1025{display:none!important}}.hidden{display:none}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.row-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.column-reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aifs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.aife{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jcfs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jcfe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jcsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.jcsa{-ms-flex-pack:distribute;justify-content:space-around}.gap5{gap:5px}.gap7{gap:7px}.gap10{gap:10px}.gap15{gap:15px}.gap20{gap:20px}.gap25{gap:25px}.gap30{gap:30px}.gap35{gap:35px}.gap40{gap:40px}.gap45{gap:45px}.gap50{gap:50px}
