@instincthub/react-ui 0.0.1 → 0.0.2

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 (155) hide show
  1. package/dist/_virtual/index8.js +2 -0
  2. package/dist/_virtual/index8.js.map +1 -0
  3. package/dist/_virtual/react-is.development3.js +2 -0
  4. package/dist/_virtual/react-is.development3.js.map +1 -0
  5. package/dist/_virtual/react-is.production.min2.js +2 -0
  6. package/dist/_virtual/react-is.production.min2.js.map +1 -0
  7. package/dist/_virtual/stylis.js +2 -0
  8. package/dist/_virtual/stylis.js.map +1 -0
  9. package/dist/assets/css/bootstrap.css +315 -0
  10. package/dist/assets/css/darkmode.css +57 -0
  11. package/dist/assets/css/fonts.css +1 -0
  12. package/dist/assets/css/forms/input-fields.css +77 -0
  13. package/dist/assets/css/forms/react-action.css +46 -0
  14. package/dist/assets/css/forms/submit-btn.css +39 -0
  15. package/dist/assets/css/forms.css +145 -0
  16. package/dist/assets/css/invoice.css +196 -0
  17. package/dist/assets/css/loading.css +57 -0
  18. package/dist/assets/css/main.css +2357 -0
  19. package/dist/assets/css/material-ui.css +82 -0
  20. package/dist/assets/css/modals.css +208 -0
  21. package/dist/assets/css/primereact.css +367 -0
  22. package/dist/assets/css/react-video-player.css +81 -0
  23. package/dist/assets/css/readme/overflow.md +93 -0
  24. package/dist/assets/css/readme/width-height-padding.md +342 -0
  25. package/dist/assets/css/readme/z-index.md +80 -0
  26. package/dist/assets/css/root.css +70 -0
  27. package/dist/assets/css/styles.css +23 -0
  28. package/dist/assets/css/tag-only-selectors.css +240 -0
  29. package/dist/assets/css/tooltip.css +26 -0
  30. package/dist/assets/css/ui/code-display.css +132 -0
  31. package/dist/assets/css/ui/content-viewer.css +599 -0
  32. package/dist/assets/css/ui/editor.css +161 -0
  33. package/dist/assets/css/ui/list-styles.css +318 -0
  34. package/dist/assets/css/ui/parent-list-styles.css +223 -0
  35. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +2 -0
  36. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -0
  37. package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js +2 -0
  38. package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js.map +1 -0
  39. package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js +2 -0
  40. package/dist/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js.map +1 -0
  41. package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +2 -0
  42. package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js.map +1 -0
  43. package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js +2 -0
  44. package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -0
  45. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +2 -0
  46. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js.map +1 -0
  47. package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +2 -0
  48. package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js.map +1 -0
  49. package/dist/node_modules/@emotion/styled/dist/emotion-styled.esm.js +2 -0
  50. package/dist/node_modules/@emotion/styled/dist/emotion-styled.esm.js.map +1 -0
  51. package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +2 -0
  52. package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js.map +1 -0
  53. package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js +2 -0
  54. package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js.map +1 -0
  55. package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +2 -0
  56. package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js.map +1 -0
  57. package/dist/node_modules/@mui/material/styles/createThemeWithVars.js +1 -1
  58. package/dist/node_modules/@mui/material/styles/createThemeWithVars.js.map +1 -1
  59. package/dist/node_modules/@mui/material/utils/memoTheme.js +1 -1
  60. package/dist/node_modules/@mui/material/utils/memoTheme.js.map +1 -1
  61. package/dist/node_modules/@mui/styled-engine/index.js +2 -2
  62. package/dist/node_modules/@mui/system/esm/Box/Box.js +2 -0
  63. package/dist/node_modules/@mui/system/esm/Box/Box.js.map +1 -0
  64. package/dist/node_modules/@mui/system/esm/Box/boxClasses.js +2 -0
  65. package/dist/node_modules/@mui/system/esm/Box/boxClasses.js.map +1 -0
  66. package/dist/node_modules/@mui/system/esm/Container/Container.js +2 -0
  67. package/dist/node_modules/@mui/system/esm/Container/Container.js.map +1 -0
  68. package/dist/node_modules/@mui/system/esm/Container/containerClasses.js +2 -0
  69. package/dist/node_modules/@mui/system/esm/Container/containerClasses.js.map +1 -0
  70. package/dist/node_modules/@mui/system/esm/Container/createContainer.js +2 -0
  71. package/dist/node_modules/@mui/system/esm/Container/createContainer.js.map +1 -0
  72. package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js +2 -0
  73. package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js.map +1 -0
  74. package/dist/node_modules/@mui/system/esm/Grid/Grid.js +2 -0
  75. package/dist/node_modules/@mui/system/esm/Grid/Grid.js.map +1 -0
  76. package/dist/node_modules/@mui/system/esm/Grid/createGrid.js +2 -0
  77. package/dist/node_modules/@mui/system/esm/Grid/createGrid.js.map +1 -0
  78. package/dist/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js +2 -0
  79. package/dist/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js.map +1 -0
  80. package/dist/node_modules/@mui/system/esm/Grid/gridClasses.js +2 -0
  81. package/dist/node_modules/@mui/system/esm/Grid/gridClasses.js.map +1 -0
  82. package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.js +2 -0
  83. package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.js.map +1 -0
  84. package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js +2 -0
  85. package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js.map +1 -0
  86. package/dist/node_modules/@mui/system/esm/Stack/Stack.js +2 -0
  87. package/dist/node_modules/@mui/system/esm/Stack/Stack.js.map +1 -0
  88. package/dist/node_modules/@mui/system/esm/Stack/createStack.js +2 -0
  89. package/dist/node_modules/@mui/system/esm/Stack/createStack.js.map +1 -0
  90. package/dist/node_modules/@mui/system/esm/Stack/stackClasses.js +2 -0
  91. package/dist/node_modules/@mui/system/esm/Stack/stackClasses.js.map +1 -0
  92. package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js +1 -1
  93. package/dist/node_modules/@mui/system/esm/borders/borders.js +1 -1
  94. package/dist/node_modules/@mui/system/esm/borders/borders.js.map +1 -1
  95. package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js +1 -1
  96. package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.js.map +1 -1
  97. package/dist/node_modules/@mui/system/esm/createBox/createBox.js +2 -0
  98. package/dist/node_modules/@mui/system/esm/createBox/createBox.js.map +1 -0
  99. package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js +1 -1
  100. package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.js.map +1 -1
  101. package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.js +2 -0
  102. package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.js.map +1 -0
  103. package/dist/node_modules/@mui/system/esm/display/display.js +2 -0
  104. package/dist/node_modules/@mui/system/esm/display/display.js.map +1 -0
  105. package/dist/node_modules/@mui/system/esm/flexbox/flexbox.js +2 -0
  106. package/dist/node_modules/@mui/system/esm/flexbox/flexbox.js.map +1 -0
  107. package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.js +2 -0
  108. package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.js.map +1 -0
  109. package/dist/node_modules/@mui/system/esm/memoTheme.js +2 -0
  110. package/dist/node_modules/@mui/system/esm/memoTheme.js.map +1 -0
  111. package/dist/node_modules/@mui/system/esm/palette/palette.js +1 -1
  112. package/dist/node_modules/@mui/system/esm/palette/palette.js.map +1 -1
  113. package/dist/node_modules/@mui/system/esm/positions/positions.js +2 -0
  114. package/dist/node_modules/@mui/system/esm/positions/positions.js.map +1 -0
  115. package/dist/node_modules/@mui/system/esm/shadows/shadows.js +2 -0
  116. package/dist/node_modules/@mui/system/esm/shadows/shadows.js.map +1 -0
  117. package/dist/node_modules/@mui/system/esm/sizing/sizing.js +1 -1
  118. package/dist/node_modules/@mui/system/esm/sizing/sizing.js.map +1 -1
  119. package/dist/node_modules/@mui/system/esm/spacing/spacing.js +1 -1
  120. package/dist/node_modules/@mui/system/esm/spacing/spacing.js.map +1 -1
  121. package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js +2 -0
  122. package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js.map +1 -0
  123. package/dist/node_modules/@mui/system/esm/styled/styled.js +2 -0
  124. package/dist/node_modules/@mui/system/esm/styled/styled.js.map +1 -0
  125. package/dist/node_modules/@mui/system/esm/typography/typography.js +2 -0
  126. package/dist/node_modules/@mui/system/esm/typography/typography.js.map +1 -0
  127. package/dist/node_modules/@mui/system/esm/useTheme/useTheme.js +2 -0
  128. package/dist/node_modules/@mui/system/esm/useTheme/useTheme.js.map +1 -0
  129. package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js +2 -0
  130. package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js.map +1 -0
  131. package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js +2 -0
  132. package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js.map +1 -0
  133. package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js +1 -1
  134. package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.js +2 -0
  135. package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.js.map +1 -0
  136. package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +2 -0
  137. package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.map +1 -0
  138. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js +10 -0
  139. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js.map +1 -0
  140. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js +10 -0
  141. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
  142. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +2 -0
  143. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js.map +1 -0
  144. package/dist/node_modules/stylis/dist/umd/stylis.js +2 -0
  145. package/dist/node_modules/stylis/dist/umd/stylis.js.map +1 -0
  146. package/dist/src/components/forms/AnimatedBox.js.map +1 -1
  147. package/dist/src/components/forms/SubmitBtn.js.map +1 -1
  148. package/dist/src/components/ui/viewer/CodeDisplay.js +1 -1
  149. package/dist/src/styles.js.map +1 -1
  150. package/dist/src/types/components/forms/CountryInput.d.ts +0 -1
  151. package/dist/src/types/components/forms/CountryStateInput.d.ts +0 -1
  152. package/dist/src/types/components/ui/viewer/CodeDisplay.d.ts +1 -1
  153. package/dist/src/types/styles.d.ts +1 -13
  154. package/dist/styles.css +1 -1
  155. package/package.json +6 -4
@@ -0,0 +1,2357 @@
1
+ p,
2
+ div,
3
+ .span span,
4
+ .paragrah,
5
+ i,
6
+ li {
7
+ font-family: var(--Nunito);
8
+ font-size: 1rem;
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ line-height: 1.8rem;
12
+ color: var(--Gunmetal);
13
+ margin: 8px 0;
14
+ letter-spacing: 0em;
15
+ text-align: left;
16
+ }
17
+ i,
18
+ .span span {
19
+ font-size: 1rem;
20
+ margin-top: 10px;
21
+ line-height: 1.8rem;
22
+ }
23
+ .d-link {
24
+ pointer-events: none;
25
+ cursor: default;
26
+ }
27
+ .tw-500 {
28
+ font-weight: 500;
29
+ }
30
+ .tw-600 {
31
+ font-weight: 600;
32
+ }
33
+ .tw-700 {
34
+ font-weight: 700;
35
+ }
36
+ .new_feature {
37
+ position: relative;
38
+ }
39
+ .new_feature::before {
40
+ content: "New";
41
+ line-height: 12px;
42
+ font-size: 10px;
43
+ font-family: Nunito;
44
+ font-weight: 800;
45
+ padding: 3px 5px;
46
+ background-color: var(--DarkCyan);
47
+ color: #fff;
48
+ display: inline-block;
49
+ position: absolute;
50
+ top: -15px;
51
+ right: 0px;
52
+ border-radius: 3px;
53
+ }
54
+ .badge {
55
+ padding: 10px 15px;
56
+ border-radius: 5px;
57
+ background-color: var(--OldLavender);
58
+ color: #fff;
59
+ font-size: small;
60
+ display: inline-block;
61
+ }
62
+ .react_loading {
63
+ height: 30vh;
64
+ width: 100%;
65
+ display: flex;
66
+ justify-content: center;
67
+ align-items: center;
68
+ }
69
+ .just_heading {
70
+ max-width: 600px;
71
+ }
72
+ .just_heading h4 {
73
+ font-weight: 600;
74
+ }
75
+ .material-symbols-outlined {
76
+ font-weight: 300 !important;
77
+ }
78
+ .ghost {
79
+ display: none;
80
+ }
81
+ small {
82
+ color: #737070;
83
+ font-weight: 600;
84
+ font-size: 12px;
85
+ font-family: var(--Nunito);
86
+ /* line-height: 7px;÷÷ */
87
+ }
88
+
89
+ .d-none {
90
+ display: none;
91
+ }
92
+ .d-block {
93
+ display: block;
94
+ }
95
+ .d-inline {
96
+ display: inline;
97
+ }
98
+ .d-inline-block {
99
+ display: inline-block;
100
+ }
101
+
102
+ .NO_SUBMISSION {
103
+ color: red;
104
+ }
105
+ .NEED_REWORK {
106
+ color: var(--Danger);
107
+ }
108
+ .MEET_EXPECTATIONS {
109
+ color: #492b7c;
110
+ }
111
+ .EXCEED_EXPECTATIONS {
112
+ color: var(--DarkCyan);
113
+ }
114
+ .menu-wrap {
115
+ position: relative;
116
+ width: 50px;
117
+ height: 50px;
118
+ }
119
+
120
+ .menu-wrap .toggler {
121
+ position: absolute;
122
+ top: 0;
123
+ left: 0;
124
+ opacity: 0;
125
+ z-index: var(--z-navigation);
126
+ cursor: pointer;
127
+ width: 50px;
128
+ height: 50px;
129
+ opacity: 0;
130
+ }
131
+
132
+ .ClientHome .important-btn,
133
+ .ClientHome .ihub-important-btn {
134
+ background-color: var(--DarkCyan) !important;
135
+ }
136
+ .ClientHome .outlined-btn {
137
+ color: var(--DarkCyan);
138
+ border: 1px solid var(--DarkCyan) !important;
139
+ }
140
+ .ClientHome .outlined-btn:hover {
141
+ background-color: var(--DarkCyan) !important;
142
+ }
143
+ .ClientHome .acc_input:checked ~ .acc_content {
144
+ background-color: var(--DarkCyan) !important;
145
+ }
146
+ .ClientHome .acc_input:checked ~ .acc_label {
147
+ background-color: var(--DarkCyan) !important;
148
+ }
149
+ .ClientHome .acc_label:hover {
150
+ background: var(--DarkCyan);
151
+ color: var(--White);
152
+ }
153
+ .menu-wrap .hamburger {
154
+ position: absolute;
155
+ top: -2px;
156
+ left: 0;
157
+ z-index: var(--z-navigation);
158
+ width: 60px;
159
+ height: 60px;
160
+ padding: 1rem;
161
+ /* background: var(); */
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ }
166
+ .slick-dots li button:before {
167
+ font-size: 9px !important;
168
+ color: var(--DarkCyan) !important;
169
+ /* opacity: 0.5 !important; */
170
+ }
171
+ .slick-dots li.slick-active button:before {
172
+ /* opacity: 0.5 !important; */
173
+ }
174
+ /* Hamburger Line */
175
+ .menu-wrap .hamburger > div {
176
+ position: relative;
177
+ flex: none;
178
+ width: 100%;
179
+ height: 2px;
180
+ background: var(--Gunmetal);
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ transition: all 0.4s ease;
185
+ }
186
+
187
+ .mui-icon {
188
+ position: relative;
189
+ top: 5px;
190
+ margin-right: 5px;
191
+ display: inline-block;
192
+ }
193
+ /* Hamburger Lines - Top & Bottom */
194
+ .menu-wrap .hamburger > div::before,
195
+ .menu-wrap .hamburger > div::after {
196
+ content: "";
197
+ position: absolute;
198
+ z-index: var(--z-navigation);
199
+ top: -10px;
200
+ width: 100%;
201
+ height: 2px;
202
+ background: inherit;
203
+ }
204
+
205
+ /* Moves Line Down */
206
+ .menu-wrap .hamburger > div::after {
207
+ top: 10px;
208
+ }
209
+
210
+ /* Toggler Animation */
211
+ .menu-wrap .toggler:checked + .hamburger > div {
212
+ transform: rotate(135deg);
213
+ }
214
+ .course_details_banner {
215
+ margin-top: 90px;
216
+ }
217
+ .course_details_banner img {
218
+ object-fit: cover;
219
+ }
220
+ .add_enrol {
221
+ margin-top: 40px;
222
+ }
223
+ .add_enrol h4 {
224
+ margin: 10px 0;
225
+ font-size: 14px !important;
226
+ font-style: normal;
227
+ font-weight: 600;
228
+ line-height: normal;
229
+ }
230
+ .course_details_accordion_module_section__hHwpY {
231
+ /* background-color: yellow !important; */
232
+ max-width: 300px;
233
+ top: 117px;
234
+ }
235
+ .add_enrol h4 span {
236
+ margin: 15px 0;
237
+ font-size: 14px !important;
238
+ font-style: normal;
239
+ font-weight: 400;
240
+ line-height: normal;
241
+ }
242
+ .add_enrol h1 {
243
+ font-size: 25px;
244
+ font-style: normal;
245
+ font-weight: 600;
246
+ line-height: 40px;
247
+ }
248
+ /* Turns Lines Into X */
249
+ .menu-wrap .toggler:checked + .hamburger > div:before,
250
+ .menu-wrap .toggler:checked + .hamburger > div:after {
251
+ top: 0;
252
+ transform: rotate(90deg);
253
+ }
254
+
255
+ /* Rotate On Hover When Checked */
256
+ .menu-wrap .toggler:checked:hover + .hamburger > div {
257
+ transform: rotate(225deg);
258
+ }
259
+
260
+ /* Show Menu */
261
+ .menu-wrap .toggler:checked ~ .menu {
262
+ visibility: visible;
263
+ }
264
+
265
+ .menu-wrap .toggler:checked ~ .menu > div {
266
+ transform: scale(1);
267
+ transition-duration: var(--menu-speed);
268
+ }
269
+
270
+ .menu-wrap .toggler:checked ~ .menu > div > div {
271
+ opacity: 1;
272
+ transition: opacity 0.4s ease 0.4s;
273
+ }
274
+
275
+ .action a {
276
+ font-weight: 600;
277
+ }
278
+ #dy_svg path {
279
+ fill: var(--DarkCyan);
280
+ }
281
+
282
+ .gauge_label {
283
+ font-family: var(--Nunito);
284
+ }
285
+
286
+ .category_label {
287
+ padding: 5px 15px;
288
+ font-family: var(--Nunito);
289
+ color: var(--White);
290
+ border-radius: 5px;
291
+ /* margin-top: 30px; */
292
+ position: absolute;
293
+ bottom: 15px;
294
+ right: 15px;
295
+ background-color: var(--DarkSlateGray);
296
+ }
297
+ .fade-in-right {
298
+ -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
299
+ animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
300
+ }
301
+ .err {
302
+ background-color: var(--Danger);
303
+ padding: 10px 20px;
304
+ border-radius: 5px;
305
+ color: #fff;
306
+ }
307
+ .link-style {
308
+ font-weight: 600;
309
+ color: var(--DarkCyan);
310
+ }
311
+
312
+ #app {
313
+ margin-top: 40px;
314
+ }
315
+
316
+ #progressInput {
317
+ margin: 20px auto;
318
+ width: 30%;
319
+ }
320
+ .rc-accordion-toggle {
321
+ display: flex;
322
+ padding: 1rem;
323
+ background: var(--White);
324
+ align-items: flex-start;
325
+ cursor: pointer;
326
+
327
+ border-bottom: var(--borderDefault);
328
+ justify-content: space-between;
329
+
330
+ transition: 0.3s;
331
+ }
332
+ .rc-accordion-toggle.active h5 {
333
+ color: var(--DarkCyan);
334
+ margin: 0px;
335
+ }
336
+ .rc-accordion-toggle.active {
337
+ border-left: 10px solid var(--DarkCyan);
338
+ background: var(--Gray);
339
+ }
340
+ .rc-accordion-toggle.active .rc-accordion-icon {
341
+ transform: rotate(180deg);
342
+ color: var(--White);
343
+ }
344
+ .rc-accordion-card {
345
+ border: var(--borderDefault);
346
+ border-radius: 5px;
347
+ margin-bottom: 10px;
348
+ overflow: hidden;
349
+ }
350
+ .rc-accordion-card:last-child {
351
+ margin-bottom: 0;
352
+ }
353
+
354
+ .material-symbols-outlined {
355
+ color: var(--Gunmetal);
356
+ }
357
+ .rc-accordion-title {
358
+ font-weight: 500;
359
+ font-size: 14px;
360
+ position: relative;
361
+ margin-bottom: 0;
362
+ color: var(--Gunmetal);
363
+ transition: 0.3s;
364
+ }
365
+
366
+ .rc-accordion-icon {
367
+ position: relative;
368
+ top: 2px;
369
+ color: #475f7b;
370
+ transition: 0.35s;
371
+ font-size: 12px;
372
+ }
373
+
374
+ .react_loading {
375
+ display: flex;
376
+ align-items: center;
377
+ position: fixed;
378
+ background-color: var(--White);
379
+ height: 102vh;
380
+ top: 0px;
381
+ z-index: var(--z-overlay);
382
+
383
+ /* p {
384
+ margin: 30px;
385
+ text-align: center;
386
+ width: 100%;
387
+ } */
388
+ }
389
+ .rc-accordion-body {
390
+ flex: 1 1 auto;
391
+ min-height: 1px;
392
+ padding: 0 15px;
393
+ background: var(--Gray);
394
+ }
395
+
396
+ .circle-background,
397
+ .circle-progress {
398
+ fill: none;
399
+ }
400
+ .videoModel {
401
+ padding: 0 10px;
402
+ }
403
+
404
+ .circle-background {
405
+ stroke: rgba(0, 131, 143, 0.2);
406
+ }
407
+ .mt-0 {
408
+ margin-top: 0;
409
+ }
410
+ .circle-progress {
411
+ /* stroke: red; */
412
+ /* stroke-linecap: round;
413
+ stroke-linejoin: round; */
414
+ }
415
+
416
+ .global_Z .hidden {
417
+ margin-left: 50px;
418
+ margin-top: 0;
419
+ position: relative;
420
+ top: -10px;
421
+ }
422
+ .global_Z .hidden::before {
423
+ content: "";
424
+ width: 4px;
425
+ height: 130px;
426
+ background-color: var(--Magnolia);
427
+ display: inline-block;
428
+ position: absolute;
429
+ left: -20px;
430
+ top: -20px;
431
+ }
432
+
433
+ .jrYTDA {
434
+ margin-top: 57px !important;
435
+ }
436
+ .circle-text {
437
+ font-size: 3em;
438
+ font-weight: bold;
439
+ font-family: var(--Nunito);
440
+ fill: var(--Gunmetal);
441
+ }
442
+ .logo {
443
+ width: 100px;
444
+ height: 50px;
445
+ object-fit: cover;
446
+ /* filter: var(--filter); */
447
+ margin-top: 7px;
448
+ margin-right: 40px;
449
+ }
450
+ .file_file::before {
451
+ content: "\e161";
452
+ font-family: "Material Icons";
453
+ -webkit-font-feature-settings: "liga";
454
+ margin-right: 10px;
455
+ position: absolute;
456
+ left: 0px;
457
+ top: 27px;
458
+ color: var(--Gunmetal);
459
+ font-size: 30px;
460
+ font-weight: 400;
461
+ margin-right: 10px;
462
+ }
463
+ .zip_file::before {
464
+ content: "\eb2c";
465
+ font-family: "Material Icons";
466
+ -webkit-font-feature-settings: "liga";
467
+ margin-right: 10px;
468
+ position: absolute;
469
+ left: 0px;
470
+ top: 27px;
471
+ color: var(--Gunmetal);
472
+ font-size: 30px;
473
+ font-weight: 400;
474
+ margin-right: 10px;
475
+ }
476
+ .pdf_file::before {
477
+ content: "\e415";
478
+ font-family: "Material Icons";
479
+ color: var(--Gunmetal);
480
+ -webkit-font-feature-settings: "liga";
481
+ margin-right: 10px;
482
+ position: absolute;
483
+ left: 0px;
484
+ top: 27px;
485
+ font-size: 30px;
486
+ font-weight: 400;
487
+ margin-right: 10px;
488
+ }
489
+ .img_file::before {
490
+ content: "\e3f4";
491
+ color: var(--Gunmetal);
492
+ font-family: "Material Icons";
493
+ -webkit-font-feature-settings: "liga";
494
+ margin-right: 10px;
495
+ position: absolute;
496
+ left: 0px;
497
+ top: 27px;
498
+ font-size: 30px;
499
+ font-weight: 400;
500
+ margin-right: 10px;
501
+ }
502
+ .vindict {
503
+ max-width: 650px !important;
504
+ }
505
+ .scroll_inside {
506
+ overflow: auto;
507
+ padding-bottom: 20px !important;
508
+ -ms-overflow-style: none; /* IE and Edge */
509
+ scrollbar-width: none; /* Firefox */
510
+ }
511
+ .scroll_inside::-webkit-scrollbar {
512
+ display: none;
513
+ }
514
+ .align-text {
515
+ text-align: center;
516
+ /* position: relative; */
517
+ }
518
+ .scroll_inside {
519
+ overflow: auto;
520
+ padding-bottom: 20px !important;
521
+ }
522
+ .video_file::before {
523
+ content: "\e04b";
524
+ font-family: "Material Icons";
525
+ -webkit-font-feature-settings: "liga";
526
+ margin-right: 10px;
527
+ position: absolute;
528
+ color: var(--Gunmetal);
529
+ left: 0px;
530
+ top: 27px;
531
+ font-size: 30px;
532
+ font-weight: 400;
533
+ margin-right: 10px;
534
+ }
535
+ .create_settings button {
536
+ position: relative;
537
+ }
538
+ .create_settings button::before {
539
+ content: url("../svgs/add_box.svg");
540
+ margin-right: 10px;
541
+ position: absolute;
542
+ left: 15px;
543
+ top: 9px;
544
+ }
545
+ .instincthub_subs::before {
546
+ content: url("../svgs/logo.svg");
547
+ margin-right: 10px;
548
+ position: absolute;
549
+ left: 19px;
550
+ top: 13px;
551
+ }
552
+ .nav_switch {
553
+ position: relative;
554
+ }
555
+ .nav_switch::after {
556
+ content: "\e5e1";
557
+ font-family: "Material Icons";
558
+ -webkit-font-feature-settings: "liga";
559
+ margin-right: 10px;
560
+ position: absolute;
561
+ right: 0px;
562
+ top: 11px;
563
+ }
564
+
565
+ .addAccount {
566
+ position: relative;
567
+ }
568
+ /* .video_component {
569
+ border: 3px solid blue;
570
+ } */
571
+ .addAccount::before {
572
+ content: "\e7fe";
573
+ font-family: "Material Icons";
574
+ -webkit-font-feature-settings: "liga";
575
+ margin-right: 10px;
576
+ position: absolute;
577
+ left: 15px;
578
+ top: 8px;
579
+ font-size: 20px;
580
+ font-weight: 400;
581
+ margin-right: 10px;
582
+ }
583
+ .stepBackBtn::before {
584
+ content: "\e5c4";
585
+ font-family: "Material Icons";
586
+ -webkit-font-feature-settings: "liga";
587
+ margin-right: 10px;
588
+ position: absolute;
589
+ left: 7px;
590
+ top: 8px;
591
+ font-size: 20px;
592
+ font-weight: 400;
593
+ margin-right: 10px;
594
+ }
595
+ .switch_acct::before {
596
+ content: "\e9ed";
597
+ font-family: "Material Icons";
598
+ -webkit-font-feature-settings: "liga";
599
+ margin-right: 10px;
600
+ position: absolute;
601
+ left: 19px;
602
+ top: 8px;
603
+ font-size: 20px;
604
+ font-weight: 400;
605
+ margin-right: 10px;
606
+ }
607
+ .switch_acct::after {
608
+ content: "\e5e1";
609
+ font-family: "Material Icons";
610
+ -webkit-font-feature-settings: "liga";
611
+ margin-right: 10px;
612
+ position: absolute;
613
+ right: 10px;
614
+ top: 11px;
615
+ }
616
+ .sign_out::before {
617
+ content: "\e9ba";
618
+ font-family: "Material Icons";
619
+ -webkit-font-feature-settings: "liga";
620
+ margin-right: 10px;
621
+ position: absolute;
622
+ left: 14px;
623
+ top: 8px;
624
+ font-size: 20px;
625
+ font-weight: 400;
626
+ margin-right: 10px;
627
+ }
628
+ .DarkLavender {
629
+ background-color: var(--DarkLavender);
630
+ }
631
+
632
+ .progress_bar {
633
+ background-color: var(--TurkishRose) !important;
634
+ height: 3px !important;
635
+ }
636
+
637
+ .DeepGreen-CyanTurquoise {
638
+ background-color: var(--DeepGreen-CyanTurquoise);
639
+ }
640
+
641
+ .LavenderGray {
642
+ background-color: var(--LavenderGray);
643
+ }
644
+
645
+ .DarkSlateGray {
646
+ background-color: var(--DarkSlateGray);
647
+ }
648
+
649
+ .ChineseBlue {
650
+ background-color: var(--ChineseBlue);
651
+ }
652
+
653
+ .ChineseSilver {
654
+ background-color: var(--Gray);
655
+ }
656
+ .no_b {
657
+ border: 0 !important;
658
+ }
659
+ .Corn {
660
+ background-color: var(--Corn);
661
+ }
662
+
663
+ .Magnolia {
664
+ background-color: var(--Magnolia);
665
+ }
666
+
667
+ .OldRose {
668
+ background-color: var(--OldRose);
669
+ }
670
+
671
+ .LimeGreen {
672
+ background-color: var(--LimeGreen);
673
+ }
674
+
675
+ .PoliceBlue {
676
+ background-color: var(--PoliceBlue);
677
+ }
678
+
679
+ .TiffanyBlue {
680
+ background-color: var(--TiffanyBlue);
681
+ }
682
+
683
+ .MetallicBlue {
684
+ background-color: var(--MetallicBlue);
685
+ }
686
+
687
+ .MaximumRedPurple {
688
+ background-color: var(--MaximumRedPurple);
689
+ }
690
+
691
+ .DarkCyan {
692
+ background-color: var(--DarkCyan);
693
+ }
694
+
695
+ .TurkishRose {
696
+ background-color: var(--TurkishRose);
697
+ }
698
+
699
+ .Rhythm {
700
+ background-color: var(--Rhythm);
701
+ }
702
+
703
+ .CaribbeanGreen {
704
+ background-color: var(--CaribbeanGreen);
705
+ }
706
+
707
+ .AmericanPurple {
708
+ background-color: var(--AmericanPurple);
709
+ }
710
+
711
+ .TurkishRose {
712
+ background-color: var(--TurkishRose);
713
+ }
714
+
715
+ .Gunmetal {
716
+ background-color: var(--Gunmetal);
717
+ }
718
+
719
+ .ViridianGreen {
720
+ background-color: var(--ViridianGreen);
721
+ }
722
+
723
+ .Rhythm {
724
+ background-color: var(--Rhythm);
725
+ }
726
+
727
+ .CaribbeanGreen {
728
+ background-color: var(--CaribbeanGreen);
729
+ }
730
+
731
+ .OldLavender {
732
+ background-color: var(--OldLavender);
733
+ }
734
+
735
+ .White {
736
+ background-color: var(--White);
737
+ color: var(--White);
738
+ }
739
+
740
+ .WhiteC {
741
+ color: var(--White);
742
+ }
743
+
744
+ .insta_svg path {
745
+ fill: #009ba2;
746
+ }
747
+ .stats_figure {
748
+ display: flex !important;
749
+ justify-content: space-between !important;
750
+ align-items: center;
751
+ margin-top: 25px;
752
+ }
753
+ .stats_figure p {
754
+ font-weight: 600;
755
+ font-size: 1rem;
756
+ line-height: 19px;
757
+ margin-bottom: 0px;
758
+ letter-spacing: 0.02em;
759
+ }
760
+ .stats_figure h5 {
761
+ font-weight: 700;
762
+ font-size: 18px;
763
+ line-height: 22px;
764
+ margin-bottom: 0px;
765
+ line-height: 22px;
766
+ letter-spacing: 0.02em;
767
+ }
768
+ #ghost {
769
+ display: none;
770
+ }
771
+ .before_dot::before {
772
+ content: "-";
773
+ margin: 0 12px;
774
+ /* width: 5px; */
775
+ font-size: 20px;
776
+ /* height: 5px; */
777
+ display: inline-block;
778
+ color: var(--Gunmetal);
779
+ }
780
+ .title_meta p {
781
+ position: relative;
782
+ font-size: 12px !important;
783
+ font-weight: 700;
784
+ display: inline-block;
785
+ padding-bottom: 0px;
786
+ margin-bottom: 0px;
787
+ margin-top: 0px;
788
+ margin-right: 5px;
789
+ }
790
+ .anime-button,
791
+ .anime-button-chevron,
792
+ .ihub-anime-button-chevron {
793
+ position: relative;
794
+ }
795
+
796
+ .anime-button span,
797
+ .anime-button svg,
798
+ .anime-button-chevron svg#animate,
799
+ .ihub-anime-button-chevron svg#animate {
800
+ position: absolute;
801
+ right: 25px;
802
+ top: 10px;
803
+ transform: translate(-40px);
804
+
805
+ transition: 0.4s;
806
+ opacity: 0;
807
+ }
808
+ .anime-button:hover,
809
+ .anime-button-chevron:hover,
810
+ .ihub-anime-button-chevron:hover {
811
+ padding-right: 55px;
812
+ }
813
+ .anime-button:hover span,
814
+ .anime-button:hover svg,
815
+ .anime-button-chevron:hover svg#animate,
816
+ .ihub-anime-button-chevron:hover svg#animate {
817
+ opacity: 1;
818
+ transform: translate(0px);
819
+ }
820
+ .anime-button:hover svg {
821
+ transform: translate(10px);
822
+ }
823
+
824
+ .flex {
825
+ display: flex;
826
+ justify-content: space-between;
827
+ align-items: center;
828
+ }
829
+
830
+ .op-5 {
831
+ opacity: 50%;
832
+ }
833
+
834
+ .max_605 {
835
+ max-width: 605px;
836
+ }
837
+
838
+ .max_700 {
839
+ max-width: 700px;
840
+ }
841
+
842
+ .custom-ul-list ul li {
843
+ margin-left: 15px;
844
+ color: var(--Gunmetal);
845
+ position: relative;
846
+ }
847
+ .custom-ul-list ul,
848
+ .custom-ul-list ol {
849
+ padding: 15px;
850
+ background-color: var(--OpacityBackground);
851
+ display: inline-block;
852
+ border-radius: 5px;
853
+ margin: 15px 0px;
854
+ }
855
+ .custom-ul-list ul li::before {
856
+ position: absolute;
857
+ display: block;
858
+ content: "+";
859
+ width: 24px;
860
+ height: 24px;
861
+ left: -15px;
862
+ }
863
+ .max-1200px {
864
+ max-width: 1200px;
865
+ margin: 0 auto;
866
+ }
867
+
868
+ .display_pic {
869
+ width: 40px;
870
+ height: 40px;
871
+ border-radius: 50%;
872
+ }
873
+ /* -----LOADER */
874
+ .lds-ellipsis {
875
+ display: inline-block;
876
+ position: relative;
877
+ width: 80px;
878
+ height: 80px;
879
+ margin: 0 auto;
880
+ }
881
+ .lds-ellipsis div {
882
+ position: absolute;
883
+ top: 33px;
884
+ width: 13px;
885
+ height: 13px;
886
+ border-radius: 50%;
887
+ background: var(--DarkCyan);
888
+ animation-timing-function: cubic-bezier(0, 1, 1, 0);
889
+ }
890
+ .lds-ellipsis div:nth-child(1) {
891
+ left: 8px;
892
+ animation: lds-ellipsis1 0.6s infinite;
893
+ }
894
+ .lds-ellipsis div:nth-child(2) {
895
+ left: 8px;
896
+ animation: lds-ellipsis2 0.6s infinite;
897
+ }
898
+ .lds-ellipsis div:nth-child(3) {
899
+ left: 32px;
900
+ animation: lds-ellipsis2 0.6s infinite;
901
+ }
902
+ .lds-ellipsis div:nth-child(4) {
903
+ left: 56px;
904
+ animation: lds-ellipsis3 0.6s infinite;
905
+ }
906
+ @keyframes lds-ellipsis1 {
907
+ 0% {
908
+ transform: scale(0);
909
+ }
910
+ 100% {
911
+ transform: scale(1);
912
+ }
913
+ }
914
+ @keyframes lds-ellipsis3 {
915
+ 0% {
916
+ transform: scale(1);
917
+ }
918
+ 100% {
919
+ transform: scale(0);
920
+ }
921
+ }
922
+ @keyframes lds-ellipsis2 {
923
+ 0% {
924
+ transform: translate(0, 0);
925
+ }
926
+ 100% {
927
+ transform: translate(24px, 0);
928
+ }
929
+ }
930
+ /* -----LOADER ENDS */
931
+
932
+ .semi-bold {
933
+ font-weight: 500;
934
+ }
935
+
936
+ .bold {
937
+ font-weight: 600;
938
+ }
939
+
940
+ .b_location::before {
941
+ width: 24px;
942
+ height: 24px;
943
+ position: relative;
944
+ top: 5px;
945
+ margin-right: 8px;
946
+ }
947
+
948
+ .ml-1 {
949
+ margin-left: 10px;
950
+ }
951
+
952
+ .ml-2 {
953
+ margin-left: 20px;
954
+ }
955
+
956
+ .m-0 {
957
+ margin: 0;
958
+ }
959
+
960
+ .mt-1 {
961
+ margin-top: 10px;
962
+ }
963
+
964
+ .mt-2 {
965
+ margin-top: 20px;
966
+ }
967
+
968
+ .mt-3 {
969
+ margin-top: 30px;
970
+ }
971
+
972
+ .mt-4 {
973
+ margin-top: 40px;
974
+ }
975
+
976
+ .mt-5 {
977
+ margin-top: 50px;
978
+ }
979
+
980
+ .mt-6 {
981
+ margin-top: 60px;
982
+ }
983
+
984
+ .mt-7 {
985
+ margin-top: 70px;
986
+ }
987
+
988
+ .mt-8 {
989
+ margin-top: 80px;
990
+ }
991
+
992
+ .mt-9 {
993
+ margin-top: 90px;
994
+ }
995
+
996
+ .mt-10 {
997
+ margin-top: 100px;
998
+ }
999
+
1000
+ .mb-1 {
1001
+ margin-bottom: 10px;
1002
+ }
1003
+
1004
+ .mb-2 {
1005
+ margin-bottom: 20px;
1006
+ }
1007
+
1008
+ .mb-3 {
1009
+ margin-bottom: 30px;
1010
+ }
1011
+
1012
+ .mb-4 {
1013
+ margin-bottom: 40px;
1014
+ }
1015
+
1016
+ .mb-5 {
1017
+ margin-bottom: 50px;
1018
+ }
1019
+
1020
+ .mb-6 {
1021
+ margin-bottom: 60px;
1022
+ }
1023
+
1024
+ .mb-7 {
1025
+ margin-bottom: 70px;
1026
+ }
1027
+
1028
+ .mb-8 {
1029
+ margin-bottom: 80px;
1030
+ }
1031
+
1032
+ .mb-9 {
1033
+ margin-bottom: 90px;
1034
+ }
1035
+
1036
+ .mb-10 {
1037
+ margin-bottom: 100px;
1038
+ }
1039
+
1040
+ .pt-1 {
1041
+ padding-top: 10px;
1042
+ }
1043
+
1044
+ .pt-2 {
1045
+ padding-top: 20px;
1046
+ }
1047
+
1048
+ .pt-3 {
1049
+ padding-top: 30px;
1050
+ }
1051
+
1052
+ .pt-4 {
1053
+ padding-top: 40px;
1054
+ }
1055
+
1056
+ .pt-5 {
1057
+ padding-top: 50px;
1058
+ }
1059
+
1060
+ .pt-6 {
1061
+ padding-top: 60px;
1062
+ }
1063
+
1064
+ .pt-7 {
1065
+ padding-top: 70px;
1066
+ }
1067
+
1068
+ .pt-8 {
1069
+ padding-top: 80px;
1070
+ }
1071
+
1072
+ .pt-9 {
1073
+ padding-top: 90px;
1074
+ }
1075
+
1076
+ .pt-10 {
1077
+ padding-top: 100px !important;
1078
+ }
1079
+
1080
+ .pb-1 {
1081
+ padding-bottom: 10px;
1082
+ }
1083
+
1084
+ .pb-2 {
1085
+ padding-bottom: 20px;
1086
+ }
1087
+
1088
+ .pb-3 {
1089
+ padding-bottom: 30px;
1090
+ }
1091
+
1092
+ .pb-4 {
1093
+ padding-bottom: 40px;
1094
+ }
1095
+
1096
+ .pb-5 {
1097
+ padding-bottom: 50px;
1098
+ }
1099
+
1100
+ .pb-6 {
1101
+ padding-bottom: 60px;
1102
+ }
1103
+
1104
+ .pb-7 {
1105
+ padding-bottom: 70px;
1106
+ }
1107
+ /* .custom-progress-bar {
1108
+ background-color: yellow;
1109
+ } */
1110
+ .pb-8 {
1111
+ padding-bottom: 80px;
1112
+ }
1113
+
1114
+ .pb-9 {
1115
+ padding-bottom: 90px;
1116
+ }
1117
+
1118
+ .pb-10 {
1119
+ padding-bottom: 100px;
1120
+ }
1121
+
1122
+ .fs-1 {
1123
+ font-size: 12px;
1124
+ }
1125
+ .fs-2 {
1126
+ font-size: 1rem;
1127
+ }
1128
+ .fs-3 {
1129
+ font-size: 20px;
1130
+ }
1131
+ .fs-4 {
1132
+ font-size: 30px;
1133
+ }
1134
+ .fs-5 {
1135
+ font-size: 40px;
1136
+ }
1137
+ .card {
1138
+ background-color: var(--White);
1139
+ font-size: 13px;
1140
+ font-weight: 500;
1141
+ letter-spacing: 0.3px;
1142
+ color: var(--DarkCyan);
1143
+ overflow: hidden;
1144
+ }
1145
+ .rc-accordion-toggle {
1146
+ display: flex;
1147
+ padding: 1rem;
1148
+ background: var(--White);
1149
+ align-items: flex-start;
1150
+ cursor: pointer;
1151
+
1152
+ border-bottom: var(--borderDefault);
1153
+ justify-content: space-between;
1154
+
1155
+ transition: 0.3s;
1156
+ }
1157
+
1158
+ .rc-accordion-toggle.active {
1159
+ border-left: 10px solid var(--DarkCyan);
1160
+ background: var(--Gray);
1161
+ }
1162
+ .rc-accordion-toggle.active .rc-accordion-icon {
1163
+ transform: rotate(180deg);
1164
+ color: var(--White);
1165
+ }
1166
+ .rc-accordion-card {
1167
+ border: var(--borderDefault);
1168
+ border-radius: 5px;
1169
+ margin-bottom: 10px;
1170
+ overflow: hidden;
1171
+ }
1172
+ .rc-accordion-card:last-child {
1173
+ margin-bottom: 0;
1174
+ }
1175
+ .rc-accordion-title {
1176
+ font-weight: 500;
1177
+ font-size: 14px;
1178
+ position: relative;
1179
+ margin-bottom: 0;
1180
+ color: var(--Gunmetal);
1181
+ transition: 0.3s;
1182
+ }
1183
+
1184
+ .rc-accordion-icon {
1185
+ position: relative;
1186
+ top: 2px;
1187
+ color: #475f7b;
1188
+ transition: 0.35s;
1189
+ font-size: 12px;
1190
+ }
1191
+ .rc-accordion-body {
1192
+ flex: 1 1 auto;
1193
+ min-height: 1px;
1194
+ padding: 0 15px;
1195
+ background: var(--Gray);
1196
+ }
1197
+ .mobdro li {
1198
+ padding: 10px 0;
1199
+ margin: 0;
1200
+ margin-left: 40px;
1201
+ font-size: 0.8rem;
1202
+ }
1203
+ .if_video {
1204
+ position: relative;
1205
+ padding-top: 15px !important;
1206
+ padding-bottom: 15px !important;
1207
+ }
1208
+ .currentList {
1209
+ font-weight: 800;
1210
+ color: var(--DarkCyan);
1211
+ }
1212
+ .play_icon {
1213
+ position: absolute;
1214
+ left: -35px;
1215
+ top: 20px;
1216
+ }
1217
+ .change_toggle {
1218
+ position: relative;
1219
+ margin-top: 120px;
1220
+ background-color: blue;
1221
+ }
1222
+ /* #currentVideo{
1223
+ margin-top: 120px;
1224
+ } */
1225
+ .open_panel {
1226
+ font-size: 45px !important;
1227
+ padding: 0;
1228
+ position: fixed;
1229
+ right: 20px;
1230
+
1231
+ text-align: right !important;
1232
+ margin-top: 100px;
1233
+ cursor: pointer;
1234
+ padding: 5px;
1235
+ border-radius: 5px;
1236
+ background-color: var(--FadeGlass);
1237
+ transition: 0.3s;
1238
+ color: var(--Gunmetal);
1239
+ display: block !important;
1240
+ z-index: var(--z-popup);
1241
+ }
1242
+ .open_panel:hover {
1243
+ background-color: var(--White);
1244
+ }
1245
+ /* .if_video::before {
1246
+ content: "\e1c4";
1247
+ color: var(--Gunmetal);
1248
+ font-family: "Material Icons";
1249
+ -webkit-font-feature-settings: "liga";
1250
+ margin-right: 10px;
1251
+ position: absolute;
1252
+ left: -30px;
1253
+ top: 8px;
1254
+ font-size: 20px;
1255
+ font-weight: 400;
1256
+ margin-right: 10px;
1257
+ } */
1258
+ /* .mobdro li::before {
1259
+ content: "Hello";
1260
+ } */
1261
+ .rc-accordion-body p {
1262
+ margin-bottom: 0;
1263
+ font-size: 14px;
1264
+ font-weight: 400;
1265
+ line-height: 24px;
1266
+ color: #727e8c;
1267
+ }
1268
+ .rc-collapse {
1269
+ position: relative;
1270
+ height: 0;
1271
+ overflow: hidden;
1272
+ transition: height 0.35s ease;
1273
+ }
1274
+ .rc-collapse.show {
1275
+ height: auto;
1276
+ }
1277
+ .accordion {
1278
+ width: 100%;
1279
+ margin-bottom: 60px;
1280
+ }
1281
+ .accordion h3 {
1282
+ background-color: var(--Magnolia);
1283
+ margin: 0;
1284
+ padding: 20px;
1285
+ font-size: 17px;
1286
+ font-weight: 700;
1287
+ line-height: 22px;
1288
+ letter-spacing: 0em;
1289
+ }
1290
+ .accordion input {
1291
+ display: none;
1292
+ }
1293
+ .greater {
1294
+ display: flex;
1295
+ justify-content: center;
1296
+ align-items: center;
1297
+ width: 100%;
1298
+ height: 100%;
1299
+ position: absolute;
1300
+ top: 0;
1301
+ }
1302
+ .loader {
1303
+ display: inline-block;
1304
+ position: relative;
1305
+ width: 80px;
1306
+ height: 80px;
1307
+ }
1308
+
1309
+ .loader div {
1310
+ box-sizing: border-box;
1311
+ display: block;
1312
+ position: absolute;
1313
+ width: 64px;
1314
+ height: 64px;
1315
+ margin: 8px;
1316
+ border: 3px solid var(--DarkCyan);
1317
+ border-radius: 50%;
1318
+ animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
1319
+ border-color: var(--DarkCyan) transparent transparent transparent;
1320
+ }
1321
+
1322
+ .loader div:nth-child(1) {
1323
+ animation-delay: -0.45s;
1324
+ }
1325
+
1326
+ .loader div:nth-child(2) {
1327
+ animation-delay: -0.3s;
1328
+ }
1329
+
1330
+ .loader div:nth-child(3) {
1331
+ animation-delay: -0.15s;
1332
+ }
1333
+
1334
+ @keyframes loader {
1335
+ 0% {
1336
+ transform: rotate(0deg);
1337
+ }
1338
+
1339
+ 100% {
1340
+ transform: rotate(360deg);
1341
+ }
1342
+ }
1343
+ .acc_label,
1344
+ .acc_content {
1345
+ padding: 14px 20px;
1346
+ }
1347
+ .acc_label input,
1348
+ .acc_content input {
1349
+ display: block;
1350
+ }
1351
+
1352
+ .acc_label {
1353
+ display: block;
1354
+ color: var(--Gunmetal);
1355
+ font-weight: 500;
1356
+ cursor: pointer;
1357
+ position: relative;
1358
+ transition: all 0.1s;
1359
+ background-color: var(--White);
1360
+ border: var(--borderDefault);
1361
+ }
1362
+ .custom-play-button {
1363
+ background-color: tan;
1364
+ }
1365
+ .acc_label::after {
1366
+ content: "+";
1367
+ position: absolute;
1368
+ top: 50%;
1369
+ transform: translateY(-50%);
1370
+ right: 20px;
1371
+ font-size: 20px;
1372
+ transition: transform 0.4s;
1373
+ }
1374
+ .acc_label:hover {
1375
+ background: var(--DarkCyan);
1376
+ color: #fff;
1377
+ }
1378
+
1379
+ .acc_content {
1380
+ background-color: var(--DarkCyan);
1381
+ color: white;
1382
+ font-weight: 0.85em;
1383
+ line-height: 1.6;
1384
+ display: none;
1385
+ }
1386
+ .acc_content p {
1387
+ color: #fff;
1388
+ }
1389
+
1390
+ .acc_input:checked ~ .acc_label {
1391
+ background-color: var(--DarkCyan);
1392
+ color: #fff;
1393
+ }
1394
+
1395
+ .acc_input:checked ~ .acc_content {
1396
+ display: block;
1397
+ background-color: var(--DarkCyan);
1398
+ }
1399
+
1400
+ .acc_input:checked ~ .acc_label::after {
1401
+ content: "-";
1402
+ transform: translateY(-50%) rotate(0.5turn);
1403
+ }
1404
+ button {
1405
+ padding: 10px 30px;
1406
+ transition: 0.4s;
1407
+ border-radius: 5px;
1408
+ border: 0;
1409
+ background-color: unset;
1410
+ font-family: var(--Montserat);
1411
+ outline: 0;
1412
+ color: var(--Gunmetal);
1413
+ cursor: pointer;
1414
+ font-weight: 600;
1415
+ font-size: 1rem;
1416
+ transition: 0.2s ease-in;
1417
+ }
1418
+ button:disabled {
1419
+ opacity: 0.5;
1420
+ background-color: #6b7280;
1421
+ color: var(--Gray);
1422
+ border: var(--borderDefault);
1423
+ }
1424
+
1425
+ .icon {
1426
+ width: 24px;
1427
+ height: 24px;
1428
+ }
1429
+ /* ====
1430
+ RADIO BUTTON
1431
+ ===== */
1432
+
1433
+ /* =====
1434
+ RADIO ENDS
1435
+ ===== */
1436
+ .default-btn {
1437
+ padding: 12px 35px;
1438
+ margin: 25px 0 10px 0;
1439
+ border-radius: 5px;
1440
+ border: 0;
1441
+ background-color: unset;
1442
+ font-family: var(--Montserat);
1443
+ outline: 0;
1444
+ cursor: pointer;
1445
+ font-weight: 600;
1446
+ font-size: 1rem;
1447
+ background-color: var(--Gray);
1448
+ }
1449
+
1450
+ .important-btn,
1451
+ .ihub-important-btn {
1452
+ padding: 12px 35px;
1453
+ margin: 25px 0 10px 0;
1454
+ border-radius: 5px;
1455
+ border: 0;
1456
+ background-color: unset;
1457
+ font-family: var(--Montserat);
1458
+ outline: 0;
1459
+ cursor: pointer;
1460
+ font-weight: 600;
1461
+ font-size: 1rem;
1462
+ background-color: var(--DarkCyan);
1463
+ color: var(--White);
1464
+ }
1465
+
1466
+ .important-btn:hover,
1467
+ .ihub-important-btn:hover {
1468
+ background-color: var(--DarkCyan);
1469
+ opacity: 0.8;
1470
+ }
1471
+
1472
+ .outlined-btn {
1473
+ padding: 12px 35px;
1474
+ margin: 25px 0 10px 0;
1475
+ border-radius: 5px;
1476
+ border: 0;
1477
+ background-color: unset;
1478
+ font-family: var(--Montserat);
1479
+ outline: 0;
1480
+ cursor: pointer;
1481
+ font-weight: 500;
1482
+ font-size: 1rem;
1483
+ background-color: var(--White);
1484
+ color: var(--DarkCyan);
1485
+ border: 1px solid var(--DarkCyan);
1486
+ }
1487
+ .outlined-btn:hover {
1488
+ color: var(--white);
1489
+ background-color: var(--DarkCyan);
1490
+ }
1491
+
1492
+ .primary-btn {
1493
+ padding: 12px 35px;
1494
+ margin: 25px 0 10px 0;
1495
+ border-radius: 5px;
1496
+ border: 0;
1497
+ background-color: unset;
1498
+ font-family: var(--Montserat);
1499
+ outline: 0;
1500
+ cursor: pointer;
1501
+ font-weight: 600;
1502
+ font-size: 1rem;
1503
+ background-color: var(--Gunmetal);
1504
+ color: var(--White);
1505
+ }
1506
+
1507
+ .danger-btn {
1508
+ padding: 12px 35px;
1509
+ margin: 25px 0 10px 0;
1510
+ border-radius: 5px;
1511
+ border: 0;
1512
+ background-color: unset;
1513
+ font-family: var(--Montserat);
1514
+ outline: 0;
1515
+ cursor: pointer;
1516
+ font-weight: 600;
1517
+ font-size: 1rem;
1518
+ background-color: var(--Danger);
1519
+ color: var(--White);
1520
+ }
1521
+
1522
+ .pt-500 {
1523
+ padding-top: 170px !important;
1524
+ }
1525
+ @media (min-width: 767px) {
1526
+ .container {
1527
+ padding: 0 40px;
1528
+ }
1529
+ .pt-500 {
1530
+ padding-top: 100px !important;
1531
+ }
1532
+ .navlinks {
1533
+ margin-right: 55px;
1534
+ }
1535
+
1536
+ .wrap_moon {
1537
+ position: absolute;
1538
+ top: 5px;
1539
+ cursor: pointer;
1540
+ top: 5px;
1541
+ right: 45px;
1542
+ }
1543
+
1544
+ .on_nav {
1545
+ display: none;
1546
+ }
1547
+
1548
+ .hamburger {
1549
+ display: none;
1550
+ }
1551
+ }
1552
+ .container {
1553
+ max-width: 1650px;
1554
+ margin: 0 auto;
1555
+ padding: 0 20px;
1556
+ }
1557
+ @media (min-width: 1024px) {
1558
+ .container {
1559
+ padding: 0 40px;
1560
+ }
1561
+ .ih_hide_wb {
1562
+ display: none;
1563
+ }
1564
+ }
1565
+ @media (max-width: 1024px) {
1566
+ .container {
1567
+ padding: 0 40px;
1568
+ }
1569
+ }
1570
+ @media (max-width: 540px) {
1571
+ .container {
1572
+ padding: 0 20px;
1573
+ }
1574
+ .ih_hide_mb {
1575
+ display: none;
1576
+ }
1577
+ }
1578
+ @media (min-width: 1024px) {
1579
+ .container {
1580
+ padding: 0 40px;
1581
+ }
1582
+ }
1583
+
1584
+ .add_check::before {
1585
+ content: "\e876";
1586
+ font-family: "Material Icons";
1587
+ -webkit-font-feature-settings: "liga";
1588
+ margin-right: 10px;
1589
+ position: absolute;
1590
+ left: 3px;
1591
+ top: 0px;
1592
+ color: var(--Gunmetal);
1593
+ font-size: 20px;
1594
+ font-weight: 400;
1595
+ margin-right: 10px;
1596
+ }
1597
+ .ih_get_user_email_modal_close_btn {
1598
+ width: 1rem;
1599
+ height: 1rem;
1600
+ margin-left: auto;
1601
+ display: block;
1602
+ }
1603
+ @media (min-width: 768px) {
1604
+ .add_enrol {
1605
+ display: flex;
1606
+ justify-content: space-between;
1607
+ }
1608
+ .add_enrol button {
1609
+ margin-top: 10px;
1610
+ margin-left: 40px;
1611
+ }
1612
+
1613
+ .navlinks {
1614
+ display: flex;
1615
+ justify-content: space-around;
1616
+ width: 100%;
1617
+ margin-right: 0;
1618
+ }
1619
+ .navlinks a:active {
1620
+ color: rgba(0, 0, 0, 0.05);
1621
+ }
1622
+ .navlinks #mobile {
1623
+ display: none;
1624
+ }
1625
+ .navlinks .menu-items button {
1626
+ display: block;
1627
+ align-items: center;
1628
+ color: inherit;
1629
+ font-size: inherit;
1630
+ border: none;
1631
+ background-color: transparent;
1632
+ cursor: pointer;
1633
+ width: 100%;
1634
+ display: block;
1635
+ align-items: center;
1636
+ color: inherit;
1637
+ font-size: inherit;
1638
+ border: none;
1639
+ background-color: transparent;
1640
+ cursor: pointer;
1641
+ width: 100%;
1642
+ margin: 0;
1643
+ padding: 0;
1644
+ margin-top: 10px !important;
1645
+ }
1646
+ .navlinks img {
1647
+ width: 48px;
1648
+ height: 48px;
1649
+ border-radius: 50%;
1650
+ object-fit: cover;
1651
+ }
1652
+ .navlinks a {
1653
+ display: block;
1654
+ font-size: inherit;
1655
+ color: inherit;
1656
+ text-decoration: none;
1657
+ }
1658
+
1659
+ .navlinks li {
1660
+ text-align: left;
1661
+ padding: 0;
1662
+ margin: 0;
1663
+ font-size: 1rem;
1664
+ font-weight: 500;
1665
+ font-family: var(--Montserat);
1666
+ opacity: 0.9;
1667
+ position: relative;
1668
+ transition: 0.4s;
1669
+ margin-right: 10px;
1670
+ }
1671
+ .navlinks li::before {
1672
+ content: "";
1673
+ position: absolute;
1674
+ left: 0;
1675
+ width: 0%;
1676
+ height: 3px;
1677
+ background: var(--Main-Gradient);
1678
+ transition: all 0.4s;
1679
+ bottom: 0;
1680
+ }
1681
+ .navlinks li:hover::before {
1682
+ opacity: 1;
1683
+ width: 100%;
1684
+ }
1685
+ .navlinks li:hover {
1686
+ font-weight: 700;
1687
+ }
1688
+ .navlinks li:active {
1689
+ border-bottom: var(--DarkCyan);
1690
+ }
1691
+
1692
+ .sign_up {
1693
+ display: flex;
1694
+ }
1695
+ .sign_up button {
1696
+ padding: 8px 15px;
1697
+ margin: 0;
1698
+ height: 39.5px;
1699
+ }
1700
+ .sign_up .outlined-btn {
1701
+ margin-right: 10px;
1702
+ height: 39.5px;
1703
+ }
1704
+
1705
+ button span {
1706
+ margin-left: 3px;
1707
+ }
1708
+
1709
+ .menu-items > a,
1710
+ .menu-items button {
1711
+ text-align: left;
1712
+ padding: 10px 15px;
1713
+ }
1714
+
1715
+ .arrow::after {
1716
+ content: "";
1717
+ display: none;
1718
+ margin-left: 0.28em;
1719
+ vertical-align: 0.09em;
1720
+ border-top: 0.42em solid;
1721
+ border-right: 0.32em solid transparent;
1722
+ border-left: 0.32em solid transparent;
1723
+ }
1724
+
1725
+ .dropdown {
1726
+ position: absolute;
1727
+ right: 0;
1728
+ top: 48px;
1729
+ left: auto;
1730
+ box-shadow: var(--shadow);
1731
+ font-size: 0.875rem;
1732
+ z-index: var(--z-navigation);
1733
+ min-width: 10rem;
1734
+ padding: 0.5rem 0;
1735
+ list-style: none;
1736
+ background-color: var(--White);
1737
+ border-radius: 0.5rem;
1738
+ display: none;
1739
+ }
1740
+ .dropdown li:hover {
1741
+ font-weight: 500;
1742
+ background-color: rgba(0, 0, 0, 0.05);
1743
+ }
1744
+ .dropdown li::after {
1745
+ display: none;
1746
+ }
1747
+
1748
+ .dropdown.show {
1749
+ display: block;
1750
+ }
1751
+
1752
+ .dropdown .dropdown-submenu {
1753
+ position: absolute;
1754
+ left: 100%;
1755
+ top: -7px;
1756
+ }
1757
+
1758
+ .content h2 {
1759
+ margin-bottom: 1rem;
1760
+ }
1761
+
1762
+ .content a {
1763
+ color: #cc3852;
1764
+ margin-right: 10px;
1765
+ font-weight: 500;
1766
+ transition: 0.3s ease-in;
1767
+ }
1768
+ .content a:hover {
1769
+ opacity: 0.7;
1770
+ font-weight: 600;
1771
+ }
1772
+ }
1773
+
1774
+ /* ----------------------------------------------
1775
+ * Generated by Animista on 2023-3-13 15:11:5
1776
+ * Licensed under FreeBSD License.
1777
+ * See http://animista.net/license for more info.
1778
+ * w: http://animista.net, t: @cssanimista
1779
+ * ---------------------------------------------- */
1780
+
1781
+ /**
1782
+ * ----------------------------------------
1783
+ * animation fade-in-right
1784
+ * ----------------------------------------
1785
+ */
1786
+ @-webkit-keyframes fade-in-right {
1787
+ 0% {
1788
+ -webkit-transform: translateX(50px);
1789
+ transform: translateX(50px);
1790
+ opacity: 0;
1791
+ }
1792
+ 100% {
1793
+ -webkit-transform: translateX(0);
1794
+ transform: translateX(0);
1795
+ opacity: 1;
1796
+ }
1797
+ }
1798
+ @keyframes fade-in-right {
1799
+ 0% {
1800
+ -webkit-transform: translateX(50px);
1801
+ transform: translateX(50px);
1802
+ opacity: 0;
1803
+ }
1804
+ 100% {
1805
+ -webkit-transform: translateX(0);
1806
+ transform: translateX(0);
1807
+ opacity: 1;
1808
+ }
1809
+ }
1810
+
1811
+ footer .container {
1812
+ margin-bottom: 0;
1813
+ }
1814
+
1815
+ footer .InstinctHub_foot {
1816
+ width: 215px;
1817
+ }
1818
+
1819
+ footer .media {
1820
+ display: -webkit-box;
1821
+ display: -ms-flexbox;
1822
+ display: flex;
1823
+ max-width: 255px;
1824
+ width: 100%;
1825
+ margin: 0;
1826
+ -webkit-box-pack: justify;
1827
+ -ms-flex-pack: justify;
1828
+ justify-content: space-between;
1829
+ }
1830
+ @media (max-width: 1200px) {
1831
+ .course_details_banner .add_enrol h1 {
1832
+ font-size: 25px;
1833
+ }
1834
+ }
1835
+ @media (min-width: 800px) {
1836
+ .expansion {
1837
+ display: none;
1838
+ }
1839
+ }
1840
+ footer .media img {
1841
+ width: 40px;
1842
+ height: 30px;
1843
+ -o-object-fit: cover;
1844
+ object-fit: cover;
1845
+ }
1846
+
1847
+ footer .location {
1848
+ padding-left: 27px;
1849
+ }
1850
+ .label-cbx {
1851
+ user-select: none;
1852
+ cursor: pointer;
1853
+ margin-bottom: 0;
1854
+ }
1855
+ .checkbox_control span {
1856
+ font-size: 20px;
1857
+ font-family: var(--Nunito);
1858
+ font-size: 18px;
1859
+ font-weight: 400;
1860
+ line-height: 27px;
1861
+ letter-spacing: 0em;
1862
+ text-align: left;
1863
+ }
1864
+ .checkbox_control input {
1865
+ display: none;
1866
+ }
1867
+ .label-cbx input:checked + .checkbox {
1868
+ border-color: var(--DarkCyan);
1869
+ }
1870
+ .label-cbx input:checked + .checkbox svg path {
1871
+ fill: var(--DarkCyan);
1872
+ }
1873
+ .label-cbx input:checked + .checkbox svg polyline {
1874
+ stroke-dashoffset: 0;
1875
+ }
1876
+ .label-cbx:hover .checkbox svg path {
1877
+ stroke-dashoffset: 0;
1878
+ }
1879
+ .label-cbx .checkbox {
1880
+ position: relative;
1881
+ top: 2px;
1882
+ float: left;
1883
+ margin-right: 8px;
1884
+ width: 20px;
1885
+ height: 20px;
1886
+ border: 2px solid var(--DarkCyan);
1887
+ border-radius: 3px;
1888
+ }
1889
+ .label-cbx .checkbox svg {
1890
+ position: absolute;
1891
+ top: -2px;
1892
+ left: -2px;
1893
+ }
1894
+ .label-cbx .checkbox svg path {
1895
+ fill: none;
1896
+ stroke: var(--DarkCyan);
1897
+ stroke-width: 2;
1898
+ stroke-linecap: round;
1899
+ stroke-linejoin: round;
1900
+ stroke-dasharray: 71px;
1901
+ stroke-dashoffset: 71px;
1902
+ transition: all 0.6s ease;
1903
+ }
1904
+ .label-cbx .checkbox svg polyline {
1905
+ fill: none;
1906
+ stroke: #fff;
1907
+ stroke-width: 2;
1908
+ stroke-linecap: round;
1909
+ stroke-linejoin: round;
1910
+ stroke-dasharray: 18px;
1911
+ stroke-dashoffset: 18px;
1912
+ transition: all 0.3s ease;
1913
+ }
1914
+ .label-cbx > span {
1915
+ pointer-events: none;
1916
+
1917
+ vertical-align: middle;
1918
+ }
1919
+
1920
+ footer .reserved_foot {
1921
+ display: -webkit-box;
1922
+ display: -ms-flexbox;
1923
+ display: flex;
1924
+ -ms-flex-wrap: wrap;
1925
+ flex-wrap: wrap;
1926
+ -webkit-box-pack: justify;
1927
+ -ms-flex-pack: justify;
1928
+ justify-content: space-between;
1929
+ padding-top: 20px;
1930
+ border-top: 1px solid rgba(33, 33, 33, 0.2);
1931
+ }
1932
+
1933
+ footer .reserved_foot .main {
1934
+ margin-right: auto;
1935
+ display: -webkit-box;
1936
+ display: -ms-flexbox;
1937
+ display: flex;
1938
+ -ms-flex-wrap: wrap;
1939
+ flex-wrap: wrap;
1940
+ }
1941
+
1942
+ footer .reserved_foot .main h5 {
1943
+ margin-right: 20px;
1944
+ }
1945
+
1946
+ footer .reserved_foot .main ul {
1947
+ display: -webkit-box;
1948
+ display: -ms-flexbox;
1949
+ display: flex;
1950
+ }
1951
+
1952
+ footer .reserved_foot .main ul li {
1953
+ margin-top: 0;
1954
+ padding: 0 10px;
1955
+ }
1956
+
1957
+ footer .reserved_foot .main ul li::before {
1958
+ content: "";
1959
+ width: 5px;
1960
+ display: inline-block;
1961
+ background-color: rgba(44, 51, 58, 0.2);
1962
+ }
1963
+
1964
+ footer .reserved {
1965
+ padding: 15px 0;
1966
+ font-weight: 500;
1967
+ margin-top: 50px;
1968
+ margin-bottom: 0;
1969
+ background-color: var(--Gray);
1970
+ text-align: center;
1971
+ }
1972
+
1973
+ footer .wrap_footer_icon {
1974
+ display: -webkit-box;
1975
+ display: -ms-flexbox;
1976
+ display: flex;
1977
+ -webkit-box-pack: justify;
1978
+ -ms-flex-pack: justify;
1979
+ justify-content: space-between;
1980
+ width: 60%;
1981
+ }
1982
+
1983
+ footer .wrap_footer_icon img {
1984
+ width: 35px;
1985
+ }
1986
+
1987
+ footer .quick_links {
1988
+ padding-top: 30px;
1989
+ }
1990
+
1991
+ footer .quick_links h3 {
1992
+ margin-bottom: 20px;
1993
+ font-weight: 600;
1994
+ }
1995
+
1996
+ footer .quick_links li {
1997
+ -webkit-transform: scale(1);
1998
+ transform: scale(1);
1999
+ -webkit-transition: 0.4s;
2000
+ transition: 0.4s;
2001
+ margin-bottom: 10px;
2002
+ }
2003
+
2004
+ footer .quick_links li a {
2005
+ font-family: var(--Nunito);
2006
+ }
2007
+
2008
+ footer .quick_links li:hover {
2009
+ color: var(--ViridianGreen);
2010
+ font-weight: 600;
2011
+ }
2012
+
2013
+ footer .social_media {
2014
+ text-align: center;
2015
+ }
2016
+
2017
+ footer .social_media .media {
2018
+ margin: 30px auto 0;
2019
+ display: -webkit-box;
2020
+ display: -ms-flexbox;
2021
+ display: flex;
2022
+ -webkit-box-pack: justify;
2023
+ -ms-flex-pack: justify;
2024
+ justify-content: space-between;
2025
+ width: 16%;
2026
+ }
2027
+
2028
+ footer .social_media .media img {
2029
+ width: 24px;
2030
+ height: 24px;
2031
+ }
2032
+
2033
+ footer .copyright {
2034
+ text-align: center;
2035
+ padding: 15px 0;
2036
+ background-color: var(--Gunmetal);
2037
+ }
2038
+
2039
+ footer .copyright h5 {
2040
+ margin: 0;
2041
+ color: var(--White);
2042
+ font-weight: 600;
2043
+ font-size: 14px;
2044
+ line-height: 19px;
2045
+ text-align: center;
2046
+ text-transform: capitalize;
2047
+ }
2048
+
2049
+ footer ul.breadcrumb {
2050
+ list-style: none;
2051
+ margin: 20px 0 40px 0;
2052
+ font-family: var(--Nunito);
2053
+ }
2054
+
2055
+ footer ul.breadcrumb li {
2056
+ display: inline;
2057
+ font-weight: 600;
2058
+ font-size: 1rem;
2059
+ line-height: 19px;
2060
+ color: var(--DarkCyan);
2061
+ }
2062
+
2063
+ footer ul.breadcrumb li + li:before {
2064
+ content: "";
2065
+ border: 1px solid var(--Gunmetal);
2066
+ -webkit-transform: rotate(90deg);
2067
+ transform: rotate(90deg);
2068
+ background-color: var(--Gunmetal);
2069
+ display: inline-block;
2070
+ width: 0px;
2071
+ position: relative;
2072
+ top: -4px;
2073
+ }
2074
+
2075
+ footer ul.breadcrumb li a {
2076
+ color: var(--Gunmetal);
2077
+ text-decoration: none;
2078
+ -webkit-transition: 0.7s ease;
2079
+ transition: 0.7s ease;
2080
+ }
2081
+
2082
+ footer ul.breadcrumb li a:hover {
2083
+ color: var(--Gunmetal);
2084
+ text-decoration: underline;
2085
+ }
2086
+ .flexible {
2087
+ display: flex;
2088
+ justify-content: space-between;
2089
+ align-items: center;
2090
+ }
2091
+ @media (min-width: 580px) {
2092
+ .footer_wrap {
2093
+ display: -webkit-box;
2094
+ display: -ms-flexbox;
2095
+ display: flex;
2096
+ -webkit-box-pack: justify;
2097
+ -ms-flex-pack: justify;
2098
+ justify-content: space-between;
2099
+ -ms-flex-wrap: wrap;
2100
+ flex-wrap: wrap;
2101
+ }
2102
+ .footer_wrap .quick_links {
2103
+ padding-bottom: 40px;
2104
+ width: 44%;
2105
+ }
2106
+ }
2107
+
2108
+ @media (max-width: 540px) {
2109
+ footer .reserved_foot .main {
2110
+ text-align: center;
2111
+ -webkit-box-pack: center;
2112
+ -ms-flex-pack: center;
2113
+ justify-content: center;
2114
+ }
2115
+ footer .media {
2116
+ max-width: 250px;
2117
+ margin: 20px auto;
2118
+ }
2119
+ }
2120
+
2121
+ @media (min-width: 980px) {
2122
+ .footer_wrap .quick_links {
2123
+ width: 12%;
2124
+ }
2125
+ .it_logo {
2126
+ width: 23% !important;
2127
+ }
2128
+ .last-media {
2129
+ width: 23% !important;
2130
+ }
2131
+ }
2132
+
2133
+ .fade-in-bck {
2134
+ -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
2135
+ animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
2136
+ }
2137
+ /* ----------------------------------------------
2138
+ * Generated by Animista on 2023-4-19 13:35:24
2139
+ * Licensed under FreeBSD License.
2140
+ * See http://animista.net/license for more info.
2141
+ * w: http://animista.net, t: @cssanimista
2142
+ * ---------------------------------------------- */
2143
+
2144
+ /**
2145
+ * ----------------------------------------
2146
+ * animation fade-in-bck
2147
+ * ----------------------------------------
2148
+ */
2149
+ @-webkit-keyframes fade-in-bck {
2150
+ 0% {
2151
+ -webkit-transform: translateZ(80px);
2152
+ transform: translateZ(80px);
2153
+ opacity: 0;
2154
+ }
2155
+ 100% {
2156
+ -webkit-transform: translateZ(0);
2157
+ transform: translateZ(0);
2158
+ opacity: 1;
2159
+ }
2160
+ }
2161
+ @keyframes fade-in-bck {
2162
+ 0% {
2163
+ -webkit-transform: translateZ(80px);
2164
+ transform: translateZ(80px);
2165
+ opacity: 0;
2166
+ }
2167
+ 100% {
2168
+ -webkit-transform: translateZ(0);
2169
+ transform: translateZ(0);
2170
+ opacity: 1;
2171
+ }
2172
+ }
2173
+ /* .play_boy {
2174
+ border: 5px solid yellow;
2175
+ } */
2176
+ .play_boy .controls-bar {
2177
+ background-color: blue !important;
2178
+ }
2179
+ @media (min-width: 1700px) {
2180
+ .small_display {
2181
+ width: 100% !important;
2182
+ }
2183
+ }
2184
+ .media-controls.inline > .controls-bar {
2185
+ background: var(--DarkCyan) !important ;
2186
+ }
2187
+ .background-tint {
2188
+ background: var(--DarkCyan) !important;
2189
+ border-radius: 5px !important;
2190
+ }
2191
+
2192
+ .video-play-button {
2193
+ position: absolute;
2194
+ z-index: var(--z-navigation);
2195
+ top: 50%;
2196
+ left: 50%;
2197
+ cursor: pointer;
2198
+ transform: scale(1);
2199
+ transform: translateX(-50%) translateY(-50%);
2200
+ box-sizing: content-box;
2201
+ display: block;
2202
+ width: 32px;
2203
+ height: 44px;
2204
+ /* background: #fa183d; */
2205
+ border-radius: 50%;
2206
+ padding: 18px 20px 18px 28px;
2207
+ }
2208
+ .relatively {
2209
+ position: relative;
2210
+ }
2211
+ .video-play-button:before {
2212
+ content: "";
2213
+ position: absolute;
2214
+ z-index: var(--z-base);
2215
+ left: 50%;
2216
+ top: 50%;
2217
+ transform: scale(0.9);
2218
+ transform: translateX(-50%) translateY(-50%);
2219
+ display: block;
2220
+ width: 80px;
2221
+ height: 80px;
2222
+ background: var(--DarkCyan);
2223
+ border-radius: 50%;
2224
+ animation: pulse-border 1500ms ease-out infinite;
2225
+ }
2226
+
2227
+ .video-play-button:after {
2228
+ content: "";
2229
+ position: absolute;
2230
+ z-index: var(--z-navigation);
2231
+ left: 50%;
2232
+ top: 50%;
2233
+ transform: translateX(-50%) translateY(-50%);
2234
+ display: block;
2235
+ width: 80px;
2236
+ height: 80px;
2237
+ background: var(--DarkCyan);
2238
+ border-radius: 50%;
2239
+ transition: all 200ms;
2240
+ }
2241
+
2242
+ .video-play-button:hover:after {
2243
+ background-color: darken(#fa183d, 10%);
2244
+ }
2245
+
2246
+ .video-play-button img {
2247
+ position: relative;
2248
+ z-index: var(--z-navigation);
2249
+ max-width: 100%;
2250
+ width: auto;
2251
+ height: auto;
2252
+ }
2253
+ #player {
2254
+ background: var(--White);
2255
+ }
2256
+
2257
+ @media (min-width: 1204px) {
2258
+ .modules {
2259
+ width: 30%;
2260
+ z-index: var(--z-navigation);
2261
+ }
2262
+ }
2263
+ .accordion_wrapper {
2264
+ margin-top: 85px;
2265
+ display: flex;
2266
+ position: fixed;
2267
+ z-index: var(--z-navigation);
2268
+ }
2269
+ @media (min-width: 1204px) {
2270
+ .modules {
2271
+ width: 30%;
2272
+ height: 100vh;
2273
+ overflow: auto;
2274
+ width: 70%;
2275
+ position: fixed;
2276
+ right: 0;
2277
+ transition: 0.5s;
2278
+ }
2279
+ }
2280
+ @media (max-width: 544px) {
2281
+ .graded h3,
2282
+ .ljbsRv div {
2283
+ display: none !important;
2284
+ }
2285
+ .ljbsRv {
2286
+ width: 100%;
2287
+ }
2288
+ .card-body {
2289
+ margin-top: 80px !important;
2290
+ }
2291
+ }
2292
+ @media (max-width: 1204px) {
2293
+ .modules {
2294
+ background: var(--White);
2295
+ position: absolute;
2296
+ width: 400px;
2297
+ height: 100px !important;
2298
+ z-index: var(--z-navigation);
2299
+ max-width: 500px;
2300
+ background: tomato;
2301
+
2302
+ transform: translateX(-10px);
2303
+ transition: transform 0.3s ease-in-out;
2304
+ }
2305
+ .course_details_accordion_module_section__hHwpY,
2306
+ .ljbsRv,
2307
+ .graded {
2308
+ max-width: 450px;
2309
+ left: 0 !important;
2310
+ }
2311
+ }
2312
+ .graded {
2313
+ padding-bottom: 20px !important;
2314
+ }
2315
+ .circle-text {
2316
+ font-size: 30px;
2317
+ }
2318
+ .video-play-button span {
2319
+ display: block;
2320
+ position: relative;
2321
+ z-index: var(--z-navigation);
2322
+ width: 0;
2323
+ height: 0;
2324
+ border-left: 32px solid #fff;
2325
+ border-top: 22px solid transparent;
2326
+ border-bottom: 22px solid transparent;
2327
+ }
2328
+
2329
+ .video_height {
2330
+ /* border: 1px solid yellow; */
2331
+ /* background: white !important; */
2332
+ }
2333
+ @keyframes pulse-border {
2334
+ 0% {
2335
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
2336
+ opacity: 1;
2337
+ }
2338
+ 100% {
2339
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
2340
+ opacity: 0;
2341
+ }
2342
+ }
2343
+
2344
+ .overflow {
2345
+ overflow: auto;
2346
+ }
2347
+ .s_wrapper {
2348
+ width: auto !important;
2349
+ }
2350
+
2351
+ @media (max-width: 1200px) {
2352
+ .main_slider {
2353
+ width: 1260px !important;
2354
+ }
2355
+ }
2356
+
2357
+ /* ========================================================================== */