@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,232 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+ @use "./utils.scss";
4
+
5
+ .page {
6
+ display: flex;
7
+ flex-direction: row;
8
+ // min-height: 100vh;
9
+ padding-left: 0;
10
+ align-items: flex-start;
11
+ position: relative;
12
+
13
+ @media (min-width: breakpoints.$breakpoint-mobile) {
14
+ padding-left: 0;
15
+ }
16
+
17
+ @media print {
18
+ padding-top: 0;
19
+ padding-left: 0;
20
+ min-height: auto;
21
+ }
22
+
23
+ .subscribe {
24
+ }
25
+
26
+ @media (min-width: breakpoints.$breakpoint-desktop) {
27
+ &.drawerOpen {
28
+ padding-left: toRem.toRem(255);
29
+
30
+ .brand {
31
+ left: 0;
32
+ font-size: toRem.toRem(18);
33
+ }
34
+
35
+ .subscribe {
36
+ left: 0;
37
+ }
38
+ }
39
+ }
40
+ }
41
+
42
+ .blog {
43
+ display: none;
44
+
45
+ @media (min-width: breakpoints.$breakpoint-mobile) {
46
+ display: inline-flex;
47
+ }
48
+ }
49
+
50
+ .right {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: toRem.toRem(12.5);
54
+ }
55
+
56
+ .middle {
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ gap: toRem.toRem(10);
61
+ svg {
62
+ display: flex;
63
+ }
64
+
65
+ &.isDrawerOpen {
66
+ position: relative;
67
+ }
68
+
69
+ display: none;
70
+
71
+ &.desktop {
72
+ @media (min-width: breakpoints.$breakpoint-mobile) {
73
+ display: flex;
74
+ }
75
+ }
76
+
77
+ &.mobile {
78
+ position: relative;
79
+ margin-bottom: toRem.toRem(10);
80
+ @media (max-width: breakpoints.$breakpoint-mobile) {
81
+ display: flex;
82
+ }
83
+ }
84
+ }
85
+
86
+ .subscribeMobileWrapper {
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ gap: toRem.toRem(10);
91
+
92
+ @media (min-width: breakpoints.$breakpoint-mobile) {
93
+ display: none;
94
+ }
95
+ }
96
+
97
+ .title {
98
+ font-size: toRem.toRem(22.1);
99
+
100
+ @media (min-width: breakpoints.$breakpoint-mobile) {
101
+ font-size: toRem.toRem(26.1);
102
+ }
103
+ }
104
+
105
+ .loadingContainer {
106
+ display: flex;
107
+ justify-content: center;
108
+ align-items: center;
109
+ flex: 1;
110
+ position: relative;
111
+ bottom: toRem.toRem(50);
112
+ height: 100dvh;
113
+ }
114
+
115
+ .main {
116
+ padding: toRem.toRem(10);
117
+ padding-top: toRem.toRem(50);
118
+ display: flex;
119
+ flex-direction: column;
120
+ flex: 1;
121
+ height: 100dvh;
122
+ &.empty {
123
+ padding-top: 0;
124
+ }
125
+ }
126
+
127
+ .contentContainer {
128
+ display: flex;
129
+ flex-direction: column;
130
+ flex: 1;
131
+ }
132
+
133
+ .brand {
134
+ font-weight: bold;
135
+ margin: 0;
136
+ font-size: toRem.toRem(18);
137
+ position: relative;
138
+ line-height: 1;
139
+ color: var(--shade-7);
140
+ }
141
+
142
+ .subscribe,
143
+ .signIn {
144
+ }
145
+
146
+ .signIn {
147
+ display: none !important;
148
+
149
+ @media (min-width: breakpoints.$breakpoint-mobile) {
150
+ display: flex !important;
151
+ }
152
+ }
153
+
154
+ .hamburgerMenu {
155
+ display: flex;
156
+ align-items: center;
157
+ gap: toRem.toRem(12.5);
158
+ }
159
+
160
+ .brandHelp {
161
+ text-align: center;
162
+ font-size: toRem.toRem(18);
163
+ line-height: 1.2;
164
+
165
+ @media (min-width: breakpoints.$breakpoint-mobile) {
166
+ font-size: toRem.toRem(24);
167
+ }
168
+ }
169
+
170
+ .footer {
171
+ width: 100%;
172
+
173
+ @media (min-width: breakpoints.$breakpoint-mobile) {
174
+ max-width: breakpoints.$breakpoint-mobile;
175
+ }
176
+ }
177
+
178
+ .hamburgerButton {
179
+ position: relative;
180
+
181
+ .notification {
182
+ position: absolute;
183
+ top: 0;
184
+ right: 0;
185
+ width: toRem.toRem(10);
186
+ height: toRem.toRem(10);
187
+ border-radius: 50%;
188
+ background-color: var(--accent-1);
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ font-size: toRem.toRem(12);
193
+ color: var(--background);
194
+ box-shadow: var(--shadow);
195
+ animation: pulse 1s ease-in-out;
196
+ }
197
+ }
198
+
199
+ .header {
200
+ display: flex;
201
+ justify-content: space-between;
202
+ align-items: center;
203
+ position: fixed;
204
+ top: 0;
205
+ right: 0;
206
+ padding: toRem.toRem(10) toRem.toRem(10);
207
+
208
+ width: calc(100%);
209
+ z-index: 1000;
210
+ background-color: var(--background-transparent);
211
+ backdrop-filter: blur(toRem.toRem(2.5));
212
+
213
+ @media all and (display-mode: standalone) {
214
+ background-color: var(--background);
215
+ backdrop-filter: none;
216
+ }
217
+
218
+ &.standalone {
219
+ background-color: var(--background);
220
+ backdrop-filter: none;
221
+ }
222
+
223
+ @media print {
224
+ display: none !important;
225
+ }
226
+
227
+ &.empty {
228
+ position: static;
229
+ margin: 0;
230
+ padding: toRem.toRem(10) 0;
231
+ }
232
+ }
@@ -0,0 +1,240 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+ @use "./utils.scss";
4
+
5
+ .lifeOS {
6
+ max-width: breakpoints.$breakpoint-mobile;
7
+ margin: 0 auto;
8
+ display: flex;
9
+ flex-direction: column;
10
+ margin-top: toRem.toRem(10);
11
+ margin-bottom: toRem.toRem(30);
12
+ padding: toRem.toRem(5);
13
+ .header {
14
+ display: flex;
15
+ flex-direction: column;
16
+ gap: toRem.toRem(5);
17
+ margin-bottom: toRem.toRem(20);
18
+
19
+ .title {
20
+ display: flex;
21
+ font-size: toRem.toRem(20);
22
+ align-items: center;
23
+ gap: toRem.toRem(10);
24
+ margin: 0;
25
+ margin-bottom: toRem.toRem(5);
26
+ > span {
27
+ flex: 1;
28
+ text-align: center;
29
+ }
30
+
31
+ @media (min-width: breakpoints.$breakpoint-mobile) {
32
+ font-size: toRem.toRem(24);
33
+ }
34
+ }
35
+
36
+ .intro {
37
+ text-align: center;
38
+
39
+ font-size: toRem.toRem(14);
40
+
41
+ @media (min-width: breakpoints.$breakpoint-mobile) {
42
+ font-size: toRem.toRem(15);
43
+ }
44
+ }
45
+ }
46
+ }
47
+
48
+ .content {
49
+ display: flex;
50
+ flex-direction: column;
51
+ gap: toRem.toRem(15);
52
+ }
53
+
54
+ .createAgent {
55
+ display: flex;
56
+ justify-content: center;
57
+ position: relative;
58
+ bottom: toRem.toRem(10);
59
+ }
60
+
61
+ .apps {
62
+ display: flex;
63
+ align-items: center;
64
+ gap: toRem.toRem(15);
65
+ justify-content: center;
66
+ margin-top: toRem.toRem(10);
67
+ flex-wrap: wrap;
68
+ }
69
+
70
+ .titleText {
71
+ display: flex;
72
+ align-items: center;
73
+ gap: toRem.toRem(5);
74
+ text-align: center;
75
+ flex: 1;
76
+ align-self: center;
77
+ align-items: center;
78
+ justify-content: center;
79
+ font-weight: 600;
80
+ }
81
+
82
+ .headerIcons {
83
+ display: flex;
84
+ align-items: center;
85
+ gap: toRem.toRem(7.5);
86
+ margin-bottom: toRem.toRem(10);
87
+ }
88
+
89
+ .app {
90
+ position: relative;
91
+ display: flex;
92
+ align-items: center;
93
+ flex-direction: column;
94
+ gap: toRem.toRem(10);
95
+ outline: 1px dashed var(--shade-2);
96
+ padding: toRem.toRem(10);
97
+ padding-top: toRem.toRem(12.5);
98
+ border-radius: toRem.toRem(20);
99
+ cursor: pointer;
100
+ transition: all 0.2s ease-in-out;
101
+ min-width: initial;
102
+ flex: 1;
103
+
104
+ min-width: toRem.toRem(130);
105
+
106
+ // @media (min-width: toRem.toRem(420)) {
107
+ // min-width: toRem.toRem(160);
108
+ // }
109
+
110
+ // @media (min-width: toRem.toRem(440)) {
111
+ // min-width: toRem.toRem(200);
112
+ // }
113
+
114
+ @media (min-width: breakpoints.$breakpoint-mobile) {
115
+ flex: inherit;
116
+ }
117
+
118
+ &:last-child {
119
+ // flex: 1;
120
+ align-self: flex-start;
121
+ flex: 1;
122
+ }
123
+
124
+ &:hover {
125
+ outline: 2px solid var(--accent-1);
126
+ }
127
+
128
+ &.selected {
129
+ outline: 3px solid var(--accent-5);
130
+ background-color: var(--shade-1);
131
+ }
132
+
133
+ .appInfo {
134
+ display: flex;
135
+ flex-direction: column;
136
+ gap: toRem.toRem(2);
137
+
138
+ .appName {
139
+ font-size: toRem.toRem(16);
140
+ font-weight: 600;
141
+ text-align: center;
142
+ }
143
+
144
+ .appSubtitle {
145
+ font-size: toRem.toRem(12);
146
+ color: var(--shade-5);
147
+ text-align: center;
148
+ font-weight: 400;
149
+ max-width: toRem.toRem(115);
150
+ overflow: hidden;
151
+ text-overflow: ellipsis;
152
+ white-space: nowrap;
153
+ }
154
+ }
155
+
156
+ .badge {
157
+ bottom: 1px;
158
+ right: 1px;
159
+ background-color: var(--accent-1);
160
+ color: var(--shade-8);
161
+ padding: toRem.toRem(3) toRem.toRem(10);
162
+ border-radius: toRem.toRem(20);
163
+ font-size: toRem.toRem(12);
164
+ margin-bottom: toRem.toRem(10);
165
+
166
+ &.inProgress {
167
+ background-color: var(--accent-5);
168
+ }
169
+ &.planned {
170
+ background-color: var(--shade-3);
171
+ }
172
+ }
173
+ }
174
+
175
+ .footer {
176
+ padding: toRem.toRem(15);
177
+ background: var(--shade-1);
178
+ border-radius: toRem.toRem(20);
179
+ border: 1px dashed var(--shade-2);
180
+ animation: slideUp 0.4s ease forwards;
181
+
182
+ .appDetails {
183
+ h3 {
184
+ margin: 0 0 toRem.toRem(10) 0;
185
+ font-size: toRem.toRem(24);
186
+ font-weight: 600;
187
+ }
188
+
189
+ .subtitle {
190
+ margin: 0 0 toRem.toRem(5) 0;
191
+ color: var(--accent-1);
192
+ font-weight: 500;
193
+ font-size: toRem.toRem(16);
194
+ }
195
+
196
+ .description {
197
+ margin: 0 0 toRem.toRem(20) 0;
198
+ line-height: 1.6;
199
+ color: var(--shade-7);
200
+ font-size: toRem.toRem(15);
201
+ }
202
+
203
+ .features {
204
+ h4 {
205
+ margin: 0 0 toRem.toRem(10) 0;
206
+ font-size: toRem.toRem(16);
207
+ font-weight: 600;
208
+ }
209
+
210
+ .feature {
211
+ display: flex;
212
+ align-items: center;
213
+ gap: toRem.toRem(5);
214
+ }
215
+
216
+ ul {
217
+ margin: 0;
218
+ padding: 0;
219
+ list-style: none;
220
+
221
+ li {
222
+ margin-bottom: toRem.toRem(6);
223
+ color: var(--shade-6);
224
+ }
225
+ }
226
+ }
227
+ }
228
+
229
+ @include utils.respect-reduced-motion;
230
+ }
231
+
232
+ .tetris {
233
+ display: flex;
234
+ justify-content: center;
235
+ align-items: center;
236
+ margin-top: toRem.toRem(20);
237
+ gap: toRem.toRem(10);
238
+ flex-direction: column;
239
+ font-size: toRem.toRem(12);
240
+ }
@@ -0,0 +1,219 @@
1
+ @use "./toRem.scss";
2
+ @use "./utils.scss";
3
+
4
+ .subscribeButton {
5
+ &.isDrawerOpen {
6
+ position: relative;
7
+ left: toRem.toRem(125);
8
+ }
9
+ }
10
+
11
+ .checkout {
12
+ display: inline-flex;
13
+ }
14
+
15
+ .subscribeButton,
16
+ .plusButton {
17
+ display: flex;
18
+ align-items: center;
19
+ gap: toRem.toRem(5);
20
+ background-color: var(--background);
21
+ border: toRem.toRem(1) solid var(--accent-1) !important;
22
+ box-shadow: none;
23
+ padding: toRem.toRem(5) toRem.toRem(10);
24
+ color: var(--foreground);
25
+
26
+ &:hover,
27
+ &:disabled {
28
+ background-color: var(--background);
29
+
30
+ .svg {
31
+ stroke: var(--accent-5);
32
+ }
33
+
34
+ color: var(--shade-6);
35
+ }
36
+ }
37
+
38
+ .button {
39
+ display: flex;
40
+
41
+ width: 100%;
42
+ align-items: center;
43
+ justify-content: center;
44
+ padding: toRem.toRem(10) !important;
45
+ font-size: toRem.toRem(16) !important;
46
+ }
47
+
48
+ .plans {
49
+ margin-bottom: toRem.toRem(7.5);
50
+ display: flex;
51
+ align-items: center;
52
+ gap: toRem.toRem(5);
53
+ align-items: center;
54
+ justify-content: center;
55
+ flex-wrap: wrap;
56
+ }
57
+
58
+ .modal {
59
+ height: 100vh;
60
+ width: 100vw;
61
+ display: flex;
62
+ top: 0;
63
+ left: 0;
64
+ flex-direction: column;
65
+ justify-content: center;
66
+ align-items: center;
67
+ z-index: 10;
68
+ position: fixed;
69
+ background: var(--overlay);
70
+ }
71
+
72
+ .main {
73
+ margin: 0 auto;
74
+ width: auto;
75
+ padding: 0 toRem.toRem(10);
76
+ z-index: 3;
77
+ position: relative;
78
+ flex: 1;
79
+ flex-direction: column;
80
+ display: flex;
81
+ justify-content: center;
82
+ width: auto;
83
+
84
+ .inner {
85
+ animation: slideUp 0.4s ease forwards;
86
+ background-color: var(--background);
87
+ padding: toRem.toRem(20);
88
+ padding-top: toRem.toRem(10);
89
+ border-radius: var(--radius);
90
+ border: toRem.toRem(1) solid var(--shade-2);
91
+ position: relative;
92
+ min-width: 100%;
93
+ display: flex;
94
+ flex-direction: column;
95
+ box-shadow: var(--shadow);
96
+ gap: toRem.toRem(5);
97
+ justify-content: flex-start;
98
+
99
+ .title {
100
+ margin: 0;
101
+ margin-bottom: toRem.toRem(5);
102
+ border-bottom: toRem.toRem(1) solid var(--shade-2);
103
+ padding: 0;
104
+ padding-bottom: toRem.toRem(5);
105
+ display: flex;
106
+ align-items: center;
107
+ gap: toRem.toRem(5);
108
+ }
109
+ }
110
+
111
+ .close {
112
+ margin-left: auto;
113
+ }
114
+ }
115
+
116
+ @keyframes slideUp {
117
+ from {
118
+ opacity: 0;
119
+ transform: translateY(toRem.toRem(20)); /* Start slightly below */
120
+ }
121
+ to {
122
+ opacity: 1;
123
+ transform: translateY(0); /* End at original position */
124
+ }
125
+ }
126
+
127
+ .features {
128
+ display: flex;
129
+ flex-direction: column;
130
+ gap: toRem.toRem(5);
131
+ list-style-type: none;
132
+ margin: 0;
133
+ font-size: toRem.toRem(15);
134
+ padding: 0;
135
+ opacity: 0;
136
+
137
+ .feature {
138
+ margin: 0;
139
+ display: flex;
140
+
141
+ gap: toRem.toRem(1);
142
+ align-items: center;
143
+ padding: 0;
144
+ opacity: 0;
145
+ }
146
+ }
147
+
148
+ .checkoutButton {
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ gap: toRem.toRem(5);
153
+ font-size: toRem.toRem(16);
154
+ background-color: var(--accent-4);
155
+ }
156
+
157
+ .userToGift {
158
+ display: flex;
159
+ align-items: center;
160
+ gap: toRem.toRem(10);
161
+ margin-bottom: toRem.toRem(10);
162
+ }
163
+
164
+ .gift {
165
+ margin-top: toRem.toRem(10);
166
+ }
167
+
168
+ .invite {
169
+ display: flex;
170
+ align-items: center;
171
+ gap: toRem.toRem(5);
172
+ }
173
+
174
+ .userToGiftName {
175
+ display: flex;
176
+ align-items: center;
177
+ gap: toRem.toRem(5);
178
+
179
+ .backButton {
180
+ margin-left: auto;
181
+ }
182
+ }
183
+
184
+ .inviteInput {
185
+ flex: 1;
186
+ }
187
+
188
+ .subscribeAsGuest {
189
+ font-size: toRem.toRem(14);
190
+ text-align: center;
191
+ margin-top: toRem.toRem(15);
192
+ margin-bottom: toRem.toRem(3);
193
+ color: var(--shade-7);
194
+
195
+ p {
196
+ font-size: toRem.toRem(12);
197
+ }
198
+ }
199
+
200
+ .giftButton,
201
+ .currentPlanButton,
202
+ .cancelSubscriptionButton {
203
+ display: flex;
204
+ align-items: center;
205
+ gap: toRem.toRem(5);
206
+ flex: 1;
207
+ justify-content: center;
208
+ align-items: center;
209
+ font-size: toRem.toRem(16);
210
+ width: 100%;
211
+ padding: toRem.toRem(10);
212
+ }
213
+
214
+ .checkoutButtonContainer {
215
+ display: flex;
216
+ gap: toRem.toRem(8.5);
217
+ flex-direction: column;
218
+ margin-top: toRem.toRem(8.5);
219
+ }