mario-core 2.0.0 → 2.0.1-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/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/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 -15
- package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +4 -0
- package/dist/containers/Login/views/Dashboard.d.ts +3 -3
- package/dist/containers/Login/views/Login.d.ts +9 -8
- 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 -0
- 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.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.d.ts +114 -101
- package/dist/index.js +24 -7326
- package/dist/index.modern.js +28540 -6799
- package/dist/layouts/TheContent.d.ts +2 -3
- 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 -7
- 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/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/index.css +0 -499
- package/dist/index.js.map +0 -1
- package/dist/index.modern.js.map +0 -1
- package/dist/index.test.d.ts +0 -1
- 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/redux/bandScoreBreakPoint/action.d.ts +0 -1
- package/dist/redux/bandScoreBreakPoint/reducer.d.ts +0 -2
- package/dist/services/faqService.d.ts +0 -6
package/dist/index.css
DELETED
|
@@ -1,499 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--core-white: #fff;
|
|
3
|
-
--core-red: #f00;
|
|
4
|
-
--core-gray: #ccc;
|
|
5
|
-
--core-light-blue: #d2e1f8;
|
|
6
|
-
--core-light-gray: #f2f2f2;
|
|
7
|
-
--core-light-blue-btn: #20a8d8;
|
|
8
|
-
--core-blue-btn: #1b8eb7;
|
|
9
|
-
--core-blue-border: #1985ac; }
|
|
10
|
-
|
|
11
|
-
._2sew7 {
|
|
12
|
-
top: -4px;
|
|
13
|
-
right: -3px;
|
|
14
|
-
transform: translate(50%, -50%);
|
|
15
|
-
margin: 2px;
|
|
16
|
-
border-radius: 50%;
|
|
17
|
-
width: 16px;
|
|
18
|
-
height: 16px;
|
|
19
|
-
background-color: var(--core-red);
|
|
20
|
-
color: var(--core-white);
|
|
21
|
-
text-align: center; }
|
|
22
|
-
|
|
23
|
-
/* style for login */
|
|
24
|
-
._3OgWF {
|
|
25
|
-
display: inline-block;
|
|
26
|
-
font-family: Lato;
|
|
27
|
-
font-size: 34px;
|
|
28
|
-
letter-spacing: normal;
|
|
29
|
-
text-align: center;
|
|
30
|
-
text-transform: uppercase;
|
|
31
|
-
line-height: 2;
|
|
32
|
-
color: #ffffff; }
|
|
33
|
-
|
|
34
|
-
._r9cAh {
|
|
35
|
-
background-color: transparent;
|
|
36
|
-
border: 2px #ffffff solid;
|
|
37
|
-
border-radius: 10px;
|
|
38
|
-
padding: 5px 40px;
|
|
39
|
-
text-align: center;
|
|
40
|
-
text-transform: uppercase;
|
|
41
|
-
font-weight: 500;
|
|
42
|
-
font-size: 22px;
|
|
43
|
-
cursor: pointer;
|
|
44
|
-
display: inline-block; }
|
|
45
|
-
._r9cAh:hover {
|
|
46
|
-
color: inherit; }
|
|
47
|
-
|
|
48
|
-
._NszFe,
|
|
49
|
-
._MDjzH {
|
|
50
|
-
color: #ffffff;
|
|
51
|
-
font-size: 20px;
|
|
52
|
-
text-align: center; }
|
|
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; }
|
|
68
|
-
|
|
69
|
-
._gi8vj {
|
|
70
|
-
color: #ffffff;
|
|
71
|
-
font-family: Lato;
|
|
72
|
-
font-size: 20px;
|
|
73
|
-
text-align: left;
|
|
74
|
-
opacity: 0.8; }
|
|
75
|
-
._gi8vj p {
|
|
76
|
-
margin-bottom: 0;
|
|
77
|
-
font-size: 20px;
|
|
78
|
-
text-align: left;
|
|
79
|
-
opacity: 0.8; }
|
|
80
|
-
|
|
81
|
-
._3SOdX {
|
|
82
|
-
color: #ffffff;
|
|
83
|
-
font-size: 16px;
|
|
84
|
-
opacity: 0.8;
|
|
85
|
-
letter-spacing: normal;
|
|
86
|
-
line-height: 1.5; }
|
|
87
|
-
._3SOdX p {
|
|
88
|
-
color: #ffffff;
|
|
89
|
-
font-size: 16px;
|
|
90
|
-
opacity: 0.8;
|
|
91
|
-
letter-spacing: normal;
|
|
92
|
-
line-height: 1.5; }
|
|
93
|
-
|
|
94
|
-
._wWIyO {
|
|
95
|
-
width: 400px;
|
|
96
|
-
background-color: #ffffff;
|
|
97
|
-
border-radius: 10px;
|
|
98
|
-
box-shadow: 0 3px 6px #00000029; }
|
|
99
|
-
|
|
100
|
-
._3nuns {
|
|
101
|
-
color: #8b0000;
|
|
102
|
-
text-align: center;
|
|
103
|
-
font-size: 32px;
|
|
104
|
-
font-weight: 500; }
|
|
105
|
-
|
|
106
|
-
._21qb6 {
|
|
107
|
-
margin-bottom: 5px; }
|
|
108
|
-
|
|
109
|
-
._NhW9l {
|
|
110
|
-
font-weight: 500;
|
|
111
|
-
font-size: 32px;
|
|
112
|
-
color: #8b0000;
|
|
113
|
-
line-height: 0.5;
|
|
114
|
-
cursor: pointer; }
|
|
115
|
-
._NhW9l:hover {
|
|
116
|
-
text-decoration: none;
|
|
117
|
-
color: #8b0000; }
|
|
118
|
-
|
|
119
|
-
._3IL10 {
|
|
120
|
-
background-color: #c70000;
|
|
121
|
-
cursor: pointer;
|
|
122
|
-
color: #ffffff;
|
|
123
|
-
font-size: 16px;
|
|
124
|
-
font-weight: 500;
|
|
125
|
-
text-align: center;
|
|
126
|
-
padding: 8px;
|
|
127
|
-
border-radius: 5px;
|
|
128
|
-
display: block;
|
|
129
|
-
border: none;
|
|
130
|
-
outline: none;
|
|
131
|
-
width: 100%; }
|
|
132
|
-
|
|
133
|
-
._Ce3Kg {
|
|
134
|
-
color: #c70000;
|
|
135
|
-
text-align: center;
|
|
136
|
-
font-weight: 500; }
|
|
137
|
-
._Ce3Kg:hover {
|
|
138
|
-
color: #c70000; }
|
|
139
|
-
|
|
140
|
-
._2t6d9 {
|
|
141
|
-
color: #8b0000;
|
|
142
|
-
text-align: center;
|
|
143
|
-
font-weight: 600; }
|
|
144
|
-
|
|
145
|
-
._2oh2a {
|
|
146
|
-
color: #c70000;
|
|
147
|
-
text-align: center;
|
|
148
|
-
display: block;
|
|
149
|
-
font-weight: 500; }
|
|
150
|
-
._2oh2a:hover {
|
|
151
|
-
color: #c70000; }
|
|
152
|
-
|
|
153
|
-
._11FZt {
|
|
154
|
-
font-weight: 500; }
|
|
155
|
-
|
|
156
|
-
._3LXoI {
|
|
157
|
-
text-align: center;
|
|
158
|
-
font-size: 14px; }
|
|
159
|
-
._3LXoI a {
|
|
160
|
-
font-weight: 500;
|
|
161
|
-
color: #c70000; }
|
|
162
|
-
._3LXoI a:hover {
|
|
163
|
-
color: #c70000; }
|
|
164
|
-
|
|
165
|
-
._PMcjT {
|
|
166
|
-
color: #c70000;
|
|
167
|
-
font-size: 16px;
|
|
168
|
-
font-weight: 500;
|
|
169
|
-
text-align: center; }
|
|
170
|
-
|
|
171
|
-
._2rZY6 ._3SOdX {
|
|
172
|
-
padding-left: 0; }
|
|
173
|
-
|
|
174
|
-
._2rZY6 ._y9lM2 {
|
|
175
|
-
padding-top: 10px; }
|
|
176
|
-
|
|
177
|
-
._1TT1q ._NszFe,
|
|
178
|
-
._1TT1q ._MDjzH {
|
|
179
|
-
padding: 0 15px; }
|
|
180
|
-
|
|
181
|
-
._1TT1q ._r9cAh {
|
|
182
|
-
color: #ffffff;
|
|
183
|
-
margin-left: 15px; }
|
|
184
|
-
._1TT1q ._r9cAh:hover {
|
|
185
|
-
background-color: #ffffff;
|
|
186
|
-
color: #8b0000;
|
|
187
|
-
text-decoration: none; }
|
|
188
|
-
|
|
189
|
-
._32V6L {
|
|
190
|
-
display: inline-block;
|
|
191
|
-
width: 430px;
|
|
192
|
-
height: 170px;
|
|
193
|
-
box-shadow: 0 3px 6px #27347d29;
|
|
194
|
-
border-radius: 20px;
|
|
195
|
-
opacity: 1;
|
|
196
|
-
padding: 50px; }
|
|
197
|
-
._32V6L ._20YJX {
|
|
198
|
-
width: 70px;
|
|
199
|
-
vertical-align: top; }
|
|
200
|
-
._32V6L ._3OgWF {
|
|
201
|
-
width: 70%; }
|
|
202
|
-
|
|
203
|
-
._wWIyO {
|
|
204
|
-
padding: 20px;
|
|
205
|
-
position: relative; }
|
|
206
|
-
._wWIyO label:not(._11FZt) {
|
|
207
|
-
color: #8f9bb3;
|
|
208
|
-
text-transform: uppercase; }
|
|
209
|
-
._wWIyO input[type="text"],
|
|
210
|
-
._wWIyO input[type="password"] {
|
|
211
|
-
width: 100%;
|
|
212
|
-
border: 1px #e4e9f2;
|
|
213
|
-
border-radius: 4px;
|
|
214
|
-
background-color: #f7f9fc;
|
|
215
|
-
height: 40px;
|
|
216
|
-
margin-bottom: 5px; }
|
|
217
|
-
._wWIyO ._39BJD {
|
|
218
|
-
margin-bottom: 30px; }
|
|
219
|
-
._wWIyO input[type="checkbox"]._2K9b2 {
|
|
220
|
-
margin-left: 0; }
|
|
221
|
-
._wWIyO ._11FZt {
|
|
222
|
-
padding-left: 20px;
|
|
223
|
-
margin-bottom: 30px; }
|
|
224
|
-
._wWIyO ._3IL10 {
|
|
225
|
-
margin-bottom: 20px;
|
|
226
|
-
color: #ffffff; }
|
|
227
|
-
._wWIyO ._3IL10:hover {
|
|
228
|
-
color: #ffffff; }
|
|
229
|
-
._wWIyO ._3LXoI {
|
|
230
|
-
position: absolute;
|
|
231
|
-
margin-left: auto;
|
|
232
|
-
margin-right: auto;
|
|
233
|
-
left: 0;
|
|
234
|
-
right: 0;
|
|
235
|
-
bottom: 0;
|
|
236
|
-
text-align: center; }
|
|
237
|
-
._wWIyO ._2oh2a {
|
|
238
|
-
margin-bottom: 100px; }
|
|
239
|
-
|
|
240
|
-
._2TucC {
|
|
241
|
-
min-height: 40vh;
|
|
242
|
-
margin-top: 25vh !important; }
|
|
243
|
-
|
|
244
|
-
._23Sua {
|
|
245
|
-
min-height: 40vh;
|
|
246
|
-
margin-top: 25vh !important; }
|
|
247
|
-
|
|
248
|
-
._3CWP6 ._3nuns {
|
|
249
|
-
margin-bottom: 0; }
|
|
250
|
-
|
|
251
|
-
._3CWP6 ._PMcjT {
|
|
252
|
-
margin-bottom: 20px; }
|
|
253
|
-
|
|
254
|
-
._3CWP6 ._3IL10 {
|
|
255
|
-
margin-bottom: 70px; }
|
|
256
|
-
|
|
257
|
-
._3Wmco ._13Rk0 {
|
|
258
|
-
padding-bottom: 60px; }
|
|
259
|
-
|
|
260
|
-
* {
|
|
261
|
-
box-sizing: border-box; }
|
|
262
|
-
|
|
263
|
-
._o6HKW {
|
|
264
|
-
margin-top: -2rem;
|
|
265
|
-
margin-left: -30px;
|
|
266
|
-
margin-right: -30px; }
|
|
267
|
-
|
|
268
|
-
._F-hjL {
|
|
269
|
-
background-image: url("/images/home.png");
|
|
270
|
-
background-repeat: no-repeat;
|
|
271
|
-
background-size: 100vw auto;
|
|
272
|
-
width: 100%;
|
|
273
|
-
height: 100vh;
|
|
274
|
-
background-position: center; }
|
|
275
|
-
._F-hjL ._1TT1q {
|
|
276
|
-
padding-top: 40px;
|
|
277
|
-
padding-right: 60px;
|
|
278
|
-
justify-content: flex-end; }
|
|
279
|
-
._F-hjL ._3Wmco {
|
|
280
|
-
padding-top: 60px;
|
|
281
|
-
padding-right: 50px;
|
|
282
|
-
padding-left: 50px; }
|
|
283
|
-
._F-hjL ._3CWP6 {
|
|
284
|
-
margin-top: 15%; }
|
|
285
|
-
._F-hjL ._wWIyO {
|
|
286
|
-
margin-top: 10%; }
|
|
287
|
-
|
|
288
|
-
._39l0X {
|
|
289
|
-
padding: 0; }
|
|
290
|
-
._39l0X > ._1BMwK {
|
|
291
|
-
padding: 0; }
|
|
292
|
-
|
|
293
|
-
._1XNpH {
|
|
294
|
-
padding: 4px;
|
|
295
|
-
margin-bottom: 0;
|
|
296
|
-
border: 1px solid var(--core-light-blue-btn);
|
|
297
|
-
background-color: var(--core-light-blue-btn);
|
|
298
|
-
border-radius: 2px;
|
|
299
|
-
color: #fff;
|
|
300
|
-
font-weight: 500;
|
|
301
|
-
font-size: 0.9em;
|
|
302
|
-
cursor: pointer;
|
|
303
|
-
height: 30px; }
|
|
304
|
-
|
|
305
|
-
._1XNpH:hover {
|
|
306
|
-
border: 1px solid var(--core-blue-border);
|
|
307
|
-
background-color: var(--core-blue-btn); }
|
|
308
|
-
|
|
309
|
-
._1z5h9 {
|
|
310
|
-
height: 30px; }
|
|
311
|
-
|
|
312
|
-
._Gewcf {
|
|
313
|
-
max-width: 300px;
|
|
314
|
-
max-height: 75px; }
|
|
315
|
-
|
|
316
|
-
._1hXpy {
|
|
317
|
-
max-width: 160px;
|
|
318
|
-
max-height: 40px; }
|
|
319
|
-
|
|
320
|
-
._1qjbW {
|
|
321
|
-
height: 90vh; }
|
|
322
|
-
|
|
323
|
-
._1I62C label {
|
|
324
|
-
display: block;
|
|
325
|
-
font-size: 16px;
|
|
326
|
-
margin-top: 10px;
|
|
327
|
-
margin-left: 5px; }
|
|
328
|
-
|
|
329
|
-
._1I62C ._3cLcM {
|
|
330
|
-
display: block; }
|
|
331
|
-
|
|
332
|
-
._1krbH ._RQaHE {
|
|
333
|
-
border: none;
|
|
334
|
-
background-color: transparent;
|
|
335
|
-
outline: none; }
|
|
336
|
-
._1krbH ._RQaHE:hover, ._1krbH ._RQaHE:focus, ._1krbH ._RQaHE:active {
|
|
337
|
-
background-color: transparent !important;
|
|
338
|
-
outline: none;
|
|
339
|
-
border: none;
|
|
340
|
-
box-shadow: none !important; }
|
|
341
|
-
._1krbH ._RQaHE img {
|
|
342
|
-
width: 40px;
|
|
343
|
-
height: 40px;
|
|
344
|
-
border-radius: 50%; }
|
|
345
|
-
|
|
346
|
-
._1krbH ._3ys4W {
|
|
347
|
-
width: 300px;
|
|
348
|
-
top: 52px !important;
|
|
349
|
-
left: -250px !important;
|
|
350
|
-
transform: none !important;
|
|
351
|
-
border-radius: 10px;
|
|
352
|
-
box-shadow: 0px 3px 6px #27347d29;
|
|
353
|
-
border: none;
|
|
354
|
-
padding: 15px; }
|
|
355
|
-
._1krbH ._3ys4W:after {
|
|
356
|
-
display: none; }
|
|
357
|
-
._1krbH ._3ys4W ._ToOW_ {
|
|
358
|
-
background: transparent; }
|
|
359
|
-
._1krbH ._3ys4W ._ToOW_:hover {
|
|
360
|
-
color: #8b0000; }
|
|
361
|
-
|
|
362
|
-
._1krbH ._3sQlR {
|
|
363
|
-
font-weight: 600;
|
|
364
|
-
border-top: 1px solid #27347d29;
|
|
365
|
-
padding-top: 10px; }
|
|
366
|
-
._1krbH ._3sQlR._3bqSM {
|
|
367
|
-
color: #8b0000; }
|
|
368
|
-
._1krbH ._3sQlR ._1jgSI {
|
|
369
|
-
margin-right: 12px; }
|
|
370
|
-
|
|
371
|
-
._1krbH ._35Ttz img {
|
|
372
|
-
width: 70px;
|
|
373
|
-
height: 70px;
|
|
374
|
-
border-radius: 50%;
|
|
375
|
-
box-shadow: 0px 3px 6px #27347d29;
|
|
376
|
-
border: 2px solid #ffffff; }
|
|
377
|
-
|
|
378
|
-
._1krbH ._3ys4W ._1wc7o {
|
|
379
|
-
padding: 10px 0; }
|
|
380
|
-
|
|
381
|
-
._1krbH ._3ys4W ._1_9tV {
|
|
382
|
-
color: #8b0000;
|
|
383
|
-
font-weight: 600; }
|
|
384
|
-
|
|
385
|
-
._1krbH ._3S4f2 {
|
|
386
|
-
padding-left: 20px;
|
|
387
|
-
width: 190px; }
|
|
388
|
-
._1krbH ._3S4f2 h5,
|
|
389
|
-
._1krbH ._3S4f2 span {
|
|
390
|
-
white-space: nowrap;
|
|
391
|
-
overflow: hidden;
|
|
392
|
-
text-overflow: ellipsis;
|
|
393
|
-
display: inline-block;
|
|
394
|
-
width: 100%; }
|
|
395
|
-
._1krbH ._3S4f2 a {
|
|
396
|
-
padding: 0;
|
|
397
|
-
text-decoration: none; }
|
|
398
|
-
|
|
399
|
-
@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
|
-
._1INnO {
|
|
427
|
-
display: none; } }
|
|
428
|
-
|
|
429
|
-
@media (min-width: 768px) and (max-width: 991px) {
|
|
430
|
-
._F-hjL {
|
|
431
|
-
background-image: url("/images/mobile bg@2x.png");
|
|
432
|
-
background-color: #ede9ec;
|
|
433
|
-
overflow: hidden; }
|
|
434
|
-
._F-hjL ._wWIyO {
|
|
435
|
-
margin-top: 40%; }
|
|
436
|
-
._F-hjL ._1TT1q {
|
|
437
|
-
padding: 0;
|
|
438
|
-
height: 93vh;
|
|
439
|
-
flex-flow: column; }
|
|
440
|
-
._F-hjL ._1TT1q ._NszFe,
|
|
441
|
-
._F-hjL ._1TT1q ._MDjzH {
|
|
442
|
-
color: #8b0000;
|
|
443
|
-
font-weight: 500;
|
|
444
|
-
margin-bottom: 10px;
|
|
445
|
-
font-size: 24px; }
|
|
446
|
-
._F-hjL ._1TT1q ._r9cAh {
|
|
447
|
-
justify-content: center;
|
|
448
|
-
width: 70%;
|
|
449
|
-
margin: 0 auto;
|
|
450
|
-
border: #8b0000;
|
|
451
|
-
color: #ffffff;
|
|
452
|
-
background-color: #8b0000; }
|
|
453
|
-
._F-hjL ._1TT1q ._r9cAh :hover {
|
|
454
|
-
background-color: transparent;
|
|
455
|
-
color: #8b0000; }
|
|
456
|
-
._2uvkV {
|
|
457
|
-
display: none; } }
|
|
458
|
-
|
|
459
|
-
@media (min-width: 992px) and (max-width: 1199px) {
|
|
460
|
-
._2LIqK {
|
|
461
|
-
display: none; } }
|
|
462
|
-
|
|
463
|
-
@media (min-width: 1200px) {
|
|
464
|
-
._2LIqK {
|
|
465
|
-
display: none; } }
|
|
466
|
-
|
|
467
|
-
._297lu {
|
|
468
|
-
width: 100%;
|
|
469
|
-
height: 100%; }
|
|
470
|
-
|
|
471
|
-
._fAgyT {
|
|
472
|
-
height: 120px;
|
|
473
|
-
width: 84px; }
|
|
474
|
-
|
|
475
|
-
._174lZ {
|
|
476
|
-
width: 84px;
|
|
477
|
-
height: 84px;
|
|
478
|
-
-o-object-fit: contain;
|
|
479
|
-
object-fit: contain; }
|
|
480
|
-
|
|
481
|
-
._27ch0 {
|
|
482
|
-
background-color: #0fa3ff20 !important; }
|
|
483
|
-
|
|
484
|
-
._2KvRR {
|
|
485
|
-
text-align: center;
|
|
486
|
-
overflow: hidden;
|
|
487
|
-
text-overflow: ellipsis;
|
|
488
|
-
display: -webkit-box;
|
|
489
|
-
-webkit-line-clamp: 2;
|
|
490
|
-
-webkit-box-orient: vertical; }
|
|
491
|
-
|
|
492
|
-
._1thMc label {
|
|
493
|
-
display: block;
|
|
494
|
-
font-size: 16px;
|
|
495
|
-
margin-top: 10px;
|
|
496
|
-
margin-left: 5px; }
|
|
497
|
-
|
|
498
|
-
._1Yddg {
|
|
499
|
-
height: 38px; }
|