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