mario-core 3.0.8-admin → 3.0.8-es
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-DiUm-pc-.js +186 -0
- package/dist/Dashboard-HV1eiElu.cjs +1 -0
- package/dist/EmailTemplateDetail-D0D3bpWO.cjs +1 -0
- package/dist/EmailTemplateDetail-KvZuTCLF.js +411 -0
- package/dist/EmailTemplateList-B3YqSFaY.js +172 -0
- package/dist/EmailTemplateList-BAejgUUG.cjs +1 -0
- package/dist/FaqList-D5XugT5h.js +320 -0
- package/dist/FaqList-DpUzQ2vq.cjs +1 -0
- package/dist/GalleryList-B5QA3Rol.cjs +1 -0
- package/dist/GalleryList-CTo33BcT.js +53 -0
- package/dist/Login-CHAmP5ek.js +897 -0
- package/dist/Login-Cxbto5eM.cjs +1 -0
- package/dist/NotificationList-2Mf_NsOP.js +3631 -0
- package/dist/NotificationList-D1jMOBwH.cjs +8 -0
- package/dist/SchoolList-CClJ_UPT.cjs +1 -0
- package/dist/SchoolList-JmrmL2zE.js +5 -0
- package/dist/SkillList-BMyhRY78.js +406 -0
- package/dist/SkillList-DlMx_Evw.cjs +1 -0
- package/dist/TeacherSelector-B4zvSVhk.js +71 -0
- package/dist/TeacherSelector-DORi8RIb.cjs +1 -0
- package/dist/TheContent-BHmlooLu.cjs +1 -0
- package/dist/TheContent-V2T-Pqz8.js +38 -0
- package/dist/UserContainer-B-4oVOEp.cjs +1 -0
- package/dist/UserContainer-BaHMryYI.js +2337 -0
- package/dist/UserDetail-B-Mq_itT.cjs +1 -0
- package/dist/UserDetail-BBRiU97G.js +665 -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/Buttons/AddButton.d.ts +8 -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 +6 -6
- package/dist/components/Buttons/DetailActionButtons.d.ts +9 -8
- package/dist/components/Buttons/EditButtonIcon.d.ts +6 -6
- package/dist/components/Buttons/LinkEditButton.d.ts +8 -7
- package/dist/components/Buttons/LoginNavButton.d.ts +8 -8
- 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 +8 -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 -3
- package/dist/components/Selectors/AcademicClassSelector.d.ts +2 -3
- 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/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 +8 -7
- package/dist/containers/EmailTemplate/components/MailParam.d.ts +8 -7
- package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +13 -13
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +27 -28
- package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +11 -11
- package/dist/containers/EmailTemplate/views/EmailTemplateDetail.d.ts +3 -3
- package/dist/containers/EmailTemplate/views/EmailTemplateList.d.ts +3 -3
- package/dist/containers/Faq/components/FaqDetailModal.d.ts +2 -3
- package/dist/containers/Faq/hooks/useFaqDetail.d.ts +17 -18
- package/dist/containers/Faq/hooks/useFaqList.d.ts +9 -9
- package/dist/containers/Faq/views/FaqList.d.ts +3 -3
- package/dist/containers/Gallery/components/ActionModal.d.ts +2 -3
- package/dist/containers/Gallery/components/Filter.d.ts +9 -8
- package/dist/containers/Gallery/components/Media.d.ts +9 -8
- package/dist/containers/Gallery/components/MediaDetail.d.ts +7 -7
- package/dist/containers/Gallery/components/MediaList.d.ts +7 -7
- package/dist/containers/Gallery/components/MediaNav.d.ts +19 -18
- package/dist/containers/Gallery/constants/gallery.types.d.ts +21 -21
- 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/components/GoogleLoginButton.d.ts +10 -0
- package/dist/containers/Login/constant/authConfig.d.ts +38 -0
- package/dist/containers/Login/constant/types.d.ts +27 -0
- package/dist/containers/Login/hooks/useForgotPassword.d.ts +20 -21
- package/dist/containers/Login/hooks/useLogin.d.ts +26 -23
- 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 +8 -9
- package/dist/containers/Login/views/block/BlockBackground.d.ts +7 -0
- package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +6 -3
- package/dist/containers/Login/views/block/BlockLogin.d.ts +9 -7
- package/dist/containers/Login/views/block/BlockResetPassword.d.ts +2 -3
- package/dist/containers/Login/views/block/BlockSelectTeacher.d.ts +11 -12
- 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 -3
- 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 -17
- 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 +10 -9
- package/dist/containers/Skill/views/SkillList.d.ts +3 -3
- package/dist/containers/User/components/AssignStudentModal.d.ts +19 -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/RemoveTeacher.d.ts +3 -0
- package/dist/containers/User/components/TableHeader.d.ts +14 -0
- package/dist/containers/User/components/TeacherSelector.d.ts +2 -0
- package/dist/containers/User/configs/changePasswordSchema.d.ts +11 -10
- package/dist/containers/User/configs/constants.d.ts +62 -0
- package/dist/containers/User/configs/type.d.ts +210 -0
- package/dist/containers/User/configs/userSchema.d.ts +15 -15
- package/dist/containers/User/hooks/useAssignStudent.d.ts +33 -0
- package/dist/containers/User/hooks/useAssignStudentList.d.ts +33 -0
- package/dist/containers/User/hooks/useAssistantList.d.ts +9 -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/useFilterPopover.d.ts +36 -0
- package/dist/containers/User/hooks/useTableHeader.d.ts +19 -0
- package/dist/containers/User/hooks/useTeacherList.d.ts +9 -0
- package/dist/containers/User/hooks/useUserDetail.d.ts +31 -24
- package/dist/containers/User/hooks/useUserList.d.ts +14 -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/UserContainer.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/useClassFontSize.d.ts +4 -0
- package/dist/hooks/useFilters.d.ts +7 -8
- package/dist/i18n.d.ts +2 -2
- package/dist/index-C95SWLrn.js +18163 -0
- package/dist/index-DixwqZ17.cjs +29 -0
- package/dist/index.d.ts +111 -110
- package/dist/index.esm-BckW25l9.cjs +1 -0
- package/dist/index.esm-hqKUWCW0.js +15 -0
- package/dist/index.js +1 -10373
- package/dist/index.modern.js +159 -10213
- package/dist/layouts/TheContent.d.ts +3 -3
- package/dist/mailCategoryService-BqDtPJRc.js +10 -0
- package/dist/mailCategoryService-DBMJOyls.cjs +1 -0
- package/dist/mario-core.css +5 -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 +18 -18
- 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 -5
- 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 -1
- package/dist/redux/navMobile/reducer.d.ts +4 -2
- 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 -5
- 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/widget/action.d.ts +1 -1
- package/dist/redux/widget/reducer.d.ts +4 -2
- package/dist/rootReducer.d.ts +96 -49
- package/dist/services/accountService.d.ts +13 -12
- package/dist/services/api.d.ts +3 -3
- package/dist/services/classService.d.ts +1 -1
- package/dist/services/emailTemplateService.d.ts +6 -6
- package/dist/services/faqService.d.ts +6 -6
- package/dist/services/fileServices.d.ts +13 -13
- package/dist/services/galleryService.d.ts +2 -2
- package/dist/services/languageService.d.ts +1 -0
- package/dist/services/mailCategoryService.d.ts +1 -1
- package/dist/services/notificationService.d.ts +7 -7
- package/dist/services/questionCategoryService.d.ts +1 -1
- package/dist/services/schoolService.d.ts +1 -0
- package/dist/services/skillService.d.ts +6 -6
- package/dist/services/suggestionCategoryService.d.ts +1 -1
- package/dist/services/userService.d.ts +21 -9
- 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 +10 -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/utils/canAccessRoute.d.ts +2 -2
- package/dist/utils/constants.d.ts +77 -67
- 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 +2 -2
- package/package.json +68 -77
- package/dist/components/Alerts/ReactNotification.d.ts +0 -4
- package/dist/containers/Login/constant/type.d.ts +0 -5
- package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
- package/dist/index.css +0 -658
- 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/TheLanguageDropdown.d.ts +0 -3
- package/dist/layouts/TheLayout.d.ts +0 -4
- package/dist/layouts/TheSidebar.d.ts +0 -3
- package/dist/types/Payload.d.ts +0 -15
- package/dist/utils/amplitude.d.ts +0 -1
package/dist/index.css
DELETED
|
@@ -1,658 +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
|
-
._2HqmH {
|
|
12
|
-
width: 100%;
|
|
13
|
-
justify-content: center; }
|
|
14
|
-
._2HqmH > span {
|
|
15
|
-
font-family: "Poppins-Regular" !important; }
|
|
16
|
-
|
|
17
|
-
._2sew7 {
|
|
18
|
-
top: -4px;
|
|
19
|
-
right: -3px;
|
|
20
|
-
transform: translate(50%, -50%);
|
|
21
|
-
margin: 2px;
|
|
22
|
-
border-radius: 50%;
|
|
23
|
-
width: 16px;
|
|
24
|
-
height: 16px;
|
|
25
|
-
background-color: var(--core-red);
|
|
26
|
-
color: var(--core-white);
|
|
27
|
-
text-align: center; }
|
|
28
|
-
|
|
29
|
-
/* style for login */
|
|
30
|
-
._3OgWF {
|
|
31
|
-
display: inline-block;
|
|
32
|
-
font-size: 34px;
|
|
33
|
-
letter-spacing: normal;
|
|
34
|
-
text-align: center;
|
|
35
|
-
text-transform: uppercase;
|
|
36
|
-
line-height: 2;
|
|
37
|
-
color: #ffffff; }
|
|
38
|
-
|
|
39
|
-
._r9cAh {
|
|
40
|
-
background-color: #ffb04f;
|
|
41
|
-
border-radius: 100px;
|
|
42
|
-
padding: 5px 40px;
|
|
43
|
-
text-align: center;
|
|
44
|
-
text-transform: uppercase;
|
|
45
|
-
font-weight: 600;
|
|
46
|
-
font-size: 20px;
|
|
47
|
-
color: #242424;
|
|
48
|
-
cursor: pointer;
|
|
49
|
-
display: inline-block; }
|
|
50
|
-
._r9cAh:hover {
|
|
51
|
-
color: inherit;
|
|
52
|
-
background: #f5a037;
|
|
53
|
-
text-decoration: none; }
|
|
54
|
-
|
|
55
|
-
._NszFe,
|
|
56
|
-
._MDjzH {
|
|
57
|
-
color: #ffffff !important;
|
|
58
|
-
font-size: 16px;
|
|
59
|
-
font-weight: 500;
|
|
60
|
-
text-align: center; }
|
|
61
|
-
._NszFe:hover,
|
|
62
|
-
._MDjzH:hover {
|
|
63
|
-
color: #ffffff;
|
|
64
|
-
text-decoration: none; }
|
|
65
|
-
|
|
66
|
-
._1Swkw p {
|
|
67
|
-
color: #ffffff;
|
|
68
|
-
margin-bottom: 0;
|
|
69
|
-
font-size: 56px;
|
|
70
|
-
font-weight: 700;
|
|
71
|
-
text-align: left; }
|
|
72
|
-
|
|
73
|
-
._gi8vj p {
|
|
74
|
-
color: #73c8e5;
|
|
75
|
-
margin-bottom: 0;
|
|
76
|
-
font-size: 24px;
|
|
77
|
-
font-weight: 600;
|
|
78
|
-
text-align: left;
|
|
79
|
-
opacity: 0.8; }
|
|
80
|
-
|
|
81
|
-
._38Lo1 {
|
|
82
|
-
width: 826px; }
|
|
83
|
-
|
|
84
|
-
._1OzGy {
|
|
85
|
-
width: 50%;
|
|
86
|
-
max-width: 826px;
|
|
87
|
-
border-radius: 5px; }
|
|
88
|
-
|
|
89
|
-
._wWIyO {
|
|
90
|
-
width: 100%;
|
|
91
|
-
height: 100%;
|
|
92
|
-
background-color: #ffffff;
|
|
93
|
-
border-radius: 5px 0 0 5px;
|
|
94
|
-
box-shadow: 0 3px 6px #00000029; }
|
|
95
|
-
|
|
96
|
-
._3nuns {
|
|
97
|
-
font-size: 24px;
|
|
98
|
-
font-weight: bold;
|
|
99
|
-
line-height: 28px;
|
|
100
|
-
margin-bottom: 30px;
|
|
101
|
-
font-family: "Montserrat-Bold" !important; }
|
|
102
|
-
|
|
103
|
-
._21qb6 {
|
|
104
|
-
margin-bottom: 5px; }
|
|
105
|
-
|
|
106
|
-
._NhW9l {
|
|
107
|
-
font-weight: 500;
|
|
108
|
-
font-size: 32px;
|
|
109
|
-
color: #8b0000;
|
|
110
|
-
line-height: 0.5;
|
|
111
|
-
cursor: pointer; }
|
|
112
|
-
._NhW9l:hover {
|
|
113
|
-
text-decoration: none;
|
|
114
|
-
color: #8b0000; }
|
|
115
|
-
|
|
116
|
-
._3IL10 {
|
|
117
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
118
|
-
cursor: pointer;
|
|
119
|
-
color: #ffffff;
|
|
120
|
-
font-size: 16px;
|
|
121
|
-
font-weight: 500;
|
|
122
|
-
text-align: center;
|
|
123
|
-
padding: 13px 27px;
|
|
124
|
-
border-radius: 4px;
|
|
125
|
-
display: block;
|
|
126
|
-
border: none;
|
|
127
|
-
outline: none;
|
|
128
|
-
width: 100%;
|
|
129
|
-
font-family: "Poppins-Regular" !important; }
|
|
130
|
-
|
|
131
|
-
._141p1 {
|
|
132
|
-
bottom: 20px;
|
|
133
|
-
position: absolute;
|
|
134
|
-
right: 100px; }
|
|
135
|
-
|
|
136
|
-
._Ce3Kg {
|
|
137
|
-
color: #2196f3;
|
|
138
|
-
text-align: center;
|
|
139
|
-
font-weight: 500; }
|
|
140
|
-
._Ce3Kg:hover {
|
|
141
|
-
color: #336dda; }
|
|
142
|
-
|
|
143
|
-
._2t6d9 {
|
|
144
|
-
text-align: left;
|
|
145
|
-
font-weight: normal;
|
|
146
|
-
font-size: 16px !important; }
|
|
147
|
-
|
|
148
|
-
._3bDsd {
|
|
149
|
-
color: #336dda;
|
|
150
|
-
font-size: 16px;
|
|
151
|
-
display: inline-block;
|
|
152
|
-
font-weight: 500;
|
|
153
|
-
font-family: "Poppins-Regular" !important; }
|
|
154
|
-
._3bDsd:hover {
|
|
155
|
-
color: #336dda;
|
|
156
|
-
-webkit-text-decoration: revert;
|
|
157
|
-
text-decoration: revert; }
|
|
158
|
-
|
|
159
|
-
._11FZt {
|
|
160
|
-
font-weight: 500; }
|
|
161
|
-
|
|
162
|
-
._3LXoI {
|
|
163
|
-
text-align: center;
|
|
164
|
-
font-size: 14px; }
|
|
165
|
-
._3LXoI a {
|
|
166
|
-
font-weight: 500;
|
|
167
|
-
color: #c70000; }
|
|
168
|
-
._3LXoI a:hover {
|
|
169
|
-
color: #c70000; }
|
|
170
|
-
|
|
171
|
-
._PMcjT {
|
|
172
|
-
color: #c70000;
|
|
173
|
-
font-size: 16px;
|
|
174
|
-
font-weight: 500;
|
|
175
|
-
text-align: center; }
|
|
176
|
-
|
|
177
|
-
._2rZY6 {
|
|
178
|
-
border-radius: 12px;
|
|
179
|
-
padding: 20px 50px;
|
|
180
|
-
margin-right: 20px;
|
|
181
|
-
height: 100%;
|
|
182
|
-
width: 280px; }
|
|
183
|
-
._2rZY6 ._3SOdX > p {
|
|
184
|
-
font-size: 14px;
|
|
185
|
-
font-weight: 400;
|
|
186
|
-
margin-bottom: 0; }
|
|
187
|
-
._2rZY6 ._3SOdX > p > span {
|
|
188
|
-
font-size: 14px;
|
|
189
|
-
font-weight: 600; }
|
|
190
|
-
._2rZY6 ._y9lM2 > img {
|
|
191
|
-
height: 30px; }
|
|
192
|
-
|
|
193
|
-
._2rZY6:nth-child(1) {
|
|
194
|
-
background: #316cd9;
|
|
195
|
-
color: #ffffff; }
|
|
196
|
-
|
|
197
|
-
._2rZY6:nth-child(2) {
|
|
198
|
-
background: #c54140;
|
|
199
|
-
color: #ffffff; }
|
|
200
|
-
|
|
201
|
-
._2rZY6:nth-child(3) {
|
|
202
|
-
background: #73c8e5;
|
|
203
|
-
color: #242424; }
|
|
204
|
-
|
|
205
|
-
._1TT1q ._NszFe,
|
|
206
|
-
._1TT1q ._MDjzH {
|
|
207
|
-
padding: 0 15px; }
|
|
208
|
-
|
|
209
|
-
._1TT1q ._r9cAh {
|
|
210
|
-
color: #ffffff;
|
|
211
|
-
margin-left: 15px; }
|
|
212
|
-
._1TT1q ._r9cAh:hover {
|
|
213
|
-
background-color: #ffffff;
|
|
214
|
-
color: #8b0000;
|
|
215
|
-
text-decoration: none; }
|
|
216
|
-
|
|
217
|
-
._32V6L {
|
|
218
|
-
display: inline-block;
|
|
219
|
-
width: 430px;
|
|
220
|
-
height: 170px;
|
|
221
|
-
box-shadow: 0 3px 6px #27347d29;
|
|
222
|
-
border-radius: 20px;
|
|
223
|
-
opacity: 1;
|
|
224
|
-
padding: 50px; }
|
|
225
|
-
._32V6L ._20YJX {
|
|
226
|
-
width: 70px;
|
|
227
|
-
vertical-align: top; }
|
|
228
|
-
._32V6L ._3OgWF {
|
|
229
|
-
width: 70%; }
|
|
230
|
-
|
|
231
|
-
._wWIyO {
|
|
232
|
-
padding: 60px 50px;
|
|
233
|
-
position: relative; }
|
|
234
|
-
._wWIyO label:not(._11FZt) {
|
|
235
|
-
color: #8f9bb3;
|
|
236
|
-
text-transform: uppercase; }
|
|
237
|
-
._wWIyO input[type="text"],
|
|
238
|
-
._wWIyO input[type="password"] {
|
|
239
|
-
width: 100%;
|
|
240
|
-
border-radius: 4px;
|
|
241
|
-
background-color: #f7f9fc;
|
|
242
|
-
height: 50px;
|
|
243
|
-
margin-bottom: 5px;
|
|
244
|
-
padding: 4px; }
|
|
245
|
-
._wWIyO ._39BJD {
|
|
246
|
-
margin-bottom: 30px; }
|
|
247
|
-
._wWIyO input[type="checkbox"]._2K9b2 {
|
|
248
|
-
margin-left: 0; }
|
|
249
|
-
._wWIyO ._11FZt {
|
|
250
|
-
padding-left: 20px; }
|
|
251
|
-
._wWIyO ._3IL10 {
|
|
252
|
-
margin: 30px 0;
|
|
253
|
-
color: rgba(0, 0, 0, 0.36);
|
|
254
|
-
font-weight: 500;
|
|
255
|
-
font-family: "Poppins-Regular" !important; }
|
|
256
|
-
._wWIyO ._3IL10:hover {
|
|
257
|
-
background-color: #2196f3;
|
|
258
|
-
color: #ffffff; }
|
|
259
|
-
._wWIyO ._3LXoI {
|
|
260
|
-
position: absolute;
|
|
261
|
-
margin-left: auto;
|
|
262
|
-
margin-right: auto;
|
|
263
|
-
left: 0;
|
|
264
|
-
right: 0;
|
|
265
|
-
bottom: 0;
|
|
266
|
-
text-align: center; }
|
|
267
|
-
|
|
268
|
-
._23Sua {
|
|
269
|
-
min-height: 40vh; }
|
|
270
|
-
|
|
271
|
-
._3CWP6 ._3nuns {
|
|
272
|
-
margin-bottom: 0;
|
|
273
|
-
font-family: "Montserrat-Bold" !important; }
|
|
274
|
-
|
|
275
|
-
._3CWP6 ._PMcjT {
|
|
276
|
-
margin-bottom: 20px;
|
|
277
|
-
font-family: "Poppins-Regular" !important; }
|
|
278
|
-
|
|
279
|
-
._3CWP6 ._3IL10 {
|
|
280
|
-
margin-bottom: 70px;
|
|
281
|
-
font-family: "Poppins-Regular" !important; }
|
|
282
|
-
|
|
283
|
-
._3Wmco ._13Rk0 {
|
|
284
|
-
padding-bottom: 60px; }
|
|
285
|
-
|
|
286
|
-
* {
|
|
287
|
-
box-sizing: border-box; }
|
|
288
|
-
|
|
289
|
-
._o6HKW {
|
|
290
|
-
margin-top: -2rem;
|
|
291
|
-
margin-left: -30px;
|
|
292
|
-
margin-right: -30px; }
|
|
293
|
-
|
|
294
|
-
._jOY7o {
|
|
295
|
-
background-size: cover;
|
|
296
|
-
opacity: 0;
|
|
297
|
-
-webkit-animation: _wnn2_ 20s step-start infinite 0s;
|
|
298
|
-
animation: _wnn2_ 20s step-start infinite 0s; }
|
|
299
|
-
|
|
300
|
-
@-webkit-keyframes _wnn2_ {
|
|
301
|
-
0% {
|
|
302
|
-
opacity: 0;
|
|
303
|
-
background-image: url("/images/landing-page.jpg"); }
|
|
304
|
-
50% {
|
|
305
|
-
opacity: 1;
|
|
306
|
-
background-image: url("/images/landing-page2.jpg"); }
|
|
307
|
-
100% {
|
|
308
|
-
opacity: 2;
|
|
309
|
-
background-image: url("/images/landing-page3.jpg"); } }
|
|
310
|
-
|
|
311
|
-
@keyframes _wnn2_ {
|
|
312
|
-
0% {
|
|
313
|
-
opacity: 0;
|
|
314
|
-
background-image: url("/images/landing-page.jpg"); }
|
|
315
|
-
50% {
|
|
316
|
-
opacity: 1;
|
|
317
|
-
background-image: url("/images/landing-page2.jpg"); }
|
|
318
|
-
100% {
|
|
319
|
-
opacity: 2;
|
|
320
|
-
background-image: url("/images/landing-page3.jpg"); } }
|
|
321
|
-
|
|
322
|
-
._F-hjL {
|
|
323
|
-
background-color: #336dda;
|
|
324
|
-
background-repeat: no-repeat;
|
|
325
|
-
background-size: cover;
|
|
326
|
-
width: 100%;
|
|
327
|
-
height: 100vh;
|
|
328
|
-
background-position: center; }
|
|
329
|
-
@media (max-width: 768px) {
|
|
330
|
-
._F-hjL {
|
|
331
|
-
background-color: #336dda;
|
|
332
|
-
overflow: hidden; } }
|
|
333
|
-
._F-hjL ._149oA {
|
|
334
|
-
background: rgba(0, 0, 0, 0.57);
|
|
335
|
-
height: 100%;
|
|
336
|
-
padding: 20px 100px; }
|
|
337
|
-
._F-hjL ._149oA ._24U3W > img {
|
|
338
|
-
height: 40px; }
|
|
339
|
-
._F-hjL ._149oA ._3Wmco {
|
|
340
|
-
padding-top: 70px; }
|
|
341
|
-
|
|
342
|
-
._2v-L_ {
|
|
343
|
-
padding: 0 !important; }
|
|
344
|
-
|
|
345
|
-
._3ncTL {
|
|
346
|
-
width: 100%;
|
|
347
|
-
height: 100%;
|
|
348
|
-
border-radius: 0 5px 5px 0 !important; }
|
|
349
|
-
|
|
350
|
-
._2kOvJ {
|
|
351
|
-
width: 50%;
|
|
352
|
-
margin-bottom: 25px; }
|
|
353
|
-
|
|
354
|
-
._39l0X {
|
|
355
|
-
padding: 0; }
|
|
356
|
-
._39l0X > ._1BMwK {
|
|
357
|
-
padding: 0; }
|
|
358
|
-
|
|
359
|
-
._1XNpH {
|
|
360
|
-
padding: 4px;
|
|
361
|
-
margin-bottom: 0;
|
|
362
|
-
border: 1px solid var(--core-light-blue-btn);
|
|
363
|
-
background-color: var(--core-light-blue-btn);
|
|
364
|
-
border-radius: 2px;
|
|
365
|
-
color: #fff;
|
|
366
|
-
font-weight: 500;
|
|
367
|
-
font-size: 0.9em;
|
|
368
|
-
cursor: pointer;
|
|
369
|
-
height: 30px; }
|
|
370
|
-
|
|
371
|
-
._1XNpH:hover {
|
|
372
|
-
border: 1px solid var(--core-blue-border);
|
|
373
|
-
background-color: var(--core-blue-btn); }
|
|
374
|
-
|
|
375
|
-
._1z5h9 {
|
|
376
|
-
height: 30px; }
|
|
377
|
-
|
|
378
|
-
._Gewcf {
|
|
379
|
-
max-width: 300px;
|
|
380
|
-
max-height: 75px; }
|
|
381
|
-
|
|
382
|
-
._2vcmv {
|
|
383
|
-
background: #262626 !important; }
|
|
384
|
-
|
|
385
|
-
._1hXpy {
|
|
386
|
-
max-width: 160px;
|
|
387
|
-
max-height: 40px; }
|
|
388
|
-
|
|
389
|
-
._3vb3s li > a {
|
|
390
|
-
color: #808080 !important; }
|
|
391
|
-
|
|
392
|
-
._3vb3s li > a:hover {
|
|
393
|
-
background: #191919 !important;
|
|
394
|
-
color: #ffff !important; }
|
|
395
|
-
|
|
396
|
-
._3vb3s li > ._36jSM {
|
|
397
|
-
background: #191919 !important;
|
|
398
|
-
color: #ffff !important; }
|
|
399
|
-
|
|
400
|
-
._DNrus li > a {
|
|
401
|
-
max-width: 200px; }
|
|
402
|
-
|
|
403
|
-
._3NEZj,
|
|
404
|
-
._1wUDG {
|
|
405
|
-
background: #262626 !important; }
|
|
406
|
-
|
|
407
|
-
._1S7Px {
|
|
408
|
-
cursor: pointer;
|
|
409
|
-
font-size: 20px;
|
|
410
|
-
color: #808080; }
|
|
411
|
-
|
|
412
|
-
._1wUDG {
|
|
413
|
-
background: #262626;
|
|
414
|
-
cursor: pointer; }
|
|
415
|
-
._1wUDG p {
|
|
416
|
-
color: #808080;
|
|
417
|
-
margin: 0;
|
|
418
|
-
cursor: pointer; }
|
|
419
|
-
|
|
420
|
-
._2P85D {
|
|
421
|
-
height: 25px;
|
|
422
|
-
margin-right: 15px;
|
|
423
|
-
cursor: pointer;
|
|
424
|
-
color: #808080; }
|
|
425
|
-
|
|
426
|
-
._1qjbW {
|
|
427
|
-
height: 90vh; }
|
|
428
|
-
|
|
429
|
-
._1I62C label {
|
|
430
|
-
display: block;
|
|
431
|
-
font-size: 16px;
|
|
432
|
-
margin-top: 10px;
|
|
433
|
-
margin-left: 5px; }
|
|
434
|
-
|
|
435
|
-
._1I62C ._3cLcM {
|
|
436
|
-
display: block; }
|
|
437
|
-
|
|
438
|
-
._1krbH ._RQaHE {
|
|
439
|
-
border: none;
|
|
440
|
-
background-color: transparent;
|
|
441
|
-
outline: none; }
|
|
442
|
-
._1krbH ._RQaHE:hover, ._1krbH ._RQaHE:focus, ._1krbH ._RQaHE:active {
|
|
443
|
-
background-color: transparent !important;
|
|
444
|
-
outline: none;
|
|
445
|
-
border: none;
|
|
446
|
-
box-shadow: none !important; }
|
|
447
|
-
._1krbH ._RQaHE img {
|
|
448
|
-
width: 40px;
|
|
449
|
-
height: 40px;
|
|
450
|
-
border-radius: 50%; }
|
|
451
|
-
|
|
452
|
-
._1krbH ._XK8oS {
|
|
453
|
-
width: 30px !important;
|
|
454
|
-
height: auto !important;
|
|
455
|
-
border-radius: 0 !important; }
|
|
456
|
-
|
|
457
|
-
._1krbH ._3ys4W {
|
|
458
|
-
width: 300px;
|
|
459
|
-
top: 52px !important;
|
|
460
|
-
left: -250px !important;
|
|
461
|
-
transform: none !important;
|
|
462
|
-
border-radius: 10px;
|
|
463
|
-
box-shadow: 0px 3px 6px #27347d29;
|
|
464
|
-
border: none;
|
|
465
|
-
padding: 15px; }
|
|
466
|
-
._1krbH ._3ys4W:after {
|
|
467
|
-
display: none; }
|
|
468
|
-
._1krbH ._3ys4W ._ToOW_ {
|
|
469
|
-
background: transparent; }
|
|
470
|
-
._1krbH ._3ys4W ._ToOW_:hover {
|
|
471
|
-
color: #8b0000; }
|
|
472
|
-
|
|
473
|
-
._1krbH ._3sQlR {
|
|
474
|
-
font-weight: 600;
|
|
475
|
-
border-top: 1px solid #27347d29;
|
|
476
|
-
padding-top: 10px; }
|
|
477
|
-
._1krbH ._3sQlR._3bqSM {
|
|
478
|
-
color: #8b0000; }
|
|
479
|
-
._1krbH ._3sQlR ._1jgSI {
|
|
480
|
-
margin-right: 12px; }
|
|
481
|
-
|
|
482
|
-
._1krbH ._35Ttz img {
|
|
483
|
-
width: 70px;
|
|
484
|
-
height: 70px;
|
|
485
|
-
border-radius: 50%;
|
|
486
|
-
box-shadow: 0px 3px 6px #27347d29;
|
|
487
|
-
border: 2px solid #ffffff; }
|
|
488
|
-
|
|
489
|
-
._1krbH ._3ys4W ._1wc7o {
|
|
490
|
-
padding: 10px 0; }
|
|
491
|
-
|
|
492
|
-
._1krbH ._3ys4W ._1_9tV {
|
|
493
|
-
color: #8b0000;
|
|
494
|
-
font-weight: 600; }
|
|
495
|
-
|
|
496
|
-
._1krbH ._3S4f2 {
|
|
497
|
-
padding-left: 20px;
|
|
498
|
-
width: 190px; }
|
|
499
|
-
._1krbH ._3S4f2 h5,
|
|
500
|
-
._1krbH ._3S4f2 span {
|
|
501
|
-
white-space: nowrap;
|
|
502
|
-
overflow: hidden;
|
|
503
|
-
text-overflow: ellipsis;
|
|
504
|
-
display: inline-block;
|
|
505
|
-
width: 100%; }
|
|
506
|
-
._1krbH ._3S4f2 a {
|
|
507
|
-
padding: 0;
|
|
508
|
-
text-decoration: none; }
|
|
509
|
-
|
|
510
|
-
._1krbH ._3ajui {
|
|
511
|
-
width: 210px;
|
|
512
|
-
top: 40px !important;
|
|
513
|
-
left: -80px !important;
|
|
514
|
-
transform: none !important;
|
|
515
|
-
border-radius: 6px;
|
|
516
|
-
box-shadow: 0px 8px 15px #989898;
|
|
517
|
-
border: none;
|
|
518
|
-
padding: 0 8px; }
|
|
519
|
-
._1krbH ._3ajui:after {
|
|
520
|
-
display: none; }
|
|
521
|
-
._1krbH ._3ajui ._ToOW_ {
|
|
522
|
-
background: transparent; }
|
|
523
|
-
|
|
524
|
-
._1krbH ._3Y_y4 {
|
|
525
|
-
color: #242424;
|
|
526
|
-
display: flex;
|
|
527
|
-
padding: 8px;
|
|
528
|
-
border-radius: 6px; }
|
|
529
|
-
._1krbH ._3Y_y4:hover {
|
|
530
|
-
background-color: #f1faff;
|
|
531
|
-
color: #009ef7; }
|
|
532
|
-
|
|
533
|
-
._1krbH ._CzNMi {
|
|
534
|
-
background-color: #f1faff;
|
|
535
|
-
color: #009ef7; }
|
|
536
|
-
|
|
537
|
-
@media (max-width: 575px) {
|
|
538
|
-
._1INnO {
|
|
539
|
-
display: none; }
|
|
540
|
-
._38Lo1 {
|
|
541
|
-
width: 358px; }
|
|
542
|
-
._wWIyO {
|
|
543
|
-
padding: 50px 20px !important; } }
|
|
544
|
-
|
|
545
|
-
@media (max-width: 768px) {
|
|
546
|
-
._2v-L_ {
|
|
547
|
-
display: none; }
|
|
548
|
-
._wWIyO {
|
|
549
|
-
border-radius: 5px !important; }
|
|
550
|
-
._38Lo1 {
|
|
551
|
-
width: 500px !important;
|
|
552
|
-
max-width: 95%; }
|
|
553
|
-
._2yRc8 {
|
|
554
|
-
font-size: 30px;
|
|
555
|
-
color: #ffffff; }
|
|
556
|
-
._149oA {
|
|
557
|
-
padding: 20px !important; }
|
|
558
|
-
._13Rk0 ._1Swkw > p {
|
|
559
|
-
font-size: 40px;
|
|
560
|
-
font-weight: 700;
|
|
561
|
-
text-align: center; }
|
|
562
|
-
._13Rk0 ._gi8vj > p {
|
|
563
|
-
font-size: 16px;
|
|
564
|
-
font-weight: 600;
|
|
565
|
-
text-align: center; }
|
|
566
|
-
._141p1 {
|
|
567
|
-
right: 20px; }
|
|
568
|
-
._ABUIP {
|
|
569
|
-
overflow-x: scroll;
|
|
570
|
-
-ms-overflow-style: none;
|
|
571
|
-
scrollbar-width: none; }
|
|
572
|
-
._ABUIP::-webkit-scrollbar {
|
|
573
|
-
display: none; }
|
|
574
|
-
._F-hjL ._1TT1q ._NszFe {
|
|
575
|
-
width: 70%;
|
|
576
|
-
border: #8b0000;
|
|
577
|
-
color: #ffffff;
|
|
578
|
-
max-width: 500px;
|
|
579
|
-
margin: 5px auto;
|
|
580
|
-
background-color: #8b0000;
|
|
581
|
-
border-radius: 10px;
|
|
582
|
-
padding: 5px 40px; }
|
|
583
|
-
._F-hjL ._1TT1q ._MDjzH {
|
|
584
|
-
width: 70%;
|
|
585
|
-
border: #8b0000;
|
|
586
|
-
max-width: 500px;
|
|
587
|
-
margin: 5px auto;
|
|
588
|
-
border-radius: 10px;
|
|
589
|
-
color: #ffffff;
|
|
590
|
-
background-color: #8b0000;
|
|
591
|
-
padding: 5px 40px; }
|
|
592
|
-
._F-hjL ._1TT1q ._r9cAh {
|
|
593
|
-
justify-content: center;
|
|
594
|
-
width: 70%;
|
|
595
|
-
max-width: 500px;
|
|
596
|
-
margin: 5px auto;
|
|
597
|
-
border: #8b0000;
|
|
598
|
-
color: #ffffff;
|
|
599
|
-
background-color: #8b0000; }
|
|
600
|
-
._F-hjL ._1TT1q ._r9cAh :hover {
|
|
601
|
-
background-color: transparent;
|
|
602
|
-
color: #8b0000; }
|
|
603
|
-
._1INnO {
|
|
604
|
-
display: none; }
|
|
605
|
-
._WX97m {
|
|
606
|
-
padding: 10px 40px !important; }
|
|
607
|
-
._WX97m {
|
|
608
|
-
background: #ffff;
|
|
609
|
-
padding: 20px;
|
|
610
|
-
margin-top: 10px; }
|
|
611
|
-
._WX97m > ul > li > a {
|
|
612
|
-
width: 100% !important;
|
|
613
|
-
border: none !important;
|
|
614
|
-
color: #000000 !important;
|
|
615
|
-
background-color: #fff !important;
|
|
616
|
-
text-align: left;
|
|
617
|
-
padding: 0 !important; } }
|
|
618
|
-
|
|
619
|
-
@media (min-width: 768px) {
|
|
620
|
-
._2LIqK {
|
|
621
|
-
display: none; } }
|
|
622
|
-
|
|
623
|
-
._2Zz97 ._3-yp5 {
|
|
624
|
-
z-index: -1; }
|
|
625
|
-
|
|
626
|
-
._297lu {
|
|
627
|
-
width: 100%;
|
|
628
|
-
height: 100%; }
|
|
629
|
-
|
|
630
|
-
._fAgyT {
|
|
631
|
-
height: 120px;
|
|
632
|
-
width: 84px; }
|
|
633
|
-
|
|
634
|
-
._174lZ {
|
|
635
|
-
width: 84px;
|
|
636
|
-
height: 84px;
|
|
637
|
-
-o-object-fit: contain;
|
|
638
|
-
object-fit: contain; }
|
|
639
|
-
|
|
640
|
-
._27ch0 {
|
|
641
|
-
background-color: #0fa3ff20 !important; }
|
|
642
|
-
|
|
643
|
-
._2KvRR {
|
|
644
|
-
text-align: center;
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
text-overflow: ellipsis;
|
|
647
|
-
display: -webkit-box;
|
|
648
|
-
-webkit-line-clamp: 2;
|
|
649
|
-
-webkit-box-orient: vertical; }
|
|
650
|
-
|
|
651
|
-
._1thMc label {
|
|
652
|
-
display: block;
|
|
653
|
-
font-size: 16px;
|
|
654
|
-
margin-top: 10px;
|
|
655
|
-
margin-left: 5px; }
|
|
656
|
-
|
|
657
|
-
._1Yddg {
|
|
658
|
-
height: 38px; }
|