@chrryai/chrry 1.1.78

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 (116) hide show
  1. package/About.module.scss +112 -0
  2. package/Account.module.scss +159 -0
  3. package/AddToHomeScreen.module.scss +126 -0
  4. package/Affiliate.module.scss +245 -0
  5. package/AffiliateDashboard.module.scss +269 -0
  6. package/Agent.module.scss +197 -0
  7. package/AnimatedWrapper.module.scss +0 -0
  8. package/App.module.scss +283 -0
  9. package/Bookmark.module.scss +15 -0
  10. package/Calendar.module.scss +824 -0
  11. package/CharacterProfiles.module.scss +29 -0
  12. package/Chat.module.scss +932 -0
  13. package/Checkbox.module.scss +67 -0
  14. package/Chrry.module.scss +69 -0
  15. package/Collaborate.module.scss +22 -0
  16. package/CollaborationStatus.module.scss +17 -0
  17. package/CollaborationTooltip.module.scss +257 -0
  18. package/ColorScheme.module.scss +24 -0
  19. package/EditThread.module.scss +51 -0
  20. package/EmptyStateTips.module.scss +52 -0
  21. package/EnableNotifications.module.scss +20 -0
  22. package/EventModal.module.scss +277 -0
  23. package/Img.module.scss +48 -0
  24. package/Instructions.module.scss +333 -0
  25. package/LICENSE +664 -0
  26. package/LanguageSwitcher.module.scss +21 -0
  27. package/Loading.module.scss +32 -0
  28. package/MarkdownContent.module.scss +161 -0
  29. package/MemoryConsent.module.scss +41 -0
  30. package/Menu.module.scss +272 -0
  31. package/Message.module.scss +470 -0
  32. package/Messages.module.scss +86 -0
  33. package/Modal.module.scss +118 -0
  34. package/README.md +112 -0
  35. package/Search.module.scss +26 -0
  36. package/Select.module.scss +32 -0
  37. package/Share.module.scss +84 -0
  38. package/Sidebar.module.scss +69 -0
  39. package/SignIn.module.scss +129 -0
  40. package/Skeleton.module.scss +232 -0
  41. package/SplashScreen.module.scss +189 -0
  42. package/Star.module.scss +15 -0
  43. package/Store.module.scss +240 -0
  44. package/Subscribe.module.scss +219 -0
  45. package/Testimonials.module.scss +33 -0
  46. package/Thread.module.scss +111 -0
  47. package/Threads.module.scss +105 -0
  48. package/TypingIndicator.module.scss +93 -0
  49. package/Users.module.scss +98 -0
  50. package/Version.module.scss +22 -0
  51. package/Weather.module.scss +31 -0
  52. package/Why.module.scss +79 -0
  53. package/__tests__/README.md +126 -0
  54. package/__tests__/TestComponent.module.scss +236 -0
  55. package/animations.scss +163 -0
  56. package/breakpoints.scss +8 -0
  57. package/context/AppContext.module.scss +22 -0
  58. package/context/providers/README.md +329 -0
  59. package/dist/About.module-RPTFOKG6.scss +112 -0
  60. package/dist/Account.module-AA2NOD5S.scss +159 -0
  61. package/dist/AddToHomeScreen.module-P6HAQ4QD.scss +126 -0
  62. package/dist/Affiliate.module-YM7MG54E.scss +245 -0
  63. package/dist/AffiliateDashboard.module-SZQJJBME.scss +269 -0
  64. package/dist/Agent.module-66YIBDMM.scss +197 -0
  65. package/dist/App.module-TOWYJFPB.scss +283 -0
  66. package/dist/Bookmark.module-UVMQ4TED.scss +15 -0
  67. package/dist/Calendar.module-HHEIXJEA.scss +824 -0
  68. package/dist/CharacterProfiles.module-KABR34TV.scss +29 -0
  69. package/dist/Chat.module-Y4TGJLBQ.scss +932 -0
  70. package/dist/Checkbox.module-RNW2YOC5.scss +67 -0
  71. package/dist/Chrry.module-SLPTRY52.scss +69 -0
  72. package/dist/Collaborate.module-MLRE23FZ.scss +22 -0
  73. package/dist/CollaborationStatus.module-CRGOOW56.scss +17 -0
  74. package/dist/ColorScheme.module-N7SJ5N52.scss +24 -0
  75. package/dist/EditThread.module-L3HOEGS3.scss +51 -0
  76. package/dist/EmptyStateTips.module-JLNPQ4OO.scss +52 -0
  77. package/dist/EnableNotifications.module-C4MYQTUA.scss +20 -0
  78. package/dist/EventModal.module-K7VNKTCE.scss +277 -0
  79. package/dist/Instructions.module-JMFWEXAP.scss +333 -0
  80. package/dist/LanguageSwitcher.module-MT2SIZ4L.scss +21 -0
  81. package/dist/Loading.module-OU42QILE.scss +32 -0
  82. package/dist/MarkdownContent.module-64GHE3YP.scss +161 -0
  83. package/dist/MemoryConsent.module-FZL3REH4.scss +41 -0
  84. package/dist/Menu.module-RVXPXILR.scss +272 -0
  85. package/dist/Message.module-5UUYCVY2.scss +470 -0
  86. package/dist/Messages.module-GBPUAPAI.scss +86 -0
  87. package/dist/Modal.module-TOU4YLFQ.scss +118 -0
  88. package/dist/Search.module-GU3BRADG.scss +26 -0
  89. package/dist/Select.module-R7QM256C.scss +32 -0
  90. package/dist/Share.module-VQBCBSA5.scss +84 -0
  91. package/dist/Sidebar.module-AUSDVTCY.scss +69 -0
  92. package/dist/SignIn.module-53SOSG63.scss +129 -0
  93. package/dist/Skeleton.module-REMEBLDY.scss +232 -0
  94. package/dist/Store.module-NP6776GY.scss +240 -0
  95. package/dist/Subscribe.module-NVGQ57RA.scss +219 -0
  96. package/dist/Thread.module-QAJI6KOQ.scss +111 -0
  97. package/dist/Threads.module-J54DFQQZ.scss +105 -0
  98. package/dist/Users.module-ZRHCY63D.scss +98 -0
  99. package/dist/Version.module-MLMD7GW5.scss +22 -0
  100. package/dist/Weather.module-NT6XFKA7.scss +31 -0
  101. package/dist/Why.module-UVZJCJF7.scss +79 -0
  102. package/dist/index.d.mts +1408 -0
  103. package/dist/index.d.ts +1408 -0
  104. package/dist/index.js +44600 -0
  105. package/dist/index.js.map +1 -0
  106. package/dist/index.mjs +44575 -0
  107. package/dist/index.mjs.map +1 -0
  108. package/dist/react-tooltip.min-LLVNRY3Z.css +1 -0
  109. package/globals.css +91 -0
  110. package/globals.scss +585 -0
  111. package/icons/README.md +150 -0
  112. package/package.json +118 -0
  113. package/styles/view-transitions.css +207 -0
  114. package/toRem.scss +6 -0
  115. package/utils.module.scss +116 -0
  116. package/utils.scss +88 -0
@@ -0,0 +1,470 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+ @use "./utils.scss";
4
+
5
+ .userMessageContainer.owner,
6
+ .guestMessageContainer.owner {
7
+ align-self: flex-end;
8
+ }
9
+
10
+ .video {
11
+ width: toRem.toRem(35);
12
+ height: toRem.toRem(35);
13
+ border-radius: 50%;
14
+ background-color: black;
15
+ object-fit: cover;
16
+ }
17
+
18
+ .userMessage {
19
+ background-color: var(--shade-1);
20
+ border: toRem.toRem(1) solid var(--shade-2);
21
+
22
+ border-radius: var(--radius);
23
+ padding: toRem.toRem(10);
24
+ position: relative;
25
+ width: 100%;
26
+ box-sizing: border-box;
27
+ overflow-wrap: break-word;
28
+ box-shadow: 0 0 toRem.toRem(5) var(--shade-2);
29
+
30
+ &:not(.android) {
31
+ animation: slideUp 0.4s ease forwards;
32
+ @include utils.respect-reduced-motion;
33
+ }
34
+
35
+ &.owner {
36
+ align-self: flex-end;
37
+ }
38
+ }
39
+
40
+ .updateModalDescription {
41
+ display: flex;
42
+ flex-direction: row;
43
+ flex-wrap: wrap;
44
+ gap: toRem.toRem(10);
45
+ font-size: toRem.toRem(14);
46
+ }
47
+
48
+ .updateModalDescriptionItem {
49
+ display: flex;
50
+ gap: toRem.toRem(5);
51
+ border-bottom: toRem.toRem(1) dashed var(--shade-2);
52
+ padding-bottom: toRem.toRem(10);
53
+
54
+ &:last-child {
55
+ border-bottom: none;
56
+ padding-bottom: 0;
57
+ }
58
+ }
59
+
60
+ .appIcon {
61
+ display: flex;
62
+ align-items: center;
63
+ flex-direction: column;
64
+ font-size: toRem.toRem(12);
65
+ gap: toRem.toRem(5);
66
+ font-weight: 500;
67
+ }
68
+
69
+ .updateModalDescriptionButton {
70
+ display: flex;
71
+ flex-direction: column;
72
+ gap: toRem.toRem(5);
73
+ }
74
+
75
+ .thinking {
76
+ display: flex-end;
77
+ align-items: center;
78
+ display: flex;
79
+ gap: toRem.toRem(5);
80
+ font-size: toRem.toRem(13);
81
+ color: var(--shade-7);
82
+ }
83
+
84
+ .sparklesButton {
85
+ color: var(--accent-1);
86
+ animation: pulse 1s ease-in-out;
87
+ @include utils.respect-reduced-motion;
88
+ }
89
+
90
+ .agentMessage {
91
+ background-color: var(--shade-1);
92
+ align-self: flex-start;
93
+ border-radius: toRem.toRem(15);
94
+ border: toRem.toRem(1) solid var(--shade-2);
95
+ box-shadow: 0 0 toRem.toRem(5) var(--shade-2);
96
+ width: 100%;
97
+ box-sizing: border-box;
98
+ overflow-wrap: break-word;
99
+ &:not(.android) {
100
+ animation: slideUp 0.4s ease forwards;
101
+ @include utils.respect-reduced-motion;
102
+ }
103
+ }
104
+
105
+ .userMessageFiles {
106
+ margin: toRem.toRem(7.5) 0 toRem.toRem(5) 0;
107
+ display: flex;
108
+ flex-direction: row;
109
+ flex-wrap: wrap;
110
+ gap: toRem.toRem(5);
111
+ }
112
+
113
+ .playButton {
114
+ font-size: toRem.toRem(12);
115
+ }
116
+
117
+ .userMessageImages {
118
+ margin: toRem.toRem(10) 0 toRem.toRem(5) 0;
119
+ display: flex;
120
+ flex-direction: row;
121
+ flex-wrap: wrap;
122
+ gap: toRem.toRem(10);
123
+
124
+ img {
125
+ border-radius: toRem.toRem(20);
126
+ max-width: 100%;
127
+ // height: fit-content;
128
+ width: toRem.toRem(250);
129
+ }
130
+ }
131
+
132
+ .userMessageVideo {
133
+ display: flex;
134
+ flex-direction: row;
135
+ flex-wrap: wrap;
136
+ gap: toRem.toRem(10);
137
+
138
+ margin: toRem.toRem(10) 0 toRem.toRem(5) 0;
139
+ video {
140
+ max-width: 100%;
141
+ // height: fit-content;
142
+ width: toRem.toRem(250);
143
+ border-radius: toRem.toRem(20);
144
+ }
145
+ }
146
+
147
+ .userMessageAudio {
148
+ margin: toRem.toRem(10) 0 toRem.toRem(5) 0;
149
+ display: flex;
150
+ flex-direction: column;
151
+ gap: toRem.toRem(5);
152
+ }
153
+
154
+ .userMessage,
155
+ .agentMessage {
156
+ display: flex;
157
+ flex-direction: column;
158
+ padding: toRem.toRem(10);
159
+ width: auto;
160
+ font-size: toRem.toRem(15);
161
+ min-width: toRem.toRem(200);
162
+ .agentMessageTime,
163
+ .userMessageTime {
164
+ display: none;
165
+
166
+ @media (min-width: breakpoints.$breakpoint-mobile) {
167
+ display: flex;
168
+ }
169
+ }
170
+ }
171
+
172
+ .userImage {
173
+ border-radius: 50%;
174
+ }
175
+
176
+ .name {
177
+ font-size: toRem.toRem(12.5);
178
+ color: var(--shade-5);
179
+ display: flex;
180
+ align-items: center;
181
+ gap: toRem.toRem(5);
182
+ }
183
+
184
+ .agentMessageImages {
185
+ display: flex;
186
+ flex-direction: row;
187
+ flex-wrap: wrap;
188
+ gap: toRem.toRem(5);
189
+ }
190
+
191
+ .imageContainer {
192
+ position: relative;
193
+ display: inline-block;
194
+
195
+ &:hover .downloadButton {
196
+ opacity: 1;
197
+ }
198
+ }
199
+
200
+ .downloadButton {
201
+ position: absolute;
202
+ top: toRem.toRem(8);
203
+ right: toRem.toRem(8);
204
+ background: rgba(0, 0, 0, 0.7);
205
+ border: none;
206
+ border-radius: toRem.toRem(6);
207
+ color: white;
208
+ padding: toRem.toRem(6);
209
+ cursor: pointer;
210
+ opacity: 1;
211
+ transition: opacity 0.2s ease;
212
+ display: flex;
213
+ align-items: center;
214
+ justify-content: center;
215
+
216
+ &:hover {
217
+ background: rgba(0, 0, 0, 0.9);
218
+ }
219
+
220
+ @media (min-width: breakpoints.$breakpoint-mobile) {
221
+ opacity: 0;
222
+ }
223
+ }
224
+
225
+ .agentMessageImages .agentMessageImage,
226
+ .agentMessageImages .placeholder,
227
+ .agentMessageImageContainer,
228
+ .imageContainer {
229
+ border-radius: toRem.toRem(12.5);
230
+ width: 100%;
231
+ height: 100%;
232
+ min-width: toRem.toRem(300);
233
+ min-height: toRem.toRem(300);
234
+ background-color: var(--shade-2);
235
+ display: flex;
236
+ align-items: center;
237
+ justify-content: center;
238
+
239
+ @media (min-width: breakpoints.$breakpoint-tablet) {
240
+ width: toRem.toRem(300) !important;
241
+ height: toRem.toRem(300) !important;
242
+ }
243
+ }
244
+
245
+ .userMessageContent,
246
+ .agentMessageContent {
247
+ color: var(--shade-7);
248
+ }
249
+
250
+ .message {
251
+ display: flex;
252
+ flex-direction: column;
253
+ }
254
+
255
+ .messageContainer,
256
+ .userMessageContainer {
257
+ display: flex;
258
+ gap: toRem.toRem(7.5);
259
+ align-items: flex-start;
260
+ flex-direction: column;
261
+
262
+ @media (min-width: breakpoints.$breakpoint-mobile) {
263
+ flex-direction: row;
264
+ gap: toRem.toRem(12.5);
265
+ }
266
+ }
267
+
268
+ .userMessageTime,
269
+ .agentMessageTime {
270
+ font-size: toRem.toRem(12);
271
+ color: var(--shade-6);
272
+
273
+ &.userMessageTime {
274
+ align-self: center;
275
+ }
276
+ }
277
+
278
+ .footer {
279
+ display: flex;
280
+ gap: toRem.toRem(15);
281
+ align-items: center;
282
+ margin-top: toRem.toRem(15);
283
+ font-size: toRem.toRem(12);
284
+
285
+ .left {
286
+ display: flex;
287
+ gap: toRem.toRem(2);
288
+ align-items: center;
289
+ gap: toRem.toRem(8.5);
290
+ }
291
+ }
292
+
293
+ .agentWebStreaming {
294
+ margin-top: toRem.toRem(10);
295
+ display: flex;
296
+ align-items: center;
297
+ gap: toRem.toRem(5);
298
+ }
299
+
300
+ .likeButtons {
301
+ display: flex;
302
+ gap: toRem.toRem(10);
303
+ margin-left: auto;
304
+ }
305
+
306
+ .agent {
307
+ display: flex;
308
+ align-items: center;
309
+ }
310
+
311
+ .userIcon,
312
+ .agentIcon {
313
+ display: flex;
314
+ align-items: center;
315
+ gap: toRem.toRem(7.5);
316
+ color: var(--accent-1);
317
+ &.agentIcon {
318
+ color: var(--accent-6);
319
+ }
320
+ &.userIcon.owner {
321
+ align-self: flex-end;
322
+ }
323
+
324
+ &.tablet {
325
+ display: none;
326
+ align-self: flex-start;
327
+ }
328
+
329
+ &.mobile {
330
+ display: flex;
331
+
332
+ .userMessageTime,
333
+ .agentMessageTime {
334
+ align-self: center;
335
+ }
336
+ }
337
+
338
+ @media (min-width: breakpoints.$breakpoint-mobile) {
339
+ &.mobile {
340
+ display: none;
341
+ }
342
+ &.tablet {
343
+ display: flex;
344
+ }
345
+ }
346
+ }
347
+
348
+ .webSearchResults {
349
+ display: flex;
350
+ flex-direction: column;
351
+ gap: toRem.toRem(5);
352
+
353
+ margin-top: toRem.toRem(10);
354
+
355
+ flex-wrap: wrap;
356
+
357
+ .webSearchResultTitle {
358
+ font-size: toRem.toRem(13);
359
+ display: flex;
360
+ flex-direction: row;
361
+ gap: toRem.toRem(5);
362
+ }
363
+
364
+ .webSearchResultSnippet {
365
+ font-size: toRem.toRem(12);
366
+ color: var(--shade-6);
367
+ }
368
+ }
369
+
370
+ .agentMessageContent {
371
+ display: flex;
372
+ flex-direction: column;
373
+ gap: toRem.toRem(10);
374
+ @media (min-width: breakpoints.$breakpoint-tablet) {
375
+ flex-direction: row;
376
+ align-items: flex-start;
377
+ gap: toRem.toRem(20);
378
+ }
379
+ }
380
+
381
+ .typingIndicator {
382
+ display: flex;
383
+ align-items: center;
384
+ gap: toRem.toRem(8);
385
+ padding: toRem.toRem(4) toRem.toRem(8);
386
+ margin: toRem.toRem(4) 0;
387
+ background: var(--shade-1);
388
+ border-radius: toRem.toRem(8);
389
+ font-size: toRem.toRem(12);
390
+ color: var(--shade-5);
391
+ border: toRem.toRem(1) solid var(--shade-2);
392
+ }
393
+
394
+ .typingText {
395
+ font-style: italic;
396
+ opacity: 0.8;
397
+ }
398
+
399
+ .dots {
400
+ display: inline-flex;
401
+ gap: toRem.toRem(2);
402
+ align-items: center;
403
+ vertical-align: middle;
404
+ }
405
+
406
+ .dots span {
407
+ width: toRem.toRem(4);
408
+ height: toRem.toRem(4);
409
+ background: var(--shade-4);
410
+ border-radius: 50%;
411
+ animation: typing 1.4s infinite ease-in-out;
412
+ }
413
+
414
+ .dots span:nth-child(1) {
415
+ animation-delay: 0s;
416
+ }
417
+
418
+ .dots span:nth-child(2) {
419
+ animation-delay: 0.2s;
420
+ }
421
+
422
+ .dots span:nth-child(3) {
423
+ animation-delay: 0.4s;
424
+ }
425
+
426
+ @keyframes typing {
427
+ 0%,
428
+ 60%,
429
+ 100% {
430
+ transform: scale(1);
431
+ opacity: 0.5;
432
+ }
433
+ 30% {
434
+ transform: scale(1.2);
435
+ opacity: 1;
436
+ }
437
+ }
438
+
439
+ .nameWithPresence {
440
+ display: inline-flex;
441
+ align-items: center;
442
+ gap: toRem.toRem(6);
443
+ }
444
+
445
+ .presenceIndicator {
446
+ width: toRem.toRem(8);
447
+ height: toRem.toRem(8);
448
+ border-radius: 50%;
449
+ flex-shrink: 0;
450
+ }
451
+
452
+ .presenceIndicator.online {
453
+ background: var(--accent-4);
454
+ }
455
+
456
+ .presenceIndicator.offline {
457
+ background: var(--shade-3);
458
+ }
459
+
460
+ /* Dark mode adjustments */
461
+ @media (prefers-color-scheme: dark) {
462
+ .typingIndicator {
463
+ background: var(--shade-0);
464
+ border-color: var(--shade-1);
465
+ }
466
+
467
+ .avatar {
468
+ background: var(--shade-1);
469
+ }
470
+ }
@@ -0,0 +1,86 @@
1
+ @use "./toRem.scss";
2
+
3
+ .messagesContainer {
4
+ display: flex;
5
+ flex-direction: column;
6
+ margin-top: toRem.toRem(20);
7
+ justify-content: flex-end;
8
+ align-content: flex-end;
9
+ overflow-y: auto;
10
+ max-height: 100%;
11
+ }
12
+
13
+ .messages {
14
+ display: flex;
15
+ flex-direction: column;
16
+ gap: toRem.toRem(20);
17
+ }
18
+
19
+ .loadMoreContainer {
20
+ display: flex;
21
+ justify-content: center;
22
+ margin-bottom: toRem.toRem(10);
23
+ }
24
+
25
+ .emptyContainer {
26
+ display: flex;
27
+ justify-content: center;
28
+ margin-bottom: toRem.toRem(10);
29
+ }
30
+
31
+ .characterProfileContainer {
32
+ display: flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ margin-top: toRem.toRem(25);
36
+ gap: toRem.toRem(10);
37
+ flex-direction: column;
38
+ }
39
+
40
+ .loading {
41
+ display: flex;
42
+ gap: toRem.toRem(5);
43
+ margin-top: toRem.toRem(30);
44
+ flex-direction: row;
45
+ font-size: toRem.toRem(15);
46
+ color: var(--shade-6);
47
+ }
48
+
49
+ .enableCharacterProfilesContainer {
50
+ display: flex;
51
+ justify-content: center;
52
+ margin: toRem.toRem(25) 0;
53
+
54
+ &:empty {
55
+ display: none;
56
+ }
57
+ }
58
+
59
+ .enabledCharacterProfiles {
60
+ font-size: toRem.toRem(14);
61
+ }
62
+
63
+ .video {
64
+ width: toRem.toRem(30);
65
+ height: toRem.toRem(30);
66
+ object-fit: cover;
67
+ border-radius: 50%;
68
+ pointer-events: none; // So clicks pass through to foreground content
69
+ }
70
+
71
+ .characterProfileActions {
72
+ display: flex;
73
+ gap: toRem.toRem(1);
74
+ }
75
+
76
+ .tags {
77
+ display: flex;
78
+ flex-wrap: wrap;
79
+ display: flex;
80
+ justify-content: center;
81
+ align-items: center;
82
+ text-align: center;
83
+ gap: toRem.toRem(5);
84
+ max-width: toRem.toRem(300);
85
+ font-size: toRem.toRem(12);
86
+ }
@@ -0,0 +1,118 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .modal {
5
+ height: 100dvh;
6
+ width: 100vw;
7
+ display: flex;
8
+ top: 0;
9
+ left: 0;
10
+ flex-direction: column;
11
+ justify-content: center;
12
+ align-items: center;
13
+ z-index: 9999;
14
+ position: fixed;
15
+ background: var(--overlay);
16
+ font-size: toRem.toRem(16);
17
+ }
18
+
19
+ .main {
20
+ margin: 0 auto;
21
+ width: auto;
22
+ padding: 0 toRem.toRem(10);
23
+ z-index: 3;
24
+ position: relative;
25
+ flex: 1;
26
+ flex-direction: column;
27
+ display: flex;
28
+ justify-content: center;
29
+
30
+ width: 100%;
31
+
32
+ @media (min-width: toRem.toRem(501)) {
33
+ max-width: toRem.toRem(500);
34
+ min-width: toRem.toRem(450);
35
+ width: auto;
36
+ }
37
+
38
+ &.isDrawerOpen {
39
+ left: toRem.toRem(125);
40
+ }
41
+
42
+ .inner {
43
+ animation: slideUp 0.4s ease forwards;
44
+ background-color: var(--background);
45
+ padding: toRem.toRem(12.5);
46
+ border-radius: var(--radius);
47
+ border: toRem.toRem(1) solid var(--shade-2-transparent);
48
+ position: relative;
49
+ max-height: calc(100dvh - 20px);
50
+ max-width: breakpoints.$breakpoint-desktop;
51
+ display: flex;
52
+ flex-direction: column;
53
+
54
+ gap: toRem.toRem(5);
55
+ justify-content: flex-start;
56
+
57
+ .header {
58
+ margin: 0;
59
+ margin-bottom: toRem.toRem(5);
60
+ padding: 0;
61
+ padding-bottom: toRem.toRem(7.5);
62
+ display: flex;
63
+ align-items: center;
64
+ gap: toRem.toRem(10);
65
+
66
+ .title {
67
+ flex: 1;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: toRem.toRem(5);
71
+ }
72
+
73
+ &.borderHeader {
74
+ border-bottom: toRem.toRem(1) dashed var(--shade-2);
75
+ }
76
+ }
77
+
78
+ width: 100%;
79
+
80
+ @media (min-width: toRem.toRem(431)) {
81
+ width: inherit;
82
+ }
83
+ }
84
+
85
+ .close {
86
+ display: flex;
87
+ }
88
+
89
+ .email {
90
+ margin-bottom: toRem.toRem(5);
91
+ }
92
+ .logoutButton {
93
+ display: flex;
94
+ align-items: center;
95
+ gap: toRem.toRem(5);
96
+ margin-left: auto;
97
+ }
98
+ }
99
+
100
+ .content {
101
+ display: flex;
102
+ flex-direction: column;
103
+
104
+ &.scrollable {
105
+ overflow-y: auto;
106
+ }
107
+ }
108
+
109
+ @keyframes slideUp {
110
+ from {
111
+ opacity: 0;
112
+ transform: translateY(toRem.toRem(20)); /* Start slightly below */
113
+ }
114
+ to {
115
+ opacity: 1;
116
+ transform: translateY(0); /* End at original position */
117
+ }
118
+ }