@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";.sidebar{position:sticky;top:var(--navbar-height);width:19rem;height:calc(100lvh - var(--navbar-height));overflow-x:hidden;font-size:.825rem;display:grid;grid-template-areas:"smenu wrap" "smenu info";overscroll-behavior:contain;grid-template-columns:3rem auto;--offset-sidebar:0px}.sidebar .wrapper{grid-area:wrap;position:relative;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.sidebar .profile_school{margin:.5rem;padding:.8rem 1rem;gap:.4rem;font-size:.825rem;background:linear-gradient(45deg,color-mix(in srgb,var(--p-color) 10%,transparent),transparent);border-radius:.4rem}.sidebar .profile_school>img{object-fit:contain;width:5rem;height:5rem}.sidebar .profile_school.profile_student{position:relative}.sidebar .profile_school.profile_student .student{object-fit:cover;object-position:top;border-radius:50%;margin-bottom:.5rem}.sidebar .profile_school.profile_student h3{margin:0;font-size:1rem;text-transform:capitalize;color:var(--text-color)}.sidebar .profile_school.profile_student .data{font-size:.75rem;color:gray}.sidebar .profile_school.profile_student .school{width:2.5rem;height:2.5rem;object-fit:contain;position:absolute;top:3.5rem;left:4rem}.sidebar .list_con{display:flex;flex-direction:column;margin:0 .5rem;background-color:var(--back-color);border-radius:.4rem;padding:.5rem}.sidebar .list_con a{text-decoration:none;color:inherit}.sidebar .list_items{display:flex;flex-direction:column;transition:.3s;position:relative;overflow:hidden;gap:.5rem}.sidebar .link_title{padding:.4rem .75rem;width:100%;display:flex;gap:.5rem;border-radius:.25rem;align-items:center}.sidebar .link_title .img{width:20px;height:20px;background-color:var(--text-color);mask-image:var(--clip);mask-size:cover;mask-repeat:no-repeat;-webkit-mask-image:var(--clip);-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.sidebar .list_con{height:100%;gap:.35rem}.sidebar .list_con .active{background-color:color-mix(in srgb,var(--back-color),gray 10%)}.sidebar .list_con .active:after{content:"";background-color:var(--p-color);height:60%;width:4px;position:absolute;z-index:1;left:-8px;border-radius:5px}.sidebar .list_con .type{text-transform:uppercase;color:gray;font-weight:500;padding:.4rem .75rem .3rem}.sidebar .link_title{position:relative}.sidebar .link_title:hover{background-color:color-mix(in srgb,var(--back-color),gray 10%)}.sidebar .options-con{position:absolute;bottom:0;margin:.5rem;padding:.3rem;z-index:4;width:12rem;background-color:var(--back-color);border:2px solid var(--inner-border-color);border-radius:.5rem;display:grid;gap:.3rem;box-shadow:#00000005 0 3px 5px;animation:.3s ease-in-out from_left}.sidebar .options-con .sep{height:2px;background-color:var(--hover-color)}.sidebar .options-con h4{padding:.3rem .75rem;color:gray}.sidebar .user-profile{display:flex;background-color:var(--background-color);padding:.4rem;border-radius:.4rem;gap:.6rem;font-size:.75rem;align-items:center;overflow:hidden;text-overflow:ellipsis}.sidebar .user-profile .timeleft{display:flex;margin-top:.1rem;gap:.2rem;font-size:.5rem;color:gray}.sidebar .option-con-close{position:absolute;left:0;z-index:3;height:100%;width:100%}@keyframes from_left{0%{bottom:-200px;position:fixed}to{position:fixed}}.Info{grid-area:info;margin:auto 0 0;padding:1rem}.Info p{font-size:.875rem;align-items:center;display:flex}.Info p button{all:unset;color:var(--p-color);display:flex;margin-left:auto;align-items:center;cursor:pointer}.Info .data{font-size:.75rem;color:gray}.sub-menu{grid-area:smenu;display:flex;flex-direction:column;position:relative;z-index:2;transition:.3s;gap:.3rem;padding:.3rem;width:var(--sub-menu-sidebar-width);background-color:var(--flat-color)}.sub-menu .menu-btn{padding:.5rem;display:grid;place-items:center;margin:0 auto 3rem 0}.sub-menu .system-options{margin-top:auto;display:grid;gap:.3rem}.sub-menu:after{content:"";height:calc(100% - .5rem);width:2px;background-color:var(--outer-border-color);right:-2px;top:.5rem;position:absolute}.sub-menu:before{content:"";height:.5rem;width:.5rem;border:2px solid var(--outer-border-color);border-width:2.5px 0 0 2.5px;position:absolute;border-radius:.6rem 0 0;box-shadow:-.5rem -.5rem 0 .5rem var(--flat-color);z-index:100;top:0;right:calc(-.5rem - 2px)}.submenu-option{border:none;outline:none;padding:.5em .7em;display:flex;align-items:center;gap:.8em;border-radius:4px;position:relative;background-color:transparent;font-size:.75rem;overflow:hidden}.submenu-option p{left:2.5rem;position:absolute;text-wrap:nowrap}.submenu-option .img{width:1.2rem;height:1.2rem;background-color:var(--text-color);-webkit-mask-image:var(--clip);mask-image:var(--clip);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.submenu-option.active{background-color:var(--back-color)}.submenu-option:hover{background-color:#80808033}.submenu-option.active:before{content:"";background-color:var(--p-color);width:3px;height:50%;position:absolute;left:0;border-radius:5px}@media (max-width:1325px){.sidebar{position:fixed;z-index:20;left:-400px;top:var(--navbar-height);background-color:var(--back-color);transition:left .3s}.sidebar .profile{margin-top:15px}.sidebar .sub-menu:after,.sidebar .sub-menu:before{content:none}.sidebar.open{left:0;box-shadow:#0000000a 0 3px 5px}.sidebar.open~.close_sidebar{background-color:#0006;position:fixed;z-index:19;width:100vw;height:100lvh;overscroll-behavior:contain}.sidebar:after{content:"";position:absolute;top:0;z-index:-1;width:100%;height:100%}}.button{all:unset;font-size:inherit;background-color:var(--hover-color);padding:0 15px;height:40px;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:6px}.button.filled{background-color:var(--p-color);color:#fff}.button.mixed{background-color:color-mix(in srgb,var(--p-color) 9%,transparent);color:var(--p-color)}.button.clear{background-color:transparent}.button:focus{outline:3px solid color-mix(in srgb,var(--p-color) 50%,transparent)}.button:disabled{color:gray}.alert_con{position:fixed;overflow-x:hidden;height:100lvh;width:100vw;z-index:10000}.alert_con .alert_card{background-color:var(--back-color);overscroll-behavior:contain;width:min(90vw,450px);padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:15px;min-height:120px;position:absolute;left:50%;top:20%;transform:translate(-50%);animation:.3s ease-in-out appear_alert;transition:.3s;box-shadow:#0000000d 0 6px 24px}.alert_con .alert_card .handle_bar{display:none}.alert_con .btn_con{display:grid;grid-template-columns:1fr 1fr;width:65%;margin-left:auto;gap:15px;font-size:14px}.alert_con .alert_close{position:absolute;height:100%;width:100%;background-color:#0000004d}@keyframes appear_alert{0%{opacity:0;top:-50%}to{top:20%;opacity:1}}.alert_con.closed .alert_card{opacity:0;top:-10}body:has(.alert_con){overflow:hidden}@media (max-width: 500px){.alert_con .alert_card{width:100vw;top:auto;padding:30px;gap:30px;left:auto;bottom:0;transform:none;border-radius:30px 30px 0 0;transition:.3s;position:fixed}.alert_con .alert_card .handle_bar{height:30px;width:100%;margin-top:-30px;margin-bottom:-30px;display:grid;position:relative}.alert_con .alert_card .handle_bar:after{content:"";background-color:gray;width:20vw;height:5px;border-radius:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.alert_con .btn_con{width:100%}.alert_con .btn_con>button{border-radius:30px}.alert_con .alert_close{background-color:transparent;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes appear_alert{0%{opacity:0;bottom:-50%}to{bottom:0%;opacity:1}}.alert_con.closed .alert_card{opacity:0;bottom:-50%}}._input_con_133tl_1 label{font-size:inherit;display:grid;gap:8px}._input_con_133tl_1 label input{font-size:inherit;border:none;outline:none;padding:10px 13px;width:100%;background-color:transparent;accent-color:var(--p-color)}._input_con_133tl_1 label p{margin:0}._input_con_133tl_1 label select{font-size:inherit;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 13px;background-color:transparent;width:100%;accent-color:var(--p-color)}._input_con_133tl_1 label select option{background-color:var(--back-color)}._input_con_133tl_1 ._inputField_133tl_83:has(input:focus),._input_con_133tl_1 ._inputField_133tl_83:has(select:focus){box-shadow:0 0 0 2px var(--back-color),0 0 0 4px var(--p-color)}._input_con_133tl_1 ._inputField_133tl_83{display:flex;flex-grow:1;border-radius:6px;overflow:hidden;position:relative;border:1px solid #80808075;background-color:var(--back-color)}._input_con_133tl_1 ._otpField_133tl_153{display:grid;grid-template-columns:repeat(var(--length),1fr);gap:10px}._input_con_133tl_1 ._otpField_133tl_153 input{border-radius:6px;border:1px solid #80808075;background-color:var(--back-color);display:grid;place-items:center;caret-color:transparent;font-size:20px;font-weight:500;padding:10px 0}._input_con_133tl_1 ._otpField_133tl_153 input:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--p-color) 50%,transparent)}._input_con_133tl_1 ._inputField_133tl_83:has(._eye_133tl_201):before{width:calc(100% - 50px)}._input_con_133tl_1 ._inputField_133tl_83:has(._eye_133tl_201) input{width:calc(100% - 50px)}._input_con_133tl_1 ._eye_133tl_201{border:none;display:grid;place-items:center;width:50px;position:relative;z-index:1;background-color:#80808026}._input_con_133tl_1 ._sel_icon_133tl_241{position:relative;font-size:16px;display:grid;place-items:center;padding-right:3px;background-color:var(--back-color)}._input_con_133tl_1 ._sel_icon_133tl_241>*{height:100%}._input_con_133tl_1 ._inputField_133tl_83:hover ._sel_icon_133tl_241{display:none}._input_con_133tl_1 ._input_wrap_133tl_277{display:flex;gap:8px}._input_con_133tl_1:has(input:disabled,select:disabled) p{color:gray}._input_con_img_133tl_301{display:flex;gap:15px}._input_con_img_133tl_301 ._label_133tl_309{cursor:pointer}._input_con_img_133tl_301 ._bg_133tl_317{height:inherit;width:inherit;background-color:var(--p-color);-webkit-mask-image:url(/icons/image.png);mask-image:url(/icons/image.png);-webkit-mask-size:50%;mask-size:50%;-webkit-mask-position:50% 30%;mask-position:50% 30%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;border:1px solid var(--p-color)}._input_con_img_133tl_301 ._preview_133tl_343{height:135px;width:120px;border:1px solid var(--hover-color);border-radius:13px;position:grid;position:relative}._input_con_img_133tl_301 ._preview_133tl_343 img{position:absolute;top:0;height:100%;width:100%;object-fit:cover;border-radius:13px}._input_con_img_133tl_301 ._preview_133tl_343:after{content:"Select";position:absolute;border-radius:7px;background-color:var(--back-color);border:1px solid gray;width:calc(100% - 10px);box-sizing:border-box;padding:5px 12px;display:grid;place-items:center;bottom:0;margin:5px;font-size:14px}._input_con_img_133tl_301 ._label_133tl_309:has(input:focus) ._preview_133tl_343:after{outline:3px solid color-mix(in srgb,var(--p-color) 50%,transparent)}._input_con_img_133tl_301 input{display:none}._input_con_img_133tl_301 ._p_133tl_325{display:flex;flex-direction:column}._input_con_img_133tl_301 ._p_133tl_325>p:nth-child(2){color:gray;font-size:14px}._input_con_img_133tl_301 ._p_133tl_325 ._sel_133tl_241{margin-top:auto}._input_con_img_133tl_301 ._p_133tl_325 ._sel_133tl_241>p:not(:first-child){font-size:12px}.form_con_modal{display:grid;gap:15px}.radio_con{background-color:var(--background-color);height:2.4rem;display:grid;border-radius:.5rem;overflow:hidden;border:1px solid #80808075}.radio_con.color .cus_radio:has(input[type=radio]:checked){background-color:var(--p-color);color:#fff;margin:-1px;border-radius:0}.radio_con .cus_radio{font-size:.75rem;display:grid;place-items:center;cursor:pointer;margin:2px;border-radius:.4rem}.radio_con .cus_radio input[type=radio]{display:none}.radio_con .cus_radio:has(input[type=radio]:checked){background-color:var(--back-color);box-shadow:#0000001a 0 2px 5px;border:1px solid var(--hover-color)}.full_modal{display:flex;position:fixed;top:0;right:0;z-index:99}@keyframes animate_right{0%{right:-500px}to{right:0}}.modal_close{width:100vw;height:100vh;background-color:#0000004d}.modal{background-color:var(--back-color);box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;width:min(100vw,420px);position:fixed;top:0;right:0;margin:10px;height:calc(100vh - 20px);display:grid;grid-template-rows:var(--navbar-height) auto 50px;border-radius:8px;overflow-x:hidden;animation:.3s ease-out animate_right;transition:.3s}.modal .modal_head{display:flex;padding:0 15px;align-items:center;gap:10px;background-color:var(--back-color);position:sticky;top:0;z-index:10;box-shadow:#0000000a 0 3px 5px}.modal .modal_head:after{content:"";height:2px;width:100%;background-color:var(--outer-border-color);bottom:-2px;transition:.3s;left:0;position:absolute}.modal .modal-content{position:relative;padding-bottom:15px}.modal .btn_con{display:grid;grid-template-columns:auto auto;padding:5px;gap:5px;background-color:inherit;position:sticky;width:inherit;bottom:0;z-index:10}.modal .btn_con.one{grid-template-columns:auto;padding:5px 25%}.modal::-webkit-scrollbar{display:none}.modal{-ms-overflow-style:none;scrollbar-width:none}.full_modal.closed .modal{right:-500px}@keyframes close_modal{to{right:-500px}}@media (max-width:500px){.modal{background-color:var(--background-color);margin:unset;height:100vh;border-radius:0;width:100vw}.modal .btn_con{padding:5px 20px}.modal_close{background-color:transparent}}.small_head{padding-left:30px;margin:0;position:relative;z-index:1}.small_head:after,.small_head:before{content:"";background-color:color-mix(in srgb,var(--p-color) 20%,transparent);border:.5px solid var(--p-color);height:10px;border-radius:3px;top:2px;left:0;aspect-ratio:1/1;position:absolute}.small_head:before{background-color:var(--p-color);top:10px;left:5px}.body_con{display:flex}*{-webkit-tap-highlight-color:transparent}.wrap{display:flex;flex-direction:column;flex-grow:1}.nav_bar{position:sticky;top:0;display:flex;height:var(--navbar-height);align-items:center;z-index:99;background-color:var(--flat-color);padding:0 15px;justify-content:space-between}.nav_bar .menu{display:none;width:2rem}.nav_bar .menu div{display:flex;align-items:center}.nav_bar .logo{display:flex;align-items:center;gap:.5rem}.nav_bar .logo .img{background-color:var(--p-color);-webkit-mask-image:url(/trans-logo.png);mask-image:url(/trans-logo.png);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;aspect-ratio:1/1;height:20px;margin:-8px 0}.nav_bar .refresh{display:flex}.nav_bar:after{content:"";height:2px;width:calc(100% - var(--sub-menu-sidebar-width) - .5rem);background-color:var(--outer-border-color);bottom:-2px;transition:.3s;left:calc(var(--sub-menu-sidebar-width) + .5rem);position:absolute}.bread{max-width:1000px;margin:0 auto;padding:15px 0;display:flex;gap:15px}.pageName{display:flex;gap:10px;align-items:center}.content{-ms-overflow-style:none;scrollbar-width:none}.content::-webkit-scrollbar{display:none}.legal{position:fixed;bottom:20px;left:20px}.legal a{text-decoration:none;color:var(--p-color)}@media (max-width:1325px){.nav_bar{background-color:var(--back-color);box-shadow:#0000000a 0 3px 5px;height:var(--navbar-height)}.nav_bar .refresh{margin-left:auto}.nav_bar .menu{display:block}.nav_bar:after{left:0;width:100%}.canv{padding:0 20px}.bread{font-size:13px}.bread h3{line-height:2.5}.bread span{align-items:center;gap:3px}.bread .breadcrumb{column-gap:3px}}@media (max-width:500px){.bread{display:none}.nav_bar{display:flex}.nav_bar .refresh{margin-left:unset}.nav_bar .location{display:flex;gap:1rem;align-items:center}.nav_bar .location h3{font-size:1rem}.content{padding:20px 0 0}}body.dark .nav_bar img:nth-child(1){filter:invert(80%)}: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)}}.otp_form{display:flex;flex-direction:column;gap:15px}.otp_form .grid p{font-size:12px;color:gray}.otp_form .flex{display:grid;grid-template-columns:1fr 1fr;align-items:center}.login_form{margin:auto;position:relative;top:50vh;translate:0 -50%;background-color:var(--back-color);display:flex;flex-direction:column;gap:14px;border-radius:6px;padding:25px 25px 35px;width:min(400px,90vw);overflow:hidden}.login_form h1{text-align:center;color:var(--p-color)}.login_form .loader{width:25px;height:25px;position:absolute;right:5px}.login_form .grid p{font-size:12px;color:gray}.login_form .flex{display:grid;grid-template-columns:1fr 1fr;align-items:center}.login_form:after{content:"";position:absolute;bottom:0;right:0;height:3px;width:100%;background-color:var(--p-color)}@media (max-width:500px){.login_form{top:unset;translate:unset;height:100lvh;width:100vw;border-radius:0;justify-content:center}}#preloader{position:absolute;top:0;left:0;height:100%;width:100%;z-index:2}#loader{display:block;position:relative;left:50%;top:50%;transform:translate(-50%,-50%);background-color:var(--back-color);width:110px;height:110px;box-shadow:#0000000d 0 6px 24px,#00000005 0 0 0 1px;border-radius:50%}.spinner{width:70%;height:70%;border:5px solid var(--hover-color);border-top:6px solid var(--p-color);border-radius:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#preloader_small{position:relative}#preloader_small #loader{width:25px;height:25px;left:unset;top:unset;transform:none}#preloader_small .spinner{border:2px solid #f3f3f3;border-top:2px solid var(--p-color)}.lazyload{width:100vw;height:100vh;display:grid;place-items:center}.lazyload img{width:150px;aspect-ratio:1/1}.lazyload>div{position:relative;overflow:hidden}.box{--mask: radial-gradient(54.08px at 50% calc(100% - 75px) , #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%, radial-gradient(54.08px at 50% calc(100% + 45px) , #0000 99%, #000 101%) 50% calc(100% - 30px) /120px 100% repeat-x;-webkit-mask:var(--mask);mask:var(--mask);width:1000px;height:100%;position:absolute;z-index:2;background-color:var(--background-color);top:0;animation:3s linear left-right infinite}.box.two{transform:translateY(20px);animation:3s linear left-right2 infinite;background-color:color-mix(in srgb,var(--background-color) 50%,transparent)}@keyframes left-right{0%{right:0}to{right:-500px;top:-100%}}@keyframes left-right2{0%{left:0}to{left:-1000px;top:-100%}}.home_con{display:grid;gap:15px;padding-bottom:20px}.home_con .bg_image{border-radius:8px;overflow:hidden;background-image:linear-gradient(45deg,#6e41e8,#1d77fc);z-index:-1;height:250px;position:relative}.home_con .bg_image img{display:block;margin-left:auto;height:100%;object-fit:contain;object-position:right;-webkit-mask-image:linear-gradient(to right,#0000,#000 18%);mask-image:linear-gradient(to right,#0000,#000 18%)}.home_con .user_profile{display:flex;align-items:center;gap:8px;padding:8px 15px 8px 10px;background-color:var(--back-color);position:absolute;bottom:0;margin:32px;border-radius:4px;z-index:2}.home_con .user_profile:before{content:"Welcome ,";position:absolute;color:#fff;top:-42px;font-size:24px;font-weight:600;left:0}.home_con .user_profile .user_profile_data{display:flex;flex-direction:column;font-weight:600}.home_con .user_profile .user_profile_data .name{font-size:14px}.home_con .user_profile .user_profile_data .role{font-size:10px;color:var(--s-color);text-transform:uppercase}.home_con .tile_con{display:grid;gap:15px;grid-template-columns:repeat(4,1fr);grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.home_con .tile_con:has(>.tile_grp){display:grid;gap:20px;grid-template-columns:1fr 1fr;align-items:start}.home_con .tile_grp{display:grid;gap:15px}.home_con .tile_grp .label{display:flex;align-items:center;gap:10px}.home_con .tile_grp .label .img{width:20px;aspect-ratio:1/1;background-color:var(--p-color);-webkit-mask-image:var(--clip);mask-image:var(--clip);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.home_con .tile_grp .tile_con{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.home_con .dash_overview{grid-column:1/-1;background-color:var(--back-color);padding:15px}.home_con .dash_overview .label{display:flex;justify-content:space-between;margin-bottom:20px}.home_con .dash_overview .label .go_to_dash{display:flex;align-items:center;font-size:14px}.home_con .dash_overview .label .go_to_dash a{color:unset;text-decoration:none;display:flex;align-items:center}.home_con .dash_overview .dashcontents{display:flex;flex-grow:1;width:100%;gap:15px;flex-wrap:wrap}.home_con .dash_overview .dashcontents .dashcontent{display:flex;gap:10px;margin-right:auto}.home_con .dash_overview .dashcontents .dashcontent img,.home_con .dash_overview .dashcontents .dashcontent .img{height:40px;width:40px;object-fit:contain}.home_con .dash_overview .dashcontents .dashcontent .quatity h2{font-weight:700;line-height:1}.home_con .dash_overview .dashcontents .dashcontent .quatity p{color:gray;font-size:12px}.home_con .dash_overview .dashcontents .sep{width:1px;background-color:#8080804d}@media (max-width:600px){.home_con{gap:20px}.home_con .tile_con:has(>.tile_grp){grid-template-columns:1fr}.home_con .dash_overview .label{padding-bottom:10px;border-bottom:1px solid rgba(128,128,128,.3)}.home_con .dash_overview .dashcontents{row-gap:20px}.home_con .dash_overview .sep{display:none}}@media (max-width:500px){.home_con .bg_image{margin:-20px -20px 0;border-radius:0;height:auto;display:flex;flex-direction:column-reverse}.home_con .bg_image img{width:100%;height:auto;-webkit-mask-image:linear-gradient(to top,#0000,#000 18%);mask-image:linear-gradient(to top,#0000,#000 18%);background-blend-mode:color}.home_con .bg_image .user_profile{border-radius:6px;margin:20px;position:relative;width:fit-content}.home_con .tile_con{grid-template-columns:repeat(auto-fill,minmax(65px,1fr));gap:20px}.home_con .tile_con .tile_grp .tile_con{display:grid;grid-template-columns:repeat(auto-fill,minmax(65px,1fr));gap:20px}}.link_tile{all:unset;text-decoration:none;color:inherit;background-color:var(--back-color);display:flex;padding:10px;gap:10px;border-radius:8px;cursor:pointer;overflow:hidden;align-items:center;font-size:12px;line-height:1.4;box-shadow:(0,0,0,.02) 0 3px 5px}.link_tile img{height:30px;object-fit:contain}.link_tile:hover,.link_tile:focus{outline:3px solid color-mix(in srgb,var(--p-color) 50%,transparent)}@media (max-width:500px){.link_tile{all:unset;display:grid;text-align:center;font-size:12px;gap:5px;font-weight:600}.link_tile img{background-color:#7f7f7f27;background-color:var(--back-color);box-shadow:#00000005 0 3px 5px;display:block;width:100%;height:auto;padding:.9em;border-radius:1.2em}.link_tile:hover,.link_tile:focus{outline:unset}.link_tile:hover img,.link_tile:focus img{outline:3px solid color-mix(in srgb,var(--p-color) 50%,transparent)}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.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:transparent}.legal-page-container{padding-bottom:20px;margin-top:20px}.legal-page-container:not(.content>.legal-page-container){padding:20px}.page-title{margin-bottom:20px}.tabs{display:flex;background-color:var(--back-color);width:fit-content;margin-bottom:15px;border-radius:9px;overflow:hidden}.tab-button{padding:10px 20px;z-index:1;font-size:16px;border:none;background-color:var(--back-color);box-shadow:0 10px 0 0 var(--back-color);cursor:pointer}.tab-button.active{background-color:color-mix(in srgb,var(--a2-color) 15%,transparent);color:var(--a2-color)}.tab-content{z-index:2;position:relative;padding:20px;border-radius:4px;background-color:var(--back-color)}.tab-content h2{color:var(--p-color);margin-bottom:10px}.tab-content ol li:not(:nth-last-child(1)){margin-bottom:8px}.tab-content a{color:var(--p-color);text-decoration:none}.tab-content ol{padding-left:20px;list-style:"○  "}@media (max-width:500px){.tab-button{padding:12px 20px}}:root{font-optical-sizing:auto;font-style:normal;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--p-color: rgb(25, 118, 210);--s-color: rgb(255, 176, 39);--a-color: rgb(255, 103, 141);--a2-color: rgb(16, 169, 169);--flat-color: hsl(231, 12%, 92%);--outer-border-color:color-mix(in srgb, var(--text-color) 5%, var(--flat-color));--inner-border-color:rgb(234, 234, 234);--back-color: #fff;--hover-color: rgb(233, 234, 238);--background-color: rgb(245, 246, 251);--text-color: rgb(19, 19, 19);--navbar-height:3rem;--sub-menu-sidebar-width:3rem}:root :has(.full_modal){overflow-y:clip}:root :has(.alert_con){overflow-y:clip}body{font-family:Open Sans,sans-serif;font-style:normal;font-optical-sizing:auto;font-variation-settings:"wdth" 100;margin:0;-webkit-user-select:none;user-select:none}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--background-color);z-index:-1}*{box-sizing:border-box}p{padding:0;margin:0}h1,h2,h4,h3{margin:0;font-weight:600}.box_con{border-radius:8px;box-shadow:#00000005 0 3px 5px}.full_con{max-width:1000px;margin:0 auto;animation:appear_opacity .3s ease-out;position:relative}.full_form_con{padding:15px;background-color:var(--back-color);border-radius:8px;box-shadow:#00000005 0 3px 5px}@keyframes from_down_up{0%{top:30px}to{top:0}}@keyframes appear_opacity{0%{opacity:0}to{opacity:1}}.para{width:100%;display:grid;gap:5px}a,button,label{-webkit-tap-highlight-color:transparent}@keyframes scroll{0%{transform:translate(0)}30%{transform:translate(0)}60%{transform:translate(-100%)}60.001%{transform:translate(100%)}90%{transform:translate(0)}}@media (min-width: 701px){body{-ms-overflow-style:none}body * ::-webkit-scrollbar{width:6px;height:6px}body * ::-webkit-scrollbar-track{border-radius:40px;background:var(--back-color)}body * ::-webkit-scrollbar-thumb{background:#80808080;cursor:pointer;border-radius:40px}body *::-webkit-scrollbar-thumb:hover{background:gray}body::-webkit-scrollbar{display:none}}@media (max-width:500px){:root{--navbar-height:58px }.box_con{border-radius:12px}.full_form_con{all:unset}}:root:has(body.dark){--back-color: rgb(22 24 29);--outer-border-color:black;--inner-border-color:rgba(0, 0, 0, .3);--hover-color: rgb(28, 31, 34);color:#eee;color-scheme:dark;--background-color: rgb(14 15 19);--flat-color: #070707;--text-color: white}body.dark input,body.dark select{color-scheme:dark}
