@charset "UTF-8";:root{--blue:#00adef;--primary:#1e1a4d;--secondary:#5c73db;--white:#fff;--black:#000;--inactive:#9197b3;--gray:#e4e4e7;--dark-grey:#9fa6b2;--danger:#dc2626;--grayishBlue:#e2e9f6;--darkGrayishBlue:#4b5563;--grayishDark:#a1a1aa;--blackBlue:#18181b;--royalBlue:#4763e4;--aliceBlue:#ecf1fc;--moustacheGrey:#7e7e7e;--green:#00ac4f;--chineseSilver:#ccc;--purpleBlue:#5c73db;--lightBlack:#18181b;--red:#eb6b6b;--philippineSilver:#b3b3b3;--CharlestonGreen:#27272a;--AzureishWhite:#def7ec;--CastletonGreen:#03543f;--MistyRose:#fee2e2;--DeepDumpling:#9a3412;--NavajoWhite:#ffdda7;--LightGray:#d4d4d8;--SonicSilver:#71717a;--grayishLightDark:#bcbcbc;--AntiFlashWhite:#f0f0f0;--BrightGray:#ecf0f1;--BlueCrayola:#2563eb;--BlackOlive:#3d3d3d;--GraniteGray:#656565;--BrightGray:#efefef;--CharlestonGreen:#292929;--Fiord:#4f5d64;--AliceBlue:#eff4ff;--Valencia:#d34645}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ecf0f1;font-family:Inter,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-content{position:relative}.primary-input{border:1px solid #e4e4e7;border:1px solid var(--gray);border-radius:12px;margin-top:8px;padding:16px}.form-label{color:#000;color:var(--black);font-size:16px;font-weight:400}.input-group{height:76px;margin-top:12px}.text-danger{margin:10px 0 0}.error-response,.text-danger{color:#dc2626;color:var(--danger);font-size:14px}.error-response{margin:20px 0 -20px}.main-card{background-color:#fff;background-color:var(--white);border-radius:12px;margin:0 auto;max-width:1440px;padding:36px 30px}.body-title{color:#000;color:var(--black);font-size:32px;font-weight:600;margin-top:0}.search-card{background-color:#fff;background-color:var(--white);border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1440px}.search-card-header{padding:36px 30px}.search-card-body,.search-card-footer{padding-bottom:36px}.success-msg{color:#4763e4;color:var(--royalBlue);font-size:16px;margin:0}.error-msg{margin:0}.error-msg,.required-star{color:#dc2626;color:var(--danger);font-size:16px}.required-star{margin-left:5px}.create-btn{background-color:#00adef;background-color:var(--blue);border:1px solid #00adef;border:1px solid var(--blue);border-radius:10px;color:#fff;color:var(--white);cursor:pointer;font-size:18px;padding:12px}.create-btn:disabled,button:disabled{cursor:not-allowed;opacity:.5}.edit-icon-pen{color:#00adef;color:var(--blue);cursor:pointer}.delete-icon-trash{color:#d34645;cursor:pointer}.loader-style{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 120px)}.module-box{display:none!important}.module-code{background-color:#1e1a4d;background-color:var(--primary);border:none;border-radius:12px;color:#efefef;color:var(--BrightGray);font-size:14px;font-weight:400;left:10px;padding:6px 10px;position:absolute;top:10px}.module-picture{height:130px}.courses-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr);height:auto}.course-card{border-radius:12px;box-shadow:2px 0 5px #0003;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;text-align:left}.course-card h3{color:#292929;color:var(--CharlestonGreen);font-size:16px;font-weight:400;margin-left:15px;text-align:left}.inputRowLine{border-bottom:1px solid #b3b3b3;margin:0 -30px}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#00adef;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#08c}.input-row{display:flex;gap:12px;margin-bottom:13px}.lms-btn{background-color:#00adef;background-color:var(--blue);border:1px solid #00adef;border:1px solid var(--blue);border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-size:12px;padding:8px}@media screen and (max-width:1240px){.courses-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1024px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:944px){.courses-grid{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:768px){.body-title{font-size:26px}}@media screen and (max-width:744px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.courses-grid{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:430px){.main-card,.search-card-header{padding:30px 20px}.body-title{font-size:24px}.lms-btn{background-color:#00adef;background-color:var(--blue);border:1px solid #00adef;border:1px solid var(--blue);border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-size:10px;padding:6px}}.table{border-collapse:collapse;width:100%}.tableContainer{overflow-x:auto;white-space:nowrap;width:100%}.tableContainer::-webkit-scrollbar{height:10px;width:100px}.tableContainer::-webkit-scrollbar-thumb{background-color:var(--grayishDark);border-radius:8px}.tableContainer::-webkit-scrollbar-thumb:hover,.tableContainer::-webkit-scrollbar-track{background-color:var(--grayishDark)}.table td{vertical-align:middle}.tableHeader{max-width:167px}.tableHeader,.tableHeaderNumeric{color:var(--grayishDark);font-size:16px;font-weight:500;text-align:left;vertical-align:top}.tableHeaderNumeric{width:80px}.tableHeaderColoum1{padding-left:30px}.tBody tr{border-bottom:1px solid var(--philippineSilver)}.tableCell{word-wrap:break-word;color:var(--CharlestonGreen);font-size:14px;font-weight:400;padding-bottom:15px;padding-right:10px;padding-top:15px}.tableCellColoum1{padding-left:30px}@media screen and (max-width:1024px){.tableHeader{font-size:14px;padding-right:10px}.tableCell{padding-bottom:10px;padding-right:10px;padding-top:10px}.tableCellColoum1,.tableHeaderColoum1{padding-left:25px}}@media screen and (max-width:744px){.table{width:700px}.tableHeader{max-width:100px}}@media screen and (max-width:430px){.table{width:700px}.tableCellColoum1,.tableHeaderColoum1{padding-left:20px}}.Login_loginContainer__GJHuH{align-items:center;background-image:url(/static/media/webLogin.34f5321b211496d786c9.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center}.Login_logoSection__MJ\+3A{text-align:center}.Login_loginForm__57p3t{width:520px}.Login_formContainer__Tz0Mo{display:flex;justify-content:center}.Login_loginInput__9WNR2{width:520px}.Login_loginLabelDiv__ZcloE{margin-bottom:8px}.Login_loginBtn__AcKdo{background-color:var(--blue);border:1px solid var(--blue);border-radius:12px;color:var(--white);cursor:pointer;font-size:18px;font-weight:400;margin-top:40px;padding:16px;width:520px}.Login_loginInput__9WNR2::placeholder{color:var(--dark-grey);font-size:14px}.Login_arrIcon__NDZkk{margin-left:8px}@media screen and (max-width:1024px){.Login_loginContainer__GJHuH{background-image:url(/static/media/ipadPro.9c582fa45924abc5cef9.jpg)}}@media screen and (max-width:768px){.Login_loginContainer__GJHuH{background-image:url(/static/media/ipadMini.71090a823431d847d0fa.jpg);padding:40px}.Login_loginBtn__AcKdo,.Login_loginForm__57p3t,.Login_loginInput__9WNR2{width:calc(100vw - 80px)}}@media screen and (max-width:430px){.Login_loginContainer__GJHuH{background-image:url(/static/media/mobileLogin.38768c1eaeb401018fa3.jpg);padding:40px}.Login_loginBtn__AcKdo,.Login_loginForm__57p3t,.Login_loginInput__9WNR2{width:calc(100vw - 60px)}}.Sidebar_sideBarContainer__zrL\+D{background-color:var(--primary);box-shadow:2px 0 5px #0003;color:#fff;display:flex;flex-direction:column;height:100dvh;justify-content:space-between;left:0;overflow-y:auto;position:fixed;scrollbar-width:thin;top:0;width:256px}.Sidebar_sidebarLogo__gXc5U{align-items:center;display:flex;height:80px;justify-content:center}.Sidebar_logoImage__OEVVG{width:119px}.Sidebar_sidebarMenu__OMCuJ{flex:1 1;list-style:none;margin:24px 0 0;padding:0}.Sidebar_sidebarMenu__OMCuJ li{color:var(--white);cursor:pointer;padding:15px 0 15px 24px;transition:background .3s ease}.Sidebar_sidebarMenu__OMCuJ li.Sidebar_active__GJP0o{background-color:var(--blue);color:#fff}.Sidebar_linkText__bHLU6{align-items:center;color:var(--white);display:flex;font-size:16px;font-weight:500;text-decoration:none}.Sidebar_sidebarIcon__t1n7N{height:24px;margin-right:9px;width:24px}.Sidebar_toggleBtn__71phu{display:none}@media screen and (max-width:744px){.Sidebar_sideBarContainer__zrL\+D{background-color:var(--primary);box-shadow:2px 0 5px #0003;color:#fff;display:flex;flex-direction:column;height:100dvh;justify-content:space-between;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:256px;z-index:1000}.Sidebar_showSidebar__n3scc{transform:translateX(0)}.Sidebar_hideSidebar__DPudr{transform:translateX(-100%)}.Sidebar_toggleBtn__71phu{display:block;margin-left:24px;margin-right:21px}.Sidebar_sidebarLogo__gXc5U{justify-content:flex-start}}.Dashboard_dashboardHeader__qMkWl{margin-bottom:48px}.Dashboard_headerTop__PR4Ji{color:var(--BlueCrayola);font-size:18px;font-weight:500;margin-bottom:18px;margin-top:0}.Dashboard_announcements__5uqWM{margin-bottom:38px;width:49%}.Dashboard_announcementItem__ifoWh{background:var(--AliceBlue);border-radius:12px;display:flex;flex-direction:column;margin-bottom:10px;padding:10px 15px;position:relative;width:100%}.Dashboard_announcementsSec__IJoVu{display:flex}.Dashboard_headerBottom__Q8WIb{color:var(--BlueCrayola);font-size:18px;font-weight:500;margin-bottom:18px}.Dashboard_announcementItem__ifoWh h3{color:var(--BlackOlive);font-size:16px;font-weight:500;margin-bottom:0;margin-left:8px;margin-right:100px}.Dashboard_announcementItem__ifoWh p{color:var(--GraniteGray);font-size:12px;font-weight:400;margin-left:8px}.Dashboard_announcementItem__ifoWh span{background-color:var(--blue);border-radius:30px;color:var(--BrightGray);font-family:Poppins;font-size:12px;font-weight:400;padding:7px 10px;position:absolute;right:20px;top:25px}.Dashboard_courses__XhMA8 h2{margin-bottom:15px}.Dashboard_imageSec__2Ds5i{height:100%;object-fit:cover;width:100%}.Dashboard_profilePicture__r5cdy{height:125px;position:relative;width:125px}.Dashboard_moduleCardBody__Fvp-9{display:flex;flex-direction:column;gap:5px;margin:10px}.Dashboard_moduleName__ZBcI\+{color:#292929;margin:0}.Dashboard_programName__VCyt\+{color:#292929;font-size:12px;font-weight:700;margin:0}.Dashboard_details__my4PG{color:#656565;font-size:12px;margin:0}.Dashboard_semesterCard__T2UII{display:flex;flex-direction:column;margin-bottom:10px}.Dashboard_skeletonLine__ciabQ{background:#e0e0e0;border-radius:4px}@media screen and (max-width:1024px){.Dashboard_announcements__5uqWM{width:100%}.Dashboard_dashboardHeader__qMkWl{margin-bottom:40px}}@media screen and (max-width:744px){.Dashboard_announcements__5uqWM{width:100%}.Dashboard_dashboardHeader__qMkWl{margin-bottom:35px}}@media screen and (max-width:430px){.Dashboard_announcements__5uqWM{width:100%}.Dashboard_dashboardHeader__qMkWl{margin-bottom:30px}}.BackGroundImage_imageSec__C7ToR{height:130px;object-fit:cover;width:100%}.Modules_dashboardHeader__SO5c0{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:48px;width:80%}.Modules_filterContainer__Hlao2{align-items:center;display:flex;gap:15px;justify-content:space-between;width:80%}.Modules_firstFilterContainer__rgJow{width:10%}.Modules_searchBarContainer__fxatw{width:40%}.Modules_secondFilterContainer__FJmgp{width:20%}.Modules_clearButton__4ccbC{align-items:center;color:var(--danger);cursor:pointer;display:flex;font-size:12px;gap:5px;margin-left:10px}.Modules_courses__Vkc3p h2{margin-bottom:15px}.Modules_imageSec__6G2sL{height:100%;object-fit:cover;width:100%}.Modules_profilePicture__jdD3e{height:125px;position:relative;width:125px}.Modules_moduleCardBody__ODLsi{display:flex;flex-direction:column;gap:5px;margin:10px}.Modules_moduleName__qkUTF{color:#292929;margin:0}.Modules_programName__zv4PM{color:#292929;font-size:12px;font-weight:700;margin:0}.Modules_details__MXfmA{color:#656565;font-size:12px;margin:0}.Modules_paginationContainer__mhdXJ{padding:34px 30px 0}@media screen and (max-width:1024px){.Modules_dashboardHeader__SO5c0{margin-bottom:40px}}@media screen and (max-width:744px){.Modules_dashboardHeader__SO5c0{margin-bottom:35px}}@media screen and (max-width:430px){.Modules_dashboardHeader__SO5c0{margin-bottom:30px}.Modules_paginationContainer__mhdXJ{align-items:center;padding:23px 14px}}.Pagination_paginationContainer__xn3KZ{align-items:center;display:flex;justify-content:space-between}.Pagination_pageCount__xX6DQ{color:var(--grayishDark);font-size:16px;font-weight:400}.Pagination_paginationButton__\+TOwg{color:var(--CharlestonGreen);gap:0;opacity:1;width:39px}.Pagination_paginationButton__\+TOwg,.Pagination_paginationLeftButton__UDbQJ{background-color:var(--white);border:1px solid var(--LightGray);cursor:pointer;font-size:14px;font-weight:400;height:38px;padding-bottom:8px;padding-top:8px}.Pagination_paginationLeftButton__UDbQJ{border-bottom-left-radius:6px;border-top-left-radius:6px;color:var(--SonicSilver);width:36px}.Pagination_paginationRightButton__aDDNi{background-color:var(--white);border:1px solid var(--LightGray);border-bottom-right-radius:6px;border-top-right-radius:6px;color:var(--SonicSilver);cursor:pointer;font-size:14px;font-weight:400;height:38px;padding-bottom:8px;padding-top:8px;width:36px}.Pagination_paginationButton__\+TOwg:hover:not(.Pagination_active__Hy-Nm),.Pagination_paginationLeftButton__UDbQJ:hover,.Pagination_paginationRightButton__aDDNi:hover{background-color:var(--grayishLightDark)}.Pagination_paginationButton__\+TOwg.Pagination_active__Hy-Nm{background-color:var(--royalBlue);border:1px solid var(--LightGray);color:var(--white)}.Pagination_paginationLeftButton__UDbQJ:disabled,.Pagination_paginationRightButton__aDDNi:disabled{background-color:var(--AntiFlashWhite);cursor:not-allowed}@media screen and (max-width:430px){.Pagination_pageCount__xX6DQ{display:none}.Pagination_paginationContainer__xn3KZ{display:flex;justify-content:center}}.ModulesSkeleton_skeletonBox__O8ZvT{display:flex;flex-direction:column}.ModulesSkeleton_courseCard__ZL\+Q4{border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:350px;overflow:hidden;position:relative}@media screen and (max-width:1440px){.ModulesSkeleton_searchHeader__iC8gH{flex-direction:column;gap:10px}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.NoResultsFound_noResults__vInrH{margin-top:5%;text-align:center}.NoResultsFound_noResultsImage__h0UFh{margin-bottom:1%;max-width:15%;width:auto}.NoResultsFound_topic__pU2Z1{color:var(--inactive);font-size:1.9vw;font-weight:700;line-height:1.5}.NoResultsFound_paragraph__c-Ggj{color:var(--DavysGrey);font-size:1.3vw;font-weight:700;line-height:1.5}@media screen and (max-width:1024px){.NoResultsFound_noResultsImage__h0UFh{max-width:25%}}@media screen and (max-width:744px){.NoResultsFound_noResultsImage__h0UFh{max-width:23%}.NoResultsFound_noResults__vInrH p{font-size:2.6vw}}@media screen and (max-width:430px){.NoResultsFound_noResultsImage__h0UFh{max-width:25%}.NoResultsFound_noResults__vInrH p{font-size:2.9vw}}.Profile_inputRow__DSVFD{display:flex;gap:12px;margin-bottom:13px}.Profile_paymentInput__w4I62{color:var(--blackBlue);font-size:14px;font-weight:400;width:100%}.Profile_paymentInputFormGroup__4XAHS{flex:1 1}.Profile_paymentBtn__DF\+FW{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:173px}.Profile_paymentBtn__DF\+FW:disabled{cursor:none;opacity:.5}.Profile_profileDetails__fp8so{color:var(--grayishDark)}.Profile_imageSec__EUQZ0{border-radius:62px;height:100%;object-fit:cover;width:100%}.Profile_profilePicture__Ad59V{border-radius:50%;height:125px;position:relative;width:125px}.Profile_uploadIcon__J-Qlk{align-items:center;background-color:var(--white);border:1px solid var(--chineseSilver);border-radius:50%;bottom:8px;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:-2px;width:32px}.Profile_fileInput__oI276{display:none}.Profile_profileRow__bbC\+O{align-items:center;display:flex;gap:20px;margin-bottom:20px}.Profile_email__iP27P{color:var(--grayishDark);font-size:14px;font-weight:400;margin-top:0}.Profile_name__iXet9{color:var(--black);font-size:23px;font-weight:700;margin-bottom:0}.Profile_passDiv__WHGmz{margin-top:40px}@media screen and (max-width:1024px){.Profile_inputRow__DSVFD{flex-direction:column}}@media screen and (max-width:430px){.Profile_email__iP27P{font-size:12px}.Profile_name__iXet9{font-size:16px}.Profile_profilePicture__Ad59V{height:100px;width:100px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-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{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;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{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;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;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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;word-break:break-word;z-index:0}.Toastify__toast,.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.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-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.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;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);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;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)}}.Module_titles__PKiSw{border-bottom:2px solid var(--philippineSilver);color:var(--Fiord);display:flex;flex-direction:column;font-size:25px;font-weight:600;margin-bottom:10px;padding-bottom:20px}.Module_icon__\+sfqn{color:var(--Fiord);cursor:pointer;height:50px;margin:0 14px;width:12px}.Module_line__ZdCJo{color:var(--philippineSilver);height:1px}.Module_showBox__4T3Fd{align-items:center;background-color:#eff4ff;border-radius:10px;display:flex;margin-bottom:10px;padding:10px}.Module_leftIcon__LFX4r{border-radius:10px;cursor:pointer;height:52px;width:52px}.Module_name__4x8WS{color:var(--royalBlue);cursor:pointer;font-size:20px;font-weight:400;margin-left:20px}.Module_moduleHeaderRow__sJYT6{align-items:start;display:flex;justify-content:space-between}.Module_iconPlus__PKJEC{cursor:pointer;margin:0}.Module_activeBtn__7puve{background-color:var(--blue);border:none;border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:all .3s ease}.Module_overlay__oIImA{align-items:flex-start;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.Module_modal__\+M0Tu{background-color:var(--white);border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-top:90px;padding:20px;width:500px}.Module_modalHeader__Cjbsb{display:flex;justify-content:space-between;padding-bottom:20px}.Module_zoomModal__tZG3-{background-color:var(--white);border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-top:90px;padding:20px;width:700px}.Module_urlSec__32LED{word-wrap:break-word;color:var(--blue);font-size:12px;max-width:600px}.Module_urlSec__32LED:hover{cursor:pointer;text-decoration:underline}.Module_input__O8rnp{border:1px solid #ccc;border-radius:4px;margin:15px 0;padding:10px;width:100%}.Module_formInput__sxLpO{color:var(--blackBlue);font-size:14px;font-weight:400;width:100%}.Module_modalBtn__twdEN{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:14px 16px}.Module_modalInutGroup__pH9hr{height:100px}.Module_errorMsg__KTe1u{margin-top:5px;text-align:left}.Module_lessonTitle__sN8NG{align-items:center;cursor:pointer;display:flex}.Module_addIcons__52war{display:flex;gap:10px;justify-content:right;padding-left:20px}.Module_insertIcon__9n\+2C{cursor:pointer;width:30px}.Module_msgText__o5hbl{color:var(--GraniteGray);font-size:14px;margin:0}.Module_iconSec__sthm0{display:flex;gap:10px;margin-left:auto}.Module_zoomModalBody__OlIY6{border:1px solid var(--black);border-radius:10px;padding:10px}.Module_meetingId__Ca0lI,.Module_meetingLink__QPaBq{margin-top:20px}.Module_meetingDetails__gjCKs,.Module_meetingId__Ca0lI{margin-bottom:10px}.Module_description__EXSqN{font-size:14px;font-weight:400;margin-left:20px}.Module_descSec__uceW0{display:flex;flex-direction:column}.Module_btnSec__PWb0C{display:flex;gap:10px;margin-left:20px;margin-top:10px}.Module_endBtn__jaUTl{background-color:var(--danger);border:1px solid var(--danger)}.Module_startBtn__8SL9D{background-color:var(--green);border:1px solid var(--green)}.Module_downloadBtn__KZOUO{background-color:green;border:1px solid green;border-radius:12px;color:#fff;cursor:pointer;padding:6px 12px}@media screen and (max-width:768px){.Module_moduleHeaderRow__sJYT6{flex-direction:column}.Module_activeBtn__7puve{margin-bottom:10px}.Module_lessonTitle__sN8NG{font-size:24px}.Module_name__4x8WS{font-size:20px}.Module_msgText__o5hbl{font-size:14px}.Module_leftIcon__LFX4r{height:46px;width:46px}.Module_zoomModal__tZG3-{max-width:700px;width:400px}}@media screen and (max-width:430px){.Module_lessonTitle__sN8NG{font-size:22px}.Module_leftIcon__LFX4r{height:40px;width:40px}.Module_insertIcon__9n\+2C{width:26px}.Module_name__4x8WS{font-size:16px}.Module_msgText__o5hbl{font-size:12px}.Module_zoomModal__tZG3-{max-width:400px;width:300px}.Module_overlay__oIImA{overflow:scroll}}.Modal_overlay__9Kmm0{align-items:flex-start;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0}.Modal_modal__UOBt9{background-color:var(--white);border-radius:20px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;margin-top:90px;padding:30px;text-align:center;width:380px}.Modal_input__t8rDI{border:1px solid #ccc;border-radius:4px;margin:15px 0;padding:10px;width:100%}.Modal_buttonContainer__5AvHF{display:flex;gap:10px;justify-content:center}.Modal_yesButton__BOinI{background-color:var(--green)}.Modal_noButton__esGHm,.Modal_yesButton__BOinI{border:none;border-radius:4px;color:var(--white);cursor:pointer;padding:10px 20px}.Modal_noButton__esGHm{background-color:var(--danger)}.Modal_title__Mqo6X{font-size:20px;font-weight:500}.Modal_modalHeader__Ee1C-{display:flex;justify-content:end}.Modal_modalBtn__eBsS8{border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;height:48px;width:104px}.Modal_inputSec__ENBZF{text-align:left}.Modal_formInput__7b537{color:var(--blackBlue);font-size:14px;font-weight:400;width:100%}.Modal_labelDiv__4VXFk{text-align:left}.Modal_modalBody__SF9Lr{display:flex;flex-direction:column;justify-content:space-between}.Modal_modalInutGroup__\+d4oL{height:130px}.Modal_errorMsg__6pg95{margin-top:0;text-align:left}.Modal_modalText__MQcEb{height:60px}@media screen and (max-width:430px){.Modal_modal__UOBt9{height:290px;width:312px}.Modal_title__Mqo6X{font-size:12px;margin-bottom:0}.Modal_modalBtn__eBsS8{font-size:12px;height:35px;width:80px}.Modal_modalLabel__g0Gbe{font-size:12px}}.InsertDocument_inputRow__sFdOT{display:flex;gap:12px;margin-bottom:13px}.InsertDocument_StudentInput__78qbS{font-size:14px;font-weight:400;width:100%}.InsertDocument_studentvideoInput__ntYQ0{font-size:14px;font-weight:400;width:50%}.InsertDocument_StudentInput__78qbS:focus,.InsertDocument_studentvideoInput__ntYQ0:focus{border-color:var(--secondary);outline:none}.InsertDocument_StudentInputFormGroup__AY\+Ee{flex:1 1}.InsertDocument_bottomDiv__-EfIQ{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.InsertDocument_fileInputWrapper__gEivL{align-items:center;display:flex;position:relative}.InsertDocument_inputImage__EnOpV{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.InsertDocument_fileInput__5TYzj{cursor:pointer}.InsertDocument_fileInput__5TYzj::file-selector-button{display:none}.InsertDocument_createNewStudentSubmit__5sQGO{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.InsertDocument_createNewStudentSubmit__5sQGO:disabled{cursor:none!important;opacity:.5}.InsertDocument_buttonWrapper__hT5eT{display:flex;gap:10px;justify-content:space-between}.InsertDocument_timeBtn__6dbo6{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.InsertDocument_timeBtn__6dbo6.InsertDocument_clicked__sb646{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.InsertDocument_uploadBox__7RMuh{border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.InsertDocument_uploadIcon__wVZIw{align-content:center;color:#666;display:flex;font-size:40px;justify-content:center;margin-bottom:20px}.InsertDocument_uploadImage__8yVGO{width:200px}.InsertDocument_uploadTitle__jn31Y{font-size:24px;font-weight:700;margin-bottom:10px}.InsertDocument_instructions__vNY4c{color:#666;font-size:14px;margin-bottom:10px}.InsertDocument_uploadInput__8Qmv6{display:none}.InsertDocument_browseBtn__Ulsdq{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.InsertDocument_status__0OTrR{margin-top:10px}.InsertDocument_progress__Fq8qN{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.InsertDocument_progressBar__yeaXV{background-color:var(--primary);height:100%;transition:width .3 ease}.InsertDocument_videoThumb__pDwhN{background-color:var(--black);border-radius:10px;height:100px;width:200px}.InsertDocument_dateSelector__BgKmX{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.InsertDocument_react-datepicker-wrapper__uYYSx{width:100%!important}@media screen and (max-width:1024px){.InsertDocument_inputRow__sFdOT{flex-direction:column}.InsertDocument_studentvideoInput__ntYQ0,.InsertDocument_uploadBox__7RMuh{width:100%}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}h2.react-datepicker__current-month{margin:0;padding:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.Dropdown_dropdown__FhLog{display:grid;position:relative;width:100%}.Dropdown_dropdownButton__VwfUm{color:var(--grayishDark)}.Dropdown_dropdownButton__VwfUm,.Dropdown_dropdownSeletedButton__IwL9o{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.Dropdown_dropdownSeletedButton__IwL9o{color:var(--blackBlue)}.Dropdown_dropdownMenu__uNb\+e{background-color:var(--white);border:1px solid var(--gray);border-radius:12px;box-shadow:0 4px 8px #0000001a;left:0;list-style-type:none;margin:0;max-height:250px;overflow-y:scroll;padding:10px 0;position:absolute;top:100%;width:100%;z-index:1000}.Dropdown_dropdownMenu__uNb\+e li{color:var(--darkGrayishBlue);cursor:pointer;font-size:14px;padding:10px 16px}.Dropdown_dropdownMenu__uNb\+e li:last-child{border-bottom:none}.Dropdown_dropdownMenu__uNb\+e li:hover{background-color:var(--grayishBlue)}.Dropdown_searchInput__Xjz7N{border:none;border-radius:10px;margin:0 10px;padding:10px 16px;width:calc(100% - 20px)}.Dropdown_searchInput__Xjz7N,.Dropdown_searchInput__Xjz7N:focus{outline:1px solid var(--grayishBlue)}.InsertGeneralDocument_inputRow__b8zP7{display:flex;gap:12px;margin-bottom:13px}.InsertGeneralDocument_StudentInput__GzR0o{font-size:14px;font-weight:400;width:100%}.InsertGeneralDocument_studentvideoInput__38-r9{font-size:14px;font-weight:400;width:50%}.InsertGeneralDocument_StudentInput__GzR0o:focus,.InsertGeneralDocument_studentvideoInput__38-r9:focus{border-color:var(--secondary);outline:none}.InsertGeneralDocument_StudentInputFormGroup__SOYmE{flex:1 1}.InsertGeneralDocument_bottomDiv__BKKgg{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.InsertGeneralDocument_fileInputWrapper__ss2IB{align-items:center;display:flex;position:relative}.InsertGeneralDocument_inputImage__be0Dr{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.InsertGeneralDocument_fileInput__njpC7{cursor:pointer}.InsertGeneralDocument_fileInput__njpC7::file-selector-button{display:none}.InsertGeneralDocument_createNewStudentSubmit__dQtK9{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.InsertGeneralDocument_createNewStudentSubmit__dQtK9:disabled{cursor:none!important;opacity:.5}.InsertGeneralDocument_buttonWrapper__WEK0K{display:flex;gap:10px;justify-content:space-between}.InsertGeneralDocument_timeBtn__hdlfN{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.InsertGeneralDocument_timeBtn__hdlfN.InsertGeneralDocument_clicked__QBBgD{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.InsertGeneralDocument_react-datepicker-wrapper__GSr8I{width:100%!important}.InsertGeneralDocument_uploadBox__QVsA1{background-color:var(--grayishBlue);border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.InsertGeneralDocument_uploadIcon__4lKul{color:#666;font-size:40px;margin-bottom:20px}.InsertGeneralDocument_uploadTitle__FDrFK{font-size:24px;font-weight:700;margin-bottom:10px}.InsertGeneralDocument_instructions__hE73S{color:#666;font-size:14px;margin-bottom:10px}.InsertGeneralDocument_uploadInput__9sxAc{display:none}.InsertGeneralDocument_browseBtn__rpEOk{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.InsertGeneralDocument_status__Wd8sM{margin-top:10px}.InsertGeneralDocument_progress__DnUpp{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.InsertGeneralDocument_progressBar__MEisP{background-color:#007bff;height:100%;transition:width .3 ease}@media screen and (max-width:1024px){.InsertGeneralDocument_inputRow__b8zP7{flex-direction:column}.InsertGeneralDocument_studentvideoInput__38-r9,.InsertGeneralDocument_uploadBox__QVsA1{width:100%}}.EditGeneralDocument_inputRow__0vcM0{display:flex;gap:12px;margin-bottom:13px}.EditGeneralDocument_StudentInput__m\+zif{font-size:14px;font-weight:400;width:100%}.EditGeneralDocument_studentvideoInput__aqEMV{font-size:14px;font-weight:400;width:50%}.EditGeneralDocument_StudentInput__m\+zif:focus,.EditGeneralDocument_studentvideoInput__aqEMV:focus{border-color:var(--secondary);outline:none}.EditGeneralDocument_StudentInputFormGroup__9Ua0F{flex:1 1}.EditGeneralDocument_bottomDiv__Vy18t{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.EditGeneralDocument_fileInputWrapper__KeVpr{align-items:center;display:flex;position:relative}.EditGeneralDocument_inputImage__4pmxz{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.EditGeneralDocument_fileInput__wc3b1{cursor:pointer}.EditGeneralDocument_fileInput__wc3b1::file-selector-button{display:none}.EditGeneralDocument_createNewStudentSubmit__xMxyU{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.EditGeneralDocument_createNewStudentSubmit__xMxyU:disabled{cursor:none!important;opacity:.5}.EditGeneralDocument_buttonWrapper__O2Vo7{display:flex;gap:10px;justify-content:space-between}.EditGeneralDocument_timeBtn__0BVwi{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.EditGeneralDocument_timeBtn__0BVwi.EditGeneralDocument_clicked__D73\+0{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.EditGeneralDocument_react-datepicker-wrapper__SbWQS{width:100%!important}.EditGeneralDocument_uploadBox__LTQKZ{background-color:var(--grayishBlue);border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.EditGeneralDocument_uploadIcon__2i8V6{color:#666;font-size:40px;margin-bottom:20px}.EditGeneralDocument_uploadTitle__0JqPg{font-size:24px;font-weight:700;margin-bottom:10px}.EditGeneralDocument_instructions__t-f4o{color:#666;font-size:14px;margin-bottom:10px}.EditGeneralDocument_uploadInput__JT0eS{display:none}.EditGeneralDocument_browseBtn__8DgIi{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.EditGeneralDocument_status__zcsGq{margin-top:10px}.EditGeneralDocument_progress__NiGhN{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.EditGeneralDocument_progressBar__gKFJ4{background-color:#007bff;height:100%;transition:width .3 ease}.EditGeneralDocument_pdfViewLink__389BO{cursor:pointer}@media screen and (max-width:1024px){.EditGeneralDocument_inputRow__0vcM0{flex-direction:column}.EditGeneralDocument_studentvideoInput__aqEMV,.EditGeneralDocument_uploadBox__LTQKZ{width:100%}}.EditDocument_inputRow__nrza2{display:flex;gap:12px;margin-bottom:13px}.EditDocument_StudentInput__PGJOx{font-size:14px;font-weight:400;width:100%}.EditDocument_studentvideoInput__Qygej{font-size:14px;font-weight:400;width:50%}.EditDocument_StudentInput__PGJOx:focus,.EditDocument_studentvideoInput__Qygej:focus{border-color:var(--secondary);outline:none}.EditDocument_StudentInputFormGroup__B\+uuE{flex:1 1}.EditDocument_bottomDiv__kkUVZ{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.EditDocument_fileInputWrapper__vrghy{align-items:center;display:flex;position:relative}.EditDocument_inputImage__fqFik{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.EditDocument_fileInput__4PJFJ{cursor:pointer}.EditDocument_fileInput__4PJFJ::file-selector-button{display:none}.EditDocument_createNewStudentSubmit__sKBTo{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.EditDocument_createNewStudentSubmit__sKBTo:disabled{cursor:none!important;opacity:.5}.EditDocument_buttonWrapper__8Abd4{display:flex;gap:10px;justify-content:space-between}.EditDocument_timeBtn__LMYa0{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.EditDocument_timeBtn__LMYa0.EditDocument_clicked__GzWRm{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.EditDocument_react-datepicker-wrapper__Y0HFd{width:100%!important}.EditDocument_uploadBox__8\+D7d{background-color:var(--grayishBlue);border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.EditDocument_uploadIcon__vCwkd{color:#666;font-size:40px;margin-bottom:20px}.EditDocument_uploadTitle__CrWqV{font-size:24px;font-weight:700;margin-bottom:10px}.EditDocument_instructions__SvEXD{color:#666;font-size:14px;margin-bottom:10px}.EditDocument_uploadInput__sdzCa{display:none}.EditDocument_browseBtn__sdDKm{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.EditDocument_status__Sjx\+2{margin-top:10px}.EditDocument_progress__SebJO{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.EditDocument_progressBar__Hdz1P{background-color:#007bff;height:100%;transition:width .3 ease}.EditDocument_pdfViewLink__ImBwS{cursor:pointer}@media screen and (max-width:1024px){.EditDocument_inputRow__nrza2{flex-direction:column}.EditDocument_studentvideoInput__Qygej,.EditDocument_uploadBox__8\+D7d{width:100%}}.EditAssignment_inputRow__UMBvt{display:flex;gap:12px;margin-bottom:13px}.EditAssignment_StudentInput__-Ggwx{font-size:14px;font-weight:400;width:100%}.EditAssignment_studentvideoInput__r6ogg{font-size:14px;font-weight:400;width:50%}.EditAssignment_StudentInput__-Ggwx:focus,.EditAssignment_studentvideoInput__r6ogg:focus{border-color:var(--secondary);outline:none}.EditAssignment_StudentInputFormGroup__LGGRJ{flex:1 1}.EditAssignment_bottomDiv__KjpKh{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.EditAssignment_fileInputWrapper__eLKbF{align-items:center;display:flex;position:relative}.EditAssignment_inputImage__W2uOO{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.EditAssignment_fileInput__Nv5O9{cursor:pointer}.EditAssignment_fileInput__Nv5O9::file-selector-button{display:none}.EditAssignment_createNewStudentSubmit__4UNkK{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.EditAssignment_createNewStudentSubmit__4UNkK:disabled{cursor:none!important;opacity:.5}.EditAssignment_buttonWrapper__zWCLT{display:flex;gap:10px;justify-content:space-between}.EditAssignment_timeBtn__oCP6S{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.EditAssignment_timeBtn__oCP6S.EditAssignment_clicked__5uiVD{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.EditAssignment_uploadBox__kD5c1{background-color:var(--grayishBlue);border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.EditAssignment_uploadIcon__jYlGt{color:#666;font-size:40px;margin-bottom:20px}.EditAssignment_uploadTitle__tKdfG{font-size:24px;font-weight:700;margin-bottom:10px}.EditAssignment_instructions__wIEuz{color:#666;font-size:14px;margin-bottom:10px}.EditAssignment_uploadInput__HG5QE{display:none}.EditAssignment_browseBtn__GmfRi{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.EditAssignment_status__D8Bh8{margin-top:10px}.EditAssignment_progress__01WDN{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.EditAssignment_progressBar__0KY21{background-color:#007bff;height:100%;transition:width .3 ease}.EditAssignment_dateSelector__d4Qmq{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.EditAssignment_react-datepicker-wrapper__pVgiU{width:100%!important}.EditAssignment_docSec__Jul5D{display:flex;gap:20px}.EditAssignment_pdfViewLink__lj6g9{cursor:pointer}@media screen and (max-width:1024px){.EditAssignment_inputRow__UMBvt{flex-direction:column}.EditAssignment_studentvideoInput__r6ogg,.EditAssignment_uploadBox__kD5c1{width:100%}}.SubmissionList_table__bwZSp{border-collapse:collapse;width:100%}.SubmissionList_tableContainer__AQbJa{overflow-x:auto;white-space:nowrap;width:100%}.SubmissionList_tableContainer__AQbJa::-webkit-scrollbar{height:10px;width:100px}.SubmissionList_tableContainer__AQbJa::-webkit-scrollbar-thumb{background-color:var(--grayishDark);border-radius:8px}.SubmissionList_tableContainer__AQbJa::-webkit-scrollbar-thumb:hover,.SubmissionList_tableContainer__AQbJa::-webkit-scrollbar-track{background-color:var(--grayishDark)}.SubmissionList_table__bwZSp td{vertical-align:top}.SubmissionList_tableHeader__CYFi3{color:var(--grayishDark);font-size:16px;font-weight:500;max-width:167px;text-align:left;vertical-align:top}.SubmissionList_tableHeaderColoum1__bqXrt{padding-left:30px}.SubmissionList_tBody__gO2E2 tr{border-bottom:1px solid var(--philippineSilver)}.SubmissionList_tableCell__rU-Bg{word-wrap:break-word;color:var(--CharlestonGreen);font-size:14px;font-weight:400;padding-bottom:15px;padding-right:10px;padding-top:15px}.SubmissionList_tableCellColoum1__\+43wn{padding-left:30px}@media screen and (max-width:1024px){.SubmissionList_tableHeader__CYFi3{font-size:14px;padding-right:10px}.SubmissionList_tableCell__rU-Bg{padding-bottom:10px;padding-right:10px;padding-top:10px}.SubmissionList_tableCellColoum1__\+43wn,.SubmissionList_tableHeaderColoum1__bqXrt{padding-left:25px}}@media screen and (max-width:744px){.SubmissionList_table__bwZSp{width:700px}.SubmissionList_tableHeader__CYFi3{max-width:100px}}@media screen and (max-width:430px){.SubmissionList_table__bwZSp{width:700px}.SubmissionList_tableCellColoum1__\+43wn,.SubmissionList_tableHeaderColoum1__bqXrt{padding-left:20px}}.MarkAssignment_assigDescriptionText__AdPk3{font-size:16px;font-weight:300}.MarkAssignment_pdfViewLink__6cTd-{cursor:pointer}.MarkAssignment_pdfViewLink__6cTd-:hover{text-decoration:underline}.MarkAssignment_docSec__uZv1m{display:flex;gap:20px}.MarkAssignment_inputGroup__p0XsE{margin-bottom:20px;width:100%}.MarkAssignment_dropInput__FFjJz{align-items:center;border:2px dashed var(--primary);border-radius:12px;cursor:pointer;display:flex;height:200px;justify-content:center;margin-bottom:20px;margin-top:8px;text-align:center;width:100%}.MarkAssignment_fileCard__qKQ\+0{border-radius:10px;box-shadow:2px 0 5px #0003;padding:15px;width:90px}.MarkAssignment_leftIcon__79MQd{border-radius:10px;cursor:pointer;height:60px;width:60px}.MarkAssignment_insertedFile__H8Yv8{display:flex;flex-direction:column}.MarkAssignment_dropedFile__L3m-8{align-items:center;border:2px dashed var(--primary);border-radius:12px;cursor:pointer;display:flex;height:200px;justify-content:left;margin-bottom:20px;margin-top:8px;padding-left:20px;text-align:center;width:100%}.MarkAssignment_setMarksDiv__WQnQG{align-items:center;display:flex;gap:10px;margin-top:8px;width:100%}.MarkAssignment_marksInput__GjVdX{margin-top:0}.CreateEndExam_inputRow__dg1B1{display:flex;gap:12px;margin-bottom:13px}.CreateEndExam_StudentInput__h-N\+b{font-size:14px;font-weight:400;width:100%}.CreateEndExam_studentvideoInput__rwh6-{font-size:14px;font-weight:400;width:50%}.CreateEndExam_StudentInput__h-N\+b:focus,.CreateEndExam_studentvideoInput__rwh6-:focus{border-color:var(--secondary);outline:none}.CreateEndExam_StudentInputFormGroup__FN5Ou{flex:1 1}.CreateEndExam_bottomDiv__X\+S38{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.CreateEndExam_fileInputWrapper__Lvn0v{align-items:center;display:flex;position:relative}.CreateEndExam_inputImage__1KVrD{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.CreateEndExam_fileInput__PSupy{cursor:pointer}.CreateEndExam_fileInput__PSupy::file-selector-button{display:none}.CreateEndExam_createNewStudentSubmit__Q8ry5{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.CreateEndExam_createNewStudentSubmit__Q8ry5:disabled{cursor:none!important;opacity:.5}.CreateEndExam_buttonWrapper__rZCJq{display:flex;gap:10px;justify-content:space-between}.CreateEndExam_timeBtn__G7bXW{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.CreateEndExam_timeBtn__G7bXW.CreateEndExam_clicked__RETyN{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.CreateEndExam_uploadBox__XW7pm{border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.CreateEndExam_uploadIcon__xoXL0{align-content:center;color:#666;display:flex;font-size:40px;justify-content:center;margin-bottom:20px}.CreateEndExam_uploadImage__DXdKW{width:200px}.CreateEndExam_uploadTitle__emkK5{font-size:24px;font-weight:700;margin-bottom:10px}.CreateEndExam_instructions__GXvPL{color:#666;font-size:14px;margin-bottom:10px}.CreateEndExam_uploadInput__DB8kb{display:none}.CreateEndExam_browseBtn__nnlEN{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.CreateEndExam_status__2gjFN{margin-top:10px}.CreateEndExam_progress__EX2YR{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.CreateEndExam_progressBar__fjIbe{background-color:var(--primary);height:100%;transition:width .3 ease}.CreateEndExam_videoThumb__\+n053{background-color:var(--black);border-radius:10px;height:100px;width:200px}.CreateEndExam_dateSelector__HDHJc{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.CreateEndExam_react-datepicker-wrapper__oVkZb{width:100%!important}@media screen and (max-width:1024px){.CreateEndExam_inputRow__dg1B1{flex-direction:column}.CreateEndExam_studentvideoInput__rwh6-,.CreateEndExam_uploadBox__XW7pm{width:100%}}.EditEndExam_inputRow__hPBQJ{display:flex;gap:12px;margin-bottom:13px}.EditEndExam_StudentInput__8PZWb{font-size:14px;font-weight:400;width:100%}.EditEndExam_studentvideoInput__bQf7Y{font-size:14px;font-weight:400;width:50%}.EditEndExam_StudentInput__8PZWb:focus,.EditEndExam_studentvideoInput__bQf7Y:focus{border-color:var(--secondary);outline:none}.EditEndExam_StudentInputFormGroup__op\+iu{flex:1 1}.EditEndExam_bottomDiv__ZQA-H{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.EditEndExam_fileInputWrapper__B0OT5{align-items:center;display:flex;position:relative}.EditEndExam_inputImage__IxE5r{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.EditEndExam_fileInput__086R6{cursor:pointer}.EditEndExam_fileInput__086R6::file-selector-button{display:none}.EditEndExam_createNewStudentSubmit__08tyI{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.EditEndExam_createNewStudentSubmit__08tyI:disabled{cursor:none!important;opacity:.5}.EditEndExam_buttonWrapper__cieXn{display:flex;gap:10px;justify-content:space-between}.EditEndExam_timeBtn__SY\+co{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.EditEndExam_timeBtn__SY\+co.EditEndExam_clicked__nUSm2{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.EditEndExam_uploadBox__teM-t{border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.EditEndExam_uploadIcon__JoyPQ{align-content:center;color:#666;display:flex;font-size:40px;justify-content:center;margin-bottom:20px}.EditEndExam_uploadImage__XTsDs{width:200px}.EditEndExam_uploadTitle__P-pwk{font-size:24px;font-weight:700;margin-bottom:10px}.EditEndExam_instructions__o0fD8{color:#666;font-size:14px;margin-bottom:10px}.EditEndExam_uploadInput__Nzj5G{display:none}.EditEndExam_browseBtn__8\+Xbg{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.EditEndExam_status__0A22R{margin-top:10px}.EditEndExam_progress__11pWh{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.EditEndExam_progressBar__J6JI-{background-color:var(--primary);height:100%;transition:width .3 ease}.EditEndExam_videoThumb__cUJu4{background-color:var(--black);border-radius:10px;height:100px;width:200px}.EditEndExam_dateSelector__NL\+Na{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.EditEndExam_react-datepicker-wrapper__Rn0OT{width:100%!important}.EditEndExam_docSec__0vmKO{display:flex;gap:20px}@media screen and (max-width:1024px){.EditEndExam_inputRow__hPBQJ{flex-direction:column}.EditEndExam_studentvideoInput__bQf7Y,.EditEndExam_uploadBox__teM-t{width:100%}}.ExamMarks_table__0Crhf{border-collapse:collapse;width:100%}.ExamMarks_tableContainer__mt27D{overflow-x:auto;white-space:nowrap;width:100%}.ExamMarks_tableContainer__mt27D::-webkit-scrollbar{height:10px;width:100px}.ExamMarks_tableContainer__mt27D::-webkit-scrollbar-thumb{background-color:var(--grayishDark);border-radius:8px}.ExamMarks_tableContainer__mt27D::-webkit-scrollbar-thumb:hover,.ExamMarks_tableContainer__mt27D::-webkit-scrollbar-track{background-color:var(--grayishDark)}.ExamMarks_table__0Crhf td{vertical-align:middle}.ExamMarks_tableHeader__B4zdu{color:var(--grayishDark);font-size:16px;font-weight:500;max-width:167px;text-align:left;vertical-align:top}.ExamMarks_tableHeaderColoum1__0W64R{padding-left:30px}.ExamMarks_tBody__l-4qN tr{border-bottom:1px solid var(--philippineSilver)}.ExamMarks_tableCell__VIFs9{word-wrap:break-word;color:var(--CharlestonGreen);font-size:14px;font-weight:400;padding-bottom:15px;padding-right:10px;padding-top:15px}.ExamMarks_tableCellColoum1__ZOJOY{padding-left:30px}.ExamMarks_saveBtn__UOSNe{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;padding:6px 8px}.ExamMarks_saveBtn__UOSNe:disabled{cursor:not-allowed;opacity:.5}.ExamMarks_marksInput__XNfrh{border:1px solid var(--gray);border-radius:12px;font-size:16px;max-width:70px;padding:8px 10px}@media screen and (max-width:1024px){.ExamMarks_tableHeader__B4zdu{font-size:14px;padding-right:10px}.ExamMarks_tableCell__VIFs9{padding-bottom:10px;padding-right:10px;padding-top:10px}.ExamMarks_tableCellColoum1__ZOJOY,.ExamMarks_tableHeaderColoum1__0W64R{padding-left:25px}}@media screen and (max-width:744px){.ExamMarks_table__0Crhf{width:700px}.ExamMarks_tableHeader__B4zdu{max-width:100px}}@media screen and (max-width:430px){.ExamMarks_table__0Crhf{width:700px}.ExamMarks_tableCellColoum1__ZOJOY,.ExamMarks_tableHeaderColoum1__0W64R{padding-left:20px}}.ModuleCompletion_saveBtn__M8FIg{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;padding:6px 8px}.ModuleCompletion_saveBtn__M8FIg:disabled{cursor:not-allowed;opacity:.5}.ModuleCompletion_marksInput__rDPVw{border:1px solid var(--gray);border-radius:12px;font-size:16px;max-width:70px;padding:8px 10px}.ModuleCompletion_cardHeader__CH94-{display:flex;justify-content:space-between}.ModuleCompletion_status__s3oBm{border-radius:8px;font-size:12px;font-weight:500;padding:6px 12px}.ModuleCompletion_approved__agkRK{background-color:var(--AzureishWhite);border-radius:10px;color:var(--CastletonGreen);font-size:12px;font-weight:500;padding:2px 10px}.ModuleCompletion_pending__qRns7{background:var(--NavajoWhite);border-radius:10px;color:var(--DeepDumpling);font-size:12px;font-weight:500;padding:2px 10px}.SearchBar_searchBarContainer__wcts6{align-items:center;background-color:var(--white);border:1px solid var(--royalBlue);border-radius:10px;display:flex;gap:8px;justify-content:center;max-height:41px;overflow:hidden;padding:12px 20px;width:49%}.SearchBar_searchIcon__yzN-O{border:2px;color:var(--blackBlue);height:16px;width:16px}.SearchBar_searchInput__M7VCO{border:none;flex:1 1;outline:none}.SearchBar_searchInput__M7VCO::placeholder{color:var(--grayishDark);font-size:14px;font-weight:400}@media screen and (max-width:1024px){.SearchBar_searchBarContainer__wcts6{width:100%}.SearchBar_searchIcon__yzN-O{height:14px;width:14px}}@media screen and (max-width:744px){.SearchBar_searchBarContainer__wcts6{max-height:42px}.SearchBar_searchIcon__yzN-O{height:14px;width:14px}}@media screen and (max-width:430px){.SearchBar_searchBarContainer__wcts6{max-height:42px}.SearchBar_searchIcon__yzN-O{height:14px;width:14px}}.InsertLessonPlan_inputRow__axn2I{display:flex;gap:12px;margin-bottom:13px}.InsertLessonPlan_StudentInput__mkRic{font-size:14px;font-weight:400;width:100%}.InsertLessonPlan_studentvideoInput__BN8-d{font-size:14px;font-weight:400;width:50%}.InsertLessonPlan_StudentInput__mkRic:focus,.InsertLessonPlan_studentvideoInput__BN8-d:focus{border-color:var(--secondary);outline:none}.InsertLessonPlan_StudentInputFormGroup__mM8Sk{flex:1 1}.InsertLessonPlan_bottomDiv__100Cp{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.InsertLessonPlan_fileInputWrapper__\+VmEG{align-items:center;display:flex;position:relative}.InsertLessonPlan_inputImage__um72f{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.InsertLessonPlan_fileInput__zyt6q{cursor:pointer}.InsertLessonPlan_fileInput__zyt6q::file-selector-button{display:none}.InsertLessonPlan_createNewStudentSubmit__Wqouu{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.InsertLessonPlan_createNewStudentSubmit__Wqouu:disabled{cursor:none!important;opacity:.5}.InsertLessonPlan_buttonWrapper__4h\+9S{display:flex;gap:10px;justify-content:space-between}.InsertLessonPlan_timeBtn__JwS2y{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.InsertLessonPlan_timeBtn__JwS2y.InsertLessonPlan_clicked__sjCmQ{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.InsertLessonPlan_react-datepicker-wrapper__9moXu{width:100%!important}.InsertLessonPlan_uploadBox__T-VY5{background-color:var(--grayishBlue);border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.InsertLessonPlan_uploadIcon__Mvm0y{color:#666;font-size:40px;margin-bottom:20px}.InsertLessonPlan_uploadTitle__\+6rYT{font-size:24px;font-weight:700;margin-bottom:10px}.InsertLessonPlan_instructions__Vw97P{color:#666;font-size:14px;margin-bottom:10px}.InsertLessonPlan_uploadInput__h9IgO{display:none}.InsertLessonPlan_browseBtn__GYMhp{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.InsertLessonPlan_status__\+pRhh{margin-top:10px}.InsertLessonPlan_progress__R-eq7{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.InsertLessonPlan_progressBar__GULe5{background-color:#007bff;height:100%;transition:width .3 ease}@media screen and (max-width:1024px){.InsertLessonPlan_inputRow__axn2I{flex-direction:column}.InsertLessonPlan_studentvideoInput__BN8-d,.InsertLessonPlan_uploadBox__T-VY5{width:100%}}.EditLessonPlan_inputRow__5kD\+d{display:flex;gap:12px;margin-bottom:13px}.EditLessonPlan_StudentInput__jMjc9{font-size:14px;font-weight:400;width:100%}.EditLessonPlan_studentvideoInput__W2nL8{font-size:14px;font-weight:400;width:50%}.EditLessonPlan_StudentInput__jMjc9:focus,.EditLessonPlan_studentvideoInput__W2nL8:focus{border-color:var(--secondary);outline:none}.EditLessonPlan_StudentInputFormGroup__Qhmku{flex:1 1}.EditLessonPlan_bottomDiv__PMCrD{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.EditLessonPlan_fileInputWrapper__A-UH4{align-items:center;display:flex;position:relative}.EditLessonPlan_inputImage__DXw4D{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.EditLessonPlan_fileInput__LqtZq{cursor:pointer}.EditLessonPlan_fileInput__LqtZq::file-selector-button{display:none}.EditLessonPlan_createNewStudentSubmit__wsoAQ{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.EditLessonPlan_createNewStudentSubmit__wsoAQ:disabled{cursor:none!important;opacity:.5}.EditLessonPlan_buttonWrapper__hlFZh{display:flex;gap:10px;justify-content:space-between}.EditLessonPlan_timeBtn__yDqDW{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.EditLessonPlan_timeBtn__yDqDW.EditLessonPlan_clicked__j0sjU{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.EditLessonPlan_react-datepicker-wrapper__plzQV{width:100%!important}.EditLessonPlan_uploadBox__b1erh{background-color:var(--grayishBlue);border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.EditLessonPlan_uploadIcon__pvQ6J{color:#666;font-size:40px;margin-bottom:20px}.EditLessonPlan_uploadTitle__lkHU4{font-size:24px;font-weight:700;margin-bottom:10px}.EditLessonPlan_instructions__-7Mrk{color:#666;font-size:14px;margin-bottom:10px}.EditLessonPlan_uploadInput__lOZPT{display:none}.EditLessonPlan_browseBtn__E7d2a{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.EditLessonPlan_status__tG\+i1{margin-top:10px}.EditLessonPlan_progress__wm-KV{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.EditLessonPlan_progressBar__lGF4X{background-color:#007bff;height:100%;transition:width .3 ease}.EditLessonPlan_pdfViewLink__iXGlx{cursor:pointer}@media screen and (max-width:1024px){.EditLessonPlan_inputRow__5kD\+d{flex-direction:column}.EditLessonPlan_studentvideoInput__W2nL8,.EditLessonPlan_uploadBox__b1erh{width:100%}}.CreateAttendance_inputRow__Zs-zP{display:flex;gap:12px;margin-bottom:13px}.CreateAttendance_StudentInput__KBiWw{font-size:14px;font-weight:400;width:100%}.CreateAttendance_studentvideoInput__9h2yu{font-size:14px;font-weight:400;width:50%}.CreateAttendance_StudentInput__KBiWw:focus,.CreateAttendance_studentvideoInput__9h2yu:focus{border-color:var(--secondary);outline:none}.CreateAttendance_StudentInputFormGroup__i-DVo{flex:1 1}.CreateAttendance_bottomDiv__Bw9hm{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.CreateAttendance_fileInputWrapper__iwDHl{align-items:center;display:flex;position:relative}.CreateAttendance_inputImage__L1dRY{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.CreateAttendance_fileInput__WPb7A{cursor:pointer}.CreateAttendance_fileInput__WPb7A::file-selector-button{display:none}.CreateAttendance_createNewStudentSubmit__S\+W5R{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.CreateAttendance_createNewStudentSubmit__S\+W5R:disabled{cursor:none!important;opacity:.5}.CreateAttendance_buttonWrapper__gP5Xx{display:flex;gap:10px;justify-content:space-between}.CreateAttendance_timeBtn__wrMZb{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.CreateAttendance_timeBtn__wrMZb.CreateAttendance_clicked__smk8y{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.CreateAttendance_uploadBox__YuXhN{border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.CreateAttendance_uploadIcon__6L8Or{align-content:center;color:#666;display:flex;font-size:40px;justify-content:center;margin-bottom:20px}.CreateAttendance_uploadImage__y3Bno{width:200px}.CreateAttendance_uploadTitle__0gDgs{font-size:24px;font-weight:700;margin-bottom:10px}.CreateAttendance_instructions__Ll8Hk{color:#666;font-size:14px;margin-bottom:10px}.CreateAttendance_uploadInput__A6VEL{display:none}.CreateAttendance_browseBtn__7kymk{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.CreateAttendance_status__zVw1l{margin-top:10px}.CreateAttendance_progress__EE7d7{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.CreateAttendance_progressBar__j9aOz{background-color:var(--primary);height:100%;transition:width .3 ease}.CreateAttendance_videoThumb__D3a2J{background-color:var(--black);border-radius:10px;height:100px;width:200px}.CreateAttendance_dateSelector__K6B7L{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.CreateAttendance_react-datepicker-wrapper__2cPrn{width:100%!important}@media screen and (max-width:1024px){.CreateAttendance_inputRow__Zs-zP{flex-direction:column}.CreateAttendance_studentvideoInput__9h2yu,.CreateAttendance_uploadBox__YuXhN{width:100%}}.EditAttendance_inputRow__Q07z5{display:flex;gap:12px;margin-bottom:13px}.EditAttendance_StudentInput__0TtgB{font-size:14px;font-weight:400;width:100%}.EditAttendance_studentvideoInput__hvkZg{font-size:14px;font-weight:400;width:50%}.EditAttendance_StudentInput__0TtgB:focus,.EditAttendance_studentvideoInput__hvkZg:focus{border-color:var(--secondary);outline:none}.EditAttendance_StudentInputFormGroup__IQkei{flex:1 1}.EditAttendance_bottomDiv__4QAzq{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.EditAttendance_fileInputWrapper__5uqOP{align-items:center;display:flex;position:relative}.EditAttendance_inputImage__B-puv{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.EditAttendance_fileInput__WncBQ{cursor:pointer}.EditAttendance_fileInput__WncBQ::file-selector-button{display:none}.EditAttendance_createNewStudentSubmit__WJkEJ{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.EditAttendance_createNewStudentSubmit__WJkEJ:disabled{cursor:none!important;opacity:.5}.EditAttendance_buttonWrapper__oHmZh{display:flex;gap:10px;justify-content:space-between}.EditAttendance_timeBtn__Yr6QU{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.EditAttendance_timeBtn__Yr6QU.EditAttendance_clicked__dbQ6k{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.EditAttendance_uploadBox__BW51G{border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.EditAttendance_uploadIcon__TYbo3{align-content:center;color:#666;display:flex;font-size:40px;justify-content:center;margin-bottom:20px}.EditAttendance_uploadImage__pPGY0{width:200px}.EditAttendance_uploadTitle__58vHM{font-size:24px;font-weight:700;margin-bottom:10px}.EditAttendance_instructions__UL6Vi{color:#666;font-size:14px;margin-bottom:10px}.EditAttendance_uploadInput__eAASG{display:none}.EditAttendance_browseBtn__wpBpI{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.EditAttendance_status__wNrf4{margin-top:10px}.EditAttendance_progress__nq19z{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.EditAttendance_progressBar__8j1nB{background-color:var(--primary);height:100%;transition:width .3 ease}.EditAttendance_videoThumb__uKD53{background-color:var(--black);border-radius:10px;height:100px;width:200px}.EditAttendance_dateSelector__Q\+xMQ{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.EditAttendance_react-datepicker-wrapper__-Kxyh{width:100%!important}.EditAttendance_docSec__AmX7u{display:flex;gap:20px}@media screen and (max-width:1024px){.EditAttendance_inputRow__Q07z5{flex-direction:column}.EditAttendance_studentvideoInput__hvkZg,.EditAttendance_uploadBox__BW51G{width:100%}}.Header_header__6ElLm{align-items:center;background-color:var(--white);box-shadow:0 2px 5px #0003;color:var(--black);display:flex;height:80px;justify-content:space-between;left:256px;padding:0 20px;position:fixed;right:0;top:0;z-index:10}.Header_toggleHeader__5iTm2{display:none}.Header_previousSegment__KQN7Y{color:var(--royalBlue);font-size:16px;text-decoration:none}.Header_currentSegment__hSfIA{color:var(--dark-grey);cursor:default;font-size:16px;text-decoration:none}.Header_pathDivider__-\+ftz{color:var(--dark-grey)}.Header_leftSec__2BgZz,.Header_profileSec__F8TAO{align-items:center;display:flex}.Header_profileSec__F8TAO{cursor:pointer;gap:10px;position:relative}.Header_imageSec__9ZBrI{border:2px solid var(--dark-grey);border-radius:20px;height:40px;object-fit:cover;width:40px}.Header_profileName__IO3Yj{font-size:14px}.Header_profileRole__WVrqI{color:var(--royalBlue);font-size:12px}.Header_profileSec__F8TAO p{margin-bottom:0;margin-top:0}.Header_dropdownMenu__404J5{background-color:var(--white);border:1px solid var(--gray);border-radius:12px;box-shadow:0 4px 8px #0000001a;left:0;list-style-type:none;margin:10px 0 0;padding:10px 0;position:absolute;top:100%;width:100%;z-index:1}.Header_dropdownMenu__404J5 li{align-items:center;color:var(--darkGrayishBlue);cursor:pointer;display:flex;font-size:14px;gap:10px;padding:10px 16px}.Header_dropdownMenu__404J5 li:last-child{border-bottom:none}.Header_dropdownMenu__404J5 li:hover{background-color:var(--gray)}.Header_disabledSegment__x8rXs{color:#ccc;cursor:not-allowed;pointer-events:none}@media screen and (max-width:744px){.Header_header__6ElLm{left:0;padding-left:0;z-index:0}.Header_toggleHeader__5iTm2{background-color:var(--primary);display:block;height:80px;width:64px}.Header_toggleBtn__KtxAW{height:12px;margin:34px 23px;width:18px}.Header_leftSec__2BgZz{gap:20px}.Header_currentSegment__hSfIA,.Header_previousSegment__KQN7Y,.Header_profileName__IO3Yj{font-size:12px}.Header_profileRole__WVrqI{font-size:10px}.Header_imageSec__9ZBrI{height:30px;width:30px}}@media screen and (max-width:430px){.Header_dropdownMenu__404J5{left:-90px;width:150px}}.layouts_appContainer__SV\+H0{display:flex}.layouts_main__cdi8W{display:flex;flex-direction:column;height:100dvh;margin-left:256px;overflow-y:auto;scrollbar-width:thin;width:calc(100% - 256px)}.layouts_content__808OR{background-color:#ecf0f1;box-sizing:border-box;flex:1 1;margin-top:80px;min-height:calc(100vh - 120px);overflow-y:auto;padding:20px 40px;scrollbar-width:thin}@media screen and (max-width:744px){.layouts_main__cdi8W{margin-left:0;width:100%}.layouts_content__808OR{padding:20px 22px;padding:20px 15px}}.Dashboard_dashboardHeader__dKkSN{margin-bottom:48px}.Dashboard_headerTop__Qttva{color:var(--BlueCrayola);font-size:18px;font-weight:500;margin-bottom:18px;margin-top:0}.Dashboard_announcements__AhYBD{margin-bottom:38px;width:49%}.Dashboard_announcementItem__qfHjg{background:var(--AliceBlue);border-radius:12px;display:flex;flex-direction:column;margin-bottom:10px;padding:10px 15px;position:relative;width:100%}.Dashboard_announcementsSec__7hl9i{display:flex}.Dashboard_headerBottom__pzS8S{color:var(--BlueCrayola);font-size:18px;font-weight:500;margin-bottom:18px}.Dashboard_announcementItem__qfHjg h3{color:var(--BlackOlive);font-size:16px;font-weight:500;margin-bottom:0;margin-left:8px;margin-right:100px}.Dashboard_announcementItem__qfHjg p{color:var(--GraniteGray);font-size:12px;font-weight:400;margin-left:8px}.Dashboard_announcementItem__qfHjg span{background-color:var(--blue);border-radius:30px;color:var(--BrightGray);font-family:Poppins;font-size:12px;font-weight:400;padding:7px 10px;position:absolute;right:20px;top:25px}.Dashboard_courses__Q87zD h2{margin-bottom:15px}.Dashboard_imageSec__RBsMA{height:100%;object-fit:cover;width:100%}.Dashboard_profilePicture__7zUGC{height:125px;position:relative;width:125px}.Dashboard_moduleCardBody__cgeRs{display:flex;flex-direction:column;gap:5px;margin:10px}.Dashboard_moduleName__DsmPw{color:#292929;margin:0}.Dashboard_programName__v1e0E{color:#292929;font-size:12px;font-weight:700;margin:0}.Dashboard_details__VTbOd{color:#656565;font-size:12px;margin:0}.Dashboard_semesterCard__UDBUw{display:flex;flex-direction:column;margin-bottom:10px}.Dashboard_skeletonLine__I15lh{background:#e0e0e0;border-radius:4px}@media screen and (max-width:1024px){.Dashboard_announcements__AhYBD{width:100%}.Dashboard_dashboardHeader__dKkSN{margin-bottom:40px}}@media screen and (max-width:744px){.Dashboard_announcements__AhYBD{width:100%}.Dashboard_dashboardHeader__dKkSN{margin-bottom:35px}}@media screen and (max-width:430px){.Dashboard_announcements__AhYBD{width:100%}.Dashboard_dashboardHeader__dKkSN{margin-bottom:30px}}.MyCourses_dashboardHeader__XUSeu{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:48px;width:80%}.MyCourses_filterContainer__\+OOCf{align-items:center;display:flex;gap:15px;justify-content:space-between;width:80%}.MyCourses_firstFilterContainer__A57WA{width:10%}.MyCourses_searchBarContainer__T4Fgp{width:40%}.MyCourses_secondFilterContainer__EIel9{width:20%}.MyCourses_clearButton__fuM4M{align-items:center;color:var(--danger);cursor:pointer;display:flex;font-size:12px;gap:5px;margin-left:10px}.MyCourses_courses__1jKIR h2{margin-bottom:15px}.MyCourses_moduleCardBody__5IV5h{display:flex;flex-direction:column;gap:5px;margin:10px}.MyCourses_moduleName__8Cvmx{color:#292929;margin:0}.MyCourses_programName__Ixge7{color:#292929;font-size:12px;font-weight:700;margin:0}.MyCourses_details__EtVKK{color:#656565;font-size:12px;margin:0}.MyCourses_searchHeader__gQzJ3{display:flex;gap:10px;margin-bottom:20px}.MyCourses_headerRight__ZELVL{align-items:center}.MyCourses_headerDropdownSec__ud\+Q\+,.MyCourses_headerRight__ZELVL{display:flex;flex:1 1;gap:10px;justify-content:space-between}.MyCourses_paginationContainer__Duanc{padding:34px 0}@media screen and (max-width:1440px){.MyCourses_searchHeader__gQzJ3{flex-direction:column;gap:10px}}@media screen and (max-width:1240px){.MyCourses_dashboardHeader__XUSeu{margin-bottom:40px}}@media screen and (max-width:1024px){.MyCourses_dashboardHeader__XUSeu{margin-bottom:40px}}@media screen and (max-width:944px){.MyCourses_dashboardHeader__XUSeu{margin-bottom:40px}}@media screen and (max-width:744px){.MyCourses_dashboardHeader__XUSeu{margin-bottom:35px}}@media screen and (max-width:576px){.MyCourses_dashboardHeader__XUSeu{margin-bottom:30px}}.CourseModules_courseTopic__mBTNa{color:var(--BlueCrayola);font-size:16px;font-weight:400;margin-bottom:35px;text-align:left}.CourseModules_courses__3K6yl h2{margin-bottom:15px}.CourseModules_imageSec__NfN1q{height:100%;object-fit:cover;width:100%}.CourseModules_profilePicture__QEz5K{height:125px;position:relative;width:125px}.CourseModules_moduleCardBody__qJPm\+{display:flex;flex-direction:column;gap:5px;margin:10px}.CourseModules_moduleName__D-Jb6{color:#292929;margin:0}.CourseModules_programName__7mWez{color:#292929;font-size:12px;font-weight:700;margin:0}.CourseModules_details__b7\+L1{color:#656565;font-size:12px;margin:0}@media screen and (max-width:1440px){.CourseModules_searchHeader__\+DDi3{flex-direction:column;gap:10px}}@media screen and (max-width:1240px){.CourseModules_dashboardHeader__pzfKP{margin-bottom:40px}}@media screen and (max-width:1024px){.CourseModules_dashboardHeader__pzfKP{margin-bottom:40px}}@media screen and (max-width:944px){.CourseModules_dashboardHeader__pzfKP{margin-bottom:40px}}@media screen and (max-width:744px){.CourseModules_dashboardHeader__pzfKP{margin-bottom:35px}}@media screen and (max-width:576px){.CourseModules_dashboardHeader__pzfKP{margin-bottom:30px}}.ModuleLessons_titles__dnrdE{border-bottom:2px solid var(--philippineSilver);color:var(--Fiord);display:flex;flex-direction:column;font-size:25px;font-weight:600;margin-bottom:10px;padding-bottom:20px}.ModuleLessons_icon__0akSa{color:var(--Fiord);cursor:pointer;height:50px;margin:0 14px;width:12px}.ModuleLessons_line__WqKB\+{color:var(--philippineSilver);height:1px}.ModuleLessons_showBox__7uVAT{align-items:center;background-color:#eff4ff;border-radius:10px;display:flex;margin-bottom:10px;padding:10px}.ModuleLessons_leftIcon__1si74{border-radius:10px;cursor:pointer;height:52px;width:52px}.ModuleLessons_name__UhRTM{color:var(--royalBlue);cursor:pointer;font-size:20px;font-weight:400;margin-left:20px}.ModuleLessons_moduleHeaderRow__6gkvk{align-items:start;display:flex;justify-content:space-between}.ModuleLessons_iconPlus__iY4zX{cursor:pointer;margin:0}.ModuleLessons_activeBtn__6wYPB{background-color:var(--blue);border:none;border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:all .3s ease}.ModuleLessons_overlay__QqcIj{align-items:flex-start;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:12}.ModuleLessons_modal__KScg0{background-color:var(--white);border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-top:90px;padding:20px;width:500px}.ModuleLessons_modalHeader__16xEu{display:flex;justify-content:space-between;padding-bottom:20px}.ModuleLessons_zoomModal__dhaLA{background-color:var(--white);border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-top:90px;padding:20px;width:700px}.ModuleLessons_urlSec__UZ1vs{word-wrap:break-word;color:var(--blue);font-size:12px;max-width:600px}.ModuleLessons_urlSec__UZ1vs:hover{cursor:pointer;text-decoration:underline}.ModuleLessons_input__qqesb{border:1px solid #ccc;border-radius:4px;margin:15px 0;padding:10px;width:100%}.ModuleLessons_formInput__AFX-R{color:var(--blackBlue);font-size:14px;font-weight:400;width:100%}.ModuleLessons_modalBtn__dIa7l{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:14px 16px}.ModuleLessons_modalInutGroup__rKLrP{height:100px}.ModuleLessons_errorMsg__XevS4{margin-top:5px;text-align:left}.ModuleLessons_lessonTitle__VVNNG{align-items:center;cursor:pointer;display:flex}.ModuleLessons_addIcons__CukAq{display:flex;gap:10px;justify-content:right;padding-left:20px}.ModuleLessons_insertIcon__vIsf\+{cursor:pointer;width:30px}.ModuleLessons_msgText__xemhs{color:var(--GraniteGray);font-size:14px;margin:0}.ModuleLessons_iconSec__35Wjh{display:flex;gap:10px;margin-left:auto}.ModuleLessons_zoomModalBody__upB48{border:1px solid var(--black);border-radius:10px;padding:10px}.ModuleLessons_meetingId__G2nCq,.ModuleLessons_meetingLink__CxC05{margin-top:20px}.ModuleLessons_meetingDetails__QtCLd,.ModuleLessons_meetingId__G2nCq{margin-bottom:10px}.ModuleLessons_description__VseGU{font-size:14px;font-weight:400;margin-left:20px}.ModuleLessons_descSec__6PTBi{display:flex;flex-direction:column}@media screen and (max-width:768px){.ModuleLessons_moduleHeaderRow__6gkvk{flex-direction:column}.ModuleLessons_activeBtn__6wYPB{margin-bottom:10px}.ModuleLessons_lessonTitle__VVNNG{font-size:24px}.ModuleLessons_name__UhRTM{font-size:20px}.ModuleLessons_msgText__xemhs{font-size:14px}.ModuleLessons_leftIcon__1si74{height:46px;width:46px}.ModuleLessons_zoomModal__dhaLA{max-width:700px;width:400px}.ModuleLessons_overlay__QqcIj{overflow:scroll}}@media screen and (max-width:430px){.ModuleLessons_lessonTitle__VVNNG{font-size:22px}.ModuleLessons_leftIcon__1si74{height:40px;width:40px}.ModuleLessons_insertIcon__vIsf\+{width:26px}.ModuleLessons_name__UhRTM{font-size:16px}.ModuleLessons_msgText__xemhs{font-size:12px}.ModuleLessons_zoomModal__dhaLA{max-width:400px;width:300px}.ModuleLessons_overlay__QqcIj{overflow:scroll}}.StudentProfile_inputRow__\+eaUF{display:flex;gap:12px;margin-bottom:13px}.StudentProfile_paymentInput__73PzM{color:var(--blackBlue);font-size:14px;font-weight:400;width:100%}.StudentProfile_paymentInputFormGroup__Dj6O5{flex:1 1}.StudentProfile_paymentBtn__ySJfM{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:173px}.StudentProfile_paymentBtn__ySJfM:disabled{cursor:none;opacity:.5}.StudentProfile_profileDetails__vNU8r{color:var(--grayishDark)}.StudentProfile_imageSec__q-aw-{border-radius:62px;height:100%;object-fit:cover;width:100%}.StudentProfile_profilePicture__5Bv5n{border-radius:50%;height:125px;position:relative;width:125px}.StudentProfile_uploadIcon__SAqLm{align-items:center;background-color:var(--white);border:1px solid var(--chineseSilver);border-radius:50%;bottom:8px;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:-2px;width:32px}.StudentProfile_fileInput__M2Rzp{display:none}.StudentProfile_profileRow__D9csX{align-items:center;display:flex;gap:20px;margin-bottom:20px}.StudentProfile_email__435nj{color:var(--grayishDark);font-size:14px;font-weight:400;margin-top:0}.StudentProfile_name__FNIcv{color:var(--black);font-size:23px;font-weight:700;margin-bottom:0}.StudentProfile_passDiv__RC\+lR{margin-top:40px}@media screen and (max-width:1024px){.StudentProfile_inputRow__\+eaUF{flex-direction:column}}@media screen and (max-width:430px){.StudentProfile_email__435nj{font-size:12px}.StudentProfile_name__FNIcv{font-size:16px}.StudentProfile_profilePicture__5Bv5n{height:100px;width:100px}}body{height:100vh;overflow:hidden}.ChangePassword_loginContainer__uW-65{align-items:center;background-image:url(/static/media/webLogin.34f5321b211496d786c9.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center}.ChangePassword_logoSection__j9JuU{text-align:center}.ChangePassword_loginForm__8UqSn{width:520px}.ChangePassword_formContainer__lmbxC{display:flex;justify-content:center}.ChangePassword_loginInput__gvksz{width:520px}.ChangePassword_loginLabelDiv__cA1gq{margin-bottom:8px}.ChangePassword_loginBtn__T02-s{background-color:var(--blue);border:1px solid var(--blue);border-radius:12px;color:var(--white);cursor:pointer;font-size:18px;font-weight:400;margin-top:40px;padding:16px;width:520px}.ChangePassword_loginInput__gvksz::placeholder{color:var(--dark-grey);font-size:14px}.ChangePassword_arrIcon__AEgZz{margin-left:8px}@media screen and (max-width:1024px){.ChangePassword_loginContainer__uW-65{background-image:url(/static/media/ipadPro.9c582fa45924abc5cef9.jpg)}}@media screen and (max-width:768px){.ChangePassword_loginContainer__uW-65{background-image:url(/static/media/ipadMini.71090a823431d847d0fa.jpg);padding:40px}.ChangePassword_loginBtn__T02-s,.ChangePassword_loginForm__8UqSn,.ChangePassword_loginInput__gvksz{width:calc(100vw - 80px)}}@media screen and (max-width:430px){.ChangePassword_loginContainer__uW-65{background-image:url(/static/media/mobileLogin.38768c1eaeb401018fa3.jpg);padding:40px}.ChangePassword_loginBtn__T02-s,.ChangePassword_loginForm__8UqSn,.ChangePassword_loginInput__gvksz{width:calc(100vw - 60px)}}.ModuleEnrolment_dashboardHeader__\+EA3f{margin-bottom:48px}.ModuleEnrolment_headerTop__xjr0b{color:var(--BlueCrayola);font-size:18px;font-weight:500;margin-bottom:18px;margin-top:0}.ModuleEnrolment_announcements__f4Ii9{margin-bottom:38px;width:49%}.ModuleEnrolment_announcementItem__R2lat{background:var(--AliceBlue);border-radius:12px;display:flex;flex-direction:column;margin-bottom:10px;padding:10px 15px;position:relative;width:100%}.ModuleEnrolment_announcementsSec__\+-C6u{display:flex}.ModuleEnrolment_headerBottom__xnihb{color:var(--BlueCrayola);font-size:18px;font-weight:500;margin-bottom:18px}.ModuleEnrolment_announcementItem__R2lat h3{color:var(--BlackOlive);font-size:16px;font-weight:500;margin-bottom:0;margin-left:8px;margin-right:100px}.ModuleEnrolment_announcementItem__R2lat p{color:var(--GraniteGray);font-size:12px;font-weight:400;margin-left:8px}.ModuleEnrolment_announcementItem__R2lat span{background-color:var(--blue);border-radius:30px;color:var(--BrightGray);font-family:Poppins;font-size:12px;font-weight:400;padding:7px 10px;position:absolute;right:20px;top:25px}.ModuleEnrolment_courses__CSje0 h2{margin-bottom:15px}.ModuleEnrolment_imageSec__fEXF8{height:100%;object-fit:cover;width:100%}.ModuleEnrolment_profilePicture__QdHh5{height:125px;position:relative;width:125px}.ModuleEnrolment_moduleCardBody__jJOAE{display:flex;flex-direction:column;gap:5px;margin:10px}.ModuleEnrolment_moduleName__VZofR{color:#292929;margin:0}.ModuleEnrolment_programName__U-iSI{color:#292929;font-size:12px;font-weight:700;margin:0}.ModuleEnrolment_details__nX4NL{color:#656565;font-size:12px;margin:0}.ModuleEnrolment_paginationContainer__pwTSK{padding:34px 0}@media screen and (max-width:1024px){.ModuleEnrolment_announcements__f4Ii9{width:100%}.ModuleEnrolment_dashboardHeader__\+EA3f{margin-bottom:40px}}@media screen and (max-width:744px){.ModuleEnrolment_announcements__f4Ii9{width:100%}.ModuleEnrolment_dashboardHeader__\+EA3f{margin-bottom:35px}}@media screen and (max-width:430px){.ModuleEnrolment_announcements__f4Ii9{width:100%}.ModuleEnrolment_dashboardHeader__\+EA3f{margin-bottom:30px}}.Semesters_semesterCard__nH5yf{align-items:center;border-radius:12px;box-shadow:2px 0 5px #0003;display:flex;justify-content:space-between;margin-bottom:20px;padding:30px 20px}.Semesters_semesterName__9cdUJ{font-size:20px}.Semesters_semesterBtn__T9hNK{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;padding:12px}.SemesterModules_semesterCard__KmTwu{align-items:center;border-radius:12px;box-shadow:2px 0 5px #0003;display:flex;justify-content:space-between;margin-bottom:20px;padding:30px 20px}.SemesterModules_semesterName__vuq\+H{font-size:20px}.SemesterModules_tableContainer__KarYr{margin-top:12px;overflow-x:auto;width:100%}.SemesterModules_table__BL\+jT{border-collapse:collapse;table-layout:auto;width:100%}.SemesterModules_tableEnroll__8nza5{border-collapse:collapse;max-width:fit-content;min-width:400px;table-layout:auto}.SemesterModules_enrollTitle__Nu\+Mq{font-size:22px;margin-bottom:20px}.SemesterModules_tableContainer__KarYr::-webkit-scrollbar{height:3px;width:100px}.SemesterModules_tableContainer__KarYr::-webkit-scrollbar-thumb{background-color:var(--grayishDark);border-radius:8px}.SemesterModules_tableContainer__KarYr::-webkit-scrollbar-thumb:hover,.SemesterModules_tableContainer__KarYr::-webkit-scrollbar-track{background-color:var(--grayishDark)}.SemesterModules_thead__lAGGr th{color:var(--grayishDark);font-size:16px;font-weight:500;max-width:167px;padding-bottom:18px;padding-right:20px;text-align:left;vertical-align:top}.SemesterModules_tdataColumnOne__dDfIn,.SemesterModules_theadColumnOne__9tw8T{padding-left:30px}.SemesterModules_tbody__eTFgo tr{border-bottom:1px solid var(--grayishDark)}.SemesterModules_tbody__eTFgo td{word-wrap:break-word;color:var(--CharlestonGreen);font-size:14px;font-weight:400;max-width:167px;padding-bottom:15px;padding-right:20px;padding-top:15px;text-align:left;vertical-align:top;white-space:normal}.SemesterModules_viewProfile__yBOVq{color:var(--royalBlue);font-size:14px;font-weight:400}.SemesterModules_actionsBtn__hpxdM{display:flex;gap:4px;padding-right:34px}.SemesterModules_header__LP13v{align-items:center;display:flex;justify-content:space-between;padding:34px 30px}.SemesterModules_tableContainer__KarYr{flex:1 1}.SemesterModules_paginationContainer__x3ArZ{padding:34px 30px}.SemesterModules_largeCheckBox__vjd6Q{accent-color:var(--primary);height:16px;transform:scale(1.5);width:16px}.SemesterModules_enrolledModuleList__W0IP-{padding:40px 0 0}.SemesterModules_semesterBtn__6zCLW{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;margin-top:20px;padding:12px}@media screen and (max-width:1024px){.SemesterModules_thead__lAGGr th{font-size:14px;max-width:99px}.SemesterModules_tbody__eTFgo td{max-width:99px}.SemesterModules_tdataColumnOne__dDfIn,.SemesterModules_theadColumnOne__9tw8T{padding-left:19px}.SemesterModules_header__LP13v{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center;padding:23px 19px}.SemesterModules_corBtn__mQV1c{width:100%}.SemesterModules_table__BL\+jT{min-width:800px}}@media screen and (max-width:744px){.SemesterModules_table__BL\+jT{min-width:700px}.SemesterModules_thead__lAGGr th{font-size:14px;max-width:101px}.SemesterModules_tbody__eTFgo td{max-width:101px}.SemesterModules_tdataColumnOne__dDfIn,.SemesterModules_theadColumnOne__9tw8T{padding-left:19px}.SemesterModules_header__LP13v{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center;padding:23px 19px}}@media screen and (max-width:430px){.SemesterModules_table__BL\+jT{min-width:700px}.SemesterModules_thead__lAGGr th{font-size:14px;max-width:101px}.SemesterModules_tbody__eTFgo td{max-width:101px}.SemesterModules_tdataColumnOne__dDfIn,.SemesterModules_theadColumnOne__9tw8T{padding-left:19px}.SemesterModules_header__LP13v{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center;padding:23px 19px}.SemesterModules_paginationContainer__x3ArZ{align-items:center;padding:23px 14px}}.SemestersSkeleton_table__cTTf3{border-collapse:collapse;min-width:1104px;width:100%}.SemestersSkeleton_thead__9sxh8 th{color:var(--grayishDark);font-size:16px;font-weight:500;min-width:167px;padding-bottom:18px;text-align:left;vertical-align:top}.SemestersSkeleton_theadColumnOne__DZ9Cg{padding-left:30px}.SemestersSkeleton_tbody__uZmfx tr{border-bottom:1px solid var(--philippineSilver)}.SemestersSkeleton_tbody__uZmfx td{min-width:167px;padding-bottom:15px;padding-right:40px;padding-top:15px;vertical-align:top}.SemestersSkeleton_tdataColumnOne__QlRF3{padding-left:30px}.SemestersSkeleton_actionsCell__IJYTO{display:flex;gap:4px}.SemestersSkeleton_buttonSkeleton__S-y\+t{width:81px}@media screen and (max-width:1024px){.SemestersSkeleton_thead__9sxh8 th{font-size:14px;width:99px}.SemestersSkeleton_tbody__uZmfx td{width:99px}.SemestersSkeleton_tdataColumnOne__QlRF3,.SemestersSkeleton_theadColumnOne__DZ9Cg{padding-left:19px}.SemestersSkeleton_buttonSkeleton__S-y\+t{width:47px}}@media screen and (max-width:744px){.SemestersSkeleton_table__cTTf3{width:700px}.SemestersSkeleton_thead__9sxh8 th{font-size:14px;width:101px}.SemestersSkeleton_tbody__uZmfx td{width:101px}.SemestersSkeleton_tdataColumnOne__QlRF3,.SemestersSkeleton_theadColumnOne__DZ9Cg{padding-left:19px}.SemestersSkeleton_buttonSkeleton__S-y\+t{width:54px}}@media screen and (max-width:430px){.SemestersSkeleton_thead__9sxh8 th{font-size:14px;width:101px}.SemestersSkeleton_tbody__uZmfx td{width:101px}.SemestersSkeleton_tdataColumnOne__QlRF3,.SemestersSkeleton_theadColumnOne__DZ9Cg{padding-left:19px}.SemestersSkeleton_buttonSkeleton__S-y\+t{width:54px}}.Payments_header__u1dlc{display:flex;flex-direction:column;padding:34px 30px}.Payments_headerDiv__vG-zR{display:flex;gap:10px}.Payments_clearButton__FD-Xa{align-items:center;color:var(--danger);cursor:pointer;display:flex;font-size:12px;gap:5px}.Payments_coordinatorFormGroup__diGQR{flex:1 1}.Payments_profileDiv__v9asB{align-items:center;display:flex}.Payments_profileImgDiv__aeBCP{height:125px;margin-bottom:12px;margin-right:25px;object-fit:cover;width:125px}.Payments_profileImg__uMGQZ{border:2px solid var(--gray);border-radius:62.5px;height:125px;overflow:hidden;width:125px}.Payments_nameDiv__2Xbuu{font-size:23px;font-weight:700}.Payments_coordinatorInput__dH4EZ{color:var(--philippineSilver);font-size:14px;font-weight:400;padding:10px 0;width:100%}.Payments_coordinatorInput__dH4EZ:focus{outline:none}.Payments_inputRowBottom__jTSn5{align-items:flex-end;display:flex;gap:12px;justify-content:flex-end;margin-bottom:13px}.Payments_formContainer__lAM\+4{margin-bottom:40px;padding:30px}.Payments_line__7wRhj{margin-top:-20px}.Payments_lineBottom__TbSGT,.Payments_line__7wRhj{border-top:.5px solid var(--grayishDark);height:0;margin-left:-30px;margin-right:-30px}.Payments_lineBottom__TbSGT{color:var(--grayishDark);margin-top:10px}.Payments_icon__5L3iP{color:var(--darkGrayishBlue);cursor:pointer;height:50px;margin-right:14px;width:12px}.Payments_titles__fTXfP{align-items:center;color:var(--darkGrayishBlue);cursor:pointer;display:flex;font-size:25px;font-weight:600}.Payments_card__RDLYm{margin:0 -30px 50px}.Payments_batchNumber__NTiy1{color:var(--philippineSilver);cursor:pointer;font-size:16px;font-weight:400;margin-left:26px}.Payments_courseDiv__5w9N4{padding:10px 26px;width:400px}.Payments_courseItem__jPsFk{display:flex;font-size:20px;font-weight:400;justify-content:space-between;margin-bottom:10px}.Payments_labelCourse__xGXGx{color:var(--blackWash)}.Payments_value__Jnbem{color:var(--grayishDark)}.Payments_bottomDiv__iFspf{display:flex;gap:10px;margin-top:30px}.Payments_buttonDiv__iplTs{align-items:center;background-color:var(--white);border:1px solid var(--secondary);border-radius:10px;color:var(--secondary);cursor:pointer;font-size:12px;font-weight:500;height:41px;justify-content:center;width:100%}.Payments_buttonDiv__iplTs:hover{background-color:var(--secondary);color:var(--white)}.Payments_payButton__Qda72{align-items:center;background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;font-weight:400;height:48px;justify-content:center;margin-top:8px;width:106px}.Payments_payButton__Qda72:disabled{cursor:not-allowed}.Payments_inputRow__z\+5h0{display:flex;gap:12px;margin-bottom:13px}.Payments_paymentInput__FRy9N{color:var(--blackBlue);font-size:14px;font-weight:400;height:49px;padding-left:10px;width:100%}.Payments_paymentInput__FRy9N:focus{border-color:var(--grayishDark);outline:none}.Payments_paymentFormGroup__kY0sk{display:flex;flex-direction:column;width:100%}.Payments_paymentInputGroup__7JCNf{align-items:center;display:flex;gap:10px;height:60px;width:100%}.Payments_searchButton__jhkfV{align-items:center;background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;font-weight:400;justify-content:center;width:106px}.Payments_errorMsg__s7NFi{display:flex;justify-content:flex-start}.Payments_fileInput__P\+oDR{cursor:pointer}.Payments_fileInput__P\+oDR::file-selector-button{display:none}.Payments_StudentInputFormGroup__atbRp{flex:1 1}.Payments_StudentInput__pLPFN{font-size:14px;font-weight:400;width:100%}.Payments_StudentInput__pLPFN:focus{border-color:var(--secondary);outline:none}.Payments_buttonCol__ZvdKY{align-items:flex-end;display:flex;gap:12px}@media screen and (max-width:1240px){.Payments_inputRowBottom__jTSn5{align-items:stretch;flex-direction:column}}@media screen and (max-width:1024px){.Payments_inputRow__z\+5h0{flex-direction:column;gap:0;margin-bottom:0}.Payments_line__7wRhj{display:none;margin-top:0}.Payments_paymentFormGroup__kY0sk{display:flex;margin-left:25%}.Payments_paymentFormGroupDisplay__HWxcs{display:none}.Payments_bottomCard__ZYdoE{margin-top:-40px}}@media screen and (max-width:850px){.Payments_paymentFormGroup__kY0sk{display:flex;margin-left:0}.Payments_paymentFormGroupDisplay__HWxcs{display:none}}@media screen and (max-width:744px){.Payments_paymentFormGroup__kY0sk{display:flex;margin-left:25%}.Payments_paymentFormGroupDisplay__HWxcs{display:none}}@media screen and (max-width:500px){.Payments_profileDiv__v9asB{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:10px}.Payments_profileImgDiv__aeBCP{margin-bottom:25px}.Payments_coordinatorInputGroup__BdAI\+{margin-top:0}.Payments_headerBottomDiv__n5RSu{height:76px}.Payments_courseDiv__5w9N4{width:300px}.Payments_courseItem__jPsFk{font-size:14px}.Payments_paymentFormGroup__kY0sk{display:flex;margin-left:0}.Payments_paymentFormGroupDisplay__HWxcs{display:none}.Payments_buttonDiv__iplTs{width:150px}.Payments_bottomDiv__iFspf{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:30px}}@media screen and (max-width:430px){.Payments_headerDiv__vG-zR{display:flex;flex-direction:column;gap:10px}.Payments_buttonDiv__iplTs{width:100%}}.StudentCoursePayment_tableContainer__VvMuR{margin-top:12px;overflow-x:auto;width:100%}.StudentCoursePayment_table__TAoTe{border-collapse:collapse;width:100%}.StudentCoursePayment_tableContainer__VvMuR::-webkit-scrollbar{height:3px;width:100px}.StudentCoursePayment_tableContainer__VvMuR::-webkit-scrollbar-thumb{background-color:var(--grayishDark);border-radius:8px}.StudentCoursePayment_tableContainer__VvMuR::-webkit-scrollbar-thumb:hover,.StudentCoursePayment_tableContainer__VvMuR::-webkit-scrollbar-track{background-color:var(--grayishDark)}.StudentCoursePayment_thead__FXRqv th{color:var(--grayishDark);font-size:16px;font-weight:500;max-width:200px;padding-bottom:18px;padding-right:30px;text-align:left;vertical-align:top}.StudentCoursePayment_tdataColumnOne__smeEs,.StudentCoursePayment_theadColumnOne__gm\+dZ{padding-left:30px}.StudentCoursePayment_tbody__o-sRe tr{border-bottom:1px solid var(--grayishDark)}.StudentCoursePayment_tbody__o-sRe td{word-wrap:break-word;color:var(--CharlestonGreen);font-size:14px;font-weight:400;max-width:200px;padding-bottom:15px;padding-right:30px;padding-top:15px;text-align:left;vertical-align:top;white-space:normal}.StudentCoursePayment_tbody__o-sRe td:first-child,.StudentCoursePayment_thead__FXRqv th:first-child{width:25%}.StudentCoursePayment_tbody__o-sRe td:nth-child(2),.StudentCoursePayment_thead__FXRqv th:nth-child(2){width:30%}.StudentCoursePayment_tbody__o-sRe td:nth-child(3),.StudentCoursePayment_thead__FXRqv th:nth-child(3){width:25%}.StudentCoursePayment_actionsBtn__Yd-VI{align-items:center;display:flex;justify-content:center}.StudentCoursePayment_downloadIcon__HdHja{cursor:pointer;height:24px;width:24px}.StudentCoursePayment_download__qemA1{display:none}@media screen and (max-width:1024px){.StudentCoursePayment_table__TAoTe{min-width:700px}.StudentCoursePayment_thead__FXRqv th{font-size:14px;padding-right:19px}.StudentCoursePayment_tbody__o-sRe td{padding-right:19px}.StudentCoursePayment_tdataColumnOne__smeEs,.StudentCoursePayment_theadColumnOne__gm\+dZ{padding-left:19px}}.Skeleton_table__HQTPR{border-collapse:collapse;width:100%}.Skeleton_thead__ROGgI th{color:var(--grayishDark);font-size:16px;font-weight:500;padding-bottom:18px;padding-right:30px;text-align:left;vertical-align:top}.Skeleton_tdataColumnOne__sCLR8,.Skeleton_theadColumnOne__YBuy2{padding-left:30px}.Skeleton_tbody__Om1oh tr{border-bottom:1px solid var(--grayishDark)}.Skeleton_tbody__Om1oh td{color:var(--CharlestonGreen);padding-bottom:15px;padding-right:30px;padding-top:15px;text-align:left;vertical-align:top;white-space:normal}.Skeleton_tbody__Om1oh td:first-child,.Skeleton_thead__ROGgI th:first-child{width:25%}.Skeleton_tbody__Om1oh td:nth-child(2),.Skeleton_thead__ROGgI th:nth-child(2){width:30%}.Skeleton_tbody__Om1oh td:nth-child(3),.Skeleton_thead__ROGgI th:nth-child(3){width:25%}.Skeleton_actionsBtn__ZLWQp{align-items:center;display:flex;justify-content:center;width:15%}@media screen and (max-width:1024px){.Skeleton_table__HQTPR{min-width:700px}.Skeleton_thead__ROGgI th{font-size:14px;padding-right:19px}.Skeleton_tbody__Om1oh td{padding-right:19px}.Skeleton_tdataColumnOne__sCLR8,.Skeleton_theadColumnOne__YBuy2{padding-left:19px}}.AssignmentView_assigDescriptionText__VhX9b{font-size:16px;font-weight:300}.AssignmentView_pdfViewLink__8lCgz{cursor:pointer}.AssignmentView_pdfViewLink__8lCgz:hover{text-decoration:underline}.AssignmentView_docSec__qr-Ul{display:flex;gap:20px}.AssignmentSubmit_assigDescriptionText__Y0UWE{font-size:16px;font-weight:300}.AssignmentSubmit_pdfViewLink__Btmzc{cursor:pointer}.AssignmentSubmit_pdfViewLink__Btmzc:hover{text-decoration:underline}.AssignmentSubmit_docSec__lkN4m{display:flex;gap:20px}.AssignmentSubmit_inputGroup__SClwc{margin-bottom:20px;width:100%}.AssignmentSubmit_dropInput__1Nyrd{align-items:center;border:2px dashed var(--primary);border-radius:12px;cursor:pointer;display:flex;height:200px;justify-content:center;margin-bottom:20px;margin-top:8px;text-align:center;width:100%}.AssignmentSubmit_fileCard__IhTjF{border-radius:10px;box-shadow:2px 0 5px #0003;padding:15px;width:90px}.AssignmentSubmit_leftIcon__YhRHs{border-radius:10px;cursor:pointer;height:60px;width:60px}.AssignmentSubmit_insertedFile__gHNqP{display:flex;flex-direction:column}.AssignmentSubmit_dropedFile__S-EqN{align-items:center;border:2px dashed var(--primary);border-radius:12px;cursor:pointer;display:flex;height:200px;justify-content:left;margin-bottom:20px;margin-top:8px;padding-left:20px;text-align:center;width:100%}.AssignmentSubmit_table__0WWar{border-collapse:collapse;width:100%}.AssignmentSubmit_thead__i0YqT tr{border:1px solid #ddd}.AssignmentSubmit_thead__i0YqT th{border:1px solid #ddd;padding:8px}.AssignmentSubmit_tbody__Ef320 tr{border-bottom:1px solid #ddd}.AssignmentSubmit_tbody__Ef320 td{border:1px solid #ddd;padding:8px}.AssignmentSubmit_tdataColumnTwo__yJnTZ{text-align:right}.RequestLetters_moduleHeaderRow__Wfi1l{align-items:start;display:flex;justify-content:space-between}.RequestLetters_activeBtn__HZo9k{background-color:var(--blue);border:none;border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:all .3s ease}.RequestLetters_semesterCard__GiEK-{align-items:center;border-radius:12px;box-shadow:2px 0 5px #0003;display:flex;justify-content:space-between;margin-bottom:10px;padding:30px 20px}.RequestLetters_semesterBtn__zv\+Zu{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;padding:6px 8px}@media screen and (max-width:744px){.RequestLetters_moduleHeaderRow__Wfi1l{flex-direction:column}.RequestLetters_activeBtn__HZo9k{margin-bottom:10px}}.NewRequest_inputRow__3XqEy{display:flex;gap:12px;margin-bottom:13px}.NewRequest_StudentInput__Wl4pw{font-size:14px;font-weight:400;width:100%}.NewRequest_studentvideoInput__JwEOQ{font-size:14px;font-weight:400;width:50%}.NewRequest_StudentInput__Wl4pw:focus,.NewRequest_studentvideoInput__JwEOQ:focus{border-color:var(--secondary);outline:none}.NewRequest_StudentInputFormGroup__nGpqV{flex:1 1}.NewRequest_bottomDiv__DOYI-{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.NewRequest_fileInputWrapper__LbwvM{align-items:center;display:flex;position:relative}.NewRequest_inputImage__US-pE{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.NewRequest_fileInput__IxSCp{cursor:pointer}.NewRequest_fileInput__IxSCp::file-selector-button{display:none}.NewRequest_createNewStudentSubmit__6KHcw{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.NewRequest_createNewStudentSubmit__6KHcw:disabled{cursor:none!important;opacity:.5}.NewRequest_buttonWrapper__8u67u{display:flex;gap:10px;justify-content:space-between}.NewRequest_timeBtn__W3QkH{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.NewRequest_timeBtn__W3QkH.NewRequest_clicked__yfCys{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.NewRequest_uploadBox__E0ftj{border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.NewRequest_uploadIcon__4fBEC{align-content:center;color:#666;display:flex;font-size:40px;justify-content:center;margin-bottom:20px}.NewRequest_uploadImage__WX0yx{width:200px}.NewRequest_uploadTitle__CeIMG{font-size:24px;font-weight:700;margin-bottom:10px}.NewRequest_instructions__8qdTB{color:#666;font-size:14px;margin-bottom:10px}.NewRequest_uploadInput__BaSrM{display:none}.NewRequest_browseBtn__C7xv7{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.NewRequest_status__axh0S{margin-top:10px}.NewRequest_progress__0HNxn{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.NewRequest_progressBar__gpPMR{background-color:var(--primary);height:100%;transition:width .3 ease}.NewRequest_videoThumb__PrEeg{background-color:var(--black);border-radius:10px;height:100px;width:200px}.NewRequest_dateSelector__FxZk9{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.NewRequest_react-datepicker-wrapper__R5zZF{width:100%!important}@media screen and (max-width:1024px){.NewRequest_inputRow__3XqEy{flex-direction:column}.NewRequest_studentvideoInput__JwEOQ,.NewRequest_uploadBox__E0ftj{width:100%}}.ViewRequest_inputRow__t8nTA{display:flex;gap:12px;margin-bottom:13px}.ViewRequest_StudentInput__Zso53{font-size:14px;font-weight:400;width:100%}.ViewRequest_studentvideoInput__RoA0b{font-size:14px;font-weight:400;width:50%}.ViewRequest_StudentInput__Zso53:focus,.ViewRequest_studentvideoInput__RoA0b:focus{border-color:var(--secondary);outline:none}.ViewRequest_StudentInputFormGroup__TuaN-{flex:1 1}.ViewRequest_bottomDiv__09ZLY{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.ViewRequest_fileInputWrapper__Ymg2e{align-items:center;display:flex;position:relative}.ViewRequest_inputImage__lLuaa{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.ViewRequest_fileInput__7nNdx{cursor:pointer}.ViewRequest_fileInput__7nNdx::file-selector-button{display:none}.ViewRequest_createNewStudentSubmit__qyX4k{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.ViewRequest_createNewStudentSubmit__qyX4k:disabled{cursor:none!important;opacity:.5}.ViewRequest_buttonWrapper__DQnxw{display:flex;gap:10px;justify-content:space-between}.ViewRequest_timeBtn__KPY2M{background-color:var(--white);border:1px solid var(--blue);border-radius:10px;color:var(--black);cursor:pointer;font-size:16px;height:48px;margin-top:8px;width:90px}.ViewRequest_timeBtn__KPY2M.ViewRequest_clicked__6Qp69{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.ViewRequest_uploadBox__AUAVE{border:2px dashed var(--darkGrayishBlue);border-radius:10px;margin-top:40px;padding:40px;text-align:center;width:50%}.ViewRequest_uploadIcon__r\+fJT{align-content:center;color:#666;display:flex;font-size:40px;justify-content:center;margin-bottom:20px}.ViewRequest_uploadImage__89TdF{width:200px}.ViewRequest_uploadTitle__W6wRy{font-size:24px;font-weight:700;margin-bottom:10px}.ViewRequest_instructions__UgmXZ{color:#666;font-size:14px;margin-bottom:10px}.ViewRequest_uploadInput__QZzry{display:none}.ViewRequest_browseBtn__ti\+WV{background-color:var(--inactive);border:none;border-radius:10px;color:var(--white);cursor:pointer;margin-top:10px;padding:10px 20px}.ViewRequest_status__S0nZ0{margin-top:10px}.ViewRequest_progress__MXKBq{background-color:#f3f3f3;border-radius:5px;height:10px;margin-top:20px;overflow:hidden;width:100%}.ViewRequest_progressBar__pAmMe{background-color:var(--primary);height:100%;transition:width .3 ease}.ViewRequest_videoThumb__U5FT5{background-color:var(--black);border-radius:10px;height:100px;width:200px}.ViewRequest_dateSelector__Ztel6{align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;color:var(--black);cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.ViewRequest_react-datepicker-wrapper__zEMgn{width:100%!important}.ViewRequest_status__S0nZ0{border-radius:8px;font-size:12px;font-weight:500;padding:6px 12px}.ViewRequest_completed__u2na6{background-color:var(--AzureishWhite);color:var(--CastletonGreen)}.ViewRequest_completed__u2na6,.ViewRequest_replied__d\+ib5{border-radius:10px;font-size:12px;font-weight:500;padding:2px 10px}.ViewRequest_replied__d\+ib5{background:var(--MistyRose);color:var(--DeepDumpling)}.ViewRequest_inProgress__zuWqZ{background:var(--MistyRose)}.ViewRequest_inProgress__zuWqZ,.ViewRequest_pending__jSRL1{border-radius:10px;color:var(--DeepDumpling);font-size:12px;font-weight:500;padding:2px 10px}.ViewRequest_pending__jSRL1{background:var(--NavajoWhite)}.ViewRequest_loading__lJRAz{background:var(--gray);border-radius:10px;padding:2px 10px;width:150px}.ViewRequest_mNoneTitle__VCw4q{margin-bottom:0}@media screen and (max-width:1024px){.ViewRequest_inputRow__t8nTA{flex-direction:column}.ViewRequest_studentvideoInput__RoA0b,.ViewRequest_uploadBox__AUAVE{width:100%}}.Documents_moduleHeaderRow__XpX6l{align-items:start;display:flex;justify-content:space-between}.Documents_activeBtn__FmVNZ{background-color:var(--blue);border:none;border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:all .3s ease}.Documents_semesterCard__PHKk7{align-items:center;border-radius:12px;box-shadow:2px 0 5px #0003;display:flex;justify-content:space-between;margin-bottom:10px;padding:30px 20px}.Documents_semesterBtn__DQ568{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:16px;padding:6px 8px}.Documents_imagePreviewContainer__QBn29{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px}.Documents_image_preview__ekDv5{align-items:top;background-color:#f8f8f8;border:1px solid #ccc;border-radius:8px;display:flex;height:120px;justify-content:center;overflow:hidden;position:relative;width:120px}.Documents_insertedFile__wUGhi{width:max-content}.Documents_fileCard__O4D6N,.Documents_insertedFile__wUGhi{align-items:center;display:flex;flex-direction:column;justify-content:center}.Documents_fileCard__O4D6N{border-radius:10px;box-shadow:2px 0 5px #0003;height:120px;padding:25px;position:relative;text-align:center;width:120px}.Documents_leftIcon__lVxaZ{border-radius:10px;cursor:pointer;height:70px;width:70px}@media screen and (max-width:744px){.Documents_moduleHeaderRow__XpX6l{flex-direction:column}.Documents_activeBtn__FmVNZ{margin-bottom:10px}}.DocumentSubmit_assigDescriptionText__yfwU2{font-size:16px;font-weight:300}.DocumentSubmit_pdfViewLink__R7Aii{cursor:pointer}.DocumentSubmit_pdfViewLink__R7Aii:hover{text-decoration:underline}.DocumentSubmit_docSec__Q-C2f{display:flex;gap:20px}.DocumentSubmit_inputGroup__qldGo{width:100%}.DocumentSubmit_dropInput__M0nXT{align-items:center;border:2px dashed var(--primary);border-radius:12px;cursor:pointer;display:flex;height:200px;justify-content:center;margin-bottom:20px;margin-top:8px;text-align:center;width:100%}.DocumentSubmit_fileCard__1gkrn{border-radius:10px;box-shadow:2px 0 5px #0003;padding:15px;width:90px}.DocumentSubmit_leftIcon__DgrL4{border-radius:10px;cursor:pointer;height:60px;width:60px}.DocumentSubmit_insertedFile__aL-jk{display:flex;flex-direction:column}.DocumentSubmit_dropedFile__PGIH1{align-items:center;border:2px dashed var(--primary);border-radius:12px;cursor:pointer;display:flex;height:200px;justify-content:left;margin-bottom:20px;margin-top:8px;padding-left:20px;text-align:center;width:100%}.DocumentSubmit_table__yJp49{border-collapse:collapse;width:100%}.DocumentSubmit_thead__4BfKU tr{border:1px solid #ddd}.DocumentSubmit_thead__4BfKU th{border:1px solid #ddd;padding:8px}.DocumentSubmit_tbody__7WZUY tr{border-bottom:1px solid #ddd}.DocumentSubmit_tbody__7WZUY td{border:1px solid #ddd;padding:8px}.DocumentSubmit_tdataColumnTwo__l8xEB{text-align:right}*{box-sizing:border-box}.StudentRegistration_regForm__v1Rrd{max-width:1024px}.StudentRegistration_inputRow__-cvW8{display:flex;gap:12px;margin-bottom:13px}.StudentRegistration_StudentInput__iQH7I{font-size:14px;font-weight:400;width:100%}.StudentRegistration_StudentInput__iQH7I:focus{border-color:var(--secondary);outline:none}.StudentRegistration_StudentInputFormGroup__nxIY3{flex:1 1}.StudentRegistration_bottomDiv__0NwNJ{color:var(--black);font-size:16px;font-weight:500;margin-bottom:20px;margin-top:60px}.StudentRegistration_fileInputWrapper__allAj{align-items:center;display:flex;justify-content:center;position:relative}.StudentRegistration_inputImage__fEyZ-{cursor:pointer;height:24px;position:absolute;right:8px;top:55%;transform:translateY(-50%);width:24px}.StudentRegistration_fileInput__9Slr1{cursor:pointer}.StudentRegistration_fileInput__9Slr1::file-selector-button{display:none}.StudentRegistration_createNewStudentSubmit__gbXdI{background-color:var(--blue);border:1px solid var(--blue);border-radius:10px;color:var(--white);cursor:pointer;font-size:18px;margin-top:25px;padding:16px;width:90px}.StudentRegistration_createNewStudentSubmit__gbXdI:disabled{cursor:none!important;opacity:.5}.StudentRegistration_formHeader__MtKx0{align-items:flex-start;display:flex;justify-content:space-between}.StudentRegistration_formTitle__M7s9M{font-size:44px;margin:0}.StudentRegistration_logo__t1MGH{height:auto;width:200px}.StudentRegistration_reponseContainer__ELtjw{text-align:center}.StudentRegistration_checkIcon__c8Ne8{color:var(--green);height:60px;width:60px}.StudentRegistration_responseMsg__qFU5A{font-size:28px}@media screen and (max-width:1024px){.StudentRegistration_inputRow__-cvW8{flex-direction:column}.StudentRegistration_regForm__v1Rrd{max-width:940px}.StudentRegistration_formTitle__M7s9M{font-size:32px}.StudentRegistration_logo__t1MGH{width:200px}}.StudentRegistration_appContainer__dg9UG{display:flex}.StudentRegistration_main__A4q\+W{display:flex;flex-direction:column;height:100dvh;overflow-y:auto;scrollbar-width:thin;width:100%}.StudentRegistration_content__4G0J5{background-color:#ecf0f1;box-sizing:border-box;flex:1 1;min-height:calc(100vh - 120px);overflow-y:auto;padding:20px 40px;scrollbar-width:thin}@media screen and (max-width:744px){.StudentRegistration_main__A4q\+W{margin-left:0;width:100%}.StudentRegistration_content__4G0J5{padding:20px 22px;padding:20px 15px}.StudentRegistration_formTitle__M7s9M{font-size:26px}.StudentRegistration_logo__t1MGH{width:160px}}@media screen and (max-width:576px){.StudentRegistration_formTitle__M7s9M{font-size:20px}.StudentRegistration_logo__t1MGH{width:120px}}@media screen and (max-width:430px){.StudentRegistration_formTitle__M7s9M{font-size:16px}.StudentRegistration_logo__t1MGH{width:80px}.StudentRegistration_checkIcon__c8Ne8{height:60px;width:60px}.StudentRegistration_responseMsg__qFU5A{font-size:24px}}.DropdownRef_dropdown__rKWbY{word-wrap:break-word;display:grid;position:relative;width:100%}.DropdownRef_dropdownButton__cuAdh{color:var(--grayishDark)}.DropdownRef_dropdownButton__cuAdh,.DropdownRef_dropdownSeletedButton__1w6Km{word-wrap:break-word;align-items:center;background-color:var(--white);border:1px solid var(--gray);border-radius:12px;cursor:pointer;display:flex;font-size:14px;font-weight:400;height:49px;justify-content:space-between;margin-top:8px;padding:16px}.DropdownRef_dropdownSeletedButton__1w6Km{color:var(--blackBlue)}.DropdownRef_dropdownMenu__heXZ5{background-color:var(--white);border:1px solid var(--gray);border-radius:12px;box-shadow:0 4px 8px #0000001a;left:0;list-style-type:none;margin:0;max-height:250px;overflow-y:auto;padding:10px 0;position:absolute;top:100%;width:100%;z-index:1000}.DropdownRef_dropdownMenu__heXZ5 li{word-wrap:break-word;color:var(--darkGrayishBlue);cursor:pointer;font-size:14px;padding:10px 16px}.DropdownRef_dropdownMenu__heXZ5 li:last-child{border-bottom:none}.DropdownRef_dropdownMenu__heXZ5 li:hover{background-color:var(--grayishBlue)}.DropdownRef_searchInput__ixiW5{border:none;border-radius:10px;margin:0 10px;padding:10px 16px;width:calc(100% - 20px)}.DropdownRef_searchInput__ixiW5,.DropdownRef_searchInput__ixiW5:focus{outline:1px solid var(--grayishBlue)}
/*# sourceMappingURL=main.a83d29c8.css.map*/