| 1 |
.wdt-datatables-admin-wrap .wdt-dashbord { |
| 2 |
font-family: Inter; |
| 3 |
font-style: normal; |
| 4 |
} |
| 5 |
|
| 6 |
.wdt-datatables-admin-wrap .wdt-dashbord .card:not(.plugin-dashboard) { |
| 7 |
border-radius: 3px; |
| 8 |
margin-bottom: 24px; |
| 9 |
} |
| 10 |
|
| 11 |
.wdt-datatables-admin-wrap .wdt-dashbord a { |
| 12 |
box-shadow: none; |
| 13 |
} |
| 14 |
|
| 15 |
.wdt-datatables-admin-wrap .wdt-dashbord .card-header { |
| 16 |
padding: 12px 16px; |
| 17 |
border-bottom: 1px solid #F3F3FA; |
| 18 |
} |
| 19 |
|
| 20 |
.wdt-datatables-admin-wrap .wdt-dashbord .wpdt-text { |
| 21 |
font-size: 13px; |
| 22 |
line-height: 20px; |
| 23 |
color: #304463; |
| 24 |
margin-bottom: 12px; |
| 25 |
} |
| 26 |
|
| 27 |
.wdt-datatables-admin-wrap .wdt-dashbord .card-header .actions { |
| 28 |
top: 10px; |
| 29 |
right: 16px; |
| 30 |
} |
| 31 |
|
| 32 |
.wdt-datatables-admin-wrap .wdt-dashbord .btn-primary { |
| 33 |
font-weight: 500; |
| 34 |
border-radius: 5px; |
| 35 |
} |
| 36 |
|
| 37 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-row-title { |
| 38 |
font-weight: 500; |
| 39 |
font-size: 24px; |
| 40 |
line-height: 32px; |
| 41 |
color: #091D70; |
| 42 |
margin-top: 60px; |
| 43 |
} |
| 44 |
|
| 45 |
.wdt-datatables-admin-wrap .wdt-welcome-card img { |
| 46 |
vertical-align: sub; |
| 47 |
} |
| 48 |
.wdt-datatables-admin-wrap .wdt-welcome-card .wdt-welcome-img { |
| 49 |
display: inline-block !important; |
| 50 |
} |
| 51 |
.wdt-datatables-admin-wrap .wdt-welcome-card h1 { |
| 52 |
font-family: Inter; |
| 53 |
font-style: normal; |
| 54 |
display: inline-block; |
| 55 |
font-weight: 500; |
| 56 |
font-size: 32px; |
| 57 |
line-height: 32px; |
| 58 |
color: #091D70; |
| 59 |
} |
| 60 |
.wdt-datatables-admin-wrap .wdt-dashbord sup{ |
| 61 |
font-family: Inter; |
| 62 |
font-style: normal; |
| 63 |
font-weight: normal; |
| 64 |
font-size: 13px; |
| 65 |
line-height: 16px; |
| 66 |
padding: 4px 8px; |
| 67 |
background: rgba(0, 140, 255, 0.2); |
| 68 |
border-radius: 45px; |
| 69 |
color: #008CFF; |
| 70 |
} |
| 71 |
|
| 72 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-row-desc { |
| 73 |
font-weight: normal; |
| 74 |
font-size: 13px; |
| 75 |
line-height: 20px; |
| 76 |
color: #304463; |
| 77 |
margin-bottom: 20px; |
| 78 |
} |
| 79 |
|
| 80 |
.wdt-datatables-admin-wrap .wdt-link-tutorials { |
| 81 |
display: block; |
| 82 |
margin-top: 4px; |
| 83 |
width: max-content; |
| 84 |
} |
| 85 |
.wdt-datatables-admin-wrap .wdt-link-tutorials-inline { |
| 86 |
display: inline-block; |
| 87 |
margin-top: 4px; |
| 88 |
width: max-content; |
| 89 |
} |
| 90 |
|
| 91 |
.wdt-datatables-admin-wrap .wdt-card-header-title { |
| 92 |
font-weight: 500; |
| 93 |
font-size: 15px; |
| 94 |
line-height: 24px; |
| 95 |
color: #304463; |
| 96 |
} |
| 97 |
|
| 98 |
.wdt-datatables-admin-wrap .wdt-card-header-title i, |
| 99 |
.wdt-datatables-admin-wrap .wdt-welcome-card .btn i { |
| 100 |
margin-right: 4px; |
| 101 |
} |
| 102 |
|
| 103 |
.wdt-datatables-admin-wrap .wdt-card-header-button { |
| 104 |
font-weight: 500; |
| 105 |
font-size: 14px; |
| 106 |
line-height: 20px; |
| 107 |
height: 28px; |
| 108 |
color: #253858; |
| 109 |
background: #FFFFFF; |
| 110 |
border: 1px solid #DFE1E6; |
| 111 |
box-sizing: border-box; |
| 112 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) !important; |
| 113 |
border-radius: 5px; |
| 114 |
padding: 0; |
| 115 |
outline: none !important; |
| 116 |
} |
| 117 |
.wdt-datatables-admin-wrap .wdt-card-header-link{ |
| 118 |
font-family: Inter; |
| 119 |
font-style: normal; |
| 120 |
font-weight: 500; |
| 121 |
font-size: 13px; |
| 122 |
line-height: 20px; |
| 123 |
color: #008CFF; |
| 124 |
background: #FFFFFF; |
| 125 |
border: none; |
| 126 |
} |
| 127 |
|
| 128 |
.wdt-datatables-admin-wrap .wdt-card-header-button:hover { |
| 129 |
background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF; |
| 130 |
} |
| 131 |
|
| 132 |
.wdt-datatables-admin-wrap .wdt-card-header-button a { |
| 133 |
color: #253858; |
| 134 |
padding: 4px 12px; |
| 135 |
outline: none !important; |
| 136 |
box-shadow: none; |
| 137 |
} |
| 138 |
|
| 139 |
.wdt-datatables-admin-wrap .card-columns { |
| 140 |
column-count: 1; |
| 141 |
column-gap: 1.25rem; |
| 142 |
} |
| 143 |
|
| 144 |
.wdt-datatables-admin-wrap .card-body.card-padding{ |
| 145 |
box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11) !important; |
| 146 |
} |
| 147 |
.wdt-datatables-admin-wrap .wdt-premium-features p{ |
| 148 |
font-size: 13px; |
| 149 |
line-height: 20px; |
| 150 |
color: #091D70 !important; |
| 151 |
margin-bottom: 8px; |
| 152 |
} |
| 153 |
|
| 154 |
|
| 155 |
/* PREMIUM CARD*/ |
| 156 |
|
| 157 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .actions { |
| 158 |
top: 13px !important; |
| 159 |
} |
| 160 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .wdt-premium-features i{ |
| 161 |
font-weight: 900; |
| 162 |
font-size: 13px; |
| 163 |
margin-right: 5px; |
| 164 |
line-height: 20px; |
| 165 |
color: #008CFF; |
| 166 |
} |
| 167 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .card-body { |
| 168 |
background: url(../../img/dashboard/premium.svg) no-repeat bottom right !important; |
| 169 |
background-size: 400px 300px !important; |
| 170 |
padding: 18px 24px !important; |
| 171 |
} |
| 172 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .wpdt-text{ |
| 173 |
font-size: 13px; |
| 174 |
line-height: 20px; |
| 175 |
color: #091D70 !important; |
| 176 |
margin: 0 0 18px 0 !important; |
| 177 |
} |
| 178 |
/* TABLE/CHART CARD */ |
| 179 |
|
| 180 |
.wdt-datatables-admin-wrap .wdt-chart-card .card-body, |
| 181 |
.wdt-datatables-admin-wrap .wdt-table-card .card-body { |
| 182 |
position: relative; |
| 183 |
padding: 18px 16px 18px 28px !important; |
| 184 |
} |
| 185 |
.wdt-datatables-admin-wrap .wdt-chart-card .card-body.wdt-empty, |
| 186 |
.wdt-datatables-admin-wrap .wdt-table-card .card-body.wdt-empty { |
| 187 |
background-size: contain !important; |
| 188 |
padding: 0 0 18px 28px !important; |
| 189 |
margin-right: 22px; |
| 190 |
margin-top: 20px; |
| 191 |
} |
| 192 |
.wdt-datatables-admin-wrap .wdt-chart-card .card-body.wdt-empty { |
| 193 |
background: url(../../img/dashboard/empty.svg) no-repeat right !important; |
| 194 |
} |
| 195 |
.wdt-datatables-admin-wrap .wdt-table-card .card-body.wdt-empty { |
| 196 |
background: url(../../img/dashboard/emptyTable.svg) no-repeat right !important; |
| 197 |
} |
| 198 |
.wdt-datatables-admin-wrap .wdt-chart-card .card-body.wdt-empty .wdt-chart-message p, |
| 199 |
.wdt-datatables-admin-wrap .wdt-table-card .card-body.wdt-empty .wdt-table-message p { |
| 200 |
margin-right: 125px; |
| 201 |
} |
| 202 |
|
| 203 |
.wdt-datatables-admin-wrap .wdt-chart-card .wpdt-flex, |
| 204 |
.wdt-datatables-admin-wrap .wdt-table-card .wpdt-flex { |
| 205 |
display: flex; |
| 206 |
} |
| 207 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-engine, |
| 208 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-type { |
| 209 |
padding: 2px 6px; |
| 210 |
background: #FAFBFC; |
| 211 |
border: 1px solid #DFE1E6; |
| 212 |
box-sizing: border-box; |
| 213 |
border-radius: 3px; |
| 214 |
font-family: Inter; |
| 215 |
font-style: normal; |
| 216 |
font-weight: 600; |
| 217 |
font-size: 12px; |
| 218 |
line-height: 16px; |
| 219 |
color: #172B4D; |
| 220 |
margin-left: 8px; |
| 221 |
} |
| 222 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count, |
| 223 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count { |
| 224 |
margin-top: 4px; |
| 225 |
} |
| 226 |
|
| 227 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count p, |
| 228 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count p { |
| 229 |
font-family: Inter; |
| 230 |
font-style: normal; |
| 231 |
font-weight: normal; |
| 232 |
font-size: 12px; |
| 233 |
line-height: 16px; |
| 234 |
color: #5A6C89; |
| 235 |
margin: 8px 0 0 0; |
| 236 |
} |
| 237 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count-number, |
| 238 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count-number { |
| 239 |
font-family: Inter; |
| 240 |
font-style: normal; |
| 241 |
font-weight: normal; |
| 242 |
font-size: 36px; |
| 243 |
line-height: 32px; |
| 244 |
color: #091D70; |
| 245 |
} |
| 246 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count-number a, |
| 247 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count-number a{ |
| 248 |
color: #091D70; |
| 249 |
} |
| 250 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count-number a:hover, |
| 251 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count-number a:hover{ |
| 252 |
opacity: .8; |
| 253 |
} |
| 254 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-last-created, |
| 255 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-last-created { |
| 256 |
background: #FFFFFF; |
| 257 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); |
| 258 |
border-radius: 4px; |
| 259 |
width: 100%; |
| 260 |
padding: 14px; |
| 261 |
margin-left: 28px; |
| 262 |
} |
| 263 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-last-created a, |
| 264 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-last-created a{ |
| 265 |
font-family: Inter; |
| 266 |
font-style: normal; |
| 267 |
font-weight: 500; |
| 268 |
font-size: 13px; |
| 269 |
line-height: 20px; |
| 270 |
color: #008CFF; |
| 271 |
} |
| 272 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-last-created p, |
| 273 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-last-created p{ |
| 274 |
font-family: Inter; |
| 275 |
font-style: normal; |
| 276 |
font-weight: normal; |
| 277 |
font-size: 12px; |
| 278 |
line-height: 16px; |
| 279 |
color: #6D7C96; |
| 280 |
margin: 4px 0 0 0; |
| 281 |
} |
| 282 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-message, |
| 283 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-message { |
| 284 |
padding: 14px 14px 0 14px; |
| 285 |
margin-left: 28px; |
| 286 |
width: 100%; |
| 287 |
} |
| 288 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-message p, |
| 289 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-message p{ |
| 290 |
font-family: Inter; |
| 291 |
font-style: normal; |
| 292 |
font-weight: normal; |
| 293 |
font-size: 13px; |
| 294 |
line-height: 20px; |
| 295 |
color: #304463; |
| 296 |
margin-bottom: 4px; |
| 297 |
} |
| 298 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-message img, |
| 299 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-message img{ |
| 300 |
position: absolute; |
| 301 |
right: 39px; |
| 302 |
bottom: 0; |
| 303 |
} |
| 304 |
|
| 305 |
.wpdt-c #wdt-last-chart-shortcode-id, |
| 306 |
.wpdt-c #wdt-last-table-shortcode-id { |
| 307 |
background: #F4F5F7; |
| 308 |
border-radius: 0 3px 3px 0; |
| 309 |
padding: 4px 8px; |
| 310 |
border: none; |
| 311 |
color: #172B4D; |
| 312 |
font-style: normal; |
| 313 |
font-weight: 600; |
| 314 |
font-size: 12px; |
| 315 |
line-height: 20px; |
| 316 |
} |
| 317 |
.wpdt-c #wpdt-shortcode-container { |
| 318 |
margin: 6px auto; |
| 319 |
display: inline-flex; |
| 320 |
justify-content: center; |
| 321 |
} |
| 322 |
.wpdt-c #wpdt-shortcode-container .wdt-copy-shortcode{ |
| 323 |
display: inline-block; |
| 324 |
color: #304463; |
| 325 |
cursor: pointer; |
| 326 |
} |
| 327 |
.wpdt-c #wpdt-shortcode-container .wdt-copy-shortcode i{ |
| 328 |
padding: 4px 7px; |
| 329 |
background: #EBECF0; |
| 330 |
border-radius: 3px 0 0 3px; |
| 331 |
line-height: 20px; |
| 332 |
} |
| 333 |
|
| 334 |
/* STORE CARD*/ |
| 335 |
|
| 336 |
.wdt-datatables-admin-wrap .wdt-store-login-card h5 { |
| 337 |
margin: 8px 0; |
| 338 |
font-family: Inter; |
| 339 |
font-style: normal; |
| 340 |
font-weight: 600; |
| 341 |
font-size: 13px; |
| 342 |
line-height: 20px; |
| 343 |
color: #05163F; |
| 344 |
} |
| 345 |
.wdt-datatables-admin-wrap .wdt-store-login-card p { |
| 346 |
font-family: Inter; |
| 347 |
font-style: normal; |
| 348 |
font-weight: normal; |
| 349 |
font-size: 13px; |
| 350 |
line-height: 20px; |
| 351 |
color: #304463; |
| 352 |
} |
| 353 |
|
| 354 |
/* ADDONS CARD*/ |
| 355 |
|
| 356 |
.wdt-datatables-admin-wrap .wdt-addons-card .thumbnail { |
| 357 |
background: #FFFFFF; |
| 358 |
box-shadow: 0 1px 1px rgba(23, 43, 77, 0.11); |
| 359 |
border-radius: 3px; |
| 360 |
padding: 16px; |
| 361 |
min-height: 300px; |
| 362 |
display: flex; |
| 363 |
flex-direction: column; |
| 364 |
} |
| 365 |
|
| 366 |
.wdt-datatables-admin-wrap .wdt-addons-card .thumbnail h4 { |
| 367 |
font-size: 14px; |
| 368 |
line-height: 20px; |
| 369 |
color: #091D70; |
| 370 |
margin-bottom: 12px; |
| 371 |
margin-top: 16px; |
| 372 |
} |
| 373 |
|
| 374 |
.wdt-datatables-admin-wrap .wdt-addons-card .thumbnail .caption p { |
| 375 |
font-size: 13px; |
| 376 |
line-height: 20px; |
| 377 |
color: #5A6C89; |
| 378 |
margin-bottom: 24px; |
| 379 |
} |
| 380 |
|
| 381 |
.wdt-datatables-admin-wrap .wdt-addons-card .wpdt-addons-desc img { |
| 382 |
display: inline-block !important; |
| 383 |
background: #FFFFFF; |
| 384 |
width: 50px; |
| 385 |
height: 50px; |
| 386 |
padding: 8px; |
| 387 |
margin: 0 !important; |
| 388 |
box-shadow: 0 1px 2px rgba(9, 29, 112, 0.17); |
| 389 |
border-radius: 12px; |
| 390 |
} |
| 391 |
.wdt-datatables-admin-wrap .wdt-addons-card .wpdt-addons-desc img.wdt-gravity-img { |
| 392 |
padding: 4px; |
| 393 |
} |
| 394 |
.wdt-datatables-admin-wrap .wdt-addons-card .wpdt-addons-desc img.wdt-formidable-img { |
| 395 |
padding: 0; |
| 396 |
} |
| 397 |
.wdt-datatables-admin-wrap .wdt-plugin-installed:hover:hover, |
| 398 |
.wdt-datatables-admin-wrap .wdt-plugin-installed:hover, |
| 399 |
.wdt-datatables-admin-wrap .wdt-plugin-installed:focus:focus, |
| 400 |
.wdt-datatables-admin-wrap .wdt-plugin-installed:focus, |
| 401 |
.wdt-datatables-admin-wrap .wdt-plugin-installed { |
| 402 |
color: #008CFF !important; |
| 403 |
background-color: rgba(0, 140, 255, 0.1) !important; |
| 404 |
cursor: default; |
| 405 |
} |
| 406 |
|
| 407 |
.wdt-datatables-admin-wrap .wdt-addons-card .wdt-addons-links { |
| 408 |
position: absolute; |
| 409 |
bottom: 5%; |
| 410 |
left: 34%; |
| 411 |
} |
| 412 |
.wdt-datatables-admin-wrap .wdt-addons-card .btn { |
| 413 |
padding: 8px 16px; |
| 414 |
} |
| 415 |
|
| 416 |
.wdt-datatables-admin-wrap .wdt-addons-card .wdt-addons-links i { |
| 417 |
margin-right: 4px; |
| 418 |
} |
| 419 |
|
| 420 |
.wdt-datatables-admin-wrap .wdt-addons-card .wdt-addons-find-out-more { |
| 421 |
display: block; |
| 422 |
margin: 8px 16px; |
| 423 |
outline: none; |
| 424 |
box-shadow: none; |
| 425 |
font-weight: 500; |
| 426 |
font-size: 14px; |
| 427 |
line-height: 20px; |
| 428 |
color: #008CFF; |
| 429 |
} |
| 430 |
|
| 431 |
/* CHANGELOG CARD*/ |
| 432 |
|
| 433 |
.wdt-datatables-admin-wrap .wdt-changelog-card .alert-info { |
| 434 |
background: #FFFFFF; |
| 435 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); |
| 436 |
border-radius: 4px; |
| 437 |
position: relative; |
| 438 |
padding: 14px 16px; |
| 439 |
} |
| 440 |
|
| 441 |
.wdt-datatables-admin-wrap .wdt-changelog-card .alert-info .alert-desc { |
| 442 |
font-family: Inter; |
| 443 |
font-style: normal; |
| 444 |
font-weight: normal; |
| 445 |
font-size: 13px; |
| 446 |
line-height: 16px; |
| 447 |
color: #304463; |
| 448 |
} |
| 449 |
.wdt-datatables-admin-wrap .wdt-changelog-card .alert-info i{ |
| 450 |
position: absolute; |
| 451 |
left: 20px; |
| 452 |
} |
| 453 |
.wdt-datatables-admin-wrap .wdt-changelog-card .alert-info ul{ |
| 454 |
margin-left: 40px; |
| 455 |
} |
| 456 |
/* SETTINGS CARD*/ |
| 457 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body.card-padding { |
| 458 |
padding: 24px 28px 14px 28px !important; |
| 459 |
} |
| 460 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body li { |
| 461 |
border-bottom: 1px solid #F3F3FA; |
| 462 |
position: relative; |
| 463 |
margin: 0; |
| 464 |
} |
| 465 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body p.wdt-link{ |
| 466 |
margin-top: 14px; |
| 467 |
} |
| 468 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body a { |
| 469 |
font-family: Inter; |
| 470 |
font-style: normal; |
| 471 |
font-weight: 500; |
| 472 |
font-size: 13px; |
| 473 |
line-height: 20px; |
| 474 |
color: #008CFF; |
| 475 |
} |
| 476 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body a:hover { |
| 477 |
color: #0a6ebd; |
| 478 |
} |
| 479 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body li span{ |
| 480 |
display: block; |
| 481 |
padding: 10px 0; |
| 482 |
font-family: Inter; |
| 483 |
font-style: normal; |
| 484 |
font-weight: 400; |
| 485 |
font-size: 13px; |
| 486 |
line-height: 20px; |
| 487 |
color: #304463; |
| 488 |
} |
| 489 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body li i{ |
| 490 |
font-size: 15px; |
| 491 |
line-height: 20px; |
| 492 |
position: absolute; |
| 493 |
right: 0; |
| 494 |
top: 10px; |
| 495 |
} |
| 496 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body li i.wpdt-icon-check-circle-full{ |
| 497 |
color: #40C057; |
| 498 |
} |
| 499 |
.wdt-datatables-admin-wrap .wdt-settings-card .card-body li i.wpdt-icon-times-circle-full{ |
| 500 |
color: #F03E3E; |
| 501 |
} |
| 502 |
|
| 503 |
|
| 504 |
/* SUPPORT CARD */ |
| 505 |
|
| 506 |
.wdt-datatables-admin-wrap .wdt-support-card .card-body { |
| 507 |
background: url(../../img/dashboard/dashboard-support.svg) no-repeat right !important; |
| 508 |
background-size: contain !important; |
| 509 |
} |
| 510 |
|
| 511 |
/* BLOG CARD*/ |
| 512 |
.wdt-datatables-admin-wrap .wdt-blog-card .card-body.card-padding { |
| 513 |
padding: 24px 28px 18px 28px !important; |
| 514 |
} |
| 515 |
.wdt-datatables-admin-wrap .wdt-blog-card .card-body li { |
| 516 |
border-bottom: 1px solid #F3F3FA; |
| 517 |
position: relative; |
| 518 |
margin: 0; |
| 519 |
} |
| 520 |
.wdt-datatables-admin-wrap .wdt-blog-card .card-body li a{ |
| 521 |
display: block; |
| 522 |
padding: 10px 0; |
| 523 |
font-family: Inter; |
| 524 |
font-style: normal; |
| 525 |
font-weight: 500; |
| 526 |
font-size: 13px; |
| 527 |
line-height: 20px; |
| 528 |
color: #304463; |
| 529 |
margin-right: 15px; |
| 530 |
} |
| 531 |
|
| 532 |
.wdt-datatables-admin-wrap .wdt-blog-card .card-body li a i{ |
| 533 |
font-size: 14px; |
| 534 |
line-height: 20px; |
| 535 |
color: rgba(0, 140, 255, 0.4); |
| 536 |
position: absolute; |
| 537 |
right: 0; |
| 538 |
top: 10px; |
| 539 |
} |
| 540 |
.wdt-datatables-admin-wrap .wdt-blog-card .card-body li a:hover i { |
| 541 |
color: #008CFF; |
| 542 |
} |
| 543 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe{ |
| 544 |
background: #FFFFFF; |
| 545 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); |
| 546 |
border-radius: 4px; |
| 547 |
position: relative; |
| 548 |
margin-top: 20px; |
| 549 |
} |
| 550 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-message{ |
| 551 |
border-bottom: 1px solid #DFE1E6; |
| 552 |
position: relative; |
| 553 |
} |
| 554 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-message p{ |
| 555 |
padding: 12px 12px 18px 36px; |
| 556 |
font-family: Inter; |
| 557 |
font-style: normal; |
| 558 |
font-weight: normal; |
| 559 |
font-size: 13px; |
| 560 |
line-height: 20px; |
| 561 |
color: #304463; |
| 562 |
} |
| 563 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-message i{ |
| 564 |
position: absolute; |
| 565 |
left: 12px; |
| 566 |
top: 12px; |
| 567 |
font-size: 14px; |
| 568 |
line-height: 20px; |
| 569 |
color: #008CFF; |
| 570 |
} |
| 571 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form{ |
| 572 |
margin-top: 12px; |
| 573 |
} |
| 574 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36{ |
| 575 |
margin-left: 12px !important; |
| 576 |
} |
| 577 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._form-label, |
| 578 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._form_element ._form-label{ |
| 579 |
font-family: Inter !important; |
| 580 |
font-style: normal !important; |
| 581 |
font-weight: normal !important; |
| 582 |
font-size: 13px !important; |
| 583 |
line-height: 20px !important; |
| 584 |
color: #061938 !important; |
| 585 |
margin-bottom: 2px !important; |
| 586 |
} |
| 587 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._field-wrapper { |
| 588 |
width: 235px !important; |
| 589 |
} |
| 590 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._button-wrapper._inline-style { |
| 591 |
margin-left: 8px !important; |
| 592 |
margin-top: 25px !important; |
| 593 |
} |
| 594 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._inline-style input[type="text"]{ |
| 595 |
padding: 10px 12px !important; |
| 596 |
font-family: Inter !important; |
| 597 |
font-style: normal !important; |
| 598 |
font-weight: normal !important; |
| 599 |
font-size: 13px !important; |
| 600 |
line-height: 20px !important; |
| 601 |
color: #061938 !important; |
| 602 |
width: 235px !important; |
| 603 |
border: 1px solid #D7D9E2 !important; |
| 604 |
box-sizing: border-box !important; |
| 605 |
box-shadow: 0 1px 2px rgba(90, 108, 137, 0.08) !important; |
| 606 |
border-radius: 3px !important; |
| 607 |
} |
| 608 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form #_form_36_submit { |
| 609 |
background: #008CFF !important; |
| 610 |
border-radius: 5px !important; |
| 611 |
font-family: Inter !important; |
| 612 |
font-style: normal !important; |
| 613 |
font-weight: 500 !important; |
| 614 |
font-size: 14px !important; |
| 615 |
line-height: 20px !important; |
| 616 |
color: #FFFFFF !important; |
| 617 |
padding: 8px 12px !important; |
| 618 |
} |
| 619 |
/* AMELIA CARD*/ |
| 620 |
.wdt-datatables-admin-wrap .wdt-amelia-card img { |
| 621 |
margin-bottom: 12px; |
| 622 |
} |
| 623 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body { |
| 624 |
background: url(../../img/dashboard/amelia.png) no-repeat right !important; |
| 625 |
background-size: contain !important; |
| 626 |
} |
| 627 |
|
| 628 |
|
| 629 |
.wdt-datatables-admin-wrap .wdt-amelia-card .amelia-title { |
| 630 |
font-size: 14px; |
| 631 |
font-family: Inter; |
| 632 |
font-style: normal; |
| 633 |
font-weight: 500; |
| 634 |
line-height: 20px; |
| 635 |
color: #304463; |
| 636 |
margin-bottom: 8px; |
| 637 |
} |
| 638 |
|
| 639 |
.wdt-datatables-admin-wrap .wdt-amelia-card .amelia-bg { |
| 640 |
height: 230px; |
| 641 |
position: relative; |
| 642 |
} |
| 643 |
|
| 644 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body { |
| 645 |
padding: 0 0 0 42px !important; |
| 646 |
position: relative; |
| 647 |
overflow: hidden; |
| 648 |
} |
| 649 |
|
| 650 |
.wdt-datatables-admin-wrap .wdt-amelia-card .amelia-bg img { |
| 651 |
position: absolute; |
| 652 |
width: 100%; |
| 653 |
right: -50px; |
| 654 |
top: 0; |
| 655 |
} |
| 656 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body .amelia-desc { |
| 657 |
padding: 40px 0 !important; |
| 658 |
} |
| 659 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body .amelia-desc i{ |
| 660 |
margin-left: 8px; |
| 661 |
} |
| 662 |
.wpdt-c .col-1-4 { |
| 663 |
width: 25%; |
| 664 |
float: left; |
| 665 |
position: relative; |
| 666 |
min-height: 1px; |
| 667 |
padding-right: 12px; |
| 668 |
} |
| 669 |
/* FOOTER*/ |
| 670 |
.wdt-datatables-admin-wrap .wpdt-footer-links li { |
| 671 |
display: inline-block; |
| 672 |
margin-right: 12px; |
| 673 |
} |
| 674 |
|
| 675 |
.wdt-datatables-admin-wrap .wpdt-footer-links li a { |
| 676 |
color: #5A6C89; |
| 677 |
box-shadow: none; |
| 678 |
} |
| 679 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-footer-title { |
| 680 |
font-size: 13px; |
| 681 |
line-height: 20px; |
| 682 |
color: #304463; |
| 683 |
margin-top: 60px; |
| 684 |
margin-bottom: 20px; |
| 685 |
} |
| 686 |
|
| 687 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-footer-title img { |
| 688 |
margin-left: 10px; |
| 689 |
vertical-align: bottom; |
| 690 |
} |
| 691 |
|
| 692 |
.wdt-datatables-admin-wrap .plugin-dashboard { |
| 693 |
word-break: break-word; |
| 694 |
} |
| 695 |
|
| 696 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-flex { |
| 697 |
display: flex; |
| 698 |
justify-content: center; |
| 699 |
align-items: center; |
| 700 |
padding: 20px 0; |
| 701 |
margin-bottom: 20px; |
| 702 |
} |
| 703 |
|
| 704 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-stars-container { |
| 705 |
position: relative; |
| 706 |
display: inline-block; |
| 707 |
color: transparent; |
| 708 |
font-size: 15px; |
| 709 |
line-height:normal; |
| 710 |
} |
| 711 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-stars-container::before{ |
| 712 |
position: absolute; |
| 713 |
top: 0; |
| 714 |
left: 0; |
| 715 |
content: '� |
| 716 |
� |
| 717 |
� |
| 718 |
� |
| 719 |
� |
| 720 |
'; |
| 721 |
color:lightgray; |
| 722 |
} |
| 723 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-stars-container::after { |
| 724 |
position: absolute; |
| 725 |
top: 0; |
| 726 |
left: 0; |
| 727 |
content: '� |
| 728 |
� |
| 729 |
� |
| 730 |
� |
| 731 |
� |
| 732 |
'; |
| 733 |
color: gold; |
| 734 |
overflow: hidden; |
| 735 |
} |
| 736 |
.wdt-datatables-admin-wrap .wdt-dashbord .stars-88::after { width: 88%; } |
| 737 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-rating { font-size: 13px } |
| 738 |
|
| 739 |
.wdt-dashbord .ribbon { |
| 740 |
position: absolute; |
| 741 |
right: -5px; |
| 742 |
top: -5px; |
| 743 |
z-index: 1; |
| 744 |
overflow: hidden; |
| 745 |
width: 75px; |
| 746 |
height: 75px; |
| 747 |
text-align: right; |
| 748 |
} |
| 749 |
|
| 750 |
.wdt-dashbord .ribbon span { |
| 751 |
font-size: 10px; |
| 752 |
font-weight: 700; |
| 753 |
color: #fff; |
| 754 |
text-transform: uppercase; |
| 755 |
text-align: center; |
| 756 |
line-height: 20px; |
| 757 |
transform: rotate(45deg); |
| 758 |
width: 100px; |
| 759 |
display: block; |
| 760 |
background: #79a70a; |
| 761 |
background: linear-gradient(#091D70 0, #091D70 100%); |
| 762 |
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1); |
| 763 |
position: absolute; |
| 764 |
top: 19px; |
| 765 |
right: -21px; |
| 766 |
} |
| 767 |
|
| 768 |
.wdt-dashbord .ribbon span::before { |
| 769 |
content: ""; |
| 770 |
position: absolute; |
| 771 |
left: 0; |
| 772 |
top: 100%; |
| 773 |
z-index: -1; |
| 774 |
border-left: 3px solid #091D70; |
| 775 |
border-right: 3px solid transparent; |
| 776 |
border-bottom: 3px solid transparent; |
| 777 |
border-top: 3px solid #091D70; |
| 778 |
} |
| 779 |
|
| 780 |
.wdt-dashbord .ribbon span::after { |
| 781 |
content: ""; |
| 782 |
position: absolute; |
| 783 |
right: 0; |
| 784 |
top: 100%; |
| 785 |
z-index: -1; |
| 786 |
border-left: 3px solid transparent; |
| 787 |
border-right: 3px solid #091D70; |
| 788 |
border-bottom: 3px solid transparent; |
| 789 |
border-top: 3px solid #091D70; |
| 790 |
} |
| 791 |
@media (max-width: 1440px) { |
| 792 |
.wpdt-c .col-1-4 { |
| 793 |
width: 33%; |
| 794 |
} |
| 795 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .card-body { |
| 796 |
background-size: 300px 200px !important; |
| 797 |
} |
| 798 |
} |
| 799 |
|
| 800 |
@media (max-width: 1024px) { |
| 801 |
|
| 802 |
.wpdt-c .col-1-4 { |
| 803 |
width: 50%; |
| 804 |
} |
| 805 |
|
| 806 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-empty .wdt-chart-message, |
| 807 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-empty .wdt-table-message { |
| 808 |
margin-left: 10px; |
| 809 |
} |
| 810 |
.wdt-datatables-admin-wrap .wdt-chart-card .card-body.wdt-empty, |
| 811 |
.wdt-datatables-admin-wrap .wdt-table-card .card-body.wdt-empty { |
| 812 |
margin-right: 6px; |
| 813 |
} |
| 814 |
|
| 815 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count, .wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count { |
| 816 |
margin-top: 24px; |
| 817 |
} |
| 818 |
.wdt-datatables-admin-wrap .wdt-support-card .card-body { |
| 819 |
background-size: 200px 200px !important; |
| 820 |
} |
| 821 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body { |
| 822 |
background: url(../../img/dashboard/amelia.png) no-repeat right !important; |
| 823 |
background-size: 400px 260px !important; |
| 824 |
} |
| 825 |
|
| 826 |
} |
| 827 |
|
| 828 |
@media (max-width: 768px) { |
| 829 |
.wpdt-c .col-sm-3 { |
| 830 |
width: 100%; |
| 831 |
} |
| 832 |
.wdt-datatables-admin-wrap .card-columns { |
| 833 |
width: 100%; |
| 834 |
padding: 0 !important; |
| 835 |
} |
| 836 |
.wpdt-c .card .card-header .actions { |
| 837 |
top: 12px !important; |
| 838 |
} |
| 839 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-empty .wdt-chart-message a, |
| 840 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-empty .wdt-table-message a { |
| 841 |
display: none; |
| 842 |
} |
| 843 |
|
| 844 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table, |
| 845 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium thead, |
| 846 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium tbody, |
| 847 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium th, |
| 848 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium td, |
| 849 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium tr { |
| 850 |
display: block; |
| 851 |
} |
| 852 |
|
| 853 |
/* Hide table headers (but not display: none;, for accessibility) */ |
| 854 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium thead tr { |
| 855 |
position: absolute; |
| 856 |
top: -9999px; |
| 857 |
left: -9999px; |
| 858 |
} |
| 859 |
|
| 860 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium tr { |
| 861 |
border: 1px solid #2196F3; |
| 862 |
} |
| 863 |
|
| 864 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table td { |
| 865 |
/* Behave like a "row" */ |
| 866 |
border: none; |
| 867 |
border-bottom: 1px solid #eee; |
| 868 |
border-left: 1px solid #2196F3; |
| 869 |
border-right: 1px solid #2196F3; |
| 870 |
position: relative; |
| 871 |
padding-left: 50%; |
| 872 |
white-space: normal; |
| 873 |
text-align: left; |
| 874 |
} |
| 875 |
|
| 876 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium td:last-child { |
| 877 |
border-bottom: 1px solid #2196F3; |
| 878 |
} |
| 879 |
|
| 880 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium td:before { |
| 881 |
/* Now like a table header */ |
| 882 |
position: absolute; |
| 883 |
/* Top/left values mimic padding */ |
| 884 |
top: 25%; |
| 885 |
left: 3%; |
| 886 |
width: 45%; |
| 887 |
padding-right: 10px; |
| 888 |
white-space: nowrap; |
| 889 |
text-align: left; |
| 890 |
font-weight: bold; |
| 891 |
} |
| 892 |
|
| 893 |
/* |
| 894 |
Label the data |
| 895 |
*/ |
| 896 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium td:before { |
| 897 |
content: attr(data-title); |
| 898 |
} |
| 899 |
|
| 900 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table th, .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table { |
| 901 |
font-size: 14px; |
| 902 |
} |
| 903 |
|
| 904 |
.wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table th, .wdt-datatables-admin-wrap .plugin-dashboard .wpdt-dashboard-premium table td { |
| 905 |
width: 100%; |
| 906 |
padding: 3% 0 3% 50% !important; |
| 907 |
} |
| 908 |
.wdt-datatables-admin-wrap .wdt-welcome-card .wdt-welcome-img { |
| 909 |
margin-top: 40px !important; |
| 910 |
} |
| 911 |
|
| 912 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .card-body { |
| 913 |
background-size: 400px 300px !important; |
| 914 |
} |
| 915 |
|
| 916 |
} |
| 917 |
|
| 918 |
@media (max-width: 480px) { |
| 919 |
.wpdt-c .col-1-4 { |
| 920 |
width: 100%; |
| 921 |
padding: 0 !important; |
| 922 |
} |
| 923 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body { |
| 924 |
padding:18px !important; |
| 925 |
} |
| 926 |
.wdt-datatables-admin-wrap .wdt-dashbord .card-header .actions { |
| 927 |
right: 0 !important; |
| 928 |
} |
| 929 |
.wdt-datatables-admin-wrap .wdt-welcome-card .card-padding.card-body { |
| 930 |
display: flex !important; |
| 931 |
flex-direction: column-reverse; |
| 932 |
} |
| 933 |
.wdt-datatables-admin-wrap .wdt-welcome-card .wdt-welcome-img { |
| 934 |
margin-top: 0 !important; |
| 935 |
} |
| 936 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-engine, |
| 937 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-type { |
| 938 |
display: inline-block; |
| 939 |
margin-left: 0 !important; |
| 940 |
} |
| 941 |
|
| 942 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-empty .wdt-chart-message, |
| 943 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-empty .wdt-table-message { |
| 944 |
margin-left: 5px; |
| 945 |
} |
| 946 |
|
| 947 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-last-created, |
| 948 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-last-created { |
| 949 |
min-height: 125px ; |
| 950 |
position: relative; |
| 951 |
} |
| 952 |
.wdt-datatables-admin-wrap .wdt-chart-card .wdt-chart-count, |
| 953 |
.wdt-datatables-admin-wrap .wdt-table-card .wdt-table-count { |
| 954 |
margin-top: 40px; |
| 955 |
} |
| 956 |
.wpdt-c #wpdt-shortcode-container { |
| 957 |
position: absolute; |
| 958 |
left: 12px; |
| 959 |
bottom: 10px; |
| 960 |
justify-content: left; |
| 961 |
} |
| 962 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form #_form_36_submit { |
| 963 |
margin-bottom: 10px; |
| 964 |
width: 96%; |
| 965 |
} |
| 966 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._inline-style input[type="text"] { |
| 967 |
width: 96% !important; |
| 968 |
} |
| 969 |
.wdt-datatables-admin-wrap .wdt-blog-card .wdt-subscribe-form ._form_36 ._field-wrapper { |
| 970 |
width: 100% !important; |
| 971 |
} |
| 972 |
|
| 973 |
.wdt-datatables-admin-wrap .wdt-support-card .card-body { |
| 974 |
background: url(../../img/dashboard/dashboard-support.svg) no-repeat top right !important; |
| 975 |
background-size: 200px 130px !important; |
| 976 |
} |
| 977 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-support-card .wpdt-text { |
| 978 |
margin-right: 150px; |
| 979 |
} |
| 980 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body .amelia-desc { |
| 981 |
padding: 40px 0 0 0 !important; |
| 982 |
} |
| 983 |
.wdt-datatables-admin-wrap .wdt-amelia-card .card-body { |
| 984 |
background: url(../../img/dashboard/amelia.png) no-repeat top right !important; |
| 985 |
background-size: 200px 100px !important; |
| 986 |
} |
| 987 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-footer-title, |
| 988 |
.wdt-datatables-admin-wrap .wdt-dashbord .wdt-row-title { |
| 989 |
margin-top: 0; |
| 990 |
} |
| 991 |
.wdt-datatables-admin-wrap .wdt-premium-features-card .card-body { |
| 992 |
background: none !important; |
| 993 |
} |
| 994 |
} |
| 995 |
|
| 996 |
|