@ekyc_qoobiss/qbs-ect-cmp 3.6.27 → 3.6.29

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 (168) hide show
  1. package/dist/cjs/TranslationUtils-b918ffb1.js +346 -0
  2. package/dist/cjs/agreement-check_19.cjs.entry.js +9997 -0
  3. package/dist/cjs/index-41696e0e.js +1573 -0
  4. package/dist/cjs/index.cjs.js +2 -0
  5. package/dist/cjs/loader-dots.cjs.entry.js +19 -0
  6. package/dist/cjs/loader.cjs.js +22 -0
  7. package/dist/cjs/qbs-ect-cmp.cjs.js +23 -0
  8. package/dist/cjs/random-actions.cjs.entry.js +22 -0
  9. package/dist/collection/assets/canvas-masks/face_green.svg +8 -0
  10. package/dist/collection/assets/canvas-masks/face_white.svg +8 -0
  11. package/dist/collection/assets/canvas-masks/id_green.svg +6 -0
  12. package/dist/collection/assets/canvas-masks/id_white.svg +6 -0
  13. package/dist/collection/assets/complete.svg +4 -0
  14. package/dist/collection/assets/landing/device.svg +14 -0
  15. package/dist/collection/assets/landing/id.svg +3 -0
  16. package/dist/collection/assets/landing/info.svg +3 -0
  17. package/dist/collection/assets/landing/validation.svg +16 -0
  18. package/dist/collection/assets/loader.svg +29 -0
  19. package/dist/collection/collection-manifest.json +32 -0
  20. package/dist/collection/components/base-component.js +59 -0
  21. package/dist/collection/components/common/agreement-check/agreement-check.css +0 -0
  22. package/dist/collection/components/common/agreement-check/agreement-check.js +108 -0
  23. package/dist/collection/components/common/camera-error/camera-error.css +0 -0
  24. package/dist/collection/components/common/camera-error/camera-error.js +93 -0
  25. package/dist/collection/components/common/capture-error/capture-error.css +0 -0
  26. package/dist/collection/components/common/capture-error/capture-error.js +102 -0
  27. package/dist/collection/components/common/how-to-info/how-to-info.css +0 -0
  28. package/dist/collection/components/common/how-to-info/how-to-info.js +123 -0
  29. package/dist/collection/components/common/id-back-capture/id-back-capture.css +35 -0
  30. package/dist/{qbs-ect-cmp/id-back-capture.entry.js → collection/components/common/id-back-capture/id-back-capture.js} +102 -30
  31. package/dist/collection/components/common/id-capture/id-capture.css +35 -0
  32. package/dist/{qbs-ect-cmp/id-capture.entry.js → collection/components/common/id-capture/id-capture.js} +100 -28
  33. package/dist/collection/components/common/id-tilt/id-tilt.css +35 -0
  34. package/dist/{qbs-ect-cmp/id-tilt.entry.js → collection/components/common/id-tilt/id-tilt.js} +100 -28
  35. package/dist/collection/components/common/random-actions/random-actions.css +0 -0
  36. package/dist/collection/components/common/random-actions/random-actions.js +23 -0
  37. package/dist/collection/components/common/selfie-capture/selfie-capture.css +7 -0
  38. package/dist/{qbs-ect-cmp/selfie-capture.entry.js → collection/components/common/selfie-capture/selfie-capture.js} +102 -29
  39. package/dist/collection/components/common/selfie-tilt/selfie-tilt.css +7 -0
  40. package/dist/{qbs-ect-cmp/selfie-tilt.entry.js → collection/components/common/selfie-tilt/selfie-tilt.js} +103 -30
  41. package/dist/collection/components/controls/camera/camera.css +47 -0
  42. package/dist/collection/components/controls/camera/camera.js +289 -0
  43. package/dist/collection/components/controls/loader-dots/loader-dots.css +61 -0
  44. package/dist/collection/components/controls/loader-dots/loader-dots.js +18 -0
  45. package/dist/collection/components/flow/agreement-info/agreement-info.css +0 -0
  46. package/dist/collection/components/flow/agreement-info/agreement-info.js +107 -0
  47. package/dist/collection/components/flow/end-redirect/end-redirect.css +128 -0
  48. package/dist/collection/components/flow/end-redirect/end-redirect.js +48 -0
  49. package/dist/collection/components/flow/error-end/error-end.css +0 -0
  50. package/dist/collection/components/flow/error-end/error-end.js +61 -0
  51. package/dist/collection/components/flow/landing-validation/landing-validation.css +0 -0
  52. package/dist/collection/components/flow/landing-validation/landing-validation.js +124 -0
  53. package/dist/collection/components/flow/mobile-redirect/mobile-redirect.css +10 -0
  54. package/dist/collection/components/flow/mobile-redirect/mobile-redirect.js +145 -0
  55. package/dist/collection/components/flow/process-id/process-id.css +0 -0
  56. package/dist/{qbs-ect-cmp/process-id.entry.js → collection/components/flow/process-id/process-id.js} +100 -32
  57. package/dist/collection/components/flow/sms-code-validation/sms-code-validation.css +0 -0
  58. package/dist/collection/components/flow/sms-code-validation/sms-code-validation.js +141 -0
  59. package/dist/collection/components/flow/user-liveness/user-liveness.css +0 -0
  60. package/dist/{qbs-ect-cmp/user-liveness.entry.js → collection/components/flow/user-liveness/user-liveness.js} +91 -25
  61. package/dist/collection/components/identification-component/identification-component.css +991 -0
  62. package/dist/collection/components/identification-component/identification-component.js +408 -0
  63. package/dist/collection/global.js +0 -0
  64. package/dist/collection/helpers/ApiCall.js +223 -0
  65. package/dist/{qbs-ect-cmp/Cameras-dfbebc29.js → collection/helpers/Cameras.js} +6 -9
  66. package/dist/collection/helpers/DeviceDetection.js +85 -0
  67. package/dist/collection/helpers/Events.js +58 -0
  68. package/dist/collection/helpers/ML5.js +38 -0
  69. package/dist/collection/helpers/Stream.js +229 -0
  70. package/dist/collection/helpers/TranslationUtils.js +37 -0
  71. package/dist/collection/helpers/canvas.js +10 -0
  72. package/dist/collection/helpers/index.js +21 -0
  73. package/dist/collection/helpers/security.js +25 -0
  74. package/dist/collection/helpers/store.js +48 -0
  75. package/dist/collection/helpers/textValues.js +48 -0
  76. package/dist/collection/index.js +1 -0
  77. package/dist/collection/libs/FaceML5Detector/FaceML5Detector.js +182 -0
  78. package/dist/collection/libs/FaceML5Detector/FacePose.js +85 -0
  79. package/dist/collection/libs/IDML5Detector/IDML5Detector.js +99 -0
  80. package/dist/{qbs-ect-cmp/IDPose-181bcb25.js → collection/libs/IDML5Detector/IDPose.js} +2 -4
  81. package/dist/{qbs-ect-cmp/CaptureFlow-db5d90a4.js → collection/models/CaptureFlow.js} +4 -6
  82. package/dist/collection/models/FlowStatus.js +14 -0
  83. package/dist/collection/models/FlowSteps.js +30 -0
  84. package/dist/collection/models/IAbortResult.js +1 -0
  85. package/dist/collection/models/IAddRequest.js +1 -0
  86. package/dist/collection/models/IAgreement.js +1 -0
  87. package/dist/collection/models/ICamera.js +1 -0
  88. package/dist/{qbs-ect-cmp/IDevice-15ecfdeb.js → collection/models/IDevice.js} +4 -6
  89. package/dist/collection/models/IEctStore.js +1 -0
  90. package/dist/collection/models/IGeneration.js +1 -0
  91. package/dist/collection/models/ILinkSend.js +1 -0
  92. package/dist/collection/models/ILogResult.js +1 -0
  93. package/dist/collection/models/IOrderStatus.js +1 -0
  94. package/dist/collection/models/IOtpCheck.js +1 -0
  95. package/dist/collection/models/IOtpSend.js +1 -0
  96. package/dist/collection/models/ITranslationValues.js +1 -0
  97. package/dist/collection/models/IUploadFile.js +1 -0
  98. package/dist/collection/models/IVerificationMode.js +5 -0
  99. package/dist/collection/models/OrderStatuses.js +8 -0
  100. package/dist/{qbs-ect-cmp/utils-8225f0b7.js → collection/utils/utils.js} +8 -10
  101. package/dist/{qbs-ect-cmp/textValues-6bcc85dd.js → esm/TranslationUtils-8ceeb437.js} +84 -47
  102. package/dist/esm/agreement-check_19.entry.js +9975 -0
  103. package/dist/esm/index-cf54a432.js +1543 -0
  104. package/dist/esm/index.js +1 -0
  105. package/dist/{qbs-ect-cmp → esm}/loader-dots.entry.js +1 -1
  106. package/dist/esm/loader.js +18 -0
  107. package/dist/esm/polyfills/core-js.js +11 -0
  108. package/dist/esm/polyfills/css-shim.js +1 -0
  109. package/dist/esm/polyfills/dom.js +79 -0
  110. package/dist/esm/polyfills/es5-html-element.js +1 -0
  111. package/dist/esm/polyfills/index.js +34 -0
  112. package/dist/esm/polyfills/system.js +6 -0
  113. package/dist/esm/qbs-ect-cmp.js +18 -0
  114. package/dist/{qbs-ect-cmp → esm}/random-actions.entry.js +6 -9
  115. package/dist/index.cjs.js +1 -0
  116. package/dist/index.js +1 -0
  117. package/dist/loader/cdn.js +3 -0
  118. package/dist/loader/index.cjs.js +3 -0
  119. package/dist/loader/index.d.ts +21 -0
  120. package/dist/loader/index.es2017.js +3 -0
  121. package/dist/loader/index.js +4 -0
  122. package/dist/loader/package.json +11 -0
  123. package/dist/qbs-ect-cmp/index.esm.js +0 -1
  124. package/dist/qbs-ect-cmp/p-054dc5b3.entry.js +1 -0
  125. package/dist/qbs-ect-cmp/p-473a4636.entry.js +1 -0
  126. package/dist/qbs-ect-cmp/p-8942656c.js +2 -0
  127. package/dist/qbs-ect-cmp/p-b2c9c8d7.entry.js +1373 -0
  128. package/dist/qbs-ect-cmp/p-e568a07c.js +1 -0
  129. package/dist/qbs-ect-cmp/qbs-ect-cmp.css +1 -320
  130. package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -148
  131. package/dist/types/components/base-component.d.ts +0 -2
  132. package/dist/types/components/common/agreement-check/agreement-check.d.ts +2 -0
  133. package/dist/types/components/common/camera-error/camera-error.d.ts +1 -0
  134. package/dist/types/components/common/capture-error/capture-error.d.ts +1 -0
  135. package/dist/types/components/common/how-to-info/how-to-info.d.ts +2 -1
  136. package/dist/types/components/common/id-back-capture/id-back-capture.d.ts +1 -0
  137. package/dist/types/components/common/id-capture/id-capture.d.ts +1 -0
  138. package/dist/types/components/common/id-tilt/id-tilt.d.ts +1 -0
  139. package/dist/types/components/common/random-actions/random-actions.d.ts +2 -2
  140. package/dist/types/components/common/selfie-capture/selfie-capture.d.ts +2 -1
  141. package/dist/types/components/common/selfie-tilt/selfie-tilt.d.ts +2 -1
  142. package/dist/types/components/flow/agreement-info/agreement-info.d.ts +2 -1
  143. package/dist/types/components/flow/end-redirect/end-redirect.d.ts +2 -1
  144. package/dist/types/components/flow/landing-validation/landing-validation.d.ts +1 -0
  145. package/dist/types/components/flow/mobile-redirect/mobile-redirect.d.ts +1 -0
  146. package/dist/types/components/flow/sms-code-validation/sms-code-validation.d.ts +2 -1
  147. package/package.json +1 -1
  148. package/dist/qbs-ect-cmp/ML5-657ef934.js +0 -1370
  149. package/dist/qbs-ect-cmp/Stream-b867a2be.js +0 -3104
  150. package/dist/qbs-ect-cmp/_commonjsHelpers-321aa363.js +0 -44
  151. package/dist/qbs-ect-cmp/agreement-check.entry.js +0 -41
  152. package/dist/qbs-ect-cmp/agreement-info.entry.js +0 -66
  153. package/dist/qbs-ect-cmp/app-globals-0f993ce5.js +0 -3
  154. package/dist/qbs-ect-cmp/base-component-2e490fd9.js +0 -502
  155. package/dist/qbs-ect-cmp/camera-comp.entry.js +0 -103
  156. package/dist/qbs-ect-cmp/camera-error.entry.js +0 -59
  157. package/dist/qbs-ect-cmp/capture-error.entry.js +0 -53
  158. package/dist/qbs-ect-cmp/css-shim-b7d3d95f.js +0 -4
  159. package/dist/qbs-ect-cmp/dom-64053c71.js +0 -73
  160. package/dist/qbs-ect-cmp/end-redirect.entry.js +0 -25
  161. package/dist/qbs-ect-cmp/error-end.entry.js +0 -19
  162. package/dist/qbs-ect-cmp/how-to-info.entry.js +0 -52
  163. package/dist/qbs-ect-cmp/identification-component.entry.js +0 -909
  164. package/dist/qbs-ect-cmp/index-78a05b9e.js +0 -3371
  165. package/dist/qbs-ect-cmp/landing-validation.entry.js +0 -90
  166. package/dist/qbs-ect-cmp/mobile-redirect.entry.js +0 -2984
  167. package/dist/qbs-ect-cmp/shadow-css-98135883.js +0 -387
  168. package/dist/qbs-ect-cmp/sms-code-validation.entry.js +0 -106
@@ -0,0 +1,991 @@
1
+ /* inter-cyrillic-ext-400-normal*/
2
+ @font-face {
3
+ font-family: 'Inter';
4
+ font-style: normal;
5
+ font-display: swap;
6
+ font-weight: 400;
7
+ src: url('./files/inter-cyrillic-ext-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
8
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
9
+ }
10
+ /* inter-cyrillic-400-normal*/
11
+ @font-face {
12
+ font-family: 'Inter';
13
+ font-style: normal;
14
+ font-display: swap;
15
+ font-weight: 400;
16
+ src: url('./files/inter-cyrillic-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
17
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
18
+ }
19
+ /* inter-greek-ext-400-normal*/
20
+ @font-face {
21
+ font-family: 'Inter';
22
+ font-style: normal;
23
+ font-display: swap;
24
+ font-weight: 400;
25
+ src: url('./files/inter-greek-ext-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
26
+ unicode-range: U+1F00-1FFF;
27
+ }
28
+ /* inter-greek-400-normal*/
29
+ @font-face {
30
+ font-family: 'Inter';
31
+ font-style: normal;
32
+ font-display: swap;
33
+ font-weight: 400;
34
+ src: url('./files/inter-greek-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
35
+ unicode-range: U+0370-03FF;
36
+ }
37
+ /* inter-vietnamese-400-normal*/
38
+ @font-face {
39
+ font-family: 'Inter';
40
+ font-style: normal;
41
+ font-display: swap;
42
+ font-weight: 400;
43
+ src: url('./files/inter-vietnamese-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
44
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
45
+ }
46
+ /* inter-latin-ext-400-normal*/
47
+ @font-face {
48
+ font-family: 'Inter';
49
+ font-style: normal;
50
+ font-display: swap;
51
+ font-weight: 400;
52
+ src: url('./files/inter-latin-ext-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
53
+ unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
54
+ }
55
+ /* inter-latin-400-normal*/
56
+ @font-face {
57
+ font-family: 'Inter';
58
+ font-style: normal;
59
+ font-display: swap;
60
+ font-weight: 400;
61
+ src: url('./files/inter-latin-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
62
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
63
+ }
64
+
65
+ /* inter-cyrillic-ext-900-normal*/
66
+ @font-face {
67
+ font-family: 'Inter';
68
+ font-style: normal;
69
+ font-display: swap;
70
+ font-weight: 900;
71
+ src: url('./files/inter-cyrillic-ext-900-normal.woff2') format('woff2'), url('./files/inter-all-900-normal.woff') format('woff');
72
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
73
+ }
74
+ /* inter-cyrillic-900-normal*/
75
+ @font-face {
76
+ font-family: 'Inter';
77
+ font-style: normal;
78
+ font-display: swap;
79
+ font-weight: 900;
80
+ src: url('./files/inter-cyrillic-900-normal.woff2') format('woff2'), url('./files/inter-all-900-normal.woff') format('woff');
81
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
82
+ }
83
+ /* inter-greek-ext-900-normal*/
84
+ @font-face {
85
+ font-family: 'Inter';
86
+ font-style: normal;
87
+ font-display: swap;
88
+ font-weight: 900;
89
+ src: url('./files/inter-greek-ext-900-normal.woff2') format('woff2'), url('./files/inter-all-900-normal.woff') format('woff');
90
+ unicode-range: U+1F00-1FFF;
91
+ }
92
+ /* inter-greek-900-normal*/
93
+ @font-face {
94
+ font-family: 'Inter';
95
+ font-style: normal;
96
+ font-display: swap;
97
+ font-weight: 900;
98
+ src: url('./files/inter-greek-900-normal.woff2') format('woff2'), url('./files/inter-all-900-normal.woff') format('woff');
99
+ unicode-range: U+0370-03FF;
100
+ }
101
+ /* inter-vietnamese-900-normal*/
102
+ @font-face {
103
+ font-family: 'Inter';
104
+ font-style: normal;
105
+ font-display: swap;
106
+ font-weight: 900;
107
+ src: url('./files/inter-vietnamese-900-normal.woff2') format('woff2'), url('./files/inter-all-900-normal.woff') format('woff');
108
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
109
+ }
110
+ /* inter-latin-ext-900-normal*/
111
+ @font-face {
112
+ font-family: 'Inter';
113
+ font-style: normal;
114
+ font-display: swap;
115
+ font-weight: 900;
116
+ src: url('./files/inter-latin-ext-900-normal.woff2') format('woff2'), url('./files/inter-all-900-normal.woff') format('woff');
117
+ unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
118
+ }
119
+ /* inter-latin-900-normal*/
120
+ @font-face {
121
+ font-family: 'Inter';
122
+ font-style: normal;
123
+ font-display: swap;
124
+ font-weight: 900;
125
+ src: url('./files/inter-latin-900-normal.woff2') format('woff2'), url('./files/inter-all-900-normal.woff') format('woff');
126
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
127
+ }
128
+
129
+ /* inter-cyrillic-ext-700-normal*/
130
+ @font-face {
131
+ font-family: 'Inter';
132
+ font-style: normal;
133
+ font-display: swap;
134
+ font-weight: 700;
135
+ src: url('./files/inter-cyrillic-ext-700-normal.woff2') format('woff2'), url('./files/inter-all-700-normal.woff') format('woff');
136
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
137
+ }
138
+ /* inter-cyrillic-700-normal*/
139
+ @font-face {
140
+ font-family: 'Inter';
141
+ font-style: normal;
142
+ font-display: swap;
143
+ font-weight: 700;
144
+ src: url('./files/inter-cyrillic-700-normal.woff2') format('woff2'), url('./files/inter-all-700-normal.woff') format('woff');
145
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
146
+ }
147
+ /* inter-greek-ext-700-normal*/
148
+ @font-face {
149
+ font-family: 'Inter';
150
+ font-style: normal;
151
+ font-display: swap;
152
+ font-weight: 700;
153
+ src: url('./files/inter-greek-ext-700-normal.woff2') format('woff2'), url('./files/inter-all-700-normal.woff') format('woff');
154
+ unicode-range: U+1F00-1FFF;
155
+ }
156
+ /* inter-greek-700-normal*/
157
+ @font-face {
158
+ font-family: 'Inter';
159
+ font-style: normal;
160
+ font-display: swap;
161
+ font-weight: 700;
162
+ src: url('./files/inter-greek-700-normal.woff2') format('woff2'), url('./files/inter-all-700-normal.woff') format('woff');
163
+ unicode-range: U+0370-03FF;
164
+ }
165
+ /* inter-vietnamese-700-normal*/
166
+ @font-face {
167
+ font-family: 'Inter';
168
+ font-style: normal;
169
+ font-display: swap;
170
+ font-weight: 700;
171
+ src: url('./files/inter-vietnamese-700-normal.woff2') format('woff2'), url('./files/inter-all-700-normal.woff') format('woff');
172
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
173
+ }
174
+ /* inter-latin-ext-700-normal*/
175
+ @font-face {
176
+ font-family: 'Inter';
177
+ font-style: normal;
178
+ font-display: swap;
179
+ font-weight: 700;
180
+ src: url('./files/inter-latin-ext-700-normal.woff2') format('woff2'), url('./files/inter-all-700-normal.woff') format('woff');
181
+ unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
182
+ }
183
+ /* inter-latin-700-normal*/
184
+ @font-face {
185
+ font-family: 'Inter';
186
+ font-style: normal;
187
+ font-display: swap;
188
+ font-weight: 700;
189
+ src: url('./files/inter-latin-700-normal.woff2') format('woff2'), url('./files/inter-all-700-normal.woff') format('woff');
190
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
191
+ }
192
+
193
+ /* inter-cyrillic-ext-600-normal*/
194
+ @font-face {
195
+ font-family: 'Inter';
196
+ font-style: normal;
197
+ font-display: swap;
198
+ font-weight: 600;
199
+ src: url('./files/inter-cyrillic-ext-600-normal.woff2') format('woff2'), url('./files/inter-all-600-normal.woff') format('woff');
200
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
201
+ }
202
+ /* inter-cyrillic-600-normal*/
203
+ @font-face {
204
+ font-family: 'Inter';
205
+ font-style: normal;
206
+ font-display: swap;
207
+ font-weight: 600;
208
+ src: url('./files/inter-cyrillic-600-normal.woff2') format('woff2'), url('./files/inter-all-600-normal.woff') format('woff');
209
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
210
+ }
211
+ /* inter-greek-ext-600-normal*/
212
+ @font-face {
213
+ font-family: 'Inter';
214
+ font-style: normal;
215
+ font-display: swap;
216
+ font-weight: 600;
217
+ src: url('./files/inter-greek-ext-600-normal.woff2') format('woff2'), url('./files/inter-all-600-normal.woff') format('woff');
218
+ unicode-range: U+1F00-1FFF;
219
+ }
220
+ /* inter-greek-600-normal*/
221
+ @font-face {
222
+ font-family: 'Inter';
223
+ font-style: normal;
224
+ font-display: swap;
225
+ font-weight: 600;
226
+ src: url('./files/inter-greek-600-normal.woff2') format('woff2'), url('./files/inter-all-600-normal.woff') format('woff');
227
+ unicode-range: U+0370-03FF;
228
+ }
229
+ /* inter-vietnamese-600-normal*/
230
+ @font-face {
231
+ font-family: 'Inter';
232
+ font-style: normal;
233
+ font-display: swap;
234
+ font-weight: 600;
235
+ src: url('./files/inter-vietnamese-600-normal.woff2') format('woff2'), url('./files/inter-all-600-normal.woff') format('woff');
236
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
237
+ }
238
+ /* inter-latin-ext-600-normal*/
239
+ @font-face {
240
+ font-family: 'Inter';
241
+ font-style: normal;
242
+ font-display: swap;
243
+ font-weight: 600;
244
+ src: url('./files/inter-latin-ext-600-normal.woff2') format('woff2'), url('./files/inter-all-600-normal.woff') format('woff');
245
+ unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
246
+ }
247
+ /* inter-latin-600-normal*/
248
+ @font-face {
249
+ font-family: 'Inter';
250
+ font-style: normal;
251
+ font-display: swap;
252
+ font-weight: 600;
253
+ src: url('./files/inter-latin-600-normal.woff2') format('woff2'), url('./files/inter-all-600-normal.woff') format('woff');
254
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
255
+ }
256
+
257
+ /* inter-cyrillic-ext-400-normal*/
258
+ @font-face {
259
+ font-family: 'Inter';
260
+ font-style: normal;
261
+ font-display: swap;
262
+ font-weight: 400;
263
+ src: url('./files/inter-cyrillic-ext-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
264
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
265
+ }
266
+ /* inter-cyrillic-400-normal*/
267
+ @font-face {
268
+ font-family: 'Inter';
269
+ font-style: normal;
270
+ font-display: swap;
271
+ font-weight: 400;
272
+ src: url('./files/inter-cyrillic-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
273
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
274
+ }
275
+ /* inter-greek-ext-400-normal*/
276
+ @font-face {
277
+ font-family: 'Inter';
278
+ font-style: normal;
279
+ font-display: swap;
280
+ font-weight: 400;
281
+ src: url('./files/inter-greek-ext-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
282
+ unicode-range: U+1F00-1FFF;
283
+ }
284
+ /* inter-greek-400-normal*/
285
+ @font-face {
286
+ font-family: 'Inter';
287
+ font-style: normal;
288
+ font-display: swap;
289
+ font-weight: 400;
290
+ src: url('./files/inter-greek-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
291
+ unicode-range: U+0370-03FF;
292
+ }
293
+ /* inter-vietnamese-400-normal*/
294
+ @font-face {
295
+ font-family: 'Inter';
296
+ font-style: normal;
297
+ font-display: swap;
298
+ font-weight: 400;
299
+ src: url('./files/inter-vietnamese-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
300
+ unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
301
+ }
302
+ /* inter-latin-ext-400-normal*/
303
+ @font-face {
304
+ font-family: 'Inter';
305
+ font-style: normal;
306
+ font-display: swap;
307
+ font-weight: 400;
308
+ src: url('./files/inter-latin-ext-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
309
+ unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
310
+ }
311
+ /* inter-latin-400-normal*/
312
+ @font-face {
313
+ font-family: 'Inter';
314
+ font-style: normal;
315
+ font-display: swap;
316
+ font-weight: 400;
317
+ src: url('./files/inter-latin-400-normal.woff2') format('woff2'), url('./files/inter-all-400-normal.woff') format('woff');
318
+ unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
319
+ }
320
+
321
+
322
+ * {
323
+ font-family: 'Inter', sans-serif;
324
+ }
325
+ h1 {
326
+ font-weight: 900;
327
+ letter-spacing: 0.01em;
328
+ color: #1f2024;
329
+ font-size: 3.2vh;
330
+ margin: 0;
331
+ line-height: 3.5vh;
332
+ }
333
+ .row-validare h1 {
334
+ font-size: 27px;
335
+ line-height: 29px;
336
+ }
337
+ body {
338
+ margin: 0;
339
+ padding: 0;
340
+ height: 100vh;
341
+ position: relative;
342
+ /*height: 100vh;*/
343
+ /*height: calc(var(--vh, 1vh) * 100);*/
344
+ /*margin: 0 auto;*/
345
+ /*max-width: 100%;*/
346
+ }
347
+
348
+ .container {
349
+ width: 100%;
350
+ height: 100%;
351
+ background-color: #fff;
352
+ max-width: 991px;
353
+ margin: auto;
354
+ position: relative;
355
+ overflow: hidden;
356
+ }
357
+ .container-video {
358
+ height: 99vh;
359
+ text-align: center;
360
+ position: relative;
361
+ overflow: hidden;
362
+ }
363
+ .row {
364
+ padding: 3.5vh 2.5vh;
365
+ height: 100%;
366
+ overflow: hidden;
367
+ position: relative;
368
+ /*display: flex;*/
369
+ /*align-items: center;*/
370
+ }
371
+ .ctheight-100 {
372
+ height: 99vh;
373
+ }
374
+ .d-flex {
375
+ display: flex;
376
+ }
377
+ .space-between {
378
+ justify-content: space-between;
379
+ }
380
+ .img-info img {
381
+ width: 0.8vh;
382
+ z-index: 5;
383
+ position: relative;
384
+ }
385
+ .img-info {
386
+ width: 7vh;
387
+ height: 7vh;
388
+ border-radius: 100%;
389
+ display: flex;
390
+ align-items: center;
391
+ justify-content: center;
392
+ background: radial-gradient(100% 100% at 50% 0%, #d3b6e9 0%, #fbc2bd 100%);
393
+ }
394
+ .i-effect {
395
+ animation: 2.5s infinite transition-i;
396
+ position: absolute;
397
+ z-index: 2;
398
+ border-radius: 100%;
399
+ background: radial-gradient(100% 100% at 50% 0%, #d3b6e9 0%, #fbc2bd 100%);
400
+ }
401
+ .two-buttons {
402
+ margin-top: 3vh;
403
+ justify-content: center;
404
+ }
405
+ .align-center {
406
+ align-items: center;
407
+ }
408
+ .main-text {
409
+ font-weight: 400;
410
+ color: #71727a;
411
+ }
412
+ .link-text {
413
+ margin-top: 1vh;
414
+ text-decoration: underline;
415
+ }
416
+ .font-size-2 {
417
+ font-size: 2vh;
418
+ }
419
+ .row-validare .font-size-2 {
420
+ font-size: 17px;
421
+ line-height: 19px;
422
+ }
423
+ .img-text {
424
+ display: flex;
425
+ align-items: center;
426
+ margin-bottom: 3vh;
427
+ }
428
+ .img-text .bg-img img {
429
+ width: 100%;
430
+ padding: 2vh;
431
+ }
432
+ .img-text h3 {
433
+ color: #333333;
434
+ font-weight: 700;
435
+ font-size: 2.3vh;
436
+ margin: 0;
437
+ }
438
+ .img-text .bg-img {
439
+ background: #e1e3e9;
440
+ border-radius: 30%;
441
+ width: 11vh;
442
+ height: 11vh;
443
+ display: flex;
444
+ align-items: center;
445
+ justify-content: center;
446
+ flex: none;
447
+ margin-right: 3vh;
448
+ }
449
+ .font-weight-bold {
450
+ font-weight: bold;
451
+ }
452
+ .font-size-18 {
453
+ font-size: 1.8vh;
454
+ }
455
+ .row-validare .font-size-18 {
456
+ font-size: 15px;
457
+ line-height: 16px;
458
+ }
459
+ a {
460
+ font-size: inherit;
461
+ color: inherit;
462
+ text-decoration: none;
463
+ }
464
+ .color-black {
465
+ color: #000;
466
+ }
467
+ .main-button {
468
+ background: #1feaa6;
469
+ box-shadow: 0 6px 8px rgba(71, 182, 162, 0.2);
470
+ border-radius: 25px;
471
+ text-align: center;
472
+ width: 100%;
473
+ padding: 2vh;
474
+ color: #fff;
475
+ border: 0;
476
+ font-size: 2vh;
477
+ }
478
+ .main-button:disabled {
479
+ color: #71727a;
480
+ }
481
+ .normal-button {
482
+ background: #1feaa6;
483
+ box-shadow: 0 6px 8px rgba(71, 182, 162, 0.2);
484
+ border-radius: 25px;
485
+ text-align: center;
486
+ padding: 2vh;
487
+ margin-right: 1vw;
488
+ margin-left: 1vw;
489
+ color: #fff;
490
+ border: 0;
491
+ font-size: 2vh;
492
+ }
493
+ .red-button {
494
+ background: #ff535d;
495
+ }
496
+ .row-validare .main-button {
497
+ font-size: 17px;
498
+ }
499
+ .text-right {
500
+ text-align: right;
501
+ }
502
+ .mb-1 {
503
+ margin-bottom: 1vh;
504
+ }
505
+ .mb-0 {
506
+ margin-bottom: 0;
507
+ }
508
+ .row-validare.row {
509
+ padding: 29px 21px;
510
+ }
511
+ .row-validare .main-button {
512
+ padding: 16px;
513
+ }
514
+ .row-validare .btn-buletin {
515
+ position: relative;
516
+ width: 100%;
517
+ bottom: 0;
518
+ }
519
+ .show-bottom {
520
+ bottom: -2vh;
521
+ }
522
+ .row-validare .main-input {
523
+ padding: 14px 12px;
524
+ border-radius: 12px;
525
+ font-weight: 700;
526
+ border: 2px solid #464e58;
527
+ font-size: 19px;
528
+ }
529
+ .main-input {
530
+ width: 100%;
531
+ padding: 22px 26px;
532
+ border: 3px solid #464e58;
533
+ border-radius: 20px;
534
+ font-weight: 600;
535
+ font-size: 2.3vh;
536
+ font-family: 'Inter', sans-serif;
537
+ }
538
+ .second-input {
539
+ width: 46px;
540
+ height: 46px;
541
+ font-weight: 700;
542
+ font-size: 16px;
543
+ font-family: 'Inter', sans-serif;
544
+ text-align: center;
545
+ border: 2px solid #c5c6cc;
546
+ border-radius: 12px;
547
+ outline: none;
548
+ padding: 2px;
549
+ }
550
+ .second-input:not(:placeholder-shown) {
551
+ border: 2px solid #1feaa6;
552
+ color: #1feaa6;
553
+ }
554
+ .mt-9 {
555
+ margin-top: 9%;
556
+ }
557
+ .second-input::placeholder {
558
+ color: #fff;
559
+ opacity: 0;
560
+ }
561
+ .second-input:focus {
562
+ border: 2px solid #464e58;
563
+ color: #464e58;
564
+ }
565
+ .second-input.error {
566
+ border: 2px solid #b67171;
567
+ }
568
+ .second-input.error:focus {
569
+ border: 3px solid #b67171;
570
+ color: #b67171;
571
+ padding: 1px;
572
+ }
573
+ .second-input.error:not(:placeholder-shown) {
574
+ border: 3px solid #b67171;
575
+ color: #b67171;
576
+ padding: 2px;
577
+ }
578
+ .second-input-container {
579
+ margin-top: 30%;
580
+ display: flex;
581
+ flex-wrap: wrap;
582
+ justify-content: space-between;
583
+ }
584
+ .input-container {
585
+ display: flex;
586
+ flex-wrap: wrap;
587
+ }
588
+ .mt-15 {
589
+ margin-top: 15%;
590
+ }
591
+ .row-validare .mt-15 {
592
+ margin-top: 40px;
593
+ }
594
+ .mb-15 {
595
+ margin-bottom: 15%;
596
+ }
597
+ .row-validare .mb-15 {
598
+ margin-bottom: 40px;
599
+ }
600
+ .mb-20 {
601
+ margin-bottom: 20%;
602
+ }
603
+ .row-validare .mb-1 {
604
+ margin-bottom: 20px;
605
+ }
606
+ .row-validare .mb-20 {
607
+ margin-bottom: 60px;
608
+ }
609
+ .mt-90 {
610
+ margin-top: 90px;
611
+ }
612
+ .op-05 {
613
+ opacity: 0.5;
614
+ }
615
+ .color-red {
616
+ color: #b67171;
617
+ }
618
+ .error-text {
619
+ position: relative;
620
+ top: 50px;
621
+ margin-bottom: 0;
622
+ margin-top: 0;
623
+ }
624
+ .top-50 {
625
+ top: 50px;
626
+ }
627
+ .mt-25 {
628
+ margin-top: 25%;
629
+ }
630
+ .text-center {
631
+ text-align: center;
632
+ }
633
+ .scale-2 {
634
+ transform: scale(2);
635
+ }
636
+ .mt-20 {
637
+ margin-top: 20%;
638
+ }
639
+ .div-ci img {
640
+ max-height: 60vh;
641
+ max-width: 80vw;
642
+ }
643
+ .div-ci {
644
+ text-align: center;
645
+ }
646
+ .mt-10 {
647
+ margin-top: 10vh;
648
+ }
649
+ .mt-5 {
650
+ margin-top: 5vh;
651
+ }
652
+ .pos-relative {
653
+ position: relative;
654
+ }
655
+
656
+ .pos-absolute {
657
+ position: absolute;
658
+ }
659
+ .btn-buletin {
660
+ text-align: center;
661
+ }
662
+ .buletin-container img {
663
+ width: 60%;
664
+ }
665
+ .buletin-container > img {
666
+ margin-top: 10vh;
667
+ }
668
+ .buletin-container {
669
+ text-align: center;
670
+ }
671
+ .bg-black {
672
+ background-color: #242426;
673
+ }
674
+ .color-white {
675
+ color: #fff;
676
+ }
677
+ .chenar-buletin {
678
+ margin-top: 3em;
679
+ text-align: center;
680
+ }
681
+ .chenar-buletin .ci-img {
682
+ width: 96%;
683
+ }
684
+ .chenar-buletin .face-img,
685
+ .chenar-buletin .chenar-img {
686
+ left: 4%;
687
+ width: 92%;
688
+ top: -20px;
689
+ min-height: 55vw;
690
+ display: flex;
691
+ position: absolute;
692
+ align-items: center;
693
+ background-color: rgba(255, 255, 255, 0.2);
694
+ justify-content: center;
695
+ }
696
+ .chenar-buletin img {
697
+ width: auto;
698
+ height: 100%;
699
+ top: 0;
700
+ left: 0;
701
+ position: absolute;
702
+ border-radius: 10px;
703
+ z-index: 4;
704
+ }
705
+ .chenar-buletin .face-img {
706
+ background-color: rgba(255, 255, 255, 0.3);
707
+ }
708
+ .buletin-container .w-40 {
709
+ width: 40%;
710
+ }
711
+ .animation {
712
+ width: 100%;
713
+ height: 100%;
714
+ /* opacity: 60%; */
715
+ }
716
+ .color-black-2 {
717
+ color: #71727a;
718
+ }
719
+ .font-size-3 {
720
+ font-size: 3vh;
721
+ }
722
+ .font-size-25 {
723
+ font-size: 2.5vh;
724
+ }
725
+ .font-weight-900 {
726
+ font-weight: 900;
727
+ }
728
+ .mt-8 {
729
+ margin-top: 8vh;
730
+ }
731
+ .mt-12 {
732
+ margin-top: 12vh;
733
+ }
734
+ .mt-30-i {
735
+ margin-top: 30% !important;
736
+ }
737
+ .chenar-buletin .face-img {
738
+ left: -2%;
739
+ width: 104%;
740
+ top: -40px;
741
+ }
742
+ .pl-2-5 {
743
+ padding-left: 2.5vh;
744
+ }
745
+ .container-coin {
746
+ background-color: transparent;
747
+ perspective: 1000px;
748
+ rotate: 120deg 0deg;
749
+ }
750
+ .coin-flip {
751
+ animation: flip 0.4s ease-in;
752
+ animation-delay: 0.5s;
753
+ transform-style: preserve-3d;
754
+ animation-fill-mode: forwards;
755
+ visibility: hidden;
756
+ }
757
+
758
+ .coin-scale {
759
+ animation: show 0.4s ease-in;
760
+ animation-delay: 0.5s;
761
+ transform-style: preserve-3d;
762
+ animation-fill-mode: forwards;
763
+ }
764
+
765
+ .scroll {
766
+ margin: 4px, 4px;
767
+ padding: 4px;
768
+ height: 70vh;
769
+ overflow-x: hidden;
770
+ overflow-y: auto;
771
+ }
772
+
773
+ .scroll-full {
774
+ margin: 4px, 4px;
775
+ padding: 4px;
776
+ overflow-x: hidden;
777
+ overflow-y: auto;
778
+ }
779
+
780
+ .video-demo {
781
+ z-index: 0;
782
+ width: 100%;
783
+ height: 100%;
784
+ border-radius: 20px;
785
+ }
786
+
787
+ .video-capture {
788
+ padding: 2.5vh 2.5vh;
789
+ margin-top: 3em;
790
+ text-align: center;
791
+ position: relative;
792
+ }
793
+
794
+ .capture-title {
795
+ z-index: 4;
796
+ margin-top: 3vh;
797
+ position: absolute;
798
+ bottom: 5vh;
799
+ padding: 2.5vh 2.5vh;
800
+ }
801
+
802
+ @keyframes transition-i {
803
+ from {
804
+ width: 0;
805
+ height: 0;
806
+ opacity: 1;
807
+ }
808
+ 80% {
809
+ width: 10vh;
810
+ height: 10vh;
811
+ opacity: 0.5;
812
+ }
813
+ 100% {
814
+ opacity: 0;
815
+ }
816
+ }
817
+ @keyframes flip {
818
+ 0% {
819
+ transform: rotateX(140deg);
820
+ visibility: visible;
821
+ }
822
+
823
+ 25% {
824
+ transform: rotateX(120deg);
825
+ visibility: visible;
826
+ }
827
+
828
+ 50% {
829
+ transform: rotateX(90deg);
830
+ visibility: visible;
831
+ }
832
+
833
+ 75% {
834
+ transform: rotateX(75deg);
835
+ visibility: visible;
836
+ }
837
+
838
+ 100% {
839
+ transform: rotateX(0deg);
840
+ visibility: visible;
841
+ }
842
+ }
843
+
844
+ @keyframes show {
845
+ 0% {
846
+ transform: scale(0);
847
+ }
848
+
849
+ 25% {
850
+ transform: scale(0.2);
851
+ }
852
+
853
+ 40% {
854
+ transform: scale(0.4);
855
+ }
856
+
857
+ 50% {
858
+ transform: scale(0.5);
859
+ }
860
+
861
+ 60% {
862
+ transform: scale(0.6);
863
+ }
864
+
865
+ 70% {
866
+ transform: scale(0.7);
867
+ }
868
+
869
+ 100% {
870
+ transform: scale(1);
871
+ }
872
+ }
873
+ @keyframes rise {
874
+ 0% {
875
+ visibility: hidden;
876
+ }
877
+
878
+ 50% {
879
+ visibility: visible;
880
+ }
881
+
882
+ 100% {
883
+ visibility: visible;
884
+ }
885
+ }
886
+ .buletin-container.rotate-x img {
887
+ animation: transform-rotate-x 2s infinite ease-in;
888
+ }
889
+ .rotateimg90 {
890
+ animation: transform-rotate-x2 2s forwards;
891
+ animation-delay: 1s;
892
+ position: absolute;
893
+ }
894
+ .rotateimg180 {
895
+ animation: transform-rotate-x3 2s forwards;
896
+ animation-delay: 3s;
897
+ position: absolute;
898
+ opacity: 0;
899
+ }
900
+ .buletin-back {
901
+ display: flex;
902
+ justify-content: center;
903
+ }
904
+ @keyframes transform-rotate-x3 {
905
+ from {
906
+ transform: rotateY(-90deg);
907
+ opacity: 1;
908
+ }
909
+ to {
910
+ transform: rotateY(0deg);
911
+ opacity: 1;
912
+ }
913
+ }
914
+ @keyframes transform-rotate-x2 {
915
+ to {
916
+ transform: rotateY(90deg);
917
+ }
918
+ }
919
+ @keyframes transform-rotate-x {
920
+ to {
921
+ transform: perspective(600px) rotateX(40deg);
922
+ }
923
+ }
924
+ @media only screen and (max-width: 350px) {
925
+ .second-input {
926
+ width: 36px;
927
+ height: 36px;
928
+ }
929
+ }
930
+ @media only screen and (max-width: 390px) {
931
+ .second-input {
932
+ width: 40px;
933
+ height: 40px;
934
+ }
935
+ }
936
+
937
+ @media only screen and (min-width: 530px) and (max-width: 767px) {
938
+ .chenar-buletin .face-img {
939
+ width: 70%;
940
+ min-height: auto;
941
+ margin: auto;
942
+ left: 15%;
943
+ right: auto;
944
+ top: -15vh;
945
+ }
946
+ }
947
+ @media only screen and (min-width: 600px) and (max-width: 767px) {
948
+ .max-h img {
949
+ margin-left: 15%;
950
+ margin-right: 15%;
951
+ }
952
+ .max-h {
953
+ display: flex;
954
+ align-items: center;
955
+ }
956
+ }
957
+ @media only screen and (max-width: 991px) {
958
+ .buletin-container img {
959
+ max-width: 220px;
960
+ }
961
+ }
962
+ @media only screen and (min-width: 767px) {
963
+ .container {
964
+ max-width: 530px;
965
+ margin: 40px auto;
966
+ border-radius: 20px;
967
+ box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
968
+ }
969
+ body {
970
+ height: 90vh;
971
+ }
972
+ .btn-buletin {
973
+ max-width: 490px;
974
+ bottom: 7vh;
975
+ }
976
+ .buletin-container img {
977
+ width: 45%;
978
+ }
979
+ .chenar-buletin .face-img,
980
+ .chenar-buletin .chenar-img {
981
+ min-height: 300px;
982
+ }
983
+ .chenar-buletin .face-img {
984
+ width: 80%;
985
+ min-height: auto;
986
+ margin: auto;
987
+ left: 10%;
988
+ right: auto;
989
+ top: -10vh;
990
+ }
991
+ }