.sidebarParent{flex-basis:130px;flex-grow:2;flex-shrink:1;position:relative;transition:flex .3s ease;transition:width .3s ease;width:130px}.sidebarParent.east{flex-basis:5%;flex-grow:1;flex-shrink:2;width:90px}.sidebarParent .sidebar{background-color:#fff;border-right:.5px solid #e6e3e3;max-width:inherit;min-height:100vh;position:fixed;width:inherit}.sidebarParent .sidebar .top{align-items:center;display:flex;height:50px;justify-content:center}.sidebarParent .sidebar .top .logo{color:#6439ff;font-size:20px;font-weight:700}.sidebarParent .sidebar .top .logo.narrow{left:1px;position:absolute;top:10px}.sidebarParent .sidebar .top button{align-items:center;background-color:#0000;border:1px solid #6439ff;border-radius:3px;color:#6439ff;cursor:pointer;display:flex;font-weight:700;justify-content:center;position:absolute;right:1px}.sidebarParent .sidebar .top button.east{right:1px}.sidebarParent .sidebar hr{border:.5px solid #e6e3e3;height:0}.sidebarParent .sidebar .center{padding-left:10px}.sidebarParent .sidebar .center ul{list-style:none;margin:0;padding:0}.sidebarParent .sidebar .bottom{align-items:center;display:flex;margin:10px}.sidebarParent .sidebar .bottom .colorOption{border:1px solid #7451f8;border-radius:5px;cursor:pointer;height:20px;margin:5px;width:20px}.sidebarParent .sidebar .bottom .colorOption:first-child{background-color:#f5f5f5}.sidebarParent .sidebar .bottom .colorOption:nth-child(2){background-color:#333}.sidebarParent .sidebar .bottom .colorOption:nth-child(3){background-color:#00008b}.sidebarItem{transition:all .25s ease-in-out}.sidebarItem:hover{background-color:#ece8ff}.sidebarItem.active{background-color:#e0dafa}.sidebarItem .title{color:#999;font-size:10px;font-weight:700;margin-bottom:5px;margin-top:15px}.sidebarItem span.narrow{display:none}.sidebarItem li{cursor:pointer;padding:5px}.sidebarItem li .link{align-items:center;display:flex}.sidebarItem li .link .icon{color:#7451f8;font-size:18px}.sidebarItem li .link span{color:#888;font-weight:600;margin-left:10px}.sidebarItem li .link span.navCollapse{display:none}.navbar{border-bottom:.5px solid #e7e4e4;color:#555;font-size:14px;height:50px}.navbar,.navbar .wrapper{align-items:center;display:flex}.navbar .wrapper{justify-content:space-between;padding:20px;width:100%}.navbar .wrapper .search{align-items:center;border:.5px solid #d3d3d3;display:flex;padding:3px}.navbar .wrapper .search input{background:#0000;border:none;outline:none}.navbar .wrapper .search input::placeholder{font-size:12px}.navbar .wrapper .items,.navbar .wrapper .items .item{align-items:center;display:flex}.navbar .wrapper .items .item{margin-right:20px;position:relative}.navbar .wrapper .items .item .icon{font-size:20px}.navbar .wrapper .items .item .avatar{border-radius:50%;height:30px;width:30px}.navbar .wrapper .items .item .counter{align-items:center;background-color:red;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:15px;justify-content:center;position:absolute;right:-5px;top:-5px;width:15px}.findYourself{width:100%}.findYourself .bottom,.findYourself .top{box-shadow:2px 4px 10px 1px #c9c9c978;display:flex;margin:20px;padding:10px}.findYourself .bottom h1,.findYourself .top h1{color:#d3d3d3;font-size:20px}.findYourself .bottom .left,.findYourself .top .left{flex:1 1;text-align:center}.findYourself .bottom .left img,.findYourself .top .left img{border-radius:50%;height:100px;object-fit:cover;width:100px}.findYourself .bottom .right,.findYourself .top .right{flex:2 1}.findYourself .bottom .right form,.findYourself .top .right form{align-items:flex-end;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-around}.findYourself .bottom .right form button,.findYourself .top .right form button{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-top:10px;padding:10px;width:150px}.findYourself .bottom .right .studentLink,.findYourself .top .right .studentLink{display:flex;gap:20px}.formInput label{position:relative;text-transform:capitalize}.formInput label .required{position:relative;top:.2em;vertical-align:super}.formInput input{border:none;border-bottom:1px solid gray;padding:5px;width:100%}.formInput .errMsg{font-size:.5rem}.formInput.passwd{width:40%}.formInput.passwd label{position:relative;text-transform:capitalize}.formInput.passwd label .required{position:relative;top:.2em;vertical-align:super}.formInput.passwd input{border:none!important;border-bottom:1px solid gray;font-size:1rem;line-height:1.5rem;padding:5px;width:100%}.formInput.passwd button{padding:initial!important;width:auto!important}.formInput.passwd .errMsg{color:red;font-size:.5rem;font-style:italic;opacity:0}.formInput.passwd .errMsg.visible{opacity:1}.formSelect label{align-items:center;display:flex;gap:10px;text-transform:capitalize}.formSelect label .icon{cursor:pointer}.formSelect select{border:none;border-bottom:1px solid gray;font-size:1rem;line-height:1.5rem;padding:5px;width:100%}.formSelect .errMsg{color:red;font-size:.5rem;font-style:italic;opacity:0}.formSelect .errMsg.visible{opacity:1}.first-login{width:100%}.first-login button{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-right:1px;margin-top:10px;padding:10px;width:150px}.first-login .bottom,.first-login .top{box-shadow:2px 4px 10px 1px #c9c9c978;display:flex;margin:20px;padding:10px}.first-login .bottom h1,.first-login .top h1{color:#d3d3d3;font-size:20px}.first-login .bottom .left,.first-login .top .left{flex:1 1;text-align:center}.first-login .bottom .left img,.first-login .top .left img{border-radius:50%;height:100px;object-fit:cover;width:100px}.first-login .bottom .right,.first-login .top .right{flex:2 1}.first-login .bottom .right form,.first-login .top .right form{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-around}.first-login .bottom .right form button,.first-login .top .right form button{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-top:10px;padding:10px;width:150px}.formInput{width:40%}.formInput .digitInputs{border:none;border-bottom:1px solid gray;display:flex;padding:5px;width:100%}.formInput .digitInputs input{border-radius:3px;box-shadow:inset 2px 2px 2px gray;font-size:2rem;margin-right:1px;padding:.5rem 0;text-align:center;width:3ch}.formInput .errMsg{color:red;font-size:.8rem;font-style:italic;opacity:0}.formInput .errMsg.visible{opacity:1}.mainForm>.errMsg{color:red;font-size:.5rem;font-style:italic;opacity:0}.mainForm>.errMsg.visible{opacity:1}.mainForm .formContainer{align-items:flex-end;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-around}.mainForm .formContainer button{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-top:10px;padding:10px;width:150px}.home .charts,.home .widgets{display:flex;gap:20px;padding:20px}.home .charts{padding:5px 20px}.home .listContainer{box-shadow:2px 4px 10px 1px #c9c9c978;margin:20px;padding:20px}.home .listContainer .listTitle{color:gray;font-weight:500;margin-bottom:15px}.chart{box-shadow:2px 4px 10px 1px #c9c9c978;color:gray;flex:4 1;padding:10px}.chart .title{margin-bottom:20px}.chart .chartGrid{stroke:#e4e1e1}.featured{box-shadow:2px 4px 10px 1px #c9c9c978;flex:2 1}.featured .top{align-items:center;color:gray;display:flex;justify-content:space-between}.featured .top .title{font-size:16px;font-weight:500}.featured .bottom{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;padding:20px}.featured .bottom .featuredChart{height:100px;width:100px}.featured .bottom .title{color:gray;font-weight:500}.featured .bottom .amount{font-size:30px}.featured .bottom .desc{color:gray;font-size:12;font-weight:300;text-align:center}.featured .bottom .summary{align-items:center;display:flex;justify-content:space-between;width:100%}.featured .bottom .summary .item{text-align:center}.featured .bottom .summary .item .itemTitle{color:gray;font-size:14px}.featured .bottom .summary .item .itemResult{align-items:center;display:flex;font-size:14px;margin-top:10px}.featured .bottom .summary .item .itemResult.positive{color:green}.featured .bottom .summary .item .itemResult.negative{color:red}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:#0000}.table .cellWrapper{align-items:center;display:flex}.table .cellWrapper .image{border-radius:50%;height:32px;margin-right:10px;object-fit:cover;width:32px}.table .status{border-radius:5px;padding:5px}.table .status.Approved{background-color:rgba(0,128,0,.151);color:green}.table .status.Pending{background-color:rgba(189,189,3,.103);color:#daa520}.widget{border-radius:10px;box-shadow:2px 4px 10px 1px #c9c9c978;flex:1 1;height:100px;padding:10px}.widget,.widget .left,.widget .right{display:flex;justify-content:space-between}.widget .left,.widget .right{flex-direction:column}.widget .left .title,.widget .right .title{color:#a0a0a0;font-size:14px;font-weight:700}.widget .left .counter,.widget .right .counter{font-size:28px;font-weight:300}.widget .left .link,.widget .right .link{border-bottom:1px solid gray;font-size:12px;width:-webkit-max-content;width:max-content}.widget .left .percentage,.widget .right .percentage{align-items:center;display:flex;font-size:14px}.widget .left .percentage.positive,.widget .right .percentage.positive{color:#02b102}.widget .left .percentage.negative,.widget .right .percentage.negative{color:red}.widget .left .icon,.widget .right .icon{align-self:flex-end;border-radius:5px;font-size:18px;padding:5px}.homeStudent .charts,.homeStudent .widgets{display:flex;gap:20px;padding:20px}.homeStudent .charts{padding:5px 20px}.homeStudent .listContainer{box-shadow:2px 4px 10px 1px #c9c9c978;margin:20px;padding:20px}.homeStudent .listContainer .listTitle{color:gray;font-weight:500;margin-bottom:15px}.insertExamsAndGrades{height:600px;padding:20px}.insertExamsAndGrades .title{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.insertExamsAndGrades button.tab.Mui-selected{color:var(--basic-violet)}.insertExamsAndGrades .css-1aquho2-MuiTabs-indicator{background-color:var(--basic-violet)}.addExamMissions{display:flex;gap:1rem;justify-content:space-between}.addExamMissions .left{display:flex;flex-direction:column}.lineAround{border:1px solid gray;border-radius:10px;margin:1rem 0;overflow:auto;padding:1rem;resize:both;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lineAround.focus{border:2px solid var(--basic-violet)}.ediTable{overflow:scroll;padding:20px}.ediTable .cellAction{padding-left:10px}.ediTable .btn{background-color:teal;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;line-height:1.2rem;margin-bottom:10px;margin-top:10px;padding:10px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;width:150px}.ediTable .btn:hover{background-color:#1976d20a}.ediTable .datagrid{min-height:1000px!important;resize:vertical}.ediTable .MuiDataGrid-row{max-height:90px!important}.ediTable .ediTableTitle{color:gray;font-size:24px;margin-bottom:10px}.ediTable .cellWithImg{align-items:center;display:flex}.ediTable .cellWithImg .cellImg{border-radius:50%;height:32px;margin-right:20px;object-fit:cover;width:32px}.ediTable .cellWithStatus{border-radius:5px;padding:5px}.ediTable .cellWithStatus.active,.ediTable .cellWithStatus.teacher,.ediTable .cellWithStatus.unknown{background-color:#0080000d;color:green}.ediTable .cellWithStatus.course_viewer,.ediTable .cellWithStatus.pending{background-color:#ffd9000d;color:#daa520}.ediTable .cellWithStatus.passive,.ediTable .cellWithStatus.school_admin{background-color:#ff00000d;color:crimson}.ediTable .cellWithStatus.admin,.ediTable .cellWithStatus.female{background-color:#ff00000d;color:#db768a}.ediTable .cellWithStatus.male,.ediTable .cellWithStatus.student{background-color:#0000ff0d;color:#6d67e0}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell{align-items:center;display:flex;gap:3px;margin:0 10px;padding:0 5px 0 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .actionBtn{align-items:center;display:flex}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .actionBtn:hover{box-shadow:2px 2px 2px #00008b}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .actionBtn:active{box-shadow:inset 2px 2px 2px #00008b}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .actionBtn svg{filter:drop-shadow(0 0 20px #1b5e20);filter:drop-shadow(4px 4px 1px #b71c1c);filter:drop-shadow(3px 5px 2px rgba(0,0,0,.4))}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .saveButton{border:1px dotted #07bc0c;border-radius:5px;color:#07bc0c;cursor:pointer;padding:2px 5px}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .editButton{border:1px dotted #3498db;border-radius:5px;color:#3498db;cursor:pointer;padding:2px 5px}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .cancelButton{border:1px dotted #f18f0f;border-radius:5px;color:#f18f0f;cursor:pointer;padding:2px 5px}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .copyButton{border:1px dotted #069972;border-radius:5px;color:#069972;cursor:pointer;padding:2px 5px}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .viewButton{border:1px dotted rgba(0,0,139,.596);border-radius:5px;color:#00008b;cursor:pointer;padding:2px 5px}.ediTable .css-14mxsc7-MuiDataGrid-root .MuiDataGrid-actionsCell .deleteButton{border:1px dotted #dc143c99;border-radius:5px;color:crimson;cursor:pointer;padding:2px 5px}.ediTable .css-wop1k0-MuiDataGrid-footerContainer{justify-content:flex-start}.ediTable .css-1b9e9gy{left:0}button.excelExport{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-bottom:10px;margin-top:10px;padding:10px;width:150px}: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:#ffffffb3;--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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gradeMissions{display:flex;gap:1rem;justify-content:space-between}.gradeMissions .left{display:flex;flex-direction:column}.gradeMissions .left .selects{display:flex;gap:3px}.insertExamQuestions .left{display:flex;flex-direction:column}.formInputFile label{position:relative;text-transform:capitalize}.formInputFile label .required{position:relative;top:.2em;vertical-align:super}.formInputFile input{border:none;border-bottom:1px solid gray;padding:5px;width:100%}.formInputFile .errMsg{color:red;font-size:.5rem;font-style:italic;opacity:0}.formInputFile .errMsg.visible{opacity:1}.insertExams{display:flex;gap:1rem;justify-content:space-between}.insertExams .left{display:flex;flex-direction:column}.listsOfGrades{height:600px;padding:20px}.listsOfGrades .title{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.listsOfGrades button.tab.Mui-selected{color:var(--basic-violet)}.listsOfGrades .css-1aquho2-MuiTabs-indicator{background-color:var(--basic-violet)}.listsOfStudentGrades{height:600px;padding:20px}.listsOfStudentGrades .title{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.listsOfStudentGrades .showStudentGradesByExam{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.listsOfStudentGrades .showStudentGradesByExam .title{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.listsOfStudentGrades .showStudentGradesByExam .gradesOfSingleStudentExam{display:flex;gap:1rem;justify-content:flex-start}.viewListsOfGrades{height:600px;padding:20px}.viewListsOfGrades .title{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.viewListsOfGrades button.tab.Mui-selected{color:var(--basic-violet)}.viewListsOfGrades .css-1aquho2-MuiTabs-indicator{background-color:var(--basic-violet)}.showGradesByExam{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.showGradesByExam .title{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.gradesOfSingleExam{display:flex;gap:1rem;justify-content:flex-start}.myTable{overflow:scroll;padding:20px}.myTable button{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-bottom:10px;margin-top:10px;padding:10px;width:150px}.myTable .datagrid{height:500px!important}.myTable .MuiDataGrid-row{max-height:90px!important}.myTable .myTableTitle{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.myTable .myTableTitle .link{border:1px solid green;border-radius:5px;color:green;cursor:pointer;font-size:16px;font-weight:400;padding:5px;text-decoration:none}.myTable .cellWithImg{align-items:center;display:flex}.myTable .cellWithImg .cellImg{border-radius:50%;height:32px;margin-right:20px;object-fit:cover;width:32px}.myTable .cellWithStatus{border-radius:5px;padding:5px}.myTable .cellWithStatus.active,.myTable .cellWithStatus.teacher,.myTable .cellWithStatus.unknown{background-color:#0080000d;color:green}.myTable .cellWithStatus.course_viewer,.myTable .cellWithStatus.pending{background-color:#ffd9000d;color:#daa520}.myTable .cellWithStatus.passive,.myTable .cellWithStatus.school_admin{background-color:#ff00000d;color:crimson}.myTable .cellWithStatus.admin,.myTable .cellWithStatus.female{background-color:#ff00000d;color:#db768a}.myTable .cellWithStatus.male,.myTable .cellWithStatus.student{background-color:#0000ff0d;color:#6d67e0}.myTable .cellAction{align-items:center;display:flex;gap:15px}.myTable .cellAction .viewButton{border:1px dotted rgba(0,0,139,.596);border-radius:5px;color:#00008b;cursor:pointer;padding:2px 5px}.myTable .cellAction .deleteButton{border:1px dotted #dc143c99;border-radius:5px;color:crimson;cursor:pointer;padding:2px 5px}.pythonPractice .title{align-items:center;color:gray;display:flex;flex-direction:column;font-size:24px;margin-bottom:10px;width:100%}.pythonPractice .title .selectPracticeAndExercise{display:flex;justify-content:space-between}.gameGallery{background:linear-gradient(to top right,#0000,#20b2aa);height:100%}.gameGallery .title{color:#fff;font-size:230%;text-shadow:5px 5px 5px gray}.itemGallery .itemContainer{display:flex;flex-wrap:wrap}.galleryItem{display:flex;flex-direction:column}.specificGames{background:linear-gradient(to top right,#0000,#20b2aa)}.specificGames .title{color:#fff;font-family:fantasy;font-size:230%;text-shadow:5px 5px 5px gray}.jeopardy{background:linear-gradient(to top right,#0000,#20b2aa);height:100%}.jeopardy .title{color:#fff;font-size:230%;padding-left:4rem;text-shadow:5px 5px 5px gray}.list{margin-bottom:0}.datatable{height:600px;padding:20px}.datatable .datatableTitle{align-items:center;color:gray;display:flex;font-size:24px;justify-content:space-between;margin-bottom:10px;width:100%}.datatable .datatableTitle .link{border:1px solid green;border-radius:5px;color:green;cursor:pointer;font-size:16px;font-weight:400;padding:5px;text-decoration:none}.datatable .cellWithImg{align-items:center;display:flex}.datatable .cellWithImg .cellImg{border-radius:50%;height:32px;margin-right:20px;object-fit:cover;width:32px}.datatable .cellWithStatus{border-radius:5px;padding:5px}.datatable .cellWithStatus.active,.datatable .cellWithStatus.teacher,.datatable .cellWithStatus.unknown{background-color:#0080000d;color:green}.datatable .cellWithStatus.course_viewer,.datatable .cellWithStatus.pending{background-color:#ffd9000d;color:#daa520}.datatable .cellWithStatus.passive,.datatable .cellWithStatus.school_admin{background-color:#ff00000d;color:crimson}.datatable .cellWithStatus.admin,.datatable .cellWithStatus.female{background-color:#ff00000d;color:#db768a}.datatable .cellWithStatus.male,.datatable .cellWithStatus.student{background-color:#0000ff0d;color:#6d67e0}.datatable .cellAction{align-items:center;display:flex;gap:15px}.datatable .cellAction .viewButton{border:1px dotted rgba(0,0,139,.596);border-radius:5px;color:#00008b;cursor:pointer;padding:2px 5px}.datatable .cellAction .deleteButton{border:1px dotted #dc143c99;border-radius:5px;color:crimson;cursor:pointer;padding:2px 5px}.login{width:100%}.login .below-bottom,.login .bottom,.login .top{box-shadow:2px 4px 10px 1px #c9c9c978;display:flex;margin:20px;padding:10px}.login .below-bottom h1,.login .bottom h1,.login .top h1{color:#d3d3d3;font-size:20px}.login .below-bottom .left,.login .bottom .left,.login .top .left{flex:1 1;text-align:center}.login .below-bottom .left img,.login .bottom .left img,.login .top .left img{border-radius:50%;height:100px;object-fit:cover;width:100px}.login .below-bottom .right,.login .bottom .right,.login .top .right{flex:2 1}.login .below-bottom .right form,.login .bottom .right form,.login .top .right form{display:flex;flex-wrap:wrap;justify-content:center}.login .below-bottom .right form button,.login .bottom .right form button,.login .top .right form button{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-bottom:10px;margin-top:10px;padding:10px;width:150px}.login .below-bottom{text-align:center}.login .below-bottom.clicked{transform:scale(.95)}.login .below-bottom a{color:teal;text-decoration:none}.new{flex:6 1}.new .bottom,.new .top{box-shadow:2px 4px 10px 1px #c9c9c978;display:flex;margin:20px;padding:10px}.new .bottom h1,.new .top h1{color:#d3d3d3;font-size:20px}.new .bottom .left,.new .top .left{flex:1 1;text-align:center}.new .bottom .left img,.new .top .left img{border-radius:50%;height:100px;object-fit:cover;width:100px}.new .bottom .right,.new .top .right{flex:2 1}.new .bottom .right form,.new .top .right form{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-around}.new .bottom .right form .formInput.file,.new .top .right form .formInput.file{width:40%}.new .bottom .right form .formInput.file label,.new .top .right form .formInput.file label{align-items:center;display:flex;gap:10px}.new .bottom .right form .formInput.file label .icon,.new .top .right form .formInput.file label .icon{cursor:pointer}.new .bottom .right form .formInput.file input,.new .top .right form .formInput.file input{border:none;border-bottom:1px solid gray;padding:5px;width:100%}.new .bottom .right form button,.new .top .right form button{background-color:teal;border:none;color:#fff;cursor:pointer;font-weight:700;margin-top:10px;padding:10px;width:150px}.showImages{width:100%}.gallery .galleryWrap,.showImages .tagButtons{display:flex;flex-wrap:wrap}.gallery .galleryWrap{align-items:center;gap:10px;justify-content:center;margin:0 auto;max-width:620px}.gallery .galleryWrap .single{cursor:pointer;width:200px}.gallery .galleryWrap .single img{max-width:100%}.gallery .galleryWrap .single img:hover{transform:scale(1.02)}.gallery .slideWrap{align-items:center;background:#000c;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:999}.gallery .slideWrap .fullScreenImg{align-items:center;display:flex;height:calc(100% - 40px);justify-content:center;width:calc(100% - 40px)}.gallery .slideWrap .fullScreenImg img{max-height:100%;max-width:100%;pointer-events:none;-webkit-user-select:none;user-select:none}.gallery .slideWrap .btnClose,.gallery .slideWrap .btnNext,.gallery .slideWrap .btnPrev{color:#fff;cursor:pointer;opacity:.8;position:fixed;z-index:9999}.gallery .slideWrap .btnClose:hover,.gallery .slideWrap .btnNext:hover,.gallery .slideWrap .btnPrev:hover{opacity:1}.gallery .slideWrap .btnClose{right:40px;top:40px}.gallery .slideWrap .btnPrev{left:40px;top:50%;transform:translateY(-50%)}.gallery .slideWrap .btnNext{right:40px;top:50%;transform:translateY(-50%)}.TagButton{border-radius:5px;cursor:pointer;opacity:.5;padding:4px 5px}.TagButton.green{background-color:#0080000d;color:green}.TagButton.golden{background-color:#ffd9000d;color:#daa520}.TagButton.red{background-color:#ff00000d;color:crimson}.TagButton.pink{background-color:#ff00000d;color:#db768a}.TagButton.blue{background-color:#0000ff0d;color:#6d67e0}.TagButton.chosen{opacity:1}.single{display:flex;width:100%}.single .singleContainer{flex:6 1}.single .singleContainer .top{display:flex;gap:20px;padding:20px}.single .singleContainer .top .left{box-shadow:2px 4px 10px 1px #c9c9c978;flex:1 1;padding:20px;position:relative}.single .singleContainer .top .left .editButton{background-color:rgba(117,81,248,.094);border-radius:0 0 0 5px;color:#7451f8;cursor:pointer;font-size:12px;padding:5px;position:absolute;right:0;top:0}.single .singleContainer .top .left .item{display:flex;gap:20px}.single .singleContainer .top .left .item .itemImg{border-radius:50%;height:100px;object-fit:cover;width:100px}.single .singleContainer .top .left .item .details .itemTitle{color:#555;margin-bottom:10px}.single .singleContainer .top .left .item .details .detailItem{font-size:14px;margin-bottom:10px}.single .singleContainer .top .left .item .details .detailItem .itemKey{color:gray;font-weight:700;margin-right:5px}.single .singleContainer .top .left .item .details .detailItem .itemValue{font-weight:300}.single .singleContainer .top .right{flex:2 1}.single .singleContainer .bottom{box-shadow:2px 4px 10px 1px #c9c9c978;margin:10px 20px;padding:20px}.single .singleContainer .title{color:#d3d3d3;font-size:16px;margin-bottom:20px}.tryImages{flex:6 1}.tryImages .tags{background-color:#2b5ce2;padding:20px 0;text-align:center}.tryImages .tag{background-color:#0000;border:none;color:#eee;cursor:pointer;margin:0 10px;outline:none}.tryImages .active{border-bottom:1px solid #eee;font-weight:700}.tryImages .container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);margin:auto;width:80%}.tryImages .image-card{border:1px solid #ddd;border-radius:2px;margin:5px;padding:5px}.tryImages .image{width:100%}.TrySidebar .nav{background-color:navy;color:#fff;display:flex;height:60px;justify-content:space-between;padding:0 20px}.TrySidebar .nav .logo{align-items:center;display:flex;gap:25px}.TrySidebar .nav .logo h2{cursor:pointer}.TrySidebar .nav .logo .icon{font-size:23px}@media screen and (min-width:768px){.TrySidebar .nav .logo .icon.smallDeviceIcon{display:none}}@media screen and (max-width:767px){.TrySidebar .nav .logo .icon.largeDeviceIcon{display:none}}.TrySidebar .nav ul{align-items:center;display:flex;gap:20px;list-style-type:none}.TrySidebar .nav ul li{cursor:pointer}.TrySidebar .SidebarContent .SidebarContainer{background-color:green;color:#fff;font-size:20px;height:calc(100vh - 60px);overflow-x:hidden;overflow-y:scroll;width:250px}.TrySidebar .SidebarContent .SidebarContainer::state(webkit-scrollbar){display:none}.TrySidebar .SidebarContent .SidebarContainer .nav-option{align-items:center;display:flex;gap:20px;padding:0 0 0 30px;width:250px}.TrySidebar .SidebarContent .SidebarContainer .nav-option:hover{background-color:#fff;color:green;cursor:pointer}@media screen and (min-width:768px){.TrySidebar .SidebarContent .SidebarContainer.navCollapse{width:40px}.TrySidebar .SidebarContent .SidebarContainer.navCollapse .nav-option{padding:10px}.TrySidebar .SidebarContent .SidebarContainer.navCollapse .nav-option h3{display:none}}@media screen and (max-width:767px){.TrySidebar .SidebarContent .SidebarContainer.smallNavCollapse{display:none}}.TrySidebar2{background-color:#f4f9f4;font-family:Andada Pro,serif;height:100%;overflow:hidden;position:relative;text-transform:capitalize;width:100%}.TrySidebar2 h1{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.Sidebar2{background-color:#fff;height:100%;left:0;padding:2rem 3rem;position:absolute;top:0;transition:all .5s;width:15rem}.Sidebar2 .logoContainer{align-items:center;display:flex;justify-content:flex-start}.Sidebar2 .logoContainer h2.title{color:#74b49b;font-size:31.42px;padding:0 0 0 1rem}.Sidebar2 .burgerContainer{background-color:#74b49b;border-radius:2rem;content:"";height:35px;position:absolute;right:-17.5px;top:7.8260869565rem;width:35px;z-index:1}.Sidebar2 .burgerContainer .burgerTrigger{background-color:red;content:"";cursor:pointer;height:35px;opacity:0;position:relative;width:35px;z-index:6}.Sidebar2 .burgerContainer .burgerMenu{background-color:#74b49b;border-radius:2rem;bottom:17.5px;content:"";height:3px;left:.45rem;position:relative;transition:all .5s;width:20px;z-index:1}.Sidebar2 .burgerContainer .burgerMenu:after{top:.4rem;transform:translateY(-.4rem) rotate(45deg)}.Sidebar2 .burgerContainer .burgerMenu:after,.Sidebar2 .burgerContainer .burgerMenu:before{background-color:#fff;border-radius:2rem;content:"";height:3px;position:absolute;transition:all .5s;width:20px}.Sidebar2 .burgerContainer .burgerMenu:before{top:-.4rem;transform:translateY(.4rem) rotate(-45deg)}.Sidebar2 .burgerContainer:after{background-color:#f2f2f2;content:"";height:2px;position:absolute;right:35px;top:17.5px;transition:all .5s;width:21rem;z-index:0}.Sidebar2 .profileContainer{align-items:center;display:flex;justify-content:flex-start;padding:3rem 0 0}.Sidebar2 .profileContainer img{height:3rem;width:auto}.Sidebar2 .profileContainer .profileContents{padding:0 0 0 1rem}.Sidebar2 .profileContainer .profileContents p.name{color:#828282;font-size:16.7px;font-weight:800;margin:0;padding:0;text-transform:capitalize}.Sidebar2 .profileContainer .profileContents p{color:#828282;font-size:13.9px;margin:0;padding:0;text-transform:lowercase}.Sidebar2 .contentsContainer{margin:2rem 0 0}.Sidebar2 .contentsContainer ul{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;list-style:none;margin:0;padding:0}.Sidebar2 .contentsContainer ul li{align-items:center;border-radius:1rem;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:.75rem 0;padding:.75rem 0;width:100%}.Sidebar2 .contentsContainer ul li img{padding:0 1rem 0 .5rem}.Sidebar2 .contentsContainer ul li a{align-items:center;color:#828282;display:flex;font-size:20px;justify-content:space-between;margin:0 0 0 .5rem;text-decoration:none}.Sidebar2 .contentsContainer ul li.active{background-color:#f4f9f4}.Sidebar2 .contentsContainer ul li.active a{color:#74b49b}.Sidebar2 .contentsContainer ul li:hover{background-color:#f2f2f2;transition:.25s}.Sidebar2.active{transition:all .5s;width:3rem}.Sidebar2.active .logoContainer.active h2.title{opacity:0}.Sidebar2.active .burgerContainer.active{transition:all .5s}.Sidebar2.active .burgerContainer.active .burgerMenu{background-color:#fff;transition:all .5s}.Sidebar2.active .burgerContainer.active .burgerMenu:after,.Sidebar2.active .burgerContainer.active .burgerMenu:before{transform:translateY(0) rotate(0deg);transition:all .5s}.Sidebar2.active .contentsContainer a,.Sidebar2.active .profileContainer .profileContents{opacity:0}.tryImperativeHandleParent *{box-sizing:border-box;margin:0;padding:0}.tryImperativeHandleParent html{font-size:48px}.tryImperativeHandleParent body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.tryImperativeHandleParent #root{min-height:inherit}.tryImperativeHandleParent .App{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:inherit;padding:1rem}.tryImperativeHandleParent h1{margin-bottom:1rem}.tryImperativeHandleParent button{border-radius:.5em;font-size:.5rem;margin:.25em;min-width:75px;padding:1em}.tryImperativeHandleParent input{border-radius:.5em;font-size:1rem;margin-bottom:1rem;outline:none;padding:.25rem}.tryImperativeHandleParent p{text-align:center}.tryImperativeHandleParent .modal{background-color:#ffefd5;border-radius:1.5rem;box-shadow:0 0 40px #fff;color:#000;display:grid;left:50;margin:1rem;min-height:400px;min-width:400px;padding:.25rem;place-content:center;position:absolute;top:50;z-index:1}.under-construction{font-size:1em;padding:2rem;text-align:center}.under-construction .icon-container{display:flex;gap:2rem;justify-content:center;padding:2rem 0}.under-construction hr{border:2px solid var(--basic-green);height:0;margin:0}.under-construction .icon{color:var(--basic-violet);font-size:4rem}.under-construction h1{color:var(--basic-violet)}:root{--basic-violet:#6439ff}.app{height:100vh}.app .page-container{display:flex;height:100%}.app .page-container .nav-content-container{height:100%}.app .page-container .nav-content-container.narrow{flex:12 1}.app .page-container .nav-content-container.wide{flex:20 1 95%}.app.dark{background-color:#111;color:#9c9c9c}.app.dark .chartGrid{stroke:hsla(0,0%,89%,.219)}.app.dark .table{background-color:#111}.app.dark .table .tableCell{color:gray}.app.dark .navbar{border-color:#333;color:#999}.app.dark .navbar .search{border-color:gray}.app.dark .sidebar{background-color:#111;border-color:#333}.app.dark .sidebar .top .logo{color:#999}.app.dark .sidebar hr{border-color:#333}.app.dark .sidebar ul li:hover{background-color:#333}.app.dark .sidebar ul li .icon{color:#999}.app.dark .datatable .datagrid,.app.dark .datatable .datagrid .cellWithStatus,.app.dark .datatable .datagrid .deleteButton,.app.dark .datatable .datagrid .viewButton{border:none;color:gray}.app.dark input{background-color:#0000}
/*# sourceMappingURL=main.5e89ea84.css.map*/