PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.6
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.6
8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 8.5.0 All 532 releases
chatbot / css / email_subscription.css

email_subscription.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 8.7.6, at css/email_subscription.css

293 lines 7.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* User Data — WPBot purple modern UI */
2 @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
3
4 .wpbot-userdata-page {
5 --woobot-primary: #5B4E96;
6 --woobot-primary-dark: #463a7a;
7 --woobot-primary-soft: #f3f1fa;
8 --woobot-primary-border: #e4e0f2;
9 --woobot-text: #2d2a3a;
10 --woobot-muted: #6b6680;
11 --woobot-danger: #e25563;
12 background: transparent;
13 padding: 0;
14 margin: 20px auto 40px auto;
15 max-width: 1280px;
16 width: 100%;
17 box-sizing: border-box;
18 border-radius: 0;
19 box-shadow: none;
20 font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
21 color: var(--woobot-text);
22 }
23
24 .wpbot-userdata-page .sld_menu_title {
25 background: #fff;
26 border: 1px solid var(--woobot-primary-border);
27 border-radius: 16px;
28 padding: 18px 22px;
29 margin: 0 0 16px;
30 }
31
32 .wpbot-userdata-page .sld_menu_title h2 {
33 font-size: 24px;
34 font-weight: 700;
35 color: var(--woobot-primary);
36 margin: 0;
37 line-height: 1.3;
38 }
39
40 .wpbot-userdata-page .wpbot-userdata-toolbar {
41 display: flex;
42 justify-content: flex-end;
43 align-items: center;
44 flex-wrap: wrap;
45 gap: 12px;
46 background: #fff;
47 border: 1px solid var(--woobot-primary-border);
48 border-radius: 16px;
49 padding: 14px 18px;
50 margin: 0 0 16px;
51 font-size: 14px;
52 color: var(--woobot-muted);
53 }
54
55 .wpbot-userdata-page .wpbot-userdata-actions {
56 display: flex;
57 align-items: center;
58 flex-wrap: wrap;
59 gap: 12px;
60 margin: 0 0 16px;
61 }
62
63 .wpbot-userdata-page .wpbot-userdata-total {
64 display: inline-flex;
65 align-items: center;
66 gap: 6px;
67 padding: 6px 12px;
68 background: var(--woobot-primary-soft);
69 border: 1px solid var(--woobot-primary-border);
70 border-radius: 999px;
71 color: var(--woobot-primary);
72 font-size: 13px;
73 font-weight: 500;
74 }
75
76 .wpbot-userdata-page .wpbot-userdata-total strong {
77 font-weight: 700;
78 }
79
80 .wpbot-userdata-page .wpbot-userdata-export.button-primary,
81 .wpbot-userdata-page .sld_menu_title_align .button-primary {
82 background: var(--woobot-primary) !important;
83 border: 2px solid var(--woobot-primary) !important;
84 border-radius: 8px !important;
85 padding: 8px 16px !important;
86 color: #fff !important;
87 text-decoration: none !important;
88 font-weight: 600 !important;
89 font-size: 13px !important;
90 line-height: 1.2 !important;
91 height: auto !important;
92 box-shadow: none !important;
93 transition: background 0.15s ease, border-color 0.15s ease;
94 }
95
96 .wpbot-userdata-page .wpbot-userdata-export.button-primary:hover,
97 .wpbot-userdata-page .sld_menu_title_align .button-primary:hover {
98 background: var(--woobot-primary-dark) !important;
99 border-color: var(--woobot-primary-dark) !important;
100 color: #fff !important;
101 }
102
103 .wpbot-userdata-page .wpbot-userdata-form {
104 width: 100%;
105 background: #fff;
106 border: 1px solid var(--woobot-primary-border);
107 border-radius: 16px;
108 padding: 18px 20px 20px;
109 box-sizing: border-box;
110 }
111
112 .wpbot-userdata-page #wpbot_submit_email_form.button-primary {
113 background: #fff !important;
114 border: 2px solid var(--woobot-danger) !important;
115 color: var(--woobot-danger) !important;
116 font-weight: 600 !important;
117 border-radius: 8px !important;
118 padding: 8px 18px !important;
119 cursor: pointer;
120 margin: 0;
121 height: auto !important;
122 line-height: 1.2 !important;
123 box-shadow: none !important;
124 transition: background 0.15s ease, color 0.15s ease;
125 }
126
127 .wpbot-userdata-page #wpbot_submit_email_form.button-primary:hover {
128 background: var(--woobot-danger) !important;
129 border-color: var(--woobot-danger) !important;
130 color: #fff !important;
131 }
132
133 .wpbot-userdata-page .qchero_slider_table_area {
134 margin-top: 0;
135 border: 1px solid var(--woobot-primary-border);
136 border-radius: 12px;
137 overflow: hidden;
138 }
139
140 .wpbot-userdata-page .sld_payment_table {
141 display: flex;
142 flex-direction: column;
143 width: 100%;
144 }
145
146 .wpbot-userdata-page .sld_payment_row {
147 display: flex;
148 align-items: center;
149 border-bottom: 1px solid #eef0f6;
150 background: #fff;
151 transition: background 0.15s ease;
152 }
153
154 .wpbot-userdata-page .sld_payment_row:last-child {
155 border-bottom: none;
156 }
157
158 .wpbot-userdata-page .sld_payment_row:hover {
159 background: var(--woobot-primary-soft);
160 }
161
162 .wpbot-userdata-page .sld_payment_row.header {
163 background: var(--woobot-primary);
164 border-bottom: none;
165 font-weight: 600;
166 color: #fff;
167 }
168
169 .wpbot-userdata-page .sld_payment_row.header:hover {
170 background: var(--woobot-primary);
171 }
172
173 .wpbot-userdata-page .sld_payment_row.header .sld_payment_cell {
174 color: #fff;
175 font-size: 13px;
176 letter-spacing: 0.02em;
177 }
178
179 .wpbot-userdata-page .sld_payment_cell {
180 padding: 14px 16px;
181 flex: 1;
182 font-size: 13px;
183 color: var(--woobot-text);
184 word-break: break-word;
185 display: flex;
186 align-items: center;
187 }
188
189 .wpbot-userdata-page .sld_payment_cell:first-child {
190 flex: 0 0 56px;
191 justify-content: center;
192 padding-right: 0;
193 }
194
195 .wpbot-userdata-page .sld_payment_cell:nth-child(2) {
196 flex: 0 0 140px;
197 }
198
199 .wpbot-userdata-page .sld_payment_cell input[type="checkbox"] {
200 margin: 0;
201 cursor: pointer;
202 width: 16px;
203 height: 16px;
204 accent-color: var(--woobot-primary);
205 }
206
207 .wpbot-userdata-page .sld_payment_row.header input[type="checkbox"] {
208 accent-color: #fff;
209 }
210
211 .wpbot-userdata-page .sld_responsive_head {
212 display: none;
213 }
214
215 /* Pagination */
216 .wpbot-userdata-page .wpbot_pagination {
217 margin-right: 8px;
218 font-weight: 600;
219 color: var(--woobot-muted);
220 font-size: 13px;
221 }
222
223 .wpbot-userdata-page .page-numbers {
224 display: inline-flex;
225 align-items: center;
226 justify-content: center;
227 min-width: 34px;
228 height: 34px;
229 padding: 0 10px;
230 margin: 0 2px;
231 border-radius: 8px;
232 border: 1px solid var(--woobot-primary-border);
233 background: #fff;
234 color: var(--woobot-primary);
235 font-size: 13px;
236 font-weight: 600;
237 text-decoration: none;
238 line-height: 1;
239 box-sizing: border-box;
240 transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
241 }
242
243 .wpbot-userdata-page a.page-numbers:hover {
244 background: var(--woobot-primary-soft);
245 border-color: var(--woobot-primary);
246 color: var(--woobot-primary-dark);
247 }
248
249 .wpbot-userdata-page span.page-numbers.current {
250 background: var(--woobot-primary);
251 color: #fff;
252 border-color: var(--woobot-primary);
253 }
254
255 @media screen and (max-width: 782px) {
256 .wpbot-userdata-page {
257 margin: 12px auto 24px auto;
258 }
259
260 .wpbot-userdata-page .wpbot-userdata-actions {
261 width: 100%;
262 }
263
264 .wpbot-userdata-page .wpbot-userdata-toolbar,
265 .wpbot-userdata-page .sld_menu_title,
266 .wpbot-userdata-page .wpbot-userdata-form {
267 border-radius: 12px;
268 }
269
270 .wpbot-userdata-page .sld_payment_row {
271 flex-wrap: wrap;
272 }
273
274 .wpbot-userdata-page .sld_payment_cell {
275 flex: 1 1 45%;
276 }
277
278 .wpbot-userdata-page .sld_payment_cell:first-child {
279 flex: 0 0 100%;
280 justify-content: flex-start;
281 padding: 12px 16px 4px;
282 }
283
284 .wpbot-userdata-page .sld_responsive_head {
285 display: block;
286 font-size: 11px;
287 font-weight: 600;
288 color: var(--woobot-muted);
289 margin-right: 8px;
290 text-transform: uppercase;
291 }
292 }
293