.settings_userPhoto__jDP5U label{display:grid;grid-gap:20px;justify-items:center}.settings_profilePhoto__XMQrs{width:200px;height:200px;border-radius:50%;border:2px solid #ccc;background-size:cover;background-position:50%;background-color:#6f2036}.settings_userPhoto__jDP5U img{width:120px;height:120px;border-radius:50%;border:2px solid #ccc;object-fit:cover;cursor:pointer;transition:transform .3s ease}.settings_userPhoto__jDP5U img:hover{transform:scale(1.05)}.settings_userPhoto__jDP5U input{display:none}.settings_user-photo-label__BnPB7{cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.5);color:#fff;padding:5px 10px;border-radius:20px;font-size:.9em;visibility:hidden;transition:visibility .3s,opacity .3s ease}.settings_user-photo__l26tt:hover .settings_user-photo-label__BnPB7{visibility:visible;opacity:1}.settings_userInfo__h_2uH{display:grid;grid-gap:50px;grid-template-columns:auto 1fr;grid-template-areas:"firstSpot secondSpot"}html:lang("ar") .settings_userInfo__h_2uH,html:lang("ir") .settings_userInfo__h_2uH{grid-template-columns:1fr auto}html:lang("ar") .settings_userInfo__h_2uH>:first-child,html:lang("ir") .settings_userInfo__h_2uH>:first-child{grid-area:secondSpot;grid-row:1}html:lang("ar") .settings_userInfo__h_2uH>:nth-child(2),html:lang("ir") .settings_userInfo__h_2uH>:nth-child(2){grid-area:firstSpot;grid-row:1}.settings_rightPane__jvtSE{display:grid;grid-gap:20px}.button_customButton__Hh9xw{background-color:var(--accent);color:#fff;height:unset;padding:.5em 2em;border-radius:var(--border-radius);cursor:pointer;font-size:13px;transition:all .3s;min-height:44px}.button_customButton__Hh9xw:disabled{background-color:#ccc!important;color:#fff;cursor:not-allowed}.button_customButton__Hh9xw:hover{transform:scale(.96)}.button_customButton__Hh9xw.button_small__etR37{padding:5px;font-size:11px;min-height:unset}.button_circularButton___20NI{border-radius:50%;height:30px;width:30px;color:#fff;position:relative;display:grid;place-items:center;z-index:1;cursor:pointer}.button_circularButton___20NI:before{content:"";position:absolute;top:-5px;left:-5px;height:calc(100% + 10px);width:calc(100% + 10px);background:inherit;opacity:.5;border-radius:50%;z-index:-1;transform:scale(0);transition:.3s}.button_circularButton___20NI:hover:before{transform:scale(1)}.button_imageButton__lTvAA{place-items:center;padding:7px 30px;text-align:center;border:1.5px solid var(--accent);border-right:none;border-radius:5px;display:grid;align-content:center;cursor:pointer;font-weight:600;height:51px;box-sizing:border-box;background-color:#f9f9f9;transition:background-color .3s,border-color .3s}.button_imageButton__lTvAA:last-child{border-right:1.5px solid var(--accent)}.button_imageButton__lTvAA.button_selected__GIAQN{color:#fff}.button_button__dM7gR.button_imageButton__lTvAA.button_selected__GIAQN img{filter:invert(100%)}.button_innerButtonWrapper__rFfXJ{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;align-items:center}.button_innerButtonWrapper__rFfXJ *{max-width:unset}.button_customGroup__eAVkB div.button_stateButton__ZEac8{border:none!important}.button_stateButton__ZEac8{padding:13px;background:#e7e7e7;border:none!important;min-width:100px;text-align:center;color:#000!important}.button_stateButton__ZEac8.button_selected__GIAQN{color:#fff!important}.button_backButton__60BdM{border-radius:50%;background:#fff;height:40px;width:40px;display:grid;cursor:pointer;place-items:center;box-shadow:0 0 10px rgba(0,0,0,.2);transition:.3s}.button_backButton__60BdM:hover{transform:scale(.9)}.button_backButton__60BdM img{height:50%;width:50%}.button_downloadButton__jTFrM{background-color:var(--blue);display:grid;place-items:center;padding:13px;border-radius:10px;transition:.3s}.button_downloadButton__jTFrM:hover{scale:.97}.button_downloadButton__jTFrM.button_small__etR37{padding:5px}.button_innerDownloadButtonWrapper__YmD1k{display:grid;grid-template-columns:auto auto;grid-gap:5px;place-items:center}.button_innerDownloadButtonWrapper__YmD1k.button_small__etR37{grid-template-columns:1fr}.button_innerDownloadButtonWrapper__YmD1k div{color:#fff}.button_innerDownloadButtonWrapper__YmD1k img{filter:invert(100%);max-width:unset}.button_closeButton__4smkz{background:var(--accent);border-radius:50%;height:30px;width:30px;display:grid;place-items:center;right:10px;cursor:pointer;transition:all .3s;color:#fff}.button_closeButton__4smkz:hover{transform:scale(1.15)}.button_closeButton__4smkz:hover>*{transform:scale(.95)}.simple-loader{border:2px solid hsla(0,0%,100%,.5);border-left-color:transparent;width:13px;border-radius:50%;aspect-ratio:1/1;animation:spin89345 1s linear infinite;margin:5px}@keyframes spin89345{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.circular-loader{width:2em;stroke:#000;align-self:center}.circular-loader svg{width:inherit;transform-origin:center;animation:rotate4 2s linear infinite}.circular-loader circle{fill:none;stroke:inherit;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.input-container{--border-width:1.5px;position:relative;display:grid}.input-container label,.input-container-wrapper input::placeholder{color:var(--accent);font-weight:600;text-transform:uppercase;font-size:.7em;letter-spacing:1.2px}html:lang("ar") .input-container label,html:lang("ar") .input-container-wrapper input,html:lang("ar") .input-container-wrapper input::placeholder,html:lang("ir") .input-container label,html:lang("ir") .input-container-wrapper input,html:lang("ir") .input-container-wrapper input::placeholder{text-align:right}.input-container-wrapper{position:relative;font-size:14px;border:var(--border-width) solid var(--accent);width:100%;border-radius:var(--border-radius);font-weight:500;color:var(--accent);overflow:hidden}.input-container-wrapper input{height:100%;width:100%;border:none;outline:none;font-size:inherit;padding:14px 1em;color:#000;background:#fff;margin:0!important}.input-container-wrapper.round{border-radius:30px}.input-container-wrapper.basic input{padding:11px;text-align:center}.input-container-wrapper input::placeholder{color:var(--accent);opacity:.6}.customGroup{width:300px}.customGroup .input-container .input-container-wrapper{border-radius:0;border-top-width:0;border-bottom-style:dashed}.customGroup .input-container:first-child .input-container-wrapper{border-top-width:var(--border-width);border-top-right-radius:var(--border-radius);border-top-left-radius:var(--border-radius)}.customGroup .input-container:last-child .input-container-wrapper{border-bottom-right-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);border-bottom-style:solid}.text-link{color:var(--accent);font-size:13px;position:relative}.text{display:initial}.text-link:after{content:"";position:absolute;height:1px;background:var(--accent);width:100%;bottom:-1px;left:0}.navbar{position:absolute;top:0;height:70px;border-bottom:1px solid #dddcdc;width:100vw;left:0;display:grid;align-items:center;grid-template-columns:auto auto 1fr auto;grid-gap:20px;padding:5px 20px}html:lang("ar") .navbar,html:lang("ir") .navbar{grid-template-columns:auto 1fr auto auto;grid-template-areas:"firstSpot secondSpot thirdSpot fourthSpot"}.nav-title{place-self:center}.nav-title *{color:var(--accent);font-weight:800;font-size:.8em;text-transform:uppercase;letter-spacing:5px}.menu-control{cursor:pointer}html:lang("ar") .menu-control,html:lang("ir") .menu-control{grid-area:fourthSpot}.three-column-grid{display:grid;grid-template-columns:repeat(3,auto);grid-gap:10px;justify-self:center;align-items:center}html:lang("ar") .three-column-grid,html:lang("ir") .three-column-grid{grid-template-areas:"firstSpot secondSpot thirdSpot"}html:lang("ar") .three-column-grid>:first-child,html:lang("ir") .three-column-grid>:first-child{grid-area:thirdSpot}html:lang("ar") .three-column-grid>:nth-child(2),html:lang("ir") .three-column-grid>:nth-child(2){grid-area:secondSpot}html:lang("ar") .navbar .three-column-grid,html:lang("ar") .three-column-grid>:nth-child(3),html:lang("ir") .navbar .three-column-grid,html:lang("ir") .three-column-grid>:nth-child(3){grid-area:firstSpot}.profile-container{display:flex;justify-content:center;align-items:center}.profile-photo{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #ccc}.profile-placeholder{width:50px;height:50px;border-radius:50%;background-color:#ccc;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;font-size:18px;text-transform:uppercase}.logout{cursor:pointer}html:lang("ar") .navbar .logo-container,html:lang("ir") .navbar .logo-container{grid-area:thirdSpot}.select-switcher-icon{display:grid;grid-template-columns:auto auto;align-items:center}.languageElement-absolute{position:absolute;top:20px;right:20px;z-index:10!important}.languageElement-absolute *{z-index:10!important}.sidebar-overlay{background:#fff;height:100vh;width:100vw;position:fixed;z-index:20;top:0;transform-origin:0 0;background:hsla(0,0%,100%,.1);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px)}.sidebar-wrapper.open{transform:scale(1)}.sidebar-overlay.closed{transform:scale(0)}.sidebar{position:fixed;width:300px;height:calc(100vh - 20px);box-shadow:0 0 10px #9c072320;display:grid;padding:15px;align-items:start;z-index:21;grid-gap:15px;grid-template-rows:repeat(auto-fill,50px);transition:.3s;background:var(--background);border-radius:10px;left:10px;top:10px;background-color:#fff;overflow:auto}.sidebar .feather{stroke:#9c0723}.sidebar-link{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;background:#fff;border-radius:5px;padding:10px;height:50px;color:#9c0723;font-weight:700;align-items:center}html:lang("ar") .sidebar-link,html:lang("ir") .sidebar-link{grid-template-columns:1fr auto}html:lang("ar") .sidebar-link>:first-child,html:lang("ir") .sidebar-link>:first-child{grid-column:2/3}html:lang("ar") .sidebar-link>:nth-child(2),html:lang("ir") .sidebar-link>:nth-child(2){grid-column:1/2;grid-row:1;justify-self:end}.sidebar-link.active,.sidebar-link:hover{color:#fff;background:#9c0723}.sidebar-link.active .feather,.sidebar-link:hover .feather{stroke:#fff}.sidebar.open{display:grid;left:10px}html:lang("ar") .sidebar.open,html:lang("ir") .sidebar.open{display:grid;left:unset;right:10px}.sidebar.closed{left:-310px}html:lang("ar") .sidebar.closed,html:lang("ir") .sidebar.closed{display:grid;left:unset;right:-310px}@media screen and (max-width:700px){.sidebar.open{top:0;left:0;z-index:100;width:100vw;height:100vh;border-radius:0}html:lang("ar") .sidebar.open,html:lang("ir") .sidebar.open{left:unset;right:0}.sidebar.closed{top:0;left:-300px}html:lang("ar") .sidebar.closed,html:lang("ir") .sidebar.closed{left:unset;right:-300px}}*{padding:0;margin:0;box-sizing:border-box}.card{--card-background:var(--background);--card-width:250px;width:var(--card-width);height:300px;border-radius:20px;background:var(--card-background);overflow:hidden;position:relative;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);font-family:Avenir Next;margin:50px;display:grid;cursor:pointer;background-clip:padding-box}.card:hover{transform:scale(1.05)}.card .top-section{height:300px;border-radius:15px;display:grid;position:relative;overflow:hidden}.card .top-section .border{border-bottom-right-radius:20px;height:30px;width:130px;position:absolute;transform:skew(-20deg);box-shadow:-10px -20px 0 0 var(--card-background);z-index:3;background:var(--card-background)}.card .top-section .border:before{content:"";position:absolute;width:15px;height:15px;top:-1px;right:-15px;overflow:hidden;background:hsla(0,0%,100%,0);border-top-left-radius:30px;box-shadow:-5px -5px 0 2px var(--card-background)}.card .top-section .border:after{content:"";position:absolute;width:15px;height:15px;top:0;left:-11px;background:var(--card-background);z-index:2}.card .top-section:before{content:"";position:absolute;top:30px;left:0;background:hsla(0,0%,100%,0);height:15px;width:15px;border-top-left-radius:15px;box-shadow:-5px -5px 0 2px var(--card-background)}.card .top-content-wrapper{z-index:10;position:absolute;top:0;width:50%;padding:3px;display:grid;place-items:center}.card .top-content{display:grid;background:var(--accent);padding:4px 10px;text-transform:uppercase;letter-spacing:.7px;color:#fff;font-size:9px;font-weight:500;border-radius:10px;text-align:center;width:90%}.card .text-section{position:absolute;height:100%;width:100%;z-index:3;display:grid;padding:50px 20px 20px;align-items:start;justify-items:center}.card .text-section .title{font-size:2em;font-weight:bolder;position:relative;width:calc(var(--card-width) - 40px);color:#fff;letter-spacing:2px;text-shadow:1px 1px .5px #000;word-wrap:break-word;overflow-wrap:break-word}.card .text-section .teacher{text-align:right;place-self:end;color:#fff;width:calc(var(--card-width) - 40px);text-shadow:1px 1px .5px #000}.card .background-image{position:absolute;width:100%;display:grid}.card .background-image:before{content:"";background-color:#c7adad;height:100%;width:100%;position:absolute;top:0;left:0;opacity:.4}.card .background-image img{width:100%}.choiceselection_selectionContainer__dAo7v{display:grid;grid-template-rows:1fr auto}.choiceselection_selectionContainer__dAo7v .choiceselection_innerWrapper__ZmACX{display:grid;grid-template-columns:auto auto 1fr;grid-gap:10px;height:50px}.choiceselection_button__9ET_4.choiceselection_imageButton__3sEsJ.choiceselection_selected__A9BCQ img{filter:invert(100%)}.choiceselection_selectionContainer__dAo7v label{color:var(--accent);font-weight:600;text-transform:uppercase;font-size:.7em;letter-spacing:1.2px}.choiceselection_customGroup__EkaLZ:has(button){display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));border-radius:5px;grid-column:1/-1}.choiceselection_customGroup__EkaLZ button{border-radius:0}.choiceselection_customGroup__EkaLZ button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.choiceselection_customGroup__EkaLZ button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;border-right:1.5px solid var(--accent)}.choiceselection_customGroup__EkaLZ button.choiceselection_stateButton__daH2M:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;border-right:none!important}@media screen and (max-width:700px){.choiceselection_selectionContainer__dAo7v{grid-template-columns:1fr}.choiceselection_selectionContainer__dAo7v .choiceselection_innerWrapper__ZmACX{display:grid;grid-template-columns:1fr;width:100%;height:100%}.choiceselection_customGroup__EkaLZ:has(button){border-radius:0;grid-template-rows:repeat(auto-fill,minmax(50px,1fr))}.choiceselection_customGroup__EkaLZ button{border-radius:0!important}}.selectElement{border-color:#61616b!important;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0;width:100%}.middleTimeInputWrapper{border-radius:0;border:2px solid #61616b!important;border-right-width:0!important}.lastTimeInputWrapper{border:2px solid #61616b!important;border-top-left-radius:0;border-bottom-left-radius:0}.lastTimeInputWrapper:hover,.middleTimeInputWrapper:hover{border-color:var(--accent)!important}.middleTimeBase:hover+.lastTimeBase .lastTimeInputWrapper,.selectElementBase:hover+.middleTimeBase .middleTimeInputWrapper{border-left-color:var(--accent)!important}.selectElement[data-hover]{border-color:var(--accent)!important}.selectValue{color:var(--accent)!important;font-weight:700}.schedule-element{display:grid;grid-template-columns:minmax(200px,1fr) auto auto auto;align-items:center}.selectListBox>ul>li{padding:13px;color:var(--accent)}.selectItemUnique[data-focus],.selectItemUnique[data-hover]{background-color:var(--accent)!important;color:#fff!important}.selectListBox>ul>li>span{font-weight:800!important}.schedule-element>:last-child{margin-left:10px}.customLabel{color:var(--accent);font-size:1em;text-transform:uppercase;letter-spacing:1.3px;font-weight:700}.editCourseForm{width:100%;height:100%;border:3px solid green}.editCourseForm,.editCoursePopupBody{display:grid;grid-gap:10px}.objectives_objectiveList__LeV7a{display:grid;width:100%}.objectives_objectiveRow__hRB58{padding:13px;border:1px solid var(--accent);border-bottom:none;display:grid;grid-template-columns:1fr auto auto;grid-gap:5px}.objectives_objectiveRow__hRB58.objectives_borderedRows__RwnS8{border:1px dashed var(--accent)}.objectives_objectiveRow__hRB58:first-child{border-top-left-radius:5px;border-top-right-radius:5px}.objectives_objectiveRow__hRB58:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-bottom:1px solid var(--accent)}.objectives_objectiveRow__hRB58.objectives_borderedRows__RwnS8:last-child{border-bottom:1px dashed var(--accent)}.objectives_objectiveText__Gf0L2{outline:none}.objectives_edittable__7VTES{position:relative}.objectives_edittable__7VTES:after{content:"";position:absolute;width:100%;height:1px;border-bottom:1px dashed var(--accent);top:calc(100% + 3px);left:0}.objectives_editButton__bk2ld{color:#9acd32;font-weight:700}.objectives_saveButton__hJVXg,.objectives_saveLoader__ruxUa{color:blue;font-weight:700}.objectives_deleteButton__Zms_U,.objectives_deleteLoader__cLHh7{color:red;font-weight:700}.objectives_newObjectiveListWrapper__wUIBN{display:grid;justify-items:center;grid-gap:20px;margin-top:10px}.objectives_newObjectiveListWrapper__wUIBN h4{justify-self:start}.objectives_generateLoaderContainer__uFziK,.objectives_newObjectiveLayer__xn4sU{display:grid;background:#f7fef7;border:1px dashed #5eb65e;border-radius:10px;width:100%;padding:30px;place-items:center;grid-gap:10px;color:#5eb65e}.objectives_newObjectiveLayer__xn4sU{border-color:var(--blue);background:rgba(23,99,223,.285);color:var(--blue);cursor:pointer;transition:all .3s}.objectives_newObjectiveLayer__xn4sU:hover{scale:.97}.objectives_buttonWrapper__fS21f{display:grid;grid-template-columns:1fr auto;align-items:center;justify-items:end;grid-gap:10px}.objectives_cuteButton__R2j4D{padding:4px 13px;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);color:#fff;background:var(--blue);border-radius:5px;font-size:.7em}.upload_formGroup__JOulP{display:grid;grid-gap:10px;border:2px solid var(--light-grey);padding:20px;border-radius:5px;color:var(--accent);font-weight:500}.upload_fileUploadGroup__YzH1H{padding:0;display:grid;background-color:#f9f9f9;border:2px solid #ccc;min-height:130px;cursor:pointer;border-radius:8px;transition:all .3s;min-width:450px}.upload_fileUploadGroup__YzH1H:hover .upload_fileInputWrapper__9_K2v{transform:scale(1.05)}.upload_fileUploadGroup__YzH1H:hover{border-color:var(--accent)}.upload_fileUploadGroup__YzH1H img{height:20px}.upload_fileUploadGroup__YzH1H input{display:none}.upload_fileInputWrapper__9_K2v{place-self:center;transition:all .3s;display:grid;grid-template-columns:auto 1fr;grid-gap:10px;align-items:center}.upload_submitButton__YtM_p{grid-column:span 2;padding:10px 20px;background-color:#760000;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;margin-top:20px}.upload_logo__2012e{height:50px}@media screen and (max-width:700px){.upload_fileUploadGroup__YzH1H{min-width:unset;width:100%}.upload_uploadText__8pQRx{font-size:.7em}}.overlay{position:fixed;background:#000000d0;height:100vh;width:100%;overflow-x:hidden;top:0;left:0;place-items:center;z-index:100}.overlay,.popup{box-sizing:border-box;display:grid}.popup{position:absolute;box-shadow:var(--boxshadowD);grid-template-columns:1fr;place-items:center;border-radius:20px;background:#fff;transition:.4s;max-width:95%;max-height:90%;place-self:center;overflow:hidden;grid-template-rows:auto 1fr auto}.popup.maximum{width:100vw;height:100vh;border-radius:0;max-height:unset;max-width:unset}.popupBody,.popupFooter,.popupHeader{position:relative;padding:13px;margin:0;border-bottom:1.3px solid #e9e8e8;width:100%;display:grid;box-sizing:border-box}.popupHeader{align-items:center;display:grid;grid-gap:20px;grid-template-columns:1fr auto}.popup.maximum .popupHeader{border-bottom:none}.popupTitle{font-size:1em;font-weight:600;text-transform:uppercase;color:var(--accent);text-align:left;max-width:600px;margin:0}.popup.maximum .popupTitle{color:transparent!important}.popupBody{border:var(--debugBorder) solid purple;border-bottom:none;padding:20px;display:grid;height:100%;max-height:100%;overflow:scroll;grid-gap:10px}.popupFooter{border:var(--debugBorder) solid #ff0;border-bottom:none;border-top:1.3px solid #e9e8e8;min-height:72px}.popupFrame{height:100%;width:100%}.popupFrame iframe{height:inherit;width:inherit}.tableWrapper{width:100%;overflow-x:auto;overflow-y:visible;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border:1px solid rgba(var(--border-rgb,200,200,200),.2);max-height:600px;padding:24px 32px 40px}.actions-row{gap:.75rem;flex-wrap:wrap}.actions-row,.status-wrapper{display:flex;justify-content:center;align-items:center}.status-wrapper{gap:.5rem}.status{display:inline-block;height:12px;width:12px;border-radius:50%;background:#6b7280;box-shadow:0 0 0 2px hsla(0,0%,100%,.8);transition:all .2s ease}.status-online{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 0 0 2px hsla(0,0%,100%,.8),0 0 8px rgba(16,185,129,.4)}.status-offline{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 0 0 2px hsla(0,0%,100%,.8),0 0 8px rgba(239,68,68,.4)}.profileRing{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;background:linear-gradient(135deg,var(--accent,#8020f5),rgba(var(--accent-rgb,128,32,149),.8));color:#fff;border:2px solid hsla(0,0%,100%,.3);box-shadow:0 2px 8px rgba(var(--accent-rgb,128,32,149),.3),inset 0 1px 0 hsla(0,0%,100%,.2);transition:all .2s ease}.profileRing:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--accent-rgb,128,32,149),.4),inset 0 1px 0 hsla(0,0%,100%,.2)}.profileIconTableview,.profileRing{height:44px;width:44px;overflow:hidden;border-radius:50%;position:relative}.profileIconTableview{border:2px solid rgba(var(--border-rgb,200,200,200),.3);box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease}.profileIconTableview:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:var(--accent,#8020f5)}.profileIconTableview img{height:100%;width:100%;object-fit:cover;transition:transform .2s ease}.profileIconTableview:hover img{transform:scale(1.05)}.tableWrapper table{background:transparent}.tableWrapper thead th{background:rgba(var(--accent-rgb,128,32,149),.05)!important;backdrop-filter:blur(10px);border-bottom:2px solid rgba(var(--accent-rgb,128,32,149),.1)!important;font-weight:600;font-size:.875rem;letter-spacing:.025em;color:var(--text,#374151);padding:1rem .75rem}.tableWrapper tbody td{padding:1rem .75rem;border-bottom:1px solid rgba(var(--border-rgb,200,200,200),.1)!important;font-weight:500;color:var(--text,#374151)}.tableWrapper tbody tr{transition:all .2s ease}.tableWrapper tbody tr:hover{background:rgba(var(--accent-rgb,128,32,149),.02)!important;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.04)}.tableWrapper [data-slot=input-wrapper]{background:hsla(0,0%,100%,.9)!important;border:2px solid rgba(var(--border-rgb,200,200,200),.3)!important;border-radius:12px!important;box-shadow:0 2px 4px rgba(0,0,0,.04)!important;transition:all .3s ease!important}@media (max-width:768px){.tableWrapper{border-radius:12px;margin:0 -.5rem}.actions-row{gap:.5rem;flex-direction:column}.profileIconTableview,.profileRing{height:36px;width:36px}.tableWrapper tbody td,.tableWrapper thead th{padding:.75rem .5rem;font-size:.85rem}}@media (max-width:480px){.tableWrapper{border-radius:8px;margin:0 -.25rem;max-height:920px}.profileIconTableview,.profileRing{height:32px;width:32px;font-size:.75rem}.tableWrapper tbody td,.tableWrapper thead th{padding:.5rem .375rem;font-size:.8rem}.status{height:10px;width:10px}}.sidepane_overlay__e4_tt{position:fixed;background:#000000d0;height:100vh;width:100%;box-sizing:border-box;overflow-x:hidden;top:0;left:0;display:grid;z-index:100}.sidepane_sidePane__UiT30{background-color:#fff;position:absolute;box-shadow:var(--boxshadowD);display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;place-items:center;box-sizing:border-box;background:#fff;min-width:450px;transition:.4s;height:100%;overflow:hidden;justify-self:end}.sidepane_sidePaneHeader__oS61V{position:relative;padding:13px;margin:0;border-bottom:2.3px solid #e9e8e8;width:100%;box-sizing:border-box;align-items:center;display:grid;grid-gap:20px;grid-template-columns:1fr auto}.sidepane_sidePaneTitle__C6oDP{font-size:1em;font-weight:600;text-transform:uppercase;color:var(--accent);text-align:left;max-width:600px;margin:0}.CreditCard_cardComponent__JmfVk{display:grid;grid-template-rows:auto auto 1fr;grid-gap:20px;justify-items:center;place-self:center;overflow:scroll}.CreditCard_creditcardContainer___21ux{display:grid;width:400px;aspect-ratio:5/3;overflow:hidden;position:relative;border-radius:20px;perspective:1000px}.CreditCard_creditcardInner__3OTR_{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.4,.2,.2,1)}.CreditCard_flipped__Snj41 .CreditCard_creditcardInner__3OTR_{transform:rotateY(180deg)}.CreditCard_creditcardBack__xRrXN,.CreditCard_creditcardFront__Fb3qq{position:absolute;width:100%;height:100%;border-radius:20px;backface-visibility:hidden;overflow:hidden}.CreditCard_creditcardFront__Fb3qq{z-index:2}.CreditCard_creditcardBack__xRrXN{transform:rotateY(180deg);position:relative;z-index:1;display:grid;align-items:start}.CreditCard_creditcardBackground__KxD_j{position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(135deg,#ae000080 50%,transparent 0),linear-gradient(-135deg,#ae000080 50%,transparent 0);background-size:4em 4em;background-color:#ffbdbd;opacity:1}.CreditCard_creditcardTopOverlay__6YK7u{position:absolute;top:0;left:0;display:grid;grid-template-columns:1fr auto;grid-gap:20px;align-items:center;width:100%;padding:10px 20px 0}.CreditCard_contactlessImageContainer__aLN7N,.CreditCard_visaImageContainer__O_3Js{display:grid}.CreditCard_creditcardBottomOverlay__210GH{background:hsla(0,0%,100%,.1);box-shadow:0 0 10px rgba(0,0,0,.2);backdrop-filter:blur(8px);position:absolute;bottom:0;width:100%;z-index:1;padding:18px;display:grid;grid-template-columns:1fr auto}.CreditCard_creditcardNumber__A0fLi{font-family:Menlo,monospace;color:#fff;background:transparent;border:none;font-size:16px;letter-spacing:1px;outline:none;grid-row:1}.CreditCard_creditcardNumber__A0fLi::placeholder{color:#fff;font-size:12px}.CreditCard_creditcardNameHolder__MVrK0{font-family:Menlo,monospace;color:#fff;font-size:13px;font-weight:800;grid-row:2}.CreditCard_creditcardCVV__jZfsu,.CreditCard_creditcardExpiry__Nu0Iq{display:grid;grid-gap:10px;grid-template-columns:auto auto;color:#fff}.CreditCard_cvvText__m4P_P,.CreditCard_expiryText__XCC12{font-family:Avenir Next,sans-serif}.CreditCard_cvvValue__XRdbY,.CreditCard_expiryDate__O62VQ{font-family:Menlo,monospace;letter-spacing:-1px}.CreditCard_blackStripe__5NNq4{width:100%;height:60px;background-color:#000;border-radius:4px;z-index:10;display:grid;align-items:center;justify-items:end;padding-right:20px;margin-top:40px}.CreditCard_creditcardCVV__jZfsu{display:grid;grid-gap:10px;grid-template-columns:auto auto;color:#fff}.CreditCard_flipButton__zJPU8{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);height:40px;width:40px;border-radius:50%;display:grid;place-items:center;background-color:#f3a5a5;cursor:pointer}.CreditCard_flipButton__zJPU8 img{height:20px;width:20px;filter:invert(100%)}.CreditCard_cardFormContainer__l1q8Y{display:grid;grid-gap:20px;grid-template-columns:1fr 1fr;width:400px;position:relative}.CreditCard_cardInputField__M_WyC{border-radius:10px;width:100%;padding:14px;display:grid;align-items:center;border:1px solid #ccc;position:relative;background-color:transparent}.CreditCard_cardInputField__M_WyC input{color:#444;grid-row:unset;background:transparent;border:none;outline:none;width:100%}.CreditCard_cardInputField__M_WyC input::placeholder{color:#444}.CreditCard_withLogo__4rJk1{display:grid;grid-template-columns:auto 1fr;grid-gap:20px}.CreditCard_spanX__lDgxH{grid-column:1/-1}.CreditCard_button__6SpkZ{padding:7px 26px;border:2px solid #d28181;background:#f3a5a5;color:#fff;font-family:Avenir Next,sans-serif;border-radius:10px;justify-self:end;cursor:pointer}.CreditCard_amountContainer__F6XyI{display:grid;border-radius:5px;width:100%;grid-gap:20px}.CreditCard_amountInput__05Y9J{display:grid;grid-template-columns:auto 1fr auto;border:2px solid #c43e37;border-radius:5px;color:#c43e37}.CreditCard_amountText__eq96i{background:#c43e37;color:#fff;font-weight:700;padding:10px 15px;border-top-right-radius:5px;border-bottom-right-radius:5px}.CreditCard_amountInput__05Y9J input{color:#444;grid-row:unset;background:transparent;outline:none;width:100%;border:none;border-right:2px solid #c43e37;padding:10px;text-align:right;color:#c43e37;font-weight:800;font-family:Menlo}.CreditCard_currency__rqbgZ{padding:10px 15px;display:grid;place-items:center;text-align:center;font-weight:800}.CreditCard_totalTokensContainer___Mzwh{display:grid;grid-template-columns:auto auto;grid-gap:10px;justify-self:end}.CreditCard_tokenText__hGD0q{font-weight:700}.CreditCard_tokenValue__xdOJn{font-weight:400}.attendance_messageText__XhB_W{color:var(--accent);width:300px;text-align:center}.attendance_bottomLoader__OHJ3d{position:absolute;bottom:0;height:3px;width:100%;left:0}.message_submitButton__T_wJN{background-color:#6f2036;color:#fff;border:none;padding:10px 20px;cursor:pointer;border-radius:4px}.message_messageManagementContainer__UTUSz{display:grid;width:100%;box-shadow:0 2px 5px rgba(0,0,0,.1);grid-template-columns:300px 1fr;position:relative;--message-container-height:500px;height:var(--message-container-height)}.message_chatRoom__h4KmY{border-right:1px solid #ddd;background-color:#f9f9f9;position:relative;height:var(--message-container-height);overflow:hidden}.message_chatRoomList__p_B6e{list-style:none;margin:0;padding-top:60px;height:100%;max-height:100%;overflow:scroll}.message_chatHeaderBar__oAbVN{display:grid;height:60px;border-bottom:1px solid #e5e5e5;padding:13px;align-items:center;position:absolute;top:0;width:100%;z-index:5;background:hsla(0,0%,100%,0);box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(9.5px);-webkit-backdrop-filter:blur(9.5px)}.message_message__U2xIM{display:flex;align-items:center;padding:10px;cursor:pointer;transition:background-color .3s}.message_message__U2xIM:hover{background-color:#e6e6e6}.message_senderThumbnail__G5Xjp{width:40px;height:40px;border-radius:50%;margin-right:10px}.message_messageIntro__LVSF6{margin:0;color:#666;font-size:.9rem}.message_messageContentSection__BRB2Y{background-color:#f9f9f9}.message_messageRoom__T5c_B{position:relative;display:grid;height:100%}.message_chatMessages__kGkWM{display:grid;grid-template-columns:repeat(1fr,12);height:100%;overflow:scroll;position:absolute;top:0;padding:80px 20px;align-items:start;width:100%}.message_chatMessage__TgPoV{margin-bottom:10px;padding:10px 15px;border-radius:12px;font-size:.9rem;line-height:1.5;box-shadow:0 2px 5px rgba(0,0,0,.1)}.message_chatMessageSent__VR_2C{background-color:#6f2036;color:#fff;grid-column:2/12;border-radius:12px 12px 0 12px;justify-self:end}.message_chatMessageReceived__6rsCh{background-color:#e6e6e6;color:#333;grid-column:1/10;justify-self:start;border-radius:12px 12px 12px 0}.message_chatMessage__TgPoV .message_spanElement__0UjSb{font-size:.75rem;color:#999;margin-top:5px;display:block}.message_sendMessageArea__RrOug{position:absolute;bottom:0;height:60px;width:100%;padding:13px;border-top:1px solid #ddd;background-color:#fff;display:grid;grid-template-columns:1fr auto;grid-gap:13px;box-sizing:border-box}.message_textBox__yYx39{font-size:.9rem;height:calc(60px - 13px - 13px);display:grid;align-content:center;outline:none;resize:vertical}.message_thinnerButton__TznSg{height:calc(60px - 13px - 13px)!important;min-height:unset!important}.message_chatMessageSent__VR_2C:hover{background-color:#5a1a2d}.message_messageRoomPlaceholder__zMziv{text-align:center;margin-top:20px;padding:20px;color:#666}.message_userSuggestionsContainer__WCjLG{position:relative;background:#f9f9f9;border:1px solid #ddd;border-radius:4px;max-height:150px;overflow-y:auto;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:10}.message_user-suggestions__8u6r4{list-style:none;margin:0;padding:0}.message_user-suggestion-item__ZvykA{display:flex;align-items:center;padding:10px;cursor:pointer;transition:background-color .3s ease}.message_user-suggestion-item__ZvykA:hover{background-color:#e6e6e6}.message_user-suggestion-photo__oQ5o4{width:40px;height:40px;border-radius:50%;margin-right:10px}.message_user-suggestion-details__O7bgT{display:flex;flex-direction:column}.message_user-suggestion-name__RCXx_{font-weight:700;color:#333}.message_user-suggestion-email__EAE94{font-size:.9rem;color:#666}@media screen and (max-width:640px){.message_messageManagementContainer__UTUSz{grid-template-columns:1fr;--message-container-height:250px}.message_messageRoom__T5c_B{min-height:500px}}.tokenmanagement_pageHeader__l2uHw{display:grid;grid-template-columns:1fr auto;grid-gap:20px;align-items:center}.tokenmanagement_balanceArea__SdKYk{display:grid;align-items:center;grid-template-columns:auto auto;grid-gap:20px}.tokenmanagement_balanceContainer__fxF0l{display:grid;grid-template-columns:auto auto;grid-gap:10px;align-items:center;border:2px solid var(--accent);border-radius:5px;padding:5px 13px;background:#fff}.tokenmanagement_button__SncM4{padding:7px 13px;background:var(--blue);border-radius:5px;color:#fff;text-align:center;border:2px solid #52b8f7;cursor:pointer}.tokenmanagement_splitGraph__aHSX_{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;width:100%}.tokenmanagement_chartWrapper__dBpfB{width:100%;height:300px}.tokenmanagement_dangerTokenLimit__CCi9q{border:2px solid var(--danger);background:var(--danger);color:#fff}.SurveyGate_overlay___Jeyf{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:flex;align-items:center;justify-content:center}.SurveyGate_modal__O94Wc{background:#fff;max-width:900px;width:95%;max-height:90vh;overflow:auto;border-radius:6px;padding:24px 28px;box-shadow:0 4px 20px rgba(0,0,0,.25)}.SurveyGate_overlay___Jeyf:focus{outline:none}.stickybar_actionOuterWrapperWhenOverlayed__eSUue .stickybar_closeButton__ZFwaS,.stickybar_roundImageButton__KJRbw.stickybar_actionOverlayButton__jsD4N{display:none}.stickybar_stickyBarOuterWrapper__VnwCB{display:grid;width:100%;place-items:center;margin-bottom:10px;position:sticky;z-index:10;top:10px}.stickybar_stickyBarWrapper__XzRkQ{background-color:#000;border-radius:60px;justify-self:center;background:hsla(0,0%,100%,.1);box-shadow:0 0 10px rgba(0,0,0,.2);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);padding:10px;display:grid;grid-template-columns:auto 1fr;grid-gap:10px}.stickybar_actionsWrapper__e7bD3{display:grid;grid-template-columns:repeat(2,auto);grid-gap:10px}.stickybar_backButton__2Atu_{border-radius:50%;background:#fff;height:40px;width:40px;display:grid;cursor:pointer;place-items:center;box-shadow:0 0 10px rgba(0,0,0,.2);transition:.3s}.stickybar_backButton__2Atu_:hover{transform:scale(.9)}.stickybar_backButton__2Atu_ img{height:50%;width:50%}.stickybar_roundImageButton__KJRbw{border-radius:40px;background:#fff;height:40px;display:grid;grid-template-columns:auto 1fr;grid-gap:10px;position:relative;place-items:center;padding:10px 13px;box-shadow:0 0 10px rgba(0,0,0,.2);cursor:pointer;transition:.3s}.stickybar_roundImageButton__KJRbw:hover{transform:scale(.9)}.stickybar_roundImageButton__KJRbw img{height:20px;width:20px}.stickybar_actionsWrapperBREAKPOINT__dh_tM{top:0;grid-template-columns:1fr;grid-gap:10px}.stickybar_stickyBarWrapperBREAKPOINT__z9XSq{backdrop-filter:unset;-webkit-backdrop-filter:unset;background:hsla(0,0%,100%,.9)}.stickybar_actionWrapperOverlayBREAKPOINT__ljrv_{display:grid;position:fixed;background-color:rgba(0,0,0,.2);height:100vh;width:100vw;top:0;left:0;place-items:center}.stickybar_actionOuterWrapperWhenOverlayedBREAKPOINT__dTdEK{display:grid;background:#fff;padding:20px;border-radius:20px;position:relative}.stickybar_roundImageButton__KJRbw.stickybar_actionOverlayButtonBREAKPOINT__W7_cb{display:grid}.stickybar_actionOuterWrapperWhenOverlayedBREAKPOINT__dTdEK .stickybar_closeButton__ZFwaS{height:30px;width:30px;display:grid;place-items:center;border-radius:50%;position:absolute;top:-10px;right:-10px;background-color:red}.stickybar_actionOuterWrapperWhenOverlayedBREAKPOINT__dTdEK .stickybar_closeButton__ZFwaS img{height:15px;width:15px;filter:invert(100%);transform:rotate(45deg)}.assignments_mainContainer__Y1mV9{display:grid;grid-gap:20px}.assignments_containerHeader__f1Owu{border-radius:10px;grid-column:1/-1;margin-bottom:20px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:20px}.assignments_buttonWrapper__tGk0_{display:grid;grid-gap:20px;grid-template-columns:auto auto}.assignments_outerContainerWrapper__WU5Qi{display:grid;grid-template-columns:300px 1fr;grid-gap:20px}.assignments_lectureTimelineWrapper__SRzCU{counter-reset:timeline-counter;display:grid;grid-gap:20px;align-self:start}.assignments_lectureItem__3_Ty4{counter-increment:timeline-counter;display:grid;grid-template-columns:auto 1fr;grid-gap:10px;position:relative;align-items:start;cursor:pointer}.assignments_lectureItem__3_Ty4 .assignments_innerText__uNZPn{padding:5px 13px;border:1px dashed var(--accent);border-radius:5px;display:grid}.assignments_lectureItem__3_Ty4.assignments_active__i_v_u .assignments_innerText__uNZPn{background-color:var(--accent);color:#fff;border-radius:5px}.assignments_lectureItem__3_Ty4:before{content:counter(timeline-counter);display:grid;border:2px solid var(--accent);height:30px;width:30px;place-content:center;border-radius:50%;font-family:menlo;color:var(--accent);z-index:2;background-color:#fff}.assignments_lectureItem__3_Ty4:after{content:"";height:calc(100% + 20px);position:absolute;background-color:var(--accent);width:2px;top:0;left:16px;z-index:-1}.assignments_lectureItem__3_Ty4:last-child:after{content:"";height:0}.assignments_attendanceTableWrapper__mNeFE{display:grid;width:100%;height:400px;grid-template-rows:auto 1fr;grid-gap:20px}.assignments_maxEmptyView__60XiB{border:2px dashed #ccc;padding:20px;width:100%;border-radius:5px;display:grid;grid-column:1/-1;justify-content:center}.assignments_actionsElementsGrid__cqhb9{display:grid;grid-gap:10px;grid-template-columns:auto auto}.assignments_tableHeaderBar__SIgn_{display:grid;align-self:start;grid-gap:20px;grid-template-columns:1fr auto}.assignments_timeSlotWrapper__rAmYY{display:grid;grid-gap:5px;justify-self:end}.assignments_timeSlotWrapper__rAmYY p{font-size:9px;display:grid;grid-template-columns:auto 1fr;justify-items:end;grid-gap:10px}.assignments_timeSlotWrapper__rAmYY p>:first-child{justify-self:start;text-align:start}.assignments_timeSlotWrapper__rAmYY p>:last-child{display:grid;grid-template-columns:1fr}.assignments_totalMark__Xne0Z{grid-column:1/-1;justify-self:end}@media screen and (max-width:1000px){.assignments_containerHeader__f1Owu{grid-template-columns:auto 1fr auto}.assignments_buttonWrapper__tGk0_{grid-column:1/-1}}@media screen and (max-width:800px){.assignments_outerContainerWrapper__WU5Qi{grid-template-columns:1fr}.assignments_lectureTimelineWrapper__SRzCU{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.assignments_lectureItem__3_Ty4:after{height:0}}@media screen and (max-width:600px){.assignments_outerContainerWrapper__WU5Qi{display:block}.assignments_attendanceTableWrapper__mNeFE{margin-top:20px}.assignments_lectureItem__3_Ty4:after{height:calc(100% + 20px)}.assignments_containerHeader__f1Owu{grid-template-columns:auto 1fr}.assignments_instructionButtonWrapper__9Y2ph{grid-column:1/-1;justify-self:end}.assignments_buttonWrapper__tGk0_,.assignments_lectureTimelineWrapper__SRzCU{grid-template-columns:1fr}}.manual_manualOuterWrapper__wuNtk{display:grid;grid-gap:20px;counter-reset:section-counter;position:relative}.manual_manualHeading__aJst7{font-size:2em;font-weight:500;margin-bottom:20px;color:var(--accent)}.manual_section__gXUEg{display:grid;grid-gap:20px;counter-increment:section-counter;position:relative}.manual_section__gXUEg:after{content:"";background:transparent;border-top:1px solid var(--accent);width:80%;position:relative;left:10%}.manual_section__gXUEg:last-child:after{content:unset}.manual_heading__Ae0eh:before{content:counter(section-counter);background:var(--accent);color:#fff;border-radius:50%;height:35px;width:35px;display:grid;place-content:center;font-weight:400;font-size:.8em}.manual_heading__Ae0eh{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;align-items:center;font-size:1.3em;font-weight:500}.manual_description__LeJNM:before{content:"description";background:#ff8181;justify-self:start;padding:3px 13px;border-radius:3px;font-size:.6em;font-weight:600}.manual_description__LeJNM{display:grid;grid-gap:10px}.manual_sectionImage__3KE9C{display:grid;max-width:100%!important;overflow:hidden;border-radius:20px;position:relative;justify-items:center}.manual_sectionImage__3KE9C img{border-radius:20px;max-height:450px}.manual_componentWrapper__v_CX9{display:grid;justify-items:center;padding:20px;border-radius:20px;border:1px dashed var(--accent)}