mario-core 2.0.2 → 2.0.3-release
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Dashboard-C8i4BvyG.js +1 -0
- package/dist/Dashboard-CZW-qGyN.mjs +206 -0
- package/dist/EmailTemplateDetail-CITCgbC8.mjs +417 -0
- package/dist/EmailTemplateDetail-mdYeUDJg.js +1 -0
- package/dist/EmailTemplateList-BV-QOv5K.mjs +168 -0
- package/dist/EmailTemplateList-Dgf0hucr.js +1 -0
- package/dist/GalleryList-BYwvWx1S.js +1 -0
- package/dist/GalleryList-JJbcEbTi.mjs +329 -0
- package/dist/Login-BWsVc8Np.mjs +1384 -0
- package/dist/Login-SxZya_gO.js +1 -0
- package/dist/NotificationList-BDtxAveg.js +2 -0
- package/dist/NotificationList-BFTZrMUI.mjs +3878 -0
- package/dist/SchoolList-CClJ_UPT.js +1 -0
- package/dist/SchoolList-JmrmL2zE.mjs +5 -0
- package/dist/SkillList-B8uw4QZF.mjs +386 -0
- package/dist/SkillList-D_tQAQqL.js +1 -0
- package/dist/TeacherSelector-BKSay316.mjs +30 -0
- package/dist/TeacherSelector-DXv_vBJI.js +1 -0
- package/dist/TheContent-CDVWxnOm.js +1 -0
- package/dist/TheContent-mTUR10lr.mjs +28 -0
- package/dist/UserContainer-CilrSMeD.mjs +2771 -0
- package/dist/UserContainer-DuoEITq2.js +5 -0
- package/dist/UserDetail-GaRReB9G.mjs +902 -0
- package/dist/UserDetail-qXX-264Q.js +1 -0
- package/dist/UserList-7gE8aU_I.js +5 -0
- package/dist/UserList-B7sk8bc6.mjs +1162 -0
- package/dist/assets/Images.d.ts +14 -14
- package/dist/components/Alerts/CommonAlert.d.ts +3 -3
- package/dist/components/Alerts/EmptyDataAlert.d.ts +8 -8
- package/dist/components/Alerts/ErrorHandler.d.ts +6 -6
- package/dist/components/Alerts/SandboxAlert.d.ts +3 -0
- package/dist/components/Buttons/AddButton.d.ts +7 -7
- package/dist/components/Buttons/AddButtonIcon.d.ts +6 -6
- package/dist/components/Buttons/CloseButton.d.ts +8 -8
- package/dist/components/Buttons/DeleteButtonIcon.d.ts +7 -6
- package/dist/components/Buttons/DetailActionButtons.d.ts +8 -8
- package/dist/components/Buttons/EditButtonIcon.d.ts +7 -6
- package/dist/components/Buttons/LinkEditButton.d.ts +7 -7
- package/dist/components/Buttons/LoginNavButton.d.ts +8 -8
- package/dist/components/Buttons/SyncButton.d.ts +8 -0
- package/dist/components/Buttons/ToggleButton.d.ts +10 -10
- package/dist/components/Buttons/UploadFileButton.d.ts +13 -13
- package/dist/components/Headers/CommonHeader.d.ts +7 -7
- package/dist/components/Image/UploadImage.d.ts +2 -3
- package/dist/components/Inputs/FileInput.d.ts +8 -8
- package/dist/components/Inputs/PasswordInput.d.ts +9 -8
- package/dist/components/Inputs/SearchBox.d.ts +10 -10
- package/dist/components/Inputs/SearchBoxContainer.d.ts +9 -10
- package/dist/components/Labels/RequiredLabel.d.ts +6 -6
- package/dist/components/Loading/Loading.d.ts +3 -3
- package/dist/components/Modals/CommonModal.d.ts +2 -3
- package/dist/components/Modals/NotificationLogoutModal.d.ts +2 -0
- package/dist/components/Modals/NotificationModal.d.ts +2 -3
- package/dist/components/Others/QuitPrompt.d.ts +5 -2
- package/dist/components/Pagination/CustomPagination.d.ts +2 -3
- package/dist/components/Scroll/ScrollToTop.d.ts +3 -0
- package/dist/components/Selectors/AcademicClassSelector.d.ts +2 -3
- package/dist/components/Selectors/CategorySelector.d.ts +2 -0
- package/dist/components/Selectors/CreatableSelector.d.ts +2 -3
- package/dist/components/Selectors/CustomSelector.d.ts +2 -3
- package/dist/components/Selectors/MailCategorySelectors.d.ts +2 -3
- package/dist/components/Selectors/QuestionCategorySelector.d.ts +2 -3
- package/dist/components/Selectors/QuestionTypeSelector.d.ts +2 -3
- package/dist/components/Selectors/StarRatingSelector.d.ts +2 -3
- package/dist/components/Selectors/SuggestionCategorySelector.d.ts +2 -3
- package/dist/components/Selectors/constants/constant.d.ts +10 -0
- package/dist/components/Selectors/hooks/useCategorySelector.d.ts +5 -0
- package/dist/components/Tabs/CustomTab.d.ts +2 -3
- package/dist/components/Tabs/TabsWithComponent.d.ts +10 -0
- package/dist/configs/editorConfig.d.ts +7 -7
- package/dist/constants-CGewtxeZ.mjs +320 -0
- package/dist/constants-CNvNsffe.js +1 -0
- package/dist/containers/Commons/NotFound.d.ts +3 -3
- package/dist/containers/DistrictSchools/views/SchoolList.d.ts +3 -3
- package/dist/containers/EmailTemplate/components/AttachmentFile.d.ts +7 -7
- package/dist/containers/EmailTemplate/components/MailParam.d.ts +7 -7
- package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +13 -13
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +28 -28
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +11 -12
- package/dist/containers/EmailTemplate/views/EmailTemplateDetail.d.ts +3 -3
- package/dist/containers/EmailTemplate/views/EmailTemplateList.d.ts +3 -3
- package/dist/containers/Gallery/components/ActionModal.d.ts +2 -3
- package/dist/containers/Gallery/components/Filter.d.ts +8 -8
- package/dist/containers/Gallery/components/Media.d.ts +7 -8
- package/dist/containers/Gallery/components/MediaDetail.d.ts +6 -7
- package/dist/containers/Gallery/components/MediaList.d.ts +7 -7
- package/dist/containers/Gallery/components/MediaNav.d.ts +17 -18
- package/dist/containers/Gallery/constants/gallery.types.d.ts +21 -20
- package/dist/containers/Gallery/extensions/helpers.d.ts +4 -4
- package/dist/containers/Gallery/hooks/useGalleryList.d.ts +30 -31
- package/dist/containers/Gallery/views/GalleryList.d.ts +6 -6
- package/dist/containers/Login/constant/authConfig.d.ts +38 -0
- package/dist/containers/Login/constant/types.d.ts +34 -0
- package/dist/containers/Login/hooks/useCreatePassword.d.ts +12 -0
- package/dist/containers/Login/hooks/useForgotPassword.d.ts +22 -21
- package/dist/containers/Login/hooks/useLogin.d.ts +29 -16
- package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +4 -4
- package/dist/containers/Login/views/Dashboard.d.ts +3 -3
- package/dist/containers/Login/views/Login.d.ts +9 -9
- package/dist/containers/Login/views/block/BlockBackground.d.ts +7 -0
- package/dist/containers/Login/views/block/BlockCreatePassword.d.ts +2 -0
- package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +6 -3
- package/dist/containers/Login/views/block/BlockLogin.d.ts +21 -7
- package/dist/containers/Login/views/block/BlockResetPassword.d.ts +2 -3
- package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +10 -0
- package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +2 -3
- package/dist/containers/Login/views/block/CloseBlock.d.ts +6 -6
- package/dist/containers/Login/views/block/ContentHomePage.d.ts +5 -5
- package/dist/containers/Login/views/block/IconContent.d.ts +7 -7
- package/dist/containers/Login/views/block/QuoteContent.d.ts +2 -7
- package/dist/containers/Notifications/components/NotificationButton.d.ts +5 -5
- package/dist/containers/Notifications/components/NotificationStatusSelector.d.ts +6 -7
- package/dist/containers/Notifications/hooks/useNotificationList.d.ts +17 -14
- package/dist/containers/Notifications/hooks/useUnreadNotification.d.ts +4 -4
- package/dist/containers/Notifications/views/NotificationList.d.ts +2 -3
- package/dist/containers/Skill/components/SkillDetailModal.d.ts +2 -3
- package/dist/containers/Skill/components/SkillSelector.d.ts +2 -3
- package/dist/containers/Skill/hooks/useSkillDetail.d.ts +19 -20
- package/dist/containers/Skill/hooks/useSkillList.d.ts +9 -10
- package/dist/containers/Skill/views/SkillList.d.ts +3 -3
- package/dist/containers/User/components/AssignStudentModal.d.ts +20 -0
- package/dist/containers/User/components/DeleteBulkModel copy.d.ts +4 -0
- package/dist/containers/User/components/DeleteBulkModel.d.ts +3 -0
- package/dist/containers/User/components/FilterPopover.d.ts +21 -0
- package/dist/containers/User/components/HeaderCell.d.ts +19 -0
- package/dist/containers/User/components/RemoveAssistant.d.ts +3 -0
- package/dist/containers/User/components/RemoveCounselor.d.ts +3 -0
- package/dist/containers/User/components/RemoveSupportTeacher.d.ts +3 -0
- package/dist/containers/User/components/RemoveTeacher.d.ts +3 -0
- package/dist/containers/User/components/SwitchDataTeacherModel.d.ts +12 -0
- package/dist/containers/User/components/SwitchTeacherModal.d.ts +2 -0
- package/dist/containers/User/components/TableHeader.d.ts +15 -0
- package/dist/containers/User/components/TeacherSelector.d.ts +2 -0
- package/dist/containers/User/components/UploadCSVButton.d.ts +11 -0
- package/dist/containers/User/components/UserDeletedModal.d.ts +2 -0
- package/dist/containers/User/configs/changePasswordSchema.d.ts +11 -0
- package/dist/containers/User/configs/userSchema.d.ts +13 -15
- package/dist/containers/User/configs/utils.d.ts +8 -0
- package/dist/containers/User/constants/constants.d.ts +63 -0
- package/dist/containers/User/constants/types.d.ts +265 -0
- package/dist/containers/User/hooks/useAssignStudent.d.ts +44 -0
- package/dist/containers/User/hooks/useAssignStudentList.d.ts +36 -0
- package/dist/containers/User/hooks/useAssistantList.d.ts +9 -0
- package/dist/containers/User/hooks/useCSVImport.d.ts +37 -0
- package/dist/containers/User/hooks/useCSVImportTab.d.ts +45 -0
- package/dist/containers/User/hooks/useClickOutside.d.ts +2 -0
- package/dist/containers/User/hooks/useCounselorList.d.ts +9 -0
- package/dist/containers/User/hooks/useExportUsersCsv.d.ts +5 -0
- package/dist/containers/User/hooks/useFilterPopover.d.ts +37 -0
- package/dist/containers/User/hooks/useResendMail.d.ts +5 -0
- package/dist/containers/User/hooks/useRosterUserSelector.d.ts +8 -0
- package/dist/containers/User/hooks/useSecondaryTeacherList.d.ts +9 -0
- package/dist/containers/User/hooks/useTableHeader.d.ts +20 -0
- package/dist/containers/User/hooks/useTeacherList.d.ts +9 -0
- package/dist/containers/User/hooks/useUserDeletedList.d.ts +21 -0
- package/dist/containers/User/hooks/useUserDeletedModal.d.ts +13 -0
- package/dist/containers/User/hooks/useUserDetail.d.ts +41 -22
- package/dist/containers/User/hooks/useUserList.d.ts +18 -11
- package/dist/containers/User/hooks/userFilters.d.ts +7 -0
- package/dist/containers/User/views/AssignStudentList.d.ts +2 -0
- package/dist/containers/User/views/CSVImport.d.ts +3 -0
- package/dist/containers/User/views/RosterUserSelector.d.ts +8 -0
- package/dist/containers/User/views/UserContainer.d.ts +2 -0
- package/dist/containers/User/views/UserDeletedList.d.ts +2 -0
- package/dist/containers/User/views/UserDetail.d.ts +2 -3
- package/dist/containers/User/views/UserList.d.ts +2 -3
- package/dist/hooks/useFilters.d.ts +7 -0
- package/dist/hooks/useLanguages.d.ts +9 -0
- package/dist/i18n.d.ts +2 -0
- package/dist/index-B4U_4-fu.js +15 -0
- package/dist/index-CFvswiRi.mjs +17591 -0
- package/dist/index.css +1037 -296
- package/dist/index.d.ts +114 -101
- package/dist/index.esm-B63qcj54.js +1 -0
- package/dist/index.esm-D6Zacg53.mjs +19 -0
- package/dist/index.js +24 -7493
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +28540 -6956
- package/dist/index.modern.js.map +1 -1
- package/dist/layouts/TheContent.d.ts +2 -3
- package/dist/mailCategoryService-CEgGm2FV.js +1 -0
- package/dist/mailCategoryService-Dis1n9kR.mjs +11 -0
- package/dist/mario-core.css +1 -0
- package/dist/redux/assessments/action.d.ts +1 -1
- package/dist/redux/assessments/reducer.d.ts +10 -5
- package/dist/redux/assignment/action.d.ts +1 -1
- package/dist/redux/assignment/reducer.d.ts +4 -2
- package/dist/redux/assistants/action.d.ts +1 -1
- package/dist/redux/assistants/reducer.d.ts +4 -2
- package/dist/redux/badges/action.d.ts +1 -1
- package/dist/redux/badges/reducer.d.ts +4 -2
- package/dist/redux/bandScores/action.d.ts +1 -1
- package/dist/redux/bandScores/reducer.d.ts +4 -2
- package/dist/redux/certificate/action.d.ts +1 -1
- package/dist/redux/certificate/reducer.d.ts +4 -2
- package/dist/redux/classes/action.d.ts +1 -1
- package/dist/redux/classes/reducer.d.ts +4 -2
- package/dist/redux/commons/action.d.ts +23 -8
- package/dist/redux/commons/reducer.d.ts +4 -2
- package/dist/redux/conferenceRubrics/action.d.ts +1 -1
- package/dist/redux/conferenceRubrics/reducer.d.ts +4 -2
- package/dist/redux/customAlert/action.d.ts +1 -1
- package/dist/redux/customAlert/reducer.d.ts +4 -2
- package/dist/redux/dashboard/action.d.ts +5 -4
- package/dist/redux/dashboard/reducer.d.ts +4 -2
- package/dist/redux/dataPlayer/action.d.ts +2 -2
- package/dist/redux/dataPlayer/reducer.d.ts +4 -2
- package/dist/redux/emailTemplates/action.d.ts +1 -1
- package/dist/redux/emailTemplates/reducer.d.ts +4 -2
- package/dist/redux/faqs/action.d.ts +1 -1
- package/dist/redux/faqs/reducer.d.ts +4 -2
- package/dist/redux/feedback/action.d.ts +1 -1
- package/dist/redux/feedback/reducer.d.ts +4 -2
- package/dist/redux/gallery/action.d.ts +2 -2
- package/dist/redux/gallery/reducer.d.ts +4 -2
- package/dist/redux/goalExamples/action.d.ts +1 -1
- package/dist/redux/goalExamples/reducer.d.ts +4 -2
- package/dist/redux/improveMyClass/action.d.ts +1 -1
- package/dist/redux/improveMyClass/reducer.d.ts +4 -2
- package/dist/redux/learningStrategies/action.d.ts +1 -1
- package/dist/redux/learningStrategies/reducer.d.ts +4 -2
- package/dist/redux/learningSupportCategories/action.d.ts +1 -1
- package/dist/redux/learningSupportCategories/reducer.d.ts +4 -2
- package/dist/redux/mailCategories/action.d.ts +1 -1
- package/dist/redux/mailCategories/reducer.d.ts +4 -2
- package/dist/redux/navMobile/action.d.ts +1 -0
- package/dist/redux/navMobile/reducer.d.ts +4 -0
- package/dist/redux/notifications/action.d.ts +3 -3
- package/dist/redux/notifications/reducer.d.ts +4 -2
- package/dist/redux/questionBanks/action.d.ts +1 -1
- package/dist/redux/questionBanks/reducer.d.ts +4 -2
- package/dist/redux/questionByCategory/action.d.ts +8 -8
- package/dist/redux/questionByCategory/reducer.d.ts +4 -2
- package/dist/redux/questionCategory/action.d.ts +1 -1
- package/dist/redux/questionCategory/reducer.d.ts +4 -2
- package/dist/redux/reflectionForms/action.d.ts +1 -1
- package/dist/redux/reflectionForms/reducer.d.ts +4 -2
- package/dist/redux/reflectionResults/action.d.ts +1 -1
- package/dist/redux/reflectionResults/reducer.d.ts +4 -2
- package/dist/redux/schoolBlankDays/action.d.ts +1 -1
- package/dist/redux/schoolBlankDays/reducer.d.ts +4 -2
- package/dist/redux/semester/action.d.ts +1 -1
- package/dist/redux/semester/reducer.d.ts +4 -2
- package/dist/redux/sessionPlayers/action.d.ts +5 -4
- package/dist/redux/sessionPlayers/reducer.d.ts +4 -2
- package/dist/redux/sessionTemplateGeneralClasses/action.d.ts +1 -1
- package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +4 -2
- package/dist/redux/sessionTemplates/action.d.ts +1 -1
- package/dist/redux/sessionTemplates/reducer.d.ts +4 -2
- package/dist/redux/skills/action.d.ts +1 -1
- package/dist/redux/skills/reducer.d.ts +4 -2
- package/dist/redux/subjects/action.d.ts +1 -1
- package/dist/redux/subjects/reducer.d.ts +4 -2
- package/dist/redux/suggestionBanks/action.d.ts +1 -1
- package/dist/redux/suggestionBanks/reducer.d.ts +4 -2
- package/dist/redux/teacher/myStudent/action.d.ts +1 -1
- package/dist/redux/teacher/myStudent/reducer.d.ts +4 -2
- package/dist/redux/tutorialScreen/action.d.ts +1 -1
- package/dist/redux/tutorialScreen/reducer.d.ts +10 -5
- package/dist/redux/users/action.d.ts +2 -2
- package/dist/redux/users/reducer.d.ts +4 -2
- package/dist/redux/weeklyQuests/action.d.ts +2 -0
- package/dist/redux/weeklyQuests/reducer.d.ts +12 -0
- package/dist/redux/widget/action.d.ts +1 -1
- package/dist/redux/widget/reducer.d.ts +4 -2
- package/dist/rootReducer.d.ts +106 -48
- package/dist/services/accountService.d.ts +22 -8
- package/dist/services/api.d.ts +3 -3
- package/dist/services/classService.d.ts +1 -1
- package/dist/services/csvImportService.d.ts +9 -0
- package/dist/services/csvService.d.ts +8 -0
- package/dist/services/emailTemplateService.d.ts +7 -6
- package/dist/services/fileServices.d.ts +13 -13
- package/dist/services/galleryService.d.ts +2 -2
- package/dist/services/mailCategoryService.d.ts +1 -1
- package/dist/services/notificationService.d.ts +7 -6
- package/dist/services/questionCategoryService.d.ts +3 -1
- package/dist/services/schoolService.d.ts +2 -0
- package/dist/services/skillService.d.ts +6 -6
- package/dist/services/suggestionCategoryService.d.ts +1 -1
- package/dist/services/userService.d.ts +37 -7
- package/dist/store.d.ts +3 -3
- package/dist/types/Conversation.d.ts +8 -8
- package/dist/types/ConversationMember.d.ts +5 -5
- package/dist/types/Dashboard.d.ts +5 -5
- package/dist/types/Filter.d.ts +16 -10
- package/dist/types/Language.d.ts +8 -0
- package/dist/types/Message.d.ts +13 -13
- package/dist/types/Notification.d.ts +8 -8
- package/dist/types/Payload.d.ts +17 -0
- package/dist/types/user.d.ts +3 -0
- package/dist/types-BvnbDeJF.mjs +5 -0
- package/dist/types-CTFcZUFS.js +1 -0
- package/dist/utils/canAccessRoute.d.ts +2 -2
- package/dist/utils/constants.d.ts +87 -57
- package/dist/utils/debounce.d.ts +2 -2
- package/dist/utils/domHelpers.d.ts +2 -2
- package/dist/utils/encodeParams.d.ts +2 -2
- package/dist/utils/firstCheckToken.d.ts +2 -2
- package/dist/utils/generateRandomString.d.ts +2 -2
- package/dist/utils/getAccessToken.d.ts +2 -2
- package/dist/utils/getCookieValue.d.ts +2 -0
- package/dist/utils/getFileUrl.d.ts +2 -2
- package/dist/utils/getStaticFileUrl.d.ts +2 -0
- package/dist/utils/getTextFromHTML.d.ts +2 -2
- package/dist/utils/utcToLocalTime.d.ts +1 -2
- package/package.json +79 -63
- package/dist/components/Alerts/ReactNotification.d.ts +0 -4
- package/dist/containers/Faq/components/FaqDetailModal.d.ts +0 -3
- package/dist/containers/Faq/hooks/useFaqDetail.d.ts +0 -18
- package/dist/containers/Faq/hooks/useFaqList.d.ts +0 -10
- package/dist/containers/Faq/views/FaqList.d.ts +0 -3
- package/dist/layouts/TheFooter.d.ts +0 -3
- package/dist/layouts/TheHeader.d.ts +0 -3
- package/dist/layouts/TheHeaderDropdown.d.ts +0 -3
- package/dist/layouts/TheLayout.d.ts +0 -3
- package/dist/layouts/TheSidebar.d.ts +0 -3
- package/dist/services/faqService.d.ts +0 -6
package/dist/index.css
CHANGED
|
@@ -6,7 +6,48 @@
|
|
|
6
6
|
--core-light-gray: #f2f2f2;
|
|
7
7
|
--core-light-blue-btn: #20a8d8;
|
|
8
8
|
--core-blue-btn: #1b8eb7;
|
|
9
|
-
--core-blue-border: #1985ac;
|
|
9
|
+
--core-blue-border: #1985ac;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
._2HqmH {
|
|
13
|
+
width: 100%;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
border-radius: 50px !important;
|
|
16
|
+
border: none !important;
|
|
17
|
+
box-shadow: none !important;
|
|
18
|
+
background-color: #EFF3FC !important;
|
|
19
|
+
}
|
|
20
|
+
._2HqmH > span {
|
|
21
|
+
font-family: "Poppins-Regular" !important;
|
|
22
|
+
color: #316CD9 !important;
|
|
23
|
+
line-height: 27px !important;
|
|
24
|
+
font-size: 18px !important;
|
|
25
|
+
font-weight: 700 !important;
|
|
26
|
+
}
|
|
27
|
+
@media (max-width: 768px) {
|
|
28
|
+
._2HqmH > span {
|
|
29
|
+
font-size: 14px !important;
|
|
30
|
+
line-height: 21px !important;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
._2HqmH > div {
|
|
34
|
+
padding: 0 !important;
|
|
35
|
+
}
|
|
36
|
+
._2HqmH > div > svg {
|
|
37
|
+
background: #EFF3FC !important;
|
|
38
|
+
transform: scale(1.5);
|
|
39
|
+
margin-right: 3px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
._2HqmH:hover {
|
|
43
|
+
background-color: #316CD9 !important;
|
|
44
|
+
}
|
|
45
|
+
._2HqmH:hover > span {
|
|
46
|
+
color: #ffffff !important;
|
|
47
|
+
}
|
|
48
|
+
._2HqmH:hover > div > svg {
|
|
49
|
+
background: #316CD9 !important;
|
|
50
|
+
}
|
|
10
51
|
|
|
11
52
|
._2sew7 {
|
|
12
53
|
top: -4px;
|
|
@@ -18,277 +59,536 @@
|
|
|
18
59
|
height: 16px;
|
|
19
60
|
background-color: var(--core-red);
|
|
20
61
|
color: var(--core-white);
|
|
21
|
-
text-align: center;
|
|
62
|
+
text-align: center;
|
|
63
|
+
}
|
|
22
64
|
|
|
23
65
|
/* style for login */
|
|
24
66
|
._3OgWF {
|
|
25
67
|
display: inline-block;
|
|
26
|
-
font-family: Lato;
|
|
27
68
|
font-size: 34px;
|
|
28
69
|
letter-spacing: normal;
|
|
29
70
|
text-align: center;
|
|
30
71
|
text-transform: uppercase;
|
|
31
72
|
line-height: 2;
|
|
32
|
-
color: #ffffff;
|
|
73
|
+
color: #ffffff;
|
|
74
|
+
}
|
|
33
75
|
|
|
34
76
|
._r9cAh {
|
|
35
|
-
background-color:
|
|
36
|
-
border:
|
|
37
|
-
border-radius: 10px;
|
|
77
|
+
background-color: #ffb04f;
|
|
78
|
+
border-radius: 100px;
|
|
38
79
|
padding: 5px 40px;
|
|
39
80
|
text-align: center;
|
|
40
81
|
text-transform: uppercase;
|
|
41
|
-
font-weight:
|
|
42
|
-
font-size:
|
|
82
|
+
font-weight: 600;
|
|
83
|
+
font-size: 20px;
|
|
84
|
+
color: #242424;
|
|
43
85
|
cursor: pointer;
|
|
44
|
-
display: inline-block;
|
|
45
|
-
|
|
46
|
-
|
|
86
|
+
display: inline-block;
|
|
87
|
+
}
|
|
88
|
+
._r9cAh:hover {
|
|
89
|
+
color: inherit;
|
|
90
|
+
background: #f5a037;
|
|
91
|
+
text-decoration: none;
|
|
92
|
+
}
|
|
47
93
|
|
|
48
94
|
._NszFe,
|
|
49
95
|
._MDjzH {
|
|
96
|
+
color: #ffffff !important;
|
|
97
|
+
font-size: 16px;
|
|
98
|
+
font-weight: 500;
|
|
99
|
+
text-align: center;
|
|
100
|
+
}
|
|
101
|
+
._NszFe:hover,
|
|
102
|
+
._MDjzH:hover {
|
|
50
103
|
color: #ffffff;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
._NszFe:hover,
|
|
54
|
-
._MDjzH:hover {
|
|
55
|
-
color: #ffffff;
|
|
56
|
-
text-decoration: none; }
|
|
57
|
-
|
|
58
|
-
._1Swkw {
|
|
59
|
-
color: #ffffff;
|
|
60
|
-
font-family: Lato;
|
|
61
|
-
font-size: 34px;
|
|
62
|
-
text-align: right;
|
|
63
|
-
border-right: 3px #ffffff solid; }
|
|
64
|
-
._1Swkw p {
|
|
65
|
-
margin-bottom: 0;
|
|
66
|
-
font-size: 32px;
|
|
67
|
-
text-align: right; }
|
|
104
|
+
text-decoration: none;
|
|
105
|
+
}
|
|
68
106
|
|
|
69
|
-
.
|
|
107
|
+
._1Swkw p {
|
|
70
108
|
color: #ffffff;
|
|
71
|
-
|
|
72
|
-
font-size:
|
|
109
|
+
margin-bottom: 0;
|
|
110
|
+
font-size: 56px;
|
|
111
|
+
font-weight: 700;
|
|
73
112
|
text-align: left;
|
|
74
|
-
|
|
75
|
-
._gi8vj p {
|
|
76
|
-
margin-bottom: 0;
|
|
77
|
-
font-size: 20px;
|
|
78
|
-
text-align: left;
|
|
79
|
-
opacity: 0.8; }
|
|
113
|
+
}
|
|
80
114
|
|
|
81
|
-
.
|
|
82
|
-
color: #
|
|
83
|
-
|
|
115
|
+
._gi8vj p {
|
|
116
|
+
color: #73c8e5;
|
|
117
|
+
margin-bottom: 0;
|
|
118
|
+
font-size: 24px;
|
|
119
|
+
font-weight: 600;
|
|
120
|
+
text-align: left;
|
|
84
121
|
opacity: 0.8;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
._38Lo1 {
|
|
125
|
+
max-width: 524px;
|
|
126
|
+
overflow-y: auto;
|
|
127
|
+
overflow-x: hidden;
|
|
128
|
+
padding: 20px 0;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
._38Lo1::-webkit-scrollbar {
|
|
132
|
+
display: none;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
._1OzGy {
|
|
136
|
+
width: 50%;
|
|
137
|
+
max-width: 826px;
|
|
138
|
+
border-radius: 5px;
|
|
139
|
+
}
|
|
93
140
|
|
|
94
141
|
._wWIyO {
|
|
95
|
-
width:
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
142
|
+
width: 100%;
|
|
143
|
+
height: 100%;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
._3EZva {
|
|
147
|
+
height: 46px;
|
|
148
|
+
}
|
|
99
149
|
|
|
100
150
|
._3nuns {
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
151
|
+
font-size: 48px;
|
|
152
|
+
font-weight: bold;
|
|
153
|
+
line-height: 56px;
|
|
154
|
+
margin-bottom: 15px;
|
|
155
|
+
font-family: "Montserrat-Bold" !important;
|
|
156
|
+
}
|
|
157
|
+
@media (max-width: 768px) {
|
|
158
|
+
._3nuns {
|
|
159
|
+
font-size: 32px;
|
|
160
|
+
line-height: 40px;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
105
163
|
|
|
106
164
|
._21qb6 {
|
|
107
|
-
margin-bottom: 5px;
|
|
165
|
+
margin-bottom: 5px;
|
|
166
|
+
}
|
|
108
167
|
|
|
109
168
|
._NhW9l {
|
|
110
169
|
font-weight: 500;
|
|
111
170
|
font-size: 32px;
|
|
112
171
|
color: #8b0000;
|
|
113
172
|
line-height: 0.5;
|
|
114
|
-
cursor: pointer;
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
173
|
+
cursor: pointer;
|
|
174
|
+
}
|
|
175
|
+
._NhW9l:hover {
|
|
176
|
+
text-decoration: none;
|
|
177
|
+
color: #8b0000;
|
|
178
|
+
}
|
|
118
179
|
|
|
119
180
|
._3IL10 {
|
|
120
|
-
background-color:
|
|
181
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
121
182
|
cursor: pointer;
|
|
122
183
|
color: #ffffff;
|
|
123
184
|
font-size: 16px;
|
|
124
185
|
font-weight: 500;
|
|
125
186
|
text-align: center;
|
|
126
|
-
padding:
|
|
127
|
-
border-radius:
|
|
187
|
+
padding: 13px 27px;
|
|
188
|
+
border-radius: 4px;
|
|
128
189
|
display: block;
|
|
129
190
|
border: none;
|
|
130
191
|
outline: none;
|
|
131
|
-
width: 100%;
|
|
192
|
+
width: 100%;
|
|
193
|
+
font-family: "Poppins-Regular" !important;
|
|
194
|
+
}
|
|
195
|
+
@media (max-width: 768px) {
|
|
196
|
+
._3IL10 {
|
|
197
|
+
padding: 10px 27px;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
._2OUwW {
|
|
202
|
+
height: 100%;
|
|
203
|
+
max-height: 56px;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
._2Owso {
|
|
207
|
+
font-size: 16px;
|
|
208
|
+
font-family: "Poppins-Regular" !important;
|
|
209
|
+
line-height: 24px;
|
|
210
|
+
}
|
|
211
|
+
@media (max-width: 768px) {
|
|
212
|
+
._2Owso {
|
|
213
|
+
font-size: 14px;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
._fx-kA {
|
|
218
|
+
font-size: 16px;
|
|
219
|
+
font-weight: 400;
|
|
220
|
+
line-height: 24px;
|
|
221
|
+
text-align: left;
|
|
222
|
+
opacity: 0.6;
|
|
223
|
+
}
|
|
224
|
+
@media (max-width: 768px) {
|
|
225
|
+
._fx-kA {
|
|
226
|
+
font-size: 14px;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
._141p1 {
|
|
231
|
+
bottom: 20px;
|
|
232
|
+
position: absolute;
|
|
233
|
+
right: 100px;
|
|
234
|
+
}
|
|
132
235
|
|
|
133
236
|
._Ce3Kg {
|
|
134
|
-
color: #
|
|
237
|
+
color: #2196f3;
|
|
135
238
|
text-align: center;
|
|
136
|
-
font-weight: 500;
|
|
137
|
-
|
|
138
|
-
|
|
239
|
+
font-weight: 500;
|
|
240
|
+
}
|
|
241
|
+
._Ce3Kg:hover {
|
|
242
|
+
color: #336dda;
|
|
243
|
+
}
|
|
139
244
|
|
|
140
245
|
._2t6d9 {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
font-
|
|
246
|
+
text-align: left;
|
|
247
|
+
font-weight: normal;
|
|
248
|
+
font-size: 16px !important;
|
|
249
|
+
}
|
|
144
250
|
|
|
145
|
-
.
|
|
146
|
-
color: #
|
|
147
|
-
|
|
148
|
-
display: block;
|
|
149
|
-
font-weight: 500;
|
|
150
|
-
|
|
151
|
-
|
|
251
|
+
._3bDsd {
|
|
252
|
+
color: #336dda;
|
|
253
|
+
font-size: 16px;
|
|
254
|
+
display: inline-block;
|
|
255
|
+
font-weight: 500;
|
|
256
|
+
font-family: "Poppins-Regular" !important;
|
|
257
|
+
-webkit-text-decoration: revert;
|
|
258
|
+
text-decoration: revert;
|
|
259
|
+
}
|
|
260
|
+
._3bDsd:hover {
|
|
261
|
+
color: #336dda;
|
|
262
|
+
}
|
|
263
|
+
@media (max-width: 768px) {
|
|
264
|
+
._3bDsd {
|
|
265
|
+
font-size: 14px;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
._I4SVu {
|
|
270
|
+
color: #336dda;
|
|
271
|
+
font-size: 16px;
|
|
272
|
+
display: inline-block;
|
|
273
|
+
font-weight: 500;
|
|
274
|
+
font-family: "Poppins-Regular" !important;
|
|
275
|
+
-webkit-text-decoration: revert;
|
|
276
|
+
text-decoration: revert;
|
|
277
|
+
margin-top: 20px;
|
|
278
|
+
}
|
|
279
|
+
._I4SVu:hover {
|
|
280
|
+
color: #336dda;
|
|
281
|
+
}
|
|
282
|
+
@media (max-width: 768px) {
|
|
283
|
+
._I4SVu {
|
|
284
|
+
font-size: 14px;
|
|
285
|
+
}
|
|
286
|
+
}
|
|
152
287
|
|
|
153
288
|
._11FZt {
|
|
154
|
-
font-weight: 500;
|
|
289
|
+
font-weight: 500;
|
|
290
|
+
}
|
|
155
291
|
|
|
156
292
|
._3LXoI {
|
|
157
293
|
text-align: center;
|
|
158
|
-
font-size: 14px;
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
294
|
+
font-size: 14px;
|
|
295
|
+
}
|
|
296
|
+
._3LXoI a {
|
|
297
|
+
font-weight: 500;
|
|
298
|
+
color: #c70000;
|
|
299
|
+
}
|
|
300
|
+
._3LXoI a:hover {
|
|
301
|
+
color: #c70000;
|
|
302
|
+
}
|
|
164
303
|
|
|
165
304
|
._PMcjT {
|
|
166
305
|
color: #c70000;
|
|
167
306
|
font-size: 16px;
|
|
168
307
|
font-weight: 500;
|
|
169
|
-
text-align: center;
|
|
308
|
+
text-align: center;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
._2rZY6 {
|
|
312
|
+
border-radius: 12px;
|
|
313
|
+
padding: 20px 50px;
|
|
314
|
+
margin-right: 20px;
|
|
315
|
+
height: 100%;
|
|
316
|
+
width: 280px;
|
|
317
|
+
}
|
|
318
|
+
._2rZY6 ._3SOdX > p > span {
|
|
319
|
+
font-size: 14px;
|
|
320
|
+
font-weight: 600;
|
|
321
|
+
}
|
|
322
|
+
._2rZY6 ._3SOdX > p {
|
|
323
|
+
font-size: 14px;
|
|
324
|
+
font-weight: 400;
|
|
325
|
+
margin-bottom: 0;
|
|
326
|
+
}
|
|
327
|
+
._2rZY6 ._y9lM2 > img {
|
|
328
|
+
height: 30px;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
._2rZY6:nth-child(1) {
|
|
332
|
+
background: #316cd9;
|
|
333
|
+
color: #ffffff;
|
|
334
|
+
}
|
|
170
335
|
|
|
171
|
-
._2rZY6
|
|
172
|
-
|
|
336
|
+
._2rZY6:nth-child(2) {
|
|
337
|
+
background: #c54140;
|
|
338
|
+
color: #ffffff;
|
|
339
|
+
}
|
|
173
340
|
|
|
174
|
-
._2rZY6
|
|
175
|
-
|
|
341
|
+
._2rZY6:nth-child(3) {
|
|
342
|
+
background: #73c8e5;
|
|
343
|
+
color: #242424;
|
|
344
|
+
}
|
|
176
345
|
|
|
177
346
|
._1TT1q ._NszFe,
|
|
178
347
|
._1TT1q ._MDjzH {
|
|
179
|
-
padding: 0 15px;
|
|
180
|
-
|
|
348
|
+
padding: 0 15px;
|
|
349
|
+
}
|
|
181
350
|
._1TT1q ._r9cAh {
|
|
182
351
|
color: #ffffff;
|
|
183
|
-
margin-left: 15px;
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
352
|
+
margin-left: 15px;
|
|
353
|
+
}
|
|
354
|
+
._1TT1q ._r9cAh:hover {
|
|
355
|
+
background-color: #ffffff;
|
|
356
|
+
color: #8b0000;
|
|
357
|
+
text-decoration: none;
|
|
358
|
+
}
|
|
188
359
|
|
|
189
360
|
._32V6L {
|
|
190
361
|
display: inline-block;
|
|
191
362
|
width: 430px;
|
|
192
363
|
height: 170px;
|
|
193
|
-
box-shadow: 0 3px 6px
|
|
364
|
+
box-shadow: 0 3px 6px rgba(39, 52, 125, 0.1607843137);
|
|
194
365
|
border-radius: 20px;
|
|
195
366
|
opacity: 1;
|
|
196
|
-
padding: 50px;
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
367
|
+
padding: 50px;
|
|
368
|
+
}
|
|
369
|
+
._32V6L ._20YJX {
|
|
370
|
+
width: 70px;
|
|
371
|
+
vertical-align: top;
|
|
372
|
+
}
|
|
373
|
+
._32V6L ._3OgWF {
|
|
374
|
+
width: 70%;
|
|
375
|
+
}
|
|
202
376
|
|
|
203
|
-
._wWIyO {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
377
|
+
._wWIyO label:not(._11FZt) {
|
|
378
|
+
color: #8f9bb3;
|
|
379
|
+
text-transform: uppercase;
|
|
380
|
+
}
|
|
381
|
+
._wWIyO input[type=text],
|
|
382
|
+
._wWIyO input[type=password] {
|
|
383
|
+
width: 100%;
|
|
384
|
+
border-radius: 8px;
|
|
385
|
+
border: 1px solid #D3D3D3;
|
|
386
|
+
height: 50px;
|
|
387
|
+
margin-bottom: 5px;
|
|
388
|
+
padding: 5px 15px;
|
|
389
|
+
}
|
|
390
|
+
._wWIyO input[type=text]::-moz-placeholder, ._wWIyO input[type=password]::-moz-placeholder {
|
|
391
|
+
color: #D3D3D3;
|
|
392
|
+
font-size: 16px;
|
|
393
|
+
font-weight: 400;
|
|
394
|
+
}
|
|
395
|
+
._wWIyO input[type=text]::placeholder,
|
|
396
|
+
._wWIyO input[type=password]::placeholder {
|
|
397
|
+
color: #D3D3D3;
|
|
398
|
+
font-size: 16px;
|
|
399
|
+
font-weight: 400;
|
|
400
|
+
}
|
|
401
|
+
._wWIyO ._1AiX0 {
|
|
402
|
+
transform: scale(1.3);
|
|
403
|
+
margin-left: 2px;
|
|
404
|
+
}
|
|
405
|
+
._wWIyO ._2uNvW {
|
|
406
|
+
font-size: 16px;
|
|
407
|
+
line-height: 27px;
|
|
408
|
+
}
|
|
409
|
+
@media (max-width: 768px) {
|
|
410
|
+
._wWIyO ._2uNvW {
|
|
411
|
+
font-size: 14px;
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
._wWIyO ._pqn4y {
|
|
415
|
+
font-size: 18px;
|
|
416
|
+
opacity: 0.56;
|
|
417
|
+
}
|
|
418
|
+
@media (max-width: 768px) {
|
|
419
|
+
._wWIyO ._pqn4y {
|
|
420
|
+
font-size: 14px;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
._wWIyO ._39BJD {
|
|
424
|
+
margin-bottom: 30px;
|
|
425
|
+
}
|
|
426
|
+
._wWIyO ._39BJD ._ozRAq:disabled {
|
|
427
|
+
background: #E5E5E5;
|
|
428
|
+
}
|
|
429
|
+
._wWIyO input[type=checkbox]._2K9b2 {
|
|
430
|
+
margin-left: 0;
|
|
431
|
+
}
|
|
432
|
+
._wWIyO ._11FZt {
|
|
433
|
+
padding-left: 20px;
|
|
434
|
+
}
|
|
435
|
+
._wWIyO ._3IL10 {
|
|
436
|
+
margin-top: 30px;
|
|
437
|
+
color: #ffffff;
|
|
438
|
+
font-weight: 500;
|
|
439
|
+
font-family: "Poppins-Regular" !important;
|
|
440
|
+
font-size: 18px;
|
|
441
|
+
font-weight: 700;
|
|
442
|
+
border-radius: 100px;
|
|
443
|
+
background-color: #316CD9;
|
|
444
|
+
line-height: 27px;
|
|
445
|
+
}
|
|
446
|
+
._wWIyO ._3IL10:hover {
|
|
447
|
+
background-color: #2196f3;
|
|
448
|
+
color: #ffffff;
|
|
449
|
+
}
|
|
450
|
+
@media (max-width: 768px) {
|
|
224
451
|
._wWIyO ._3IL10 {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
452
|
+
font-size: 14px;
|
|
453
|
+
line-height: 21px;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
._wWIyO ._2VvIr {
|
|
457
|
+
border-radius: 50px;
|
|
458
|
+
}
|
|
459
|
+
._wWIyO ._2A0HF {
|
|
460
|
+
background: #316CD9;
|
|
461
|
+
color: #FFFFFF;
|
|
462
|
+
}
|
|
463
|
+
._wWIyO ._3LXoI {
|
|
464
|
+
position: absolute;
|
|
465
|
+
margin-left: auto;
|
|
466
|
+
margin-right: auto;
|
|
467
|
+
left: 0;
|
|
468
|
+
right: 0;
|
|
469
|
+
bottom: 0;
|
|
470
|
+
text-align: center;
|
|
471
|
+
}
|
|
243
472
|
|
|
244
473
|
._23Sua {
|
|
245
474
|
min-height: 40vh;
|
|
246
|
-
|
|
475
|
+
}
|
|
247
476
|
|
|
248
477
|
._3CWP6 ._3nuns {
|
|
249
|
-
margin-bottom: 0;
|
|
250
|
-
|
|
478
|
+
margin-bottom: 0;
|
|
479
|
+
font-family: "Montserrat-Bold" !important;
|
|
480
|
+
}
|
|
251
481
|
._3CWP6 ._PMcjT {
|
|
252
|
-
margin-bottom: 20px;
|
|
253
|
-
|
|
482
|
+
margin-bottom: 20px;
|
|
483
|
+
font-family: "Poppins-Regular" !important;
|
|
484
|
+
}
|
|
254
485
|
._3CWP6 ._3IL10 {
|
|
255
|
-
margin-bottom: 70px;
|
|
486
|
+
margin-bottom: 70px;
|
|
487
|
+
font-family: "Poppins-Regular" !important;
|
|
488
|
+
}
|
|
256
489
|
|
|
257
490
|
._3Wmco ._13Rk0 {
|
|
258
|
-
padding-bottom: 60px;
|
|
491
|
+
padding-bottom: 60px;
|
|
492
|
+
}
|
|
259
493
|
|
|
260
494
|
* {
|
|
261
|
-
box-sizing: border-box;
|
|
495
|
+
box-sizing: border-box;
|
|
496
|
+
}
|
|
262
497
|
|
|
263
498
|
._o6HKW {
|
|
264
499
|
margin-top: -2rem;
|
|
265
500
|
margin-left: -30px;
|
|
266
|
-
margin-right: -30px;
|
|
501
|
+
margin-right: -30px;
|
|
502
|
+
}
|
|
267
503
|
|
|
504
|
+
._30npl {
|
|
505
|
+
width: 100%;
|
|
506
|
+
height: 100%;
|
|
507
|
+
z-index: 1;
|
|
508
|
+
}
|
|
509
|
+
._30npl img {
|
|
510
|
+
width: 100%;
|
|
511
|
+
height: 100%;
|
|
512
|
+
-o-object-fit: cover;
|
|
513
|
+
object-fit: cover;
|
|
514
|
+
-o-object-position: center;
|
|
515
|
+
object-position: center;
|
|
516
|
+
position: absolute;
|
|
517
|
+
z-index: 1;
|
|
518
|
+
top: 0;
|
|
519
|
+
left: 0;
|
|
520
|
+
}
|
|
521
|
+
._30npl img._3oAH- {
|
|
522
|
+
z-index: 3;
|
|
523
|
+
}
|
|
524
|
+
._30npl img._3oAH-._16rY4 {
|
|
525
|
+
animation: _26nbh 1s ease-in-out forwards;
|
|
526
|
+
}
|
|
527
|
+
._30npl img._3A7Vv {
|
|
528
|
+
z-index: 2;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
@keyframes _26nbh {
|
|
532
|
+
0% {
|
|
533
|
+
opacity: 0;
|
|
534
|
+
}
|
|
535
|
+
100% {
|
|
536
|
+
opacity: 1;
|
|
537
|
+
}
|
|
538
|
+
}
|
|
268
539
|
._F-hjL {
|
|
269
|
-
background-image: url("/images/home.png");
|
|
270
540
|
background-repeat: no-repeat;
|
|
271
|
-
background-size:
|
|
541
|
+
background-size: cover;
|
|
272
542
|
width: 100%;
|
|
273
543
|
height: 100vh;
|
|
274
|
-
background-position: center;
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
544
|
+
background-position: center;
|
|
545
|
+
}
|
|
546
|
+
@media (max-width: 768px) {
|
|
547
|
+
._F-hjL {
|
|
548
|
+
overflow: hidden;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
._F-hjL ._149oA {
|
|
552
|
+
position: relative;
|
|
553
|
+
z-index: 2;
|
|
554
|
+
background: rgba(0, 0, 0, 0.57);
|
|
555
|
+
height: 100%;
|
|
556
|
+
padding: 20px 100px;
|
|
557
|
+
}
|
|
558
|
+
._F-hjL ._149oA ._24U3W > img {
|
|
559
|
+
height: 60px;
|
|
560
|
+
}
|
|
561
|
+
._F-hjL ._149oA ._3Wmco {
|
|
562
|
+
padding-top: 70px;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
._2v-L_ {
|
|
566
|
+
padding: 0 !important;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
._3ncTL {
|
|
570
|
+
width: 100%;
|
|
571
|
+
height: 100%;
|
|
572
|
+
border-radius: 0 5px 5px 0 !important;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
._2kOvJ {
|
|
576
|
+
width: 50%;
|
|
577
|
+
margin-bottom: 25px;
|
|
578
|
+
margin-left: -30px;
|
|
579
|
+
}
|
|
287
580
|
|
|
288
581
|
._39l0X {
|
|
289
|
-
padding: 0;
|
|
290
|
-
|
|
291
|
-
|
|
582
|
+
padding: 0;
|
|
583
|
+
}
|
|
584
|
+
._39l0X > ._1BMwK {
|
|
585
|
+
padding: 0;
|
|
586
|
+
}
|
|
587
|
+
@media screen and (max-width: 767px) {
|
|
588
|
+
._39l0X {
|
|
589
|
+
padding: 0 10px;
|
|
590
|
+
}
|
|
591
|
+
}
|
|
292
592
|
|
|
293
593
|
._1XNpH {
|
|
294
594
|
padding: 4px;
|
|
@@ -300,186 +600,624 @@
|
|
|
300
600
|
font-weight: 500;
|
|
301
601
|
font-size: 0.9em;
|
|
302
602
|
cursor: pointer;
|
|
303
|
-
height: 30px;
|
|
603
|
+
height: 30px;
|
|
604
|
+
}
|
|
304
605
|
|
|
305
606
|
._1XNpH:hover {
|
|
306
607
|
border: 1px solid var(--core-blue-border);
|
|
307
|
-
background-color: var(--core-blue-btn);
|
|
608
|
+
background-color: var(--core-blue-btn);
|
|
609
|
+
}
|
|
308
610
|
|
|
309
611
|
._1z5h9 {
|
|
310
|
-
height: 30px;
|
|
612
|
+
height: 30px;
|
|
613
|
+
}
|
|
311
614
|
|
|
312
615
|
._Gewcf {
|
|
313
616
|
max-width: 300px;
|
|
314
|
-
max-height: 75px;
|
|
617
|
+
max-height: 75px;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
._2vcmv {
|
|
621
|
+
background: #262626 !important;
|
|
622
|
+
}
|
|
315
623
|
|
|
316
624
|
._1hXpy {
|
|
317
625
|
max-width: 160px;
|
|
318
|
-
max-height:
|
|
626
|
+
max-height: 60px;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
._3vb3s li > a {
|
|
630
|
+
color: #808080 !important;
|
|
631
|
+
}
|
|
632
|
+
._3vb3s li > a:hover {
|
|
633
|
+
background: #191919 !important;
|
|
634
|
+
color: white !important;
|
|
635
|
+
}
|
|
636
|
+
._3vb3s li > ._36jSM {
|
|
637
|
+
background: #191919 !important;
|
|
638
|
+
color: white !important;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
._DNrus li > a {
|
|
642
|
+
max-width: 200px;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
._3NEZj,
|
|
646
|
+
._1wUDG {
|
|
647
|
+
background: #262626 !important;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
._1S7Px {
|
|
651
|
+
cursor: pointer;
|
|
652
|
+
font-size: 20px;
|
|
653
|
+
color: #808080;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
._3846X {
|
|
657
|
+
height: 36px;
|
|
658
|
+
width: 36px;
|
|
659
|
+
-o-object-fit: contain;
|
|
660
|
+
object-fit: contain;
|
|
661
|
+
-o-object-position: center;
|
|
662
|
+
object-position: center;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
._1wUDG {
|
|
666
|
+
background: #262626;
|
|
667
|
+
cursor: pointer;
|
|
668
|
+
}
|
|
669
|
+
._1wUDG p {
|
|
670
|
+
color: #808080;
|
|
671
|
+
margin: 0;
|
|
672
|
+
cursor: pointer;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
._2P85D {
|
|
676
|
+
height: 25px;
|
|
677
|
+
margin-right: 15px;
|
|
678
|
+
cursor: pointer;
|
|
679
|
+
color: #808080;
|
|
680
|
+
}
|
|
319
681
|
|
|
320
682
|
._1qjbW {
|
|
321
|
-
height: 90vh;
|
|
683
|
+
height: 90vh;
|
|
684
|
+
}
|
|
322
685
|
|
|
323
686
|
._1I62C label {
|
|
324
687
|
display: block;
|
|
325
688
|
font-size: 16px;
|
|
326
689
|
margin-top: 10px;
|
|
327
|
-
margin-left: 5px;
|
|
328
|
-
|
|
690
|
+
margin-left: 5px;
|
|
691
|
+
}
|
|
329
692
|
._1I62C ._3cLcM {
|
|
330
|
-
display: block;
|
|
693
|
+
display: block;
|
|
694
|
+
}
|
|
331
695
|
|
|
332
696
|
._1krbH ._RQaHE {
|
|
333
697
|
border: none;
|
|
334
698
|
background-color: transparent;
|
|
335
|
-
outline: none;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
699
|
+
outline: none;
|
|
700
|
+
}
|
|
701
|
+
._1krbH ._RQaHE:hover, ._1krbH ._RQaHE:focus, ._1krbH ._RQaHE:active {
|
|
702
|
+
background-color: transparent !important;
|
|
703
|
+
outline: none;
|
|
704
|
+
border: none;
|
|
705
|
+
box-shadow: none !important;
|
|
706
|
+
}
|
|
707
|
+
._1krbH ._RQaHE img {
|
|
708
|
+
width: 40px;
|
|
709
|
+
height: 40px;
|
|
710
|
+
border-radius: 50%;
|
|
711
|
+
}
|
|
712
|
+
._1krbH ._XK8oS {
|
|
713
|
+
width: 30px !important;
|
|
714
|
+
height: auto !important;
|
|
715
|
+
border-radius: 0 !important;
|
|
716
|
+
}
|
|
346
717
|
._1krbH ._3ys4W {
|
|
347
718
|
width: 300px;
|
|
348
719
|
top: 52px !important;
|
|
349
720
|
left: -250px !important;
|
|
350
721
|
transform: none !important;
|
|
351
722
|
border-radius: 10px;
|
|
352
|
-
box-shadow: 0px 3px 6px
|
|
723
|
+
box-shadow: 0px 3px 6px rgba(39, 52, 125, 0.1607843137);
|
|
353
724
|
border: none;
|
|
354
|
-
padding: 15px;
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
725
|
+
padding: 15px;
|
|
726
|
+
}
|
|
727
|
+
._1krbH ._3ys4W:after {
|
|
728
|
+
display: none;
|
|
729
|
+
}
|
|
730
|
+
._1krbH ._3ys4W ._ToOW_ {
|
|
731
|
+
background: transparent;
|
|
732
|
+
}
|
|
733
|
+
._1krbH ._3ys4W ._ToOW_:hover {
|
|
734
|
+
color: #8b0000;
|
|
735
|
+
}
|
|
362
736
|
._1krbH ._3sQlR {
|
|
363
737
|
font-weight: 600;
|
|
364
|
-
border-top: 1px solid
|
|
365
|
-
padding-top: 10px;
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
738
|
+
border-top: 1px solid rgba(39, 52, 125, 0.1607843137);
|
|
739
|
+
padding-top: 10px;
|
|
740
|
+
}
|
|
741
|
+
._1krbH ._3sQlR._3bqSM {
|
|
742
|
+
color: #8b0000;
|
|
743
|
+
}
|
|
744
|
+
._1krbH ._3sQlR ._1jgSI {
|
|
745
|
+
margin-right: 12px;
|
|
746
|
+
}
|
|
371
747
|
._1krbH ._35Ttz img {
|
|
372
748
|
width: 70px;
|
|
373
749
|
height: 70px;
|
|
374
750
|
border-radius: 50%;
|
|
375
|
-
box-shadow: 0px 3px 6px
|
|
376
|
-
border: 2px solid #ffffff;
|
|
377
|
-
|
|
751
|
+
box-shadow: 0px 3px 6px rgba(39, 52, 125, 0.1607843137);
|
|
752
|
+
border: 2px solid #ffffff;
|
|
753
|
+
}
|
|
378
754
|
._1krbH ._3ys4W ._1wc7o {
|
|
379
|
-
padding: 10px 0;
|
|
380
|
-
|
|
755
|
+
padding: 10px 0;
|
|
756
|
+
}
|
|
381
757
|
._1krbH ._3ys4W ._1_9tV {
|
|
382
758
|
color: #8b0000;
|
|
383
|
-
font-weight: 600;
|
|
384
|
-
|
|
759
|
+
font-weight: 600;
|
|
760
|
+
}
|
|
385
761
|
._1krbH ._3S4f2 {
|
|
386
762
|
padding-left: 20px;
|
|
387
|
-
width: 190px;
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
763
|
+
width: 190px;
|
|
764
|
+
}
|
|
765
|
+
._1krbH ._3S4f2 h5,
|
|
766
|
+
._1krbH ._3S4f2 span {
|
|
767
|
+
white-space: nowrap;
|
|
768
|
+
overflow: hidden;
|
|
769
|
+
text-overflow: ellipsis;
|
|
770
|
+
display: inline-block;
|
|
771
|
+
width: 100%;
|
|
772
|
+
}
|
|
773
|
+
._1krbH ._3S4f2 a {
|
|
774
|
+
padding: 0;
|
|
775
|
+
text-decoration: none;
|
|
776
|
+
}
|
|
777
|
+
._1krbH ._3ajui {
|
|
778
|
+
width: 210px;
|
|
779
|
+
top: 40px !important;
|
|
780
|
+
left: -80px !important;
|
|
781
|
+
transform: none !important;
|
|
782
|
+
border-radius: 6px;
|
|
783
|
+
box-shadow: 0px 8px 15px #989898;
|
|
784
|
+
border: none;
|
|
785
|
+
padding: 0 8px;
|
|
786
|
+
}
|
|
787
|
+
._1krbH ._3ajui:after {
|
|
788
|
+
display: none;
|
|
789
|
+
}
|
|
790
|
+
._1krbH ._3ajui ._ToOW_ {
|
|
791
|
+
background: transparent;
|
|
792
|
+
}
|
|
793
|
+
._1krbH ._3Y_y4 {
|
|
794
|
+
color: #242424;
|
|
795
|
+
display: flex;
|
|
796
|
+
padding: 8px;
|
|
797
|
+
border-radius: 6px;
|
|
798
|
+
}
|
|
799
|
+
._1krbH ._3Y_y4:hover {
|
|
800
|
+
background-color: #f1faff;
|
|
801
|
+
color: #009ef7;
|
|
802
|
+
}
|
|
803
|
+
._1krbH ._CzNMi {
|
|
804
|
+
background-color: #f1faff;
|
|
805
|
+
color: #009ef7;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
._1ocBa {
|
|
809
|
+
cursor: pointer;
|
|
810
|
+
font-weight: 500;
|
|
811
|
+
}
|
|
812
|
+
._18NhM, ._1ocBa:hover {
|
|
813
|
+
color: #316cd9;
|
|
814
|
+
}
|
|
815
|
+
._1ocBa svg {
|
|
816
|
+
width: 16px;
|
|
817
|
+
height: 16px;
|
|
818
|
+
}
|
|
819
|
+
._2bquW {
|
|
820
|
+
top: 50%;
|
|
821
|
+
transform: translateY(-50%);
|
|
822
|
+
left: 12px;
|
|
823
|
+
font-size: 14px;
|
|
824
|
+
}
|
|
825
|
+
._3A4G4 {
|
|
826
|
+
padding-left: 28px !important;
|
|
827
|
+
}
|
|
828
|
+
._1MsEW {
|
|
829
|
+
max-height: 200px;
|
|
830
|
+
overflow-y: auto;
|
|
831
|
+
border-radius: 8px;
|
|
832
|
+
}
|
|
833
|
+
._1MsEW input {
|
|
834
|
+
margin-bottom: 5px;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
._2rTzM {
|
|
838
|
+
border-radius: 4px;
|
|
839
|
+
background: white;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
._18y0w {
|
|
843
|
+
padding: 6px 12px 6px 0px;
|
|
844
|
+
border-radius: 0 4px 4px 0;
|
|
845
|
+
color: #fff;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
._3cZAT {
|
|
849
|
+
padding: 5px 8px 7px 6px;
|
|
850
|
+
border-radius: 4px 0 0 4px;
|
|
851
|
+
}
|
|
398
852
|
|
|
399
853
|
@media (max-width: 575px) {
|
|
400
|
-
._F-hjL {
|
|
401
|
-
background-image: url("/images/mobile-bg.png");
|
|
402
|
-
background-color: #ede9ec;
|
|
403
|
-
overflow: hidden; }
|
|
404
|
-
._F-hjL ._wWIyO {
|
|
405
|
-
margin-top: 40%; }
|
|
406
|
-
._F-hjL ._1TT1q {
|
|
407
|
-
padding: 0;
|
|
408
|
-
height: 90vh;
|
|
409
|
-
flex-flow: column; }
|
|
410
|
-
._F-hjL ._1TT1q ._NszFe,
|
|
411
|
-
._F-hjL ._1TT1q ._MDjzH {
|
|
412
|
-
color: #8b0000;
|
|
413
|
-
font-weight: 500;
|
|
414
|
-
margin-bottom: 15px;
|
|
415
|
-
font-size: 24px; }
|
|
416
|
-
._F-hjL ._1TT1q ._r9cAh {
|
|
417
|
-
justify-content: center;
|
|
418
|
-
width: 70%;
|
|
419
|
-
margin: 0 auto;
|
|
420
|
-
border: #8b0000;
|
|
421
|
-
color: #ffffff;
|
|
422
|
-
background-color: #8b0000; }
|
|
423
|
-
._F-hjL ._1TT1q ._r9cAh :hover {
|
|
424
|
-
background-color: transparent;
|
|
425
|
-
color: #8b0000; }
|
|
426
854
|
._1INnO {
|
|
427
|
-
display: none;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
.
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
855
|
+
display: none;
|
|
856
|
+
}
|
|
857
|
+
._38Lo1 {
|
|
858
|
+
width: 358px;
|
|
859
|
+
}
|
|
860
|
+
._wWIyO {
|
|
861
|
+
padding: 50px 20px !important;
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
@media (max-width: 575px) and (max-width: 768px) {
|
|
865
|
+
._wWIyO {
|
|
866
|
+
padding-top: 30px !important;
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
@media (max-width: 768px) {
|
|
870
|
+
._2v-L_ {
|
|
871
|
+
display: none;
|
|
872
|
+
}
|
|
873
|
+
._wWIyO {
|
|
874
|
+
border-radius: 5px !important;
|
|
875
|
+
}
|
|
876
|
+
._38Lo1 {
|
|
877
|
+
width: 500px !important;
|
|
878
|
+
max-width: 95%;
|
|
879
|
+
}
|
|
880
|
+
._2yRc8 {
|
|
881
|
+
font-size: 30px;
|
|
882
|
+
color: #ffffff;
|
|
883
|
+
}
|
|
884
|
+
._149oA {
|
|
885
|
+
padding: 20px !important;
|
|
886
|
+
}
|
|
887
|
+
._13Rk0 ._1Swkw > p {
|
|
888
|
+
font-size: 40px;
|
|
889
|
+
font-weight: 700;
|
|
890
|
+
text-align: center;
|
|
891
|
+
}
|
|
892
|
+
._13Rk0 ._gi8vj > p {
|
|
893
|
+
font-size: 16px;
|
|
894
|
+
font-weight: 600;
|
|
895
|
+
text-align: center;
|
|
896
|
+
}
|
|
897
|
+
._141p1 {
|
|
898
|
+
right: 20px;
|
|
899
|
+
}
|
|
900
|
+
._ABUIP {
|
|
901
|
+
overflow-x: scroll;
|
|
902
|
+
-ms-overflow-style: none;
|
|
903
|
+
scrollbar-width: none;
|
|
904
|
+
}
|
|
905
|
+
._ABUIP::-webkit-scrollbar {
|
|
906
|
+
display: none;
|
|
907
|
+
}
|
|
908
|
+
._F-hjL ._1TT1q ._NszFe {
|
|
909
|
+
width: 70%;
|
|
910
|
+
border: #8b0000;
|
|
911
|
+
color: #ffffff;
|
|
912
|
+
max-width: 500px;
|
|
913
|
+
margin: 5px auto;
|
|
914
|
+
background-color: #8b0000;
|
|
915
|
+
border-radius: 10px;
|
|
916
|
+
padding: 5px 40px;
|
|
917
|
+
}
|
|
918
|
+
._F-hjL ._1TT1q ._MDjzH {
|
|
919
|
+
width: 70%;
|
|
920
|
+
border: #8b0000;
|
|
921
|
+
max-width: 500px;
|
|
922
|
+
margin: 5px auto;
|
|
923
|
+
border-radius: 10px;
|
|
924
|
+
color: #ffffff;
|
|
925
|
+
background-color: #8b0000;
|
|
926
|
+
padding: 5px 40px;
|
|
927
|
+
}
|
|
928
|
+
._F-hjL ._1TT1q ._r9cAh {
|
|
929
|
+
justify-content: center;
|
|
930
|
+
width: 70%;
|
|
931
|
+
max-width: 500px;
|
|
932
|
+
margin: 5px auto;
|
|
933
|
+
border: #8b0000;
|
|
934
|
+
color: #ffffff;
|
|
935
|
+
background-color: #8b0000;
|
|
936
|
+
}
|
|
937
|
+
._F-hjL ._1TT1q ._r9cAh :hover {
|
|
938
|
+
background-color: transparent;
|
|
939
|
+
color: #8b0000;
|
|
940
|
+
}
|
|
941
|
+
._1INnO {
|
|
942
|
+
display: none;
|
|
943
|
+
}
|
|
944
|
+
._WX97m {
|
|
945
|
+
padding: 10px 40px !important;
|
|
946
|
+
}
|
|
947
|
+
._WX97m {
|
|
948
|
+
background: white;
|
|
949
|
+
padding: 20px;
|
|
950
|
+
margin-top: 10px;
|
|
951
|
+
}
|
|
952
|
+
._WX97m > ul > li > a {
|
|
953
|
+
width: 100% !important;
|
|
954
|
+
border: none !important;
|
|
955
|
+
color: #000000 !important;
|
|
956
|
+
background-color: #fff !important;
|
|
957
|
+
text-align: left;
|
|
958
|
+
padding: 0 !important;
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
@media (min-width: 768px) {
|
|
460
962
|
._2LIqK {
|
|
461
|
-
display: none;
|
|
963
|
+
display: none;
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
._2Zz97 ._3-yp5 {
|
|
967
|
+
z-index: -1;
|
|
968
|
+
}
|
|
462
969
|
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
970
|
+
._1KcY7 {
|
|
971
|
+
padding: 10px 75px;
|
|
972
|
+
border-top: 1px solid #DFE0DF;
|
|
973
|
+
cursor: pointer;
|
|
974
|
+
font-size: 20px;
|
|
975
|
+
text-align: center;
|
|
976
|
+
margin-bottom: 0;
|
|
977
|
+
transition: background-color 0.5s ease-out;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
._1KcY7:hover {
|
|
981
|
+
background: #336DDA;
|
|
982
|
+
color: white;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
._dOVso {
|
|
986
|
+
background: #336DDA;
|
|
987
|
+
color: white;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
._3ZqxI > div {
|
|
991
|
+
border-radius: 7px;
|
|
992
|
+
}
|
|
993
|
+
._3ZqxI ._g-p72 {
|
|
994
|
+
font-weight: 500;
|
|
995
|
+
line-height: 1.6;
|
|
996
|
+
font-size: 20px;
|
|
997
|
+
padding: 10px 20px;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
._DrSlA {
|
|
1001
|
+
background: #EFF3FC;
|
|
1002
|
+
font-size: 15px;
|
|
1003
|
+
color: #ad9292;
|
|
1004
|
+
border-radius: 50px;
|
|
1005
|
+
cursor: pointer;
|
|
1006
|
+
display: flex;
|
|
1007
|
+
align-items: center;
|
|
1008
|
+
justify-content: center;
|
|
1009
|
+
padding: 10px 0;
|
|
1010
|
+
}
|
|
1011
|
+
._DrSlA img {
|
|
1012
|
+
height: 26px;
|
|
1013
|
+
margin-right: 10px;
|
|
1014
|
+
}
|
|
1015
|
+
._DrSlA p {
|
|
1016
|
+
margin-bottom: 0;
|
|
1017
|
+
font-size: 18px;
|
|
1018
|
+
font-weight: 700;
|
|
1019
|
+
line-height: 27px;
|
|
1020
|
+
text-align: left;
|
|
1021
|
+
color: #316CD9;
|
|
1022
|
+
font-family: "Poppins-Regular" !important;
|
|
1023
|
+
}
|
|
1024
|
+
@media (max-width: 768px) {
|
|
1025
|
+
._DrSlA p {
|
|
1026
|
+
font-size: 14px;
|
|
1027
|
+
line-height: 21px;
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
._DrSlA:hover {
|
|
1032
|
+
background: #316CD9;
|
|
1033
|
+
}
|
|
1034
|
+
._DrSlA:hover p {
|
|
1035
|
+
color: #ffffff;
|
|
1036
|
+
}
|
|
1037
|
+
._DrSlA:hover ._20YJX {
|
|
1038
|
+
width: 32px !important;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
._3Vgah {
|
|
1042
|
+
padding-top: 108px;
|
|
1043
|
+
padding-right: 16px;
|
|
1044
|
+
}
|
|
1045
|
+
._3Vgah > div {
|
|
1046
|
+
display: flex;
|
|
1047
|
+
align-items: center;
|
|
1048
|
+
justify-content: center;
|
|
1049
|
+
font-weight: 600;
|
|
1050
|
+
font-size: 16px;
|
|
1051
|
+
line-height: 24px;
|
|
1052
|
+
color: #242424;
|
|
1053
|
+
padding: 12px 20px;
|
|
1054
|
+
border: none;
|
|
1055
|
+
border-radius: 8px;
|
|
1056
|
+
}
|
|
1057
|
+
._1jraB > div {
|
|
1058
|
+
background-color: #d9eee4;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
._1sfzz {
|
|
1062
|
+
padding: 0 12px;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
@media (max-width: 599.95px) {
|
|
1066
|
+
._3Vgah {
|
|
1067
|
+
padding-right: 8px;
|
|
1068
|
+
padding-top: 72px;
|
|
1069
|
+
max-width: 250px;
|
|
1070
|
+
width: -moz-fit-content;
|
|
1071
|
+
width: fit-content;
|
|
1072
|
+
}
|
|
1073
|
+
._3Vgah > div {
|
|
1074
|
+
align-items: self-start;
|
|
1075
|
+
font-size: 14px;
|
|
1076
|
+
line-height: 20px;
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
@media (min-width: 599.95px) and (max-width: 1279.95px) {
|
|
1080
|
+
._3Vgah {
|
|
1081
|
+
padding-right: 8px;
|
|
1082
|
+
padding-top: 88px;
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
._2geWX {
|
|
1086
|
+
table-layout: fixed;
|
|
1087
|
+
width: 100%;
|
|
1088
|
+
}
|
|
1089
|
+
._2geWX td p {
|
|
1090
|
+
white-space: nowrap;
|
|
1091
|
+
overflow: hidden;
|
|
1092
|
+
text-overflow: ellipsis;
|
|
1093
|
+
padding: 4px 8px;
|
|
1094
|
+
margin: 0;
|
|
1095
|
+
}
|
|
1096
|
+
._2geWX div p {
|
|
1097
|
+
white-space: nowrap;
|
|
1098
|
+
overflow: hidden;
|
|
1099
|
+
text-overflow: ellipsis;
|
|
1100
|
+
padding: 2px 8px;
|
|
1101
|
+
margin: 0;
|
|
1102
|
+
}
|
|
466
1103
|
|
|
1104
|
+
._3QMZ8 {
|
|
1105
|
+
width: 140px;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
._2RT7O {
|
|
1109
|
+
width: 40px;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
._c0zqU {
|
|
1113
|
+
width: 80px;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
._3ewxz {
|
|
1117
|
+
width: 20%;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
._1HLzj {
|
|
1121
|
+
line-height: 40px;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
._OqRPX {
|
|
1125
|
+
position: absolute;
|
|
1126
|
+
z-index: 1000;
|
|
1127
|
+
bottom: 0;
|
|
1128
|
+
right: 0;
|
|
1129
|
+
background: transparent;
|
|
1130
|
+
padding: 0 7px;
|
|
1131
|
+
letter-spacing: 2px;
|
|
1132
|
+
color: #fff;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
._M600U {
|
|
1136
|
+
cursor: pointer;
|
|
1137
|
+
border: none;
|
|
1138
|
+
outline: none;
|
|
1139
|
+
background: transparent;
|
|
1140
|
+
}
|
|
1141
|
+
._M600U:hover {
|
|
1142
|
+
color: #316CD9;
|
|
1143
|
+
text-decoration: underline;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
._FOQGD div {
|
|
1147
|
+
font-size: 14px !important;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
._18VBi h5 {
|
|
1151
|
+
display: flex;
|
|
1152
|
+
justify-content: space-between;
|
|
1153
|
+
align-items: center;
|
|
1154
|
+
width: 100%;
|
|
1155
|
+
}
|
|
1156
|
+
._18VBi h5 div {
|
|
1157
|
+
font-size: 18px;
|
|
1158
|
+
font-weight: 700;
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
._1ok5g {
|
|
1162
|
+
text-transform: capitalize;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
._27Gz6 {
|
|
1166
|
+
width: 100%;
|
|
1167
|
+
padding: 0 !important;
|
|
1168
|
+
margin-bottom: 8px;
|
|
1169
|
+
border: none;
|
|
1170
|
+
background: transparent;
|
|
1171
|
+
outline: none;
|
|
1172
|
+
box-shadow: none !important;
|
|
1173
|
+
text-align: left !important;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
._MocxV::-moz-placeholder {
|
|
1177
|
+
text-transform: capitalize;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
._MocxV::placeholder {
|
|
1181
|
+
text-transform: capitalize;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
._3SqG- ._39I0- {
|
|
1185
|
+
padding: 10px 75px;
|
|
1186
|
+
border-top: 1px solid #dfe0df;
|
|
1187
|
+
cursor: pointer;
|
|
1188
|
+
font-size: 20px;
|
|
1189
|
+
text-align: center;
|
|
1190
|
+
margin-bottom: 0;
|
|
1191
|
+
transition: background-color 0.5s ease-out;
|
|
1192
|
+
}
|
|
1193
|
+
._3SqG- ._AMasE {
|
|
1194
|
+
background: #336dda !important;
|
|
1195
|
+
color: #fff !important;
|
|
1196
|
+
}
|
|
1197
|
+
._3SqG- ._39I0-:hover {
|
|
1198
|
+
background: #336dda;
|
|
1199
|
+
color: #fff;
|
|
1200
|
+
}
|
|
467
1201
|
._297lu {
|
|
468
1202
|
width: 100%;
|
|
469
|
-
height: 100%;
|
|
1203
|
+
height: 100%;
|
|
1204
|
+
}
|
|
470
1205
|
|
|
471
1206
|
._fAgyT {
|
|
472
1207
|
height: 120px;
|
|
473
|
-
width: 84px;
|
|
1208
|
+
width: 84px;
|
|
1209
|
+
}
|
|
474
1210
|
|
|
475
1211
|
._174lZ {
|
|
476
1212
|
width: 84px;
|
|
477
1213
|
height: 84px;
|
|
478
1214
|
-o-object-fit: contain;
|
|
479
|
-
object-fit: contain;
|
|
1215
|
+
object-fit: contain;
|
|
1216
|
+
}
|
|
480
1217
|
|
|
481
1218
|
._27ch0 {
|
|
482
|
-
background-color:
|
|
1219
|
+
background-color: rgba(15, 163, 255, 0.1254901961) !important;
|
|
1220
|
+
}
|
|
483
1221
|
|
|
484
1222
|
._2KvRR {
|
|
485
1223
|
text-align: center;
|
|
@@ -487,13 +1225,16 @@
|
|
|
487
1225
|
text-overflow: ellipsis;
|
|
488
1226
|
display: -webkit-box;
|
|
489
1227
|
-webkit-line-clamp: 2;
|
|
490
|
-
-webkit-box-orient: vertical;
|
|
1228
|
+
-webkit-box-orient: vertical;
|
|
1229
|
+
}
|
|
491
1230
|
|
|
492
1231
|
._1thMc label {
|
|
493
1232
|
display: block;
|
|
494
1233
|
font-size: 16px;
|
|
495
1234
|
margin-top: 10px;
|
|
496
|
-
margin-left: 5px;
|
|
1235
|
+
margin-left: 5px;
|
|
1236
|
+
}
|
|
497
1237
|
|
|
498
1238
|
._1Yddg {
|
|
499
|
-
height: 38px;
|
|
1239
|
+
height: 38px;
|
|
1240
|
+
}
|