.Loader-module__LoaderMain{border:10px solid var(--main-grey);border-radius:50%;border-top:1rem solid var(--color-primary);width:10rem;height:10rem;-webkit-animation:Loader-module__spin 2s linear infinite;animation:Loader-module__spin 2s linear infinite;margin:auto}.Loader-module__LoaderButton{border:5px solid var(--main-grey);border-radius:50%;border-top:5px solid var(--color-primary);width:3rem;height:3rem;-webkit-animation:Loader-module__spin 2s linear infinite;animation:Loader-module__spin 2s linear infinite}.Loader-module__LoaderRedButton{border-top:5px solid var(--light-red)}@-webkit-keyframes Loader-module__spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes Loader-module__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Button-module__Button{border:1px solid var(--light-grey);border-radius:.5rem;padding:1rem 2rem;width:fit-content;display:flex;align-items:center;cursor:pointer;justify-content:center;color:var(--primary-black);font-size:16px;gap:1rem;background-color:transparent}.Button-module__ButtonIcon{height:2rem}.Button-module__PrimaryBtn{background-color:var(--color-primary);color:var(--pure-white)}.Button-module__DefaultDisabledClass{opacity:.5}.Button-module__TransparentBtn{background-color:transparent;padding:.5rem 1rem;cursor:pointer;border:0px solid}.Button-module__SecondaryBtn{background-color:var(--color-secondary);color:var(--pure-white)}@media screen and (max-width: 600px){.Button-module__Button{padding:.5rem 1rem;font-size:12px}}.CustomInput-module__Input{border-radius:8px;border:2px solid var(--border-grey);background:var(--white);font-size:14px;color:var(--font-grey);width:100%}.CustomInput-module__Input:focus{outline:none;border:2px solid var(--border-grey);box-shadow:none}.CustomInput-module__Input::placeholder{color:var(--font-grey);font-weight:lighter}.CustomInput-module__dropMenuContainer{display:flex;justify-content:space-between;gap:12px;padding:1px 8px;cursor:default;border-radius:8px;border:2px solid var(--border-grey);background:var(--white);font-size:14px;color:var(--font-grey)}.CustomInput-module__dropMenuContainer div p{font-size:13px}.CustomInput-module__gripIcon{font-size:15px;color:#969595}.CustomInput-module__togglePasswordIcon{position:absolute;right:10px;cursor:pointer;top:6px}.CustomInput-module__common{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 600px){.CustomInput-module__Input{font-size:1rem}.CustomInput-module__togglePasswordIcon{top:3px}}.SignInComponent-module__Wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;background-color:var(--pure-white);border:1px solid var(--border-grey);border-radius:14px;padding:3rem;box-shadow:var(--primary-box-shadow);width:30rem}.SignInComponent-module__RememberMeWrapper{align-self:flex-end}.SignInComponent-module__ForgotPasswordText{align-self:flex-end;color:var(--color-secondary)}.SignInPage-module__Wrapper{width:100%;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.Navbar-module__Wrapper{display:flex;box-shadow:var(--primary-box-shadow);justify-content:space-between;padding:1rem 3rem}.Navbar-module__Logo{width:7rem;cursor:pointer}.Navbar-module__ProfileIcon{font-size:3rem!important;cursor:pointer}.SignUpComponent-module__Wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;background-color:var(--pure-white);border:1px solid var(--border-grey);border-radius:14px;padding:3rem;box-shadow:var(--primary-box-shadow)}.SignUpComponent-module__NameWrapper{display:flex;gap:1rem;width:100%}.SignUpComponent-module__Gender{height:29px;padding:1px 55px;align-self:flex-end}@media screen and (max-width:460px){.SignUpComponent-module__Wrapper{width:30rem}.SignUpComponent-module__NameWrapper{flex-direction:column}.SignUpComponent-module__Gender{align-self:auto;padding:0;margin-top:.5rem}}.SignUpPage-module__Wrapper{width:100%;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.ManageCard-module__Wrapper{box-shadow:var(--primary-box-shadow);display:flex;justify-content:center;align-items:center;border:1px solid rgba(221,221,221,.3);border-radius:14px;width:30rem;height:30rem;padding:2rem;cursor:pointer}@media screen and (max-width:670px){.ManageCard-module__Wrapper{height:20rem}}.Manage-module__Wrapper{width:100%;height:130vh;display:flex;justify-content:center;align-items:center;gap:6rem;flex-direction:column}.Manage-module__cardWrap{width:100%;height:40vh;display:flex;justify-content:center;align-items:center;gap:2rem}@media screen and (max-width:670px){.Manage-module__Wrapper{flex-direction:column;gap:2rem}.Manage-module__cardWrap{flex-direction:column}}.ForgotPassword-module__Wrapper{display:flex;flex-direction:column;gap:1rem;background-color:var(--pure-white);border:1px solid var(--border-grey);border-radius:14px;padding:3rem;box-shadow:var(--primary-box-shadow);width:30rem}.ForgotPassword-module__SendBtn,.ForgotPassword-module__SignIn{align-self:baseline}.ResetPassword-module__Wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;background-color:var(--pure-white);border:1px solid var(--border-grey);border-radius:14px;padding:3rem;box-shadow:var(--primary-box-shadow);width:30rem}.ResetPassword-module__SendBtn,.ResetPassword-module__SignIn{align-self:baseline}.ForgotPasswordPage-module__Wrapper{width:100%;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.TableComponent-module__Wrapper{display:flex;flex-direction:column;gap:2rem;margin:2rem}.TableComponent-module__Input{height:3rem}.TableComponent-module__BtnWrapper{display:flex;justify-content:center;gap:1rem}.TableComponent-module__TableContainer{max-height:440px}@media screen and (max-width: 600px){.TableComponent-module__Wrapper{margin:0}.TableComponent-module__Input{width:11rem}}.ManageDoctorPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.ManageDoctorPage-module__ActionItemsWrapper{display:flex;gap:1rem}.ManageDoctorPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.ManageDoctorPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.ManageDoctorPage-module__RouteText{font-weight:500;font-size:16px}.ManageDoctorPage-module__HomeIcon{font-size:2rem;cursor:pointer}.ManageDoctorPage-module__Input{height:3rem}.ManageDoctorPage-module__VerifiedSelect{width:13rem;height:3.2rem}@media screen and (max-width: 600px){.ManageDoctorPage-module__Input{width:11rem}.ManageDoctorPage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.ManageDoctorPage-module__DashboardText,.ManageDoctorPage-module__RouteText{font-size:14px}.ManageDoctorPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.ManageDoctorPage-module__NavigationWrapper{align-items:normal}.ManageDoctorPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.ManageDoctorPage-module__CustomSelect{width:9.5rem}}.ManagePatientPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.ManagePatientPage-module__ActionItemsWrapper{display:flex;gap:1rem}.ManagePatientPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.ManagePatientPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.ManagePatientPage-module__RouteText{font-weight:500;font-size:16px}.ManagePatientPage-module__HomeIcon{font-size:2rem;cursor:pointer}.ManagePatientPage-module__Input{height:3rem}@media screen and (max-width: 600px){.ManagePatientPage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.ManagePatientPage-module__DashboardText,.ManagePatientPage-module__RouteText{font-size:14px}.ManagePatientPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.ManagePatientPage-module__NavigationWrapper{align-items:normal}.ManagePatientPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.ManagePatientPage-module__CustomSelect{width:9.5rem}.ManagePatientPage-module__Input{width:11rem}}.DoctorDetailComponent-module__Wrapper{display:flex;flex-direction:column;gap:1rem}.DoctorDetailComponent-module__BtnWrapper{display:flex;gap:1rem;align-self:flex-end}.DoctorDetailComponent-module__BreadCrumb{display:flex;justify-content:space-between;margin:2rem}.DoctorDetailComponent-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.DoctorDetailComponent-module__CursorPointer{cursor:pointer}.DoctorDetailComponent-module__RouteText{font-weight:500;font-size:16px}.DoctorDetailComponent-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.DoctorDetailComponent-module__ExportCsvBtn{margin-right:2rem;align-self:flex-end}@media screen and (max-width: 600px){.DoctorDetailComponent-module__DashboardText,.DoctorDetailComponent-module__RouteText{font-size:14px}}.DetailTableComponent-module__Wrapper{display:flex;flex-direction:column;gap:2rem;margin:2rem}.DetailTableComponent-module__Input{height:3rem}.DetailTableComponent-module__BtnWrapper{display:flex;justify-content:center;gap:1rem}@media screen and (max-width: 600px){.DetailTableComponent-module__Wrapper{margin:0}.DetailTableComponent-module__Input{width:11rem}}.ConfirmDetailsPoup-module__Wrapper{display:flex;flex-direction:column;gap:2rem;background-color:var(--pure-white);border-radius:1rem;padding:2rem;min-width:40rem;max-width:100rem}.ConfirmDetailsPoup-module__ButtonWrapper{display:flex;gap:1rem}.ConfirmDetailsPoup-module__DetailItem{font-size:1.7rem}.DoctorDetailPage-module__Wrapper{height:90vh}.LoaderWrapper-module__LoaderWrapper{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.PatientDetailComponent-module__Wrapper{display:flex;flex-direction:column;gap:1rem}.PatientDetailComponent-module__BtnWrapper{display:flex;gap:1rem;align-self:flex-end}.PatientDetailComponent-module__BreadCrumb{display:flex;justify-content:space-between;margin:2rem}.PatientDetailComponent-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.PatientDetailComponent-module__CursorPointer{cursor:pointer}.PatientDetailComponent-module__RouteText{font-weight:500;font-size:16px}.PatientDetailComponent-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.PatientDetailComponent-module__ExportCsvBtn{margin-right:2rem;align-self:flex-end}@media screen and (max-width: 600px){.PatientDetailComponent-module__DashboardText,.PatientDetailComponent-module__RouteText{font-size:14px}}.PatientDetailPage-module__Wrapper{height:90vh}.PopUpCenter-module__Wrapper{width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease-out;background-color:#01162d33;z-index:200;opacity:0}.PopUpCenter-module__Container{width:fit-content;height:fit-content;transition:opacity .15s ease-out,transform .15s ease-out;pointer-events:all;border:1px solid var(--ter-black);box-shadow:0 4px 42px #00000026;margin:1rem;border-radius:.8rem}.ManagePricePage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.ManagePricePage-module__ActionItemsWrapper{display:flex;gap:1rem}.ManagePricePage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.ManagePricePage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.ManagePricePage-module__RouteText{font-weight:500;font-size:16px}.ManagePricePage-module__HomeIcon{font-size:2rem;cursor:pointer}.ManagePricePage-module__Input{height:3rem}@media screen and (max-width: 600px){.ManagePricePage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.ManagePricePage-module__DashboardText,.ManagePricePage-module__RouteText{font-size:14px}.ManagePricePage-module__MenuWrapper{padding:1rem;align-items:flex-start}.ManagePricePage-module__NavigationWrapper{align-items:normal}.ManagePricePage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.ManagePricePage-module__CustomSelect{width:9.5rem}.ManagePricePage-module__Input{width:11rem}}.PriceCreateComponent-module__Wrapper{display:flex;flex-direction:column;gap:1rem}.PriceCreateComponent-module__BtnWrapper{display:flex;gap:1rem;align-self:flex-end}.PriceCreateComponent-module__BreadCrumb{display:flex;justify-content:space-between;margin:2rem}.PriceCreateComponent-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.PriceCreateComponent-module__CursorPointer{cursor:pointer}.PriceCreateComponent-module__RouteText{font-weight:500;font-size:16px}.PriceCreateComponent-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.PriceCreateComponent-module__ExportCsvBtn{margin-right:2rem;align-self:flex-end}@media screen and (max-width: 600px){.PriceCreateComponent-module__DashboardText,.PriceCreateComponent-module__RouteText{font-size:14px}}.PriceDetailComponent-module__Wrapper{display:flex;flex-direction:column;gap:1rem}.PriceDetailComponent-module__BtnWrapper{display:flex;gap:1rem;align-self:flex-end}.PriceDetailComponent-module__BreadCrumb{display:flex;justify-content:space-between;margin:2rem}.PriceDetailComponent-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.PriceDetailComponent-module__CursorPointer{cursor:pointer}.PriceDetailComponent-module__RouteText{font-weight:500;font-size:16px}.PriceDetailComponent-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.PriceDetailComponent-module__ExportCsvBtn{margin-right:2rem;align-self:flex-end}@media screen and (max-width: 600px){.PriceDetailComponent-module__DashboardText,.PriceDetailComponent-module__RouteText{font-size:14px}}.PriceDetailPage-module__Wrapper{height:90vh}.ManagePostPayPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.ManagePostPayPage-module__ActionItemsWrapper{display:flex;justify-content:center;gap:1rem}.ManagePostPayPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.ManagePostPayPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.ManagePostPayPage-module__RouteText{font-weight:500;font-size:16px}.ManagePostPayPage-module__HomeIcon{font-size:2rem;cursor:pointer}.ManagePostPayPage-module__Input{height:3rem}.ManagePostPayPage-module__VerifiedSelect{width:13rem;height:3.2rem}@media screen and (max-width: 600px){.ManagePostPayPage-module__Input{width:11rem}.ManagePostPayPage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.ManagePostPayPage-module__DashboardText,.ManagePostPayPage-module__RouteText{font-size:14px}.ManagePostPayPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.ManagePostPayPage-module__NavigationWrapper{align-items:normal}.ManagePostPayPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.ManagePostPayPage-module__CustomSelect{width:9.5rem}}.UpgradeAccessPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.UpgradeAccessPage-module__inputSection{width:40vw;align-items:center;justify-items:space-between;display:flex;gap:7rem}.UpgradeAccessPage-module__label{font-size:20px;width:100%}.UpgradeAccessPage-module__FormWrapper{margin-top:15vh;display:flex;flex-direction:column;align-items:center;gap:3rem}.UpgradeAccessPage-module__ActionItemsWrapper{display:flex;justify-content:center;gap:1rem}.UpgradeAccessPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.UpgradeAccessPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.UpgradeAccessPage-module__RouteText{font-weight:500;font-size:16px}.UpgradeAccessPage-module__HomeIcon{font-size:2rem;cursor:pointer}.UpgradeAccessPage-module__Input{height:4rem;width:100%;align-self:right}@media screen and (max-width: 600px){.UpgradeAccessPage-module__Input{width:11rem}.UpgradeAccessPage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.UpgradeAccessPage-module__DashboardText,.UpgradeAccessPage-module__RouteText{font-size:14px}.UpgradeAccessPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.UpgradeAccessPage-module__NavigationWrapper{align-items:normal}.UpgradeAccessPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.UpgradeAccessPage-module__CustomSelect{width:9.5rem}}.ViewHistoryPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.ViewHistoryPage-module__inputSection{width:40vw;align-items:center;justify-items:space-between;display:flex;gap:7rem}.ViewHistoryPage-module__divider{height:40rem;width:.25vw;background-color:#000;border:#000}.ViewHistoryPage-module__DetailCard{font-size:x-large;display:flex;flex-direction:column;justify-content:center;gap:2rem}.ViewHistoryPage-module__card{font-size:500px;background-color:#000}.ViewHistoryPage-module__Content{padding:10vh;display:flex;justify-content:space-evenly}.ViewHistoryPage-module__ActionItemsWrapper{display:flex;justify-content:center;gap:1rem}.ViewHistoryPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.ViewHistoryPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.ViewHistoryPage-module__RouteText{font-weight:500;font-size:16px}.ViewHistoryPage-module__HomeIcon{font-size:2rem;cursor:pointer}.ViewHistoryPage-module__divider{width:.2 vw;height:60vh;background-color:#000}.ViewHistoryPage-module__cardHead{display:flex;flex-direction:column;justify-content:center;align-items:center}.ViewHistoryPage-module__avatar{height:1vh;width:1vw}.ViewHistoryPage-module__historyTable{width:fit-content}.ViewHistoryPage-module__history{display:flex;flex-direction:column;gap:5rem}@media screen and (max-width: 600px){.ViewHistoryPage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.ViewHistoryPage-module__DashboardText,.ViewHistoryPage-module__RouteText{font-size:14px}.ViewHistoryPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.ViewHistoryPage-module__NavigationWrapper{align-items:normal}.ViewHistoryPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.ViewHistoryPage-module__Content{flex-direction:column}.ViewHistoryPage-module__divider{width:40rem;height:.2vh}}.HistoryTable-module__wrapper{width:100%}.HistoryTable-module__paper{width:100%;overflow:hidden}.HistoryTable-module__tableContainer{max-height:500px}.HistoryTable-module__headerCell{font-weight:900!important;font-size:1.2rem!important;text-align:center;border:1px solid black}.HistoryTable-module__cell{border:1.2px solid black;font-size:1.2rem!important;text-align:center;font-size:1rem}.HistoryTable-module__link{text-decoration:underline;color:#00f;font-size:1rem}.HistoryTable-module__image{width:50px;height:50px;object-fit:cover}.ViewUserPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.ViewUserPage-module__inputSection{width:40vw;align-items:center;justify-items:space-between;display:flex;gap:7rem}.ViewUserPage-module__divider{height:50rem;width:.25vw;background-color:#000;border:#000}.ViewUserPage-module__DetailCard{font-size:x-large;display:flex;flex-direction:column;justify-content:center;gap:2rem}.ViewUserPage-module__card{font-size:500px;background-color:#000}.ViewUserPage-module__Content{position:sticky;padding:10vh;display:flex;justify-content:space-evenly}.ViewUserPage-module__ActionItemsWrapper{display:flex;justify-content:center;gap:1rem}.ViewUserPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.ViewUserPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.ViewUserPage-module__RouteText{font-weight:500;font-size:16px}.ViewUserPage-module__HomeIcon{font-size:2rem;cursor:pointer}.ViewUserPage-module__divider{width:.2 vw;height:70vh;background-color:#000}.ViewUserPage-module__cardHead{display:flex;flex-direction:column;justify-content:center;align-items:center}.ViewUserPage-module__options{display:flex;flex-direction:column;gap:3rem}.ViewUserPage-module__firstRow{display:flex;flex-direction:row;justify-content:space-evenly;gap:4rem}.ViewUserPage-module__lastRow{display:flex;flex-direction:row;justify-content:space-evenly;gap:2rem}.ViewUserPage-module__dateInput label{font-size:1.5rem;display:flex;align-content:center}.ViewUserPage-module__selectedInfo{text-align:left;font-size:1.5rem}.ViewUserPage-module__searchResults,.ViewUserPage-module__uploadContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.ViewUserPage-module__infoBar{display:flex;flex-direction:row;gap:6rem}.ViewUserPage-module__infoPreview{display:flex;flex-direction:row;gap:1rem}.ViewUserPage-module__uploadContainer a{font-size:1.5rem}.ViewUserPage-module__buttonContainer{height:4rem;display:flex;align-items:center;gap:2rem}.ViewUserPage-module__CustomInputComment{height:15vh;text-align:center}.ViewUserPage-module__CustomInput{height:4rem;width:18.5rem;display:flex;justify-self:center;text-align:center}.ViewUserPage-module__Wrapper{display:flex;font-size:100rem}.ViewUserPage-module__avatar{height:1vh;width:1vw}.ViewUserPage-module__historyTable{width:fit-content}@media screen and (max-width: 600px){.ViewUserPage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.ViewUserPage-module__DashboardText,.ViewUserPage-module__RouteText{font-size:14px}.ViewUserPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.ViewUserPage-module__NavigationWrapper{align-items:normal}.ViewUserPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.ViewUserPage-module__Content{flex-direction:column}.ViewUserPage-module__divider{width:40rem;height:.2vh}}.TicketSupportPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.TicketSupportPage-module__ActionItemsWrapper{display:flex;justify-content:center;gap:1rem}.TicketSupportPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.TicketSupportPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.TicketSupportPage-module__RouteText{font-weight:500;font-size:16px}.TicketSupportPage-module__HomeIcon{font-size:2rem;cursor:pointer}.TicketSupportPage-module__Input{height:3rem}.TicketSupportPage-module__CustomSelect{height:4.5rem;width:15vw;align-self:right;font-size:1.5rem}.TicketSupportPage-module__VerifiedSelect{width:13rem;height:3.2rem}.TicketSupportPage-module__dateInput label{font-size:1.5rem;display:flex;align-content:center}.TicketSupportPage-module__searchWrapper{display:flex;justify-content:space-evenly;align-items:center;gap:3rem}.TicketSupportPage-module__modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.TicketSupportPage-module__modalContent{background:#fff;padding:20px;border-radius:8px;max-width:500px;width:90%;box-shadow:0 5px 15px #0000004d;position:relative;z-index:1001}@media screen and (max-width: 600px){.TicketSupportPage-module__Input{width:11rem}.TicketSupportPage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.TicketSupportPage-module__DashboardText,.TicketSupportPage-module__RouteText{font-size:14px}.TicketSupportPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.TicketSupportPage-module__NavigationWrapper{align-items:normal}.TicketSupportPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.TicketSupportPage-module__CustomSelect{width:9.5rem}}.TicketUpdateComponent-module__card{background-color:#fff;height:60vh;width:50vw;border:#000 .3rem solid;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;text-align:center}.TicketUpdateComponent-module__cardHead{font-size:2rem;display:flex;justify-content:center;align-items:center;width:100%;gap:45%}.TicketUpdateComponent-module__updateBar{font-size:2rem;display:flex;justify-content:center;align-items:center;gap:3rem;width:100%}.TicketUpdateComponent-module__Input{height:12rem;width:60%;text-align:center;font-size:1.5rem;display:flex;margin:auto}.TicketUpdateComponent-module__CustomSelect{text-align:center;height:2.5rem;width:15vw;font-size:1.8rem;z-index:1000;display:flex;margin:auto}.TicketUpdateComponent-module__ButtonGroup{display:flex;gap:3rem}.ViewProgressPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.ViewProgressPage-module__ActionItemsWrapper{display:flex;justify-content:center;gap:1rem}.ViewProgressPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.ViewProgressPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.ViewProgressPage-module__RouteText{font-weight:500;font-size:16px}.ViewProgressPage-module__HomeIcon{font-size:2rem;cursor:pointer}.ViewProgressPage-module__Input{height:3rem}.ViewProgressPage-module__CustomSelect{height:4.5rem;width:15vw;align-self:right;font-size:1.5rem}.ViewProgressPage-module__VerifiedSelect{width:13rem;height:3.2rem}.ViewProgressPage-module__dateInput label{font-size:1.5rem;display:flex;align-content:center}.ViewProgressPage-module__searchWrapper{display:flex;justify-content:space-evenly;align-items:center;gap:3rem}.ViewProgressPage-module__move{display:flex;align-items:center;justify-content:center;border-radius:50%}.ViewProgressPage-module__modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.ViewProgressPage-module__modalContent{background:#fff;padding:20px;border-radius:8px;max-width:500px;width:90%;box-shadow:0 5px 15px #0000004d;position:relative;z-index:1001}@media screen and (max-width: 600px){.ViewProgressPage-module__Input{width:11rem}.ViewProgressPage-module__ActionItemsWrapper{flex-wrap:wrap;justify-content:flex-end;align-items:center}.ViewProgressPage-module__DashboardText,.ViewProgressPage-module__RouteText{font-size:14px}.ViewProgressPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.ViewProgressPage-module__NavigationWrapper{align-items:normal}.ViewProgressPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.ViewProgressPage-module__CustomSelect{width:9.5rem}}.TicketBoardComponent-module__ticketBoard{display:flex;gap:20px;margin:20px;border-top:2px solid black}.TicketBoardComponent-module__column{flex:1;padding:1rem}.TicketBoardComponent-module__columnHeader{display:flex;justify-content:center;align-items:center;margin-bottom:10px;font-size:1.5rem;border-bottom:2px solid black;padding-bottom:1rem}.TicketBoardComponent-module__emptyText{font-style:italic;color:gray}.UserTicketCard-module__card{background-color:#fff;font-size:1.5rem;height:30vh;width:15vw;border:#000 .2rem solid;border-radius:10%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;text-align:center;margin-bottom:2rem}.UserTicketCard-module__card p{word-break:break-all}.UserTicketCard-module__cardHead{font-size:1.5rem;display:flex;flex-direction:column;text-align:left;align-items:left;margin-left:2rem;width:100%}.UserTicketCard-module__cardIcon{display:flex;justify-content:space-between;gap:2rem;margin-right:2rem}.ViewTicketPage-module__MenuWrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem}.ViewTicketPage-module__NavigationWrapper{display:flex;align-items:center;gap:1rem}.ViewTicketPage-module__DashboardText{font-weight:500;font-size:16px;cursor:pointer}.ViewTicketPage-module__RouteText{font-weight:500;font-size:16px}.ViewTicketPage-module__HomeIcon{font-size:2rem;cursor:pointer}.ViewTicketPage-module__container{display:flex;align-items:flex-start;justify-content:space-evenly;min-height:100vh;gap:3rem}.ViewTicketPage-module__leftSection{margin-top:5%;position:sticky;top:0;height:fit-content;font-size:2rem;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a}.ViewTicketPage-module__title{justify-self:center;font-size:24px;font-weight:700;margin-right:40px;flex-shrink:0}.ViewTicketPage-module__timeline{position:relative;overflow-y:auto;border-left:4px solid black;padding-left:30px}.ViewTicketPage-module__timeline-item{position:relative;display:flex;align-items:flex-start}.ViewTicketPage-module__circle{margin-top:1rem;position:absolute;margin-left:-4.2rem;width:2rem;height:2rem;background-color:#000;border-radius:50%}.ViewTicketPage-module__content{background:#fff;font-size:1.5rem;margin-bottom:1.5rem}.ViewTicketPage-module__divider{position:sticky;top:0;height:60rem;width:.25vw;background-color:#000;border:#000}.ViewTicketPage-module__status{font-size:2rem}@media screen and (max-width: 600px){.ViewTicketPage-module__DashboardText,.ViewTicketPage-module__RouteText{font-size:14px}.ViewTicketPage-module__MenuWrapper{padding:1rem;align-items:flex-start}.ViewTicketPage-module__NavigationWrapper{align-items:normal}.ViewTicketPage-module__BtnClass{padding:.5rem 1rem;font-size:12px}.ViewTicketPage-module__container{flex-direction:column;align-items:center}.ViewTicketPage-module__leftSection{position:relative}.ViewTicketPage-module__divider{display:none}}:root{--pure-white: #fff;--color-default: #212529;--color-primary: #000000;--color-secondary: #9e9e9e;--pure-white: #ffffff;--pure-black: #000000;--primary-black: #222222;--dark-black: #200e32;--sec-black: #444444;--ter-black: #888888;--font-black: #0f1629;--font-grey: #3e424a;--primary-grey: #767676;--sec-grey: #aaaaaa;--ter-grey: #bbbbbb;--line-grey: #cccccc;--lig-grey: #dddddd;--quad-grey: #e0e0e0;--pent-grey: #f8f8f8;--hex-grey: #fafafa;--sept-grey: #dbdcdf;--light-grey: #eeeeee;--peg-grey: #f3f3f4;--light-bg-grey: #fdfdfd;--main-grey: #eff2f5;--comp-grey: #b4becc;--primary-orange: #f36a01;--warning-yellow: #ffc107;--primary-blue: #222c65;--sec-mark-blue: #2e7bff;--ter-blue: #0057ff;--main-blue: #0141cf;--sec-blue: #0052fe;--light-blue: #f6f9ff;--peg-blue: #e9f0ff;--light-sec-blue: #e7efff;--light-ter-blue: #1874d2;--primary-red: #d70808;--loss-red: #e75757;--light-red: #d65745;--success-green: #79ea86;--primary-green: #009229;--profit-green: #00a92f;--sec-green: #25e006;--border-grey: #dddddd;--peg-green: #d7fdef;--peg-red: #ffeded;--peg-green-font: #068e5d;--peg-red-font: #be3338;--primary-box-shadow:rgba(149, 157, 165, .2) 0px 8px 24px}html{font-size:62.5%}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}a{text-decoration:none;color:var(--color-primary)}
