mario-teacher-student-client 3.0.8-admin → 3.0.9-counselor

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.
Files changed (105) hide show
  1. package/dist/components/Dialog/ModalCounselor.d.ts +10 -0
  2. package/dist/components/QuestionTypes/SingleChoiceComponent.d.ts +1 -0
  3. package/dist/components/layouts/NotificationAlert.d.ts +10 -0
  4. package/dist/components/layouts/constants/types.d.ts +9 -0
  5. package/dist/components/layouts/hooks/useAnimation.d.ts +9 -0
  6. package/dist/components/layouts/hooks/useNotificationAlert.d.ts +7 -0
  7. package/dist/components/selector/CounselorSelector.d.ts +3 -0
  8. package/dist/containers/ActionPoint/components/Dialogs/hooks/useDialogRequest.d.ts +1 -0
  9. package/dist/containers/ActionPoint/components/DoneList/hooks/useDoneList.d.ts +1 -0
  10. package/dist/containers/ActionPoint/components/TodoList/hooks/useTodoList.d.ts +1 -0
  11. package/dist/containers/ConductOneToOne/constant/types.d.ts +6 -0
  12. package/dist/containers/ConferenceRubric/configs/constants.d.ts +6 -0
  13. package/dist/containers/ExternalSurvey/hooks/useExternalSurvey.d.ts +1 -0
  14. package/dist/containers/MyStudent/components/NewOverview/Chat/ApiClient/{Conference.d.ts → conference.d.ts} +0 -0
  15. package/dist/containers/MyStudent/hooks/useStudentList.d.ts +2 -0
  16. package/dist/index.css +89 -17
  17. package/dist/index.js +3607 -3157
  18. package/dist/index.js.map +1 -1
  19. package/dist/index.modern.js +3567 -3117
  20. package/dist/index.modern.js.map +1 -1
  21. package/dist/services/MyStudent.d.ts +1 -0
  22. package/dist/services/NotificationAlert.d.ts +1 -0
  23. package/package.json +2 -2
  24. package/dist/components/Button/SwitchComponent.d.ts +0 -9
  25. package/dist/components/Header/Header.d.ts +0 -3
  26. package/dist/components/Tabs/CustomTabNote.d.ts +0 -3
  27. package/dist/containers/ConductSurvey/components/ConductTop/ConductTop.d.ts +0 -17
  28. package/dist/containers/ConductSurvey/hooks/useConductOne.d.ts +0 -21
  29. package/dist/containers/ConductSurvey/hooks/useCountDown.d.ts +0 -8
  30. package/dist/containers/ConductSurvey/hooks/useIsMounted.d.ts +0 -2
  31. package/dist/containers/ConductSurvey/views/SessionResultComponent.d.ts +0 -3
  32. package/dist/containers/Contact/components/SendMassege.d.ts +0 -7
  33. package/dist/containers/Contact/configs/constants.d.ts +0 -15
  34. package/dist/containers/Contact/hooks/useContact.d.ts +0 -6
  35. package/dist/containers/Contact/services/contactService.d.ts +0 -1
  36. package/dist/containers/Contact/views/ContactPage.d.ts +0 -3
  37. package/dist/containers/ExternalSurvey/components/IBLearnerComponent.d.ts +0 -12
  38. package/dist/containers/ExternalSurvey/hooks/useConductSurvey.d.ts +0 -21
  39. package/dist/containers/GoalPage/apiClient/apiGoals.d.ts +0 -6
  40. package/dist/containers/GoalPage/components/CardGoalItem.d.ts +0 -3
  41. package/dist/containers/GoalPage/components/CardItem/CardGoalItem.d.ts +0 -4
  42. package/dist/containers/GoalPage/components/CardItem/StatusTargetComponent.d.ts +0 -4
  43. package/dist/containers/GoalPage/components/CardItem/TargetItem.d.ts +0 -4
  44. package/dist/containers/GoalPage/components/CreateGoalModel.d.ts +0 -4
  45. package/dist/containers/GoalPage/components/CustomInputDatePicker.d.ts +0 -4
  46. package/dist/containers/GoalPage/components/FilterGoalPage.d.ts +0 -3
  47. package/dist/containers/GoalPage/components/Steps/BaseLine.d.ts +0 -4
  48. package/dist/containers/GoalPage/components/Steps/ChooseArea.d.ts +0 -4
  49. package/dist/containers/GoalPage/components/Steps/DetailFormCreate.d.ts +0 -4
  50. package/dist/containers/GoalPage/components/Steps/ModelPickTarget.d.ts +0 -4
  51. package/dist/containers/GoalPage/components/Steps/ModelSelectCategory.d.ts +0 -4
  52. package/dist/containers/GoalPage/constants/constants.d.ts +0 -205
  53. package/dist/containers/GoalPage/hook/useGoals.d.ts +0 -20
  54. package/dist/containers/GoalPage/services/goalService.d.ts +0 -3
  55. package/dist/containers/GoalPage/styles/makeStyles.d.ts +0 -1
  56. package/dist/containers/GoalPage/types/types.d.ts +0 -90
  57. package/dist/containers/GoalPage/views/MyGoals.d.ts +0 -3
  58. package/dist/containers/Home/components/mutipleSelectBox/mutipleSelectBox.d.ts +0 -8
  59. package/dist/containers/LearningStrategies/hook/useEditaLearningStrategies.d.ts +0 -5
  60. package/dist/containers/MyConferences/components/Tabs/CustomTabNote.d.ts +0 -3
  61. package/dist/containers/MyConferences/components/dialog/DialogNodes.d.ts +0 -3
  62. package/dist/containers/MyOneToOne/components/dialog/DialogNodes.d.ts +0 -3
  63. package/dist/containers/MyStudent/components/ClassReflectionTable.d.ts +0 -3
  64. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/hooks/useChartConference.d.ts +0 -19
  65. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/services/ConferenceChart.d.ts +0 -1
  66. package/dist/containers/MyStudent/components/NewOverview/TopLearningStrategies/view/ConferenceChart.d.ts +0 -6
  67. package/dist/containers/MyStudent/hooks/useOverviewToPDF.d.ts +0 -7
  68. package/dist/containers/MySurvey/styles/makeStyles.d.ts +0 -2
  69. package/dist/containers/MySurvey/views/MySurvey.d.ts +0 -3
  70. package/dist/containers/ScaffoldingExample/components/OneToOne.d.ts +0 -3
  71. package/dist/containers/ScaffoldingExample/components/PicChat.d.ts +0 -2
  72. package/dist/containers/ScaffoldingExample/components/RightPicChatScreenFour.d.ts +0 -8
  73. package/dist/containers/ScaffoldingExample/components/RightPicChatScreenOne.d.ts +0 -8
  74. package/dist/containers/ScaffoldingExample/components/RightPicChatScreenThree.d.ts +0 -8
  75. package/dist/containers/ScaffoldingExample/components/RightPicChatScreenTwo.d.ts +0 -8
  76. package/dist/containers/ScaffoldingExample/components/ScaffoldingFloatTab/MineNotes/views/ScaffoldingNote.d.ts +0 -10
  77. package/dist/containers/ScaffoldingExample/components/ScreenTab.d.ts +0 -3
  78. package/dist/containers/ScaffoldingExample/components/SliderRange.d.ts +0 -2
  79. package/dist/containers/ScaffoldingExample/components/TeacherView/PrivateNotes/view/PrivateNote.d.ts +0 -3
  80. package/dist/containers/ScaffoldingExample/components/TeacherView/StudentNotes/view/StudentNote.d.ts +0 -3
  81. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/hooks/useTeacherNotes.d.ts +0 -23
  82. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/services/index.d.ts +0 -12
  83. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingFirstScreen.d.ts +0 -12
  84. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingQuestionAndAnswer.d.ts +0 -12
  85. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/ScaffoldingSecondScreen.d.ts +0 -3
  86. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherNotes/views/TeacherScreen.d.ts +0 -7
  87. package/dist/containers/ScaffoldingExample/components/TeacherView/TeacherTab.d.ts +0 -8
  88. package/dist/containers/SettingPageV1/contants/contants.d.ts +0 -41
  89. package/dist/containers/SettingPageV1/contants/type.d.ts +0 -23
  90. package/dist/containers/StageDebug/hooks/useStageDebug.d.ts +0 -4
  91. package/dist/containers/StageDebug/views/StageDebugPage.d.ts +0 -3
  92. package/dist/containers/Surveys/apiClient/survey.d.ts +0 -2
  93. package/dist/containers/Surveys/components/ChartOverview/BarChart.d.ts +0 -9
  94. package/dist/containers/Surveys/components/SurveyDetail.d.ts +0 -3
  95. package/dist/containers/Surveys/components/SurveyStudentCompleted.d.ts +0 -3
  96. package/dist/containers/Surveys/components/SurveyStudentMissed.d.ts +0 -3
  97. package/dist/containers/Surveys/components/SurveyStudentPending.d.ts +0 -3
  98. package/dist/containers/Surveys/hook/useActionNeededSurvey.d.ts +0 -9
  99. package/dist/containers/Surveys/hook/useAllSurvey.d.ts +0 -10
  100. package/dist/containers/Surveys/hook/usePendingSurvey.d.ts +0 -10
  101. package/dist/containers/Surveys/hook/useRepliedSurvey.d.ts +0 -9
  102. package/dist/containers/Surveys/views/ViewSurveyStudent.d.ts +0 -3
  103. package/dist/hooks/useUploadFile.d.ts +0 -4
  104. package/dist/services/File.d.ts +0 -1
  105. package/dist/utils/function.d.ts +0 -1
@@ -0,0 +1,10 @@
1
+ import { FC } from "react";
2
+ interface IConfirmCancel {
3
+ title: string;
4
+ isOpen: boolean;
5
+ confirmAndClose: () => void;
6
+ onChangeCounselor: Function;
7
+ handleConfirm: Function;
8
+ }
9
+ declare const ModalCounselor: FC<IConfirmCancel>;
10
+ export default ModalCounselor;
@@ -7,6 +7,7 @@ interface Props {
7
7
  maxText?: string;
8
8
  isUserChangeSession?: boolean;
9
9
  questionAnswer?: string[];
10
+ isPageResult?: boolean;
10
11
  }
11
12
  declare const SingleChoiceComponent: FC<Props>;
12
13
  export default SingleChoiceComponent;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ import { NOTIFICATION_ALERT } from "./constants/types";
3
+ interface Props {
4
+ data?: NOTIFICATION_ALERT;
5
+ isOpen: boolean;
6
+ onClose?: Function;
7
+ fontSize: string;
8
+ }
9
+ declare const NotificationAlert: React.FC<Props>;
10
+ export default NotificationAlert;
@@ -0,0 +1,9 @@
1
+ export interface NOTIFICATION_ALERT {
2
+ id: number;
3
+ name: string;
4
+ }
5
+ export interface STYLE_PROPS {
6
+ width: number;
7
+ duration: number;
8
+ }
9
+ export declare const NOTIFICATION_ALERT_KEY_ID = "NOTIFICATION_ALERT_KEY_ID";
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { NOTIFICATION_ALERT } from "../constants/types";
3
+ declare const useAnimation: (data?: NOTIFICATION_ALERT | undefined, fontSize?: string | undefined) => {
4
+ parentRef: import("react").RefObject<HTMLParagraphElement>;
5
+ childRef: import("react").RefObject<HTMLSpanElement>;
6
+ pWidth: number | undefined;
7
+ cWidth: number | undefined;
8
+ };
9
+ export default useAnimation;
@@ -0,0 +1,7 @@
1
+ import { NOTIFICATION_ALERT } from "../constants/types";
2
+ declare const useNotificationAlert: () => {
3
+ data: NOTIFICATION_ALERT | undefined;
4
+ isOpen: boolean;
5
+ handleCloseNotification: () => void;
6
+ };
7
+ export default useNotificationAlert;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const CounselorSelector: ({ onChangeCounselor }: any) => JSX.Element;
3
+ export default CounselorSelector;
@@ -8,6 +8,7 @@ declare const useDialogRequest: (_props: PropsType, ref: any) => {
8
8
  open: boolean;
9
9
  isTeacher: any;
10
10
  isAssistant: any;
11
+ isCounselor: any;
11
12
  classList: never[];
12
13
  formData: FORM_REQUEST;
13
14
  changeFormData: (updatedForm: any) => void;
@@ -12,5 +12,6 @@ declare const useDoneList: () => {
12
12
  filters: any;
13
13
  isTeacher: any;
14
14
  isAssistant: any;
15
+ isCounselor: any;
15
16
  };
16
17
  export default useDoneList;
@@ -15,6 +15,7 @@ declare const useTodoList: () => {
15
15
  getActionPointList: () => Promise<void>;
16
16
  isTeacher: any;
17
17
  isAssistant: any;
18
+ isCounselor: any;
18
19
  classFontSize: string;
19
20
  inputSearch: import("react").MutableRefObject<any>;
20
21
  };
@@ -22,6 +22,12 @@ export declare enum TypeTime {
22
22
  StartTime = 1,
23
23
  StopTime = 2
24
24
  }
25
+ export declare enum RoleStartSessionEnum {
26
+ Assistant = 0,
27
+ Teacher = 1,
28
+ Student = 2,
29
+ Counselor = 3
30
+ }
25
31
  export interface LearningStrategyType {
26
32
  id?: number;
27
33
  text: string;
@@ -127,3 +127,9 @@ export declare const initialResultAnswer: {
127
127
  id: number;
128
128
  questionResponses: never[];
129
129
  };
130
+ export declare enum RoleStartSessionEnum {
131
+ Assistant = 0,
132
+ Teacher = 1,
133
+ Student = 2,
134
+ Counselor = 3
135
+ }
@@ -14,5 +14,6 @@ declare const useExternalSurvey: () => {
14
14
  isDone: boolean;
15
15
  externalSurveyId: string;
16
16
  surveyId: string;
17
+ currentPage: import("react").ReactText;
17
18
  };
18
19
  export default useExternalSurvey;
@@ -13,7 +13,9 @@ declare const useStudentList: () => {
13
13
  useStyles: (props?: any) => Record<"select" | "fontCustom", string>;
14
14
  defaultFont: any;
15
15
  onSubmitAssistant: (cb: Function) => Promise<void>;
16
+ onSubmitCounselor: (cb: Function) => Promise<void>;
16
17
  setAssistantId: import("react").Dispatch<import("react").SetStateAction<number>>;
18
+ setCounselorId: import("react").Dispatch<import("react").SetStateAction<number>>;
17
19
  setStudentAssistant: import("react").Dispatch<import("react").SetStateAction<number>>;
18
20
  isRoleTeacherAndAssistant: boolean;
19
21
  nameTeacherAssistant: any;
package/dist/index.css CHANGED
@@ -145,6 +145,8 @@
145
145
  ._2K2FJ {
146
146
  background: #006E60 !important;
147
147
  color: white !important; }
148
+ ._2K2FJ > span {
149
+ font-family: 'Poppins-Regular' !important; }
148
150
 
149
151
  ._3ae8F {
150
152
  color: rgba(0, 0, 0, 0.36) !important; }
@@ -160,7 +162,8 @@
160
162
  font-weight: bold;
161
163
  line-height: 40px;
162
164
  margin-bottom: 0px;
163
- width: 80px; }
165
+ width: 80px;
166
+ font-family: 'Poppins-Regular' !important; }
164
167
  @media (max-width: 767px) {
165
168
  ._1bTW5 ._1gs0Z {
166
169
  width: 36%;
@@ -183,7 +186,10 @@ h2._13S5D {
183
186
  ._t-JhH {
184
187
  color: #2d3748;
185
188
  font-size: 14px;
186
- font-weight: bold; }
189
+ font-weight: bold;
190
+ font-family: 'Poppins-Regular' !important; }
191
+ ._t-JhH > p {
192
+ font-family: 'Poppins-Regular' !important; }
187
193
 
188
194
  ._t-JhH p:nth-child(2) {
189
195
  font-size: 16px;
@@ -594,6 +600,15 @@ p._1YLGi {
594
600
  display: flex;
595
601
  flex-wrap: wrap;
596
602
  justify-content: flex-start; }
603
+ ._2RwcR > label > span {
604
+ font-family: 'Poppins-Regular' !important; }
605
+
606
+ ._3mfi0,
607
+ ._3mfi0 > label {
608
+ cursor: default !important; }
609
+ ._3mfi0 > span,
610
+ ._3mfi0 > label > span {
611
+ cursor: default; }
597
612
 
598
613
  ._1tBto {
599
614
  z-index: -10;
@@ -694,7 +709,8 @@ p._1YLGi {
694
709
  color: #FFFFFF;
695
710
  font-weight: 600 !important;
696
711
  font-size: 13px !important;
697
- margin-right: 10px; }
712
+ margin-right: 10px;
713
+ font-family: 'Poppins-Regular' !important; }
698
714
  ._22CX0 ._2OUSw:hover {
699
715
  background: #006E60; }
700
716
  ._22CX0 ._3rQql {
@@ -1070,6 +1086,42 @@ p._1YLGi {
1070
1086
  font-size: 20px;
1071
1087
  padding: 10px 20px; }
1072
1088
 
1089
+ ._2xFCD {
1090
+ padding: 0.5rem 0rem;
1091
+ overflow: hidden;
1092
+ text-align: center; }
1093
+ ._2xFCD::first-letter {
1094
+ text-transform: uppercase; }
1095
+ ._2xFCD span {
1096
+ color: #000;
1097
+ font-weight: 400;
1098
+ font-size: 1rem;
1099
+ line-height: 1;
1100
+ text-align: center;
1101
+ white-space: nowrap;
1102
+ position: relative; }
1103
+ ._2xFCD span::first-letter {
1104
+ text-transform: uppercase; }
1105
+
1106
+ ._28v_I > div {
1107
+ min-height: 36px;
1108
+ height: 36px;
1109
+ background: #f58f10;
1110
+ padding: 0 2.5rem; }
1111
+ ._28v_I > div > div > div {
1112
+ display: flex;
1113
+ justify-content: center;
1114
+ align-items: center; }
1115
+
1116
+ ._1la70 {
1117
+ padding: 0.1rem !important;
1118
+ right: 1rem;
1119
+ top: 50%;
1120
+ transform: translateY(-50%); }
1121
+ ._1la70 svg {
1122
+ color: #000 !important;
1123
+ font-size: 1.25rem; }
1124
+
1073
1125
  @font-face {
1074
1126
  font-family: "Lato-Regular";
1075
1127
  src: url("/fonts/Lato-Regular.ttf");
@@ -4522,7 +4574,6 @@ h2._2HVLw {
4522
4574
  ._2gSxY {
4523
4575
  padding: 2px 0px !important;
4524
4576
  font-size: 1rem;
4525
- font-family: "Roboto", "Helvetica", "Arial", sans-serif;
4526
4577
  font-weight: 400;
4527
4578
  line-height: 1.5;
4528
4579
  letter-spacing: 0.00938em; }
@@ -6088,6 +6139,9 @@ h2._2HVLw {
6088
6139
  ._357lC {
6089
6140
  cursor: pointer; }
6090
6141
 
6142
+ ._27Z1n ._ioAmt {
6143
+ display: none; }
6144
+
6091
6145
  ._27Z1n ._2dpVY {
6092
6146
  position: absolute;
6093
6147
  z-index: -999;
@@ -15525,7 +15579,8 @@ h2._1KpSK {
15525
15579
  h4._2qrMH {
15526
15580
  color: #2d3748;
15527
15581
  font-size: 20px;
15528
- font-weight: 700; }
15582
+ font-weight: 700;
15583
+ font-family: 'Poppins-Regular' !important; }
15529
15584
 
15530
15585
  h4._2qrMH > i {
15531
15586
  margin-left: 3px; }
@@ -15543,7 +15598,8 @@ h4._2qrMH > i {
15543
15598
  font-weight: 700;
15544
15599
  text-transform: capitalize;
15545
15600
  font-size: 14px;
15546
- line-height: 19.07px; }
15601
+ line-height: 19.07px;
15602
+ font-family: 'Poppins-Regular' !important; }
15547
15603
 
15548
15604
  ._3u_ZS p._1X8HL {
15549
15605
  color: #6b6b6b;
@@ -15551,7 +15607,8 @@ h4._2qrMH > i {
15551
15607
  font-weight: 400;
15552
15608
  margin: 3px 0;
15553
15609
  line-height: 14.06px;
15554
- margin-bottom: -2px; }
15610
+ margin-bottom: -2px;
15611
+ font-family: 'Poppins-Regular' !important; }
15555
15612
  @media (max-width: 767px) {
15556
15613
  ._3u_ZS p._1X8HL {
15557
15614
  margin-bottom: 0px; } }
@@ -15638,14 +15695,16 @@ h4._2qrMH > i {
15638
15695
  font-size: 16px;
15639
15696
  line-height: 21.79px;
15640
15697
  font-weight: bold;
15641
- padding-bottom: 15px; }
15698
+ padding-bottom: 15px;
15699
+ font-family: 'Poppins-Regular' !important; }
15642
15700
  ._3wYO4 img {
15643
15701
  margin-right: 12px; }
15644
15702
 
15645
15703
  ._3N1qj h2 {
15646
15704
  color: #1a202c;
15647
15705
  font-weight: bold;
15648
- font-size: 18px; }
15706
+ font-size: 18px;
15707
+ font-family: 'Poppins-Regular' !important; }
15649
15708
 
15650
15709
  h4._3lNz0 {
15651
15710
  font-size: 16px;
@@ -15657,7 +15716,8 @@ h4._3lNz0 {
15657
15716
  color: #f44336;
15658
15717
  text-transform: uppercase;
15659
15718
  font-size: 14px;
15660
- font-weight: bold; }
15719
+ font-weight: bold;
15720
+ font-family: 'Poppins-Regular' !important; }
15661
15721
 
15662
15722
  ._1lJLb {
15663
15723
  background: #006E60 !important; }
@@ -15666,7 +15726,8 @@ h4._3lNz0 {
15666
15726
  ._1lJLb span {
15667
15727
  font-size: 15px;
15668
15728
  color: #fff;
15669
- text-transform: uppercase; }
15729
+ text-transform: uppercase;
15730
+ font-family: 'Poppins-Regular' !important; }
15670
15731
  ._1lJLb span img {
15671
15732
  margin-right: 8px;
15672
15733
  width: 15px;
@@ -15691,6 +15752,10 @@ h4._3lNz0 {
15691
15752
 
15692
15753
  ._15_aP {
15693
15754
  margin-left: 10px; }
15755
+ ._15_aP > div label {
15756
+ font-family: 'Poppins-Regular' !important; }
15757
+ ._15_aP > div div > input {
15758
+ font-family: 'Poppins-Regular' !important; }
15694
15759
 
15695
15760
  ._12nMn {
15696
15761
  margin: 0 !important;
@@ -16321,6 +16386,10 @@ th > ._3tbAL ._3N7z7 {
16321
16386
  ._1Lmrp ._2MyxF ._2M2ub ._26NEY ._3b0L0 {
16322
16387
  font-weight: 400;
16323
16388
  font-size: 16px; }
16389
+ ._1Lmrp ._2MyxF ._2M2ub > label {
16390
+ cursor: default; }
16391
+ ._1Lmrp ._2MyxF ._2M2ub > label > span {
16392
+ cursor: default; }
16324
16393
 
16325
16394
  ._1erRk {
16326
16395
  font-weight: 400;
@@ -16615,8 +16684,7 @@ th > ._3tbAL ._3N7z7 {
16615
16684
 
16616
16685
  ._3s7NT {
16617
16686
  display: flex;
16618
- justify-content: space-evenly;
16619
- margin-top: 15px; }
16687
+ justify-content: space-evenly; }
16620
16688
  ._3s7NT ._18KW- {
16621
16689
  display: flex;
16622
16690
  align-items: center; }
@@ -17024,7 +17092,8 @@ th > ._3tbAL ._3N7z7 {
17024
17092
  color: #000;
17025
17093
  font-weight: 600;
17026
17094
  text-transform: capitalize;
17027
- padding: 0px 10px; }
17095
+ padding: 0px 10px;
17096
+ font-family: 'Poppins-Regular' !important; }
17028
17097
  ._2Yd4r ._1uEAA i {
17029
17098
  font-size: 18px;
17030
17099
  color: rgba(0, 0, 0, 0.36); }
@@ -17076,6 +17145,8 @@ th > ._3tbAL ._3N7z7 {
17076
17145
  padding: 20px; }
17077
17146
  ._iGmVL ._qRjQL {
17078
17147
  margin-bottom: 15px; }
17148
+ ._iGmVL ._qRjQL > p {
17149
+ font-family: 'Poppins-Regular' !important; }
17079
17150
  ._iGmVL ._102Po {
17080
17151
  background: #edf2f7;
17081
17152
  padding: 16px;
@@ -17103,7 +17174,8 @@ h2._1hrCT {
17103
17174
  display: flex;
17104
17175
  align-items: center; }
17105
17176
  ._2pTpc ._332q5 ._1hrCT {
17106
- margin-bottom: 15px; }
17177
+ margin-bottom: 15px;
17178
+ font-family: 'Poppins-Regular' !important; }
17107
17179
  ._2pTpc ._2FDDu {
17108
17180
  display: flex;
17109
17181
  align-items: center;
@@ -17218,7 +17290,6 @@ h2._1hrCT {
17218
17290
  ._26JQB {
17219
17291
  padding: 2px 0px !important;
17220
17292
  font-size: 1rem;
17221
- font-family: "Roboto", "Helvetica", "Arial", sans-serif;
17222
17293
  font-weight: 400;
17223
17294
  line-height: 1.5;
17224
17295
  letter-spacing: 0.00938em; }
@@ -17372,7 +17443,8 @@ h2._1hrCT {
17372
17443
  font-weight: bold;
17373
17444
  color: #2d3748;
17374
17445
  margin-bottom: 12px;
17375
- text-transform: capitalize; }
17446
+ text-transform: capitalize;
17447
+ font-family: 'Poppins-Regular' !important; }
17376
17448
 
17377
17449
  ._2pTpc ._36iwb {
17378
17450
  display: flex;