admin-setting.min.css
1 year ago
design.min.css
1 year ago
folder-icon.min.css
1 year ago
folders.min.css
1 year ago
help.css
1 year ago
jstree.min.css
1 year ago
media-clean.min.css
1 year ago
media.min.css
1 year ago
new-media.min.css
1 year ago
overlayscrollbars.min.css
1 year ago
page-post-media.min.css
1 year ago
pricing-table.min.css
1 year ago
replace-media.min.css
1 year ago
select2.min.css
1 year ago
settings.min.css
1 year ago
spectrum.min.css
2 years ago
star-rating-svg.min.css
1 year ago
help.css
443 lines
| 1 | :root { |
| 2 | --premio-help-primary-color: #FA166B; |
| 3 | --premio-help-hover-color: #E11460; |
| 4 | } |
| 5 | |
| 6 | /* Old CSS */ |
| 7 | /* Help btn */ |
| 8 | #wpfooter { |
| 9 | display: none; |
| 10 | } |
| 11 | .plugins-php .premio-help-wrap, .plugins-php .premio-help-button-wrap{ |
| 12 | display: none; |
| 13 | } |
| 14 | .plugins-php #wpfooter { |
| 15 | display: block; |
| 16 | } |
| 17 | |
| 18 | .premio-help-form { |
| 19 | position: fixed; |
| 20 | right: 25px; |
| 21 | border: 1px solid #e9edf0; |
| 22 | bottom: 100px; |
| 23 | background: #fff; |
| 24 | -webkit-border-radius: 10px; |
| 25 | -moz-border-radius: 10px; |
| 26 | border-radius: 10px; |
| 27 | width: 320px; |
| 28 | z-index: 1001; |
| 29 | direction: ltr; |
| 30 | visibility: hidden; |
| 31 | opacity: 0; |
| 32 | transition: .4s; |
| 33 | -webkit-transition: .4s; |
| 34 | -moz-transition: .4s |
| 35 | } |
| 36 | |
| 37 | .premio-help-form.active { |
| 38 | opacity: 1; |
| 39 | visibility: visible; |
| 40 | pointer-events: inherit |
| 41 | } |
| 42 | |
| 43 | .premio-help-header { |
| 44 | background: #f4f4f4; |
| 45 | border-bottom: solid 1px #e9edf0; |
| 46 | padding: 5px 20px; |
| 47 | -webkit-border-radius: 10px; |
| 48 | -moz-border-radius: 10px; |
| 49 | border-radius: 10px 10px 0 0; |
| 50 | font-size: 16px; |
| 51 | text-align: right |
| 52 | } |
| 53 | |
| 54 | .premio-help-header b { |
| 55 | float: left |
| 56 | } |
| 57 | |
| 58 | .premio-help-content { |
| 59 | margin-bottom: 10px; |
| 60 | padding: 20px 20px 10px |
| 61 | } |
| 62 | |
| 63 | .premio-help-form p { |
| 64 | margin: 0 0 1em |
| 65 | } |
| 66 | |
| 67 | .premio-form-field { |
| 68 | margin-bottom: 10px |
| 69 | } |
| 70 | |
| 71 | .premio-form-field input, |
| 72 | .premio-form-field textarea { |
| 73 | -webkit-border-radius: 5px; |
| 74 | -moz-border-radius: 5px; |
| 75 | border-radius: 5px; |
| 76 | padding: 5px; |
| 77 | width: 100%; |
| 78 | box-sizing: border-box; |
| 79 | border: 1px solid #c5c5c5 |
| 80 | } |
| 81 | |
| 82 | .premio-form-field textarea { |
| 83 | height: 70px |
| 84 | } |
| 85 | |
| 86 | .premio-help-button-submit { |
| 87 | border: none; |
| 88 | padding: 8px 0; |
| 89 | width: 100%; |
| 90 | background-color: var(--premio-help-primary-color); |
| 91 | color: #fff; |
| 92 | border-radius: 18px; |
| 93 | transition: 0.4s; |
| 94 | } |
| 95 | .premio-help-button-submit:hover{ |
| 96 | background-color: var(--premio-help-hover-color); |
| 97 | } |
| 98 | |
| 99 | .premio-help-form .error-message { |
| 100 | font-weight: 400; |
| 101 | font-size: 14px |
| 102 | } |
| 103 | |
| 104 | .premio-help-form input.input-error, |
| 105 | .premio-help-form textarea.input-error { |
| 106 | border-color: #dc3232 |
| 107 | } |
| 108 | |
| 109 | p.error-p, |
| 110 | p.success-p { |
| 111 | margin: 0; |
| 112 | font-size: 14px; |
| 113 | text-align: center |
| 114 | } |
| 115 | |
| 116 | /* Help From */ |
| 117 | p.success-p { |
| 118 | color: green |
| 119 | } |
| 120 | |
| 121 | p.error-p { |
| 122 | color: #dc3232 |
| 123 | } |
| 124 | |
| 125 | html[dir=rtl] .premio-help-button { |
| 126 | left: 20px; |
| 127 | right: auto |
| 128 | } |
| 129 | |
| 130 | html[dir=rtl] .premio-help-form { |
| 131 | left: 85px; |
| 132 | right: auto |
| 133 | } |
| 134 | |
| 135 | /* Old CSS */ |
| 136 | |
| 137 | .premio-footer-help { |
| 138 | position: absolute; |
| 139 | bottom: 0; |
| 140 | left: 0; |
| 141 | right: 0; |
| 142 | padding: 0 80px; |
| 143 | color: #50575e; |
| 144 | margin-top: 50px; |
| 145 | } |
| 146 | |
| 147 | .premio-footer-help * { |
| 148 | box-sizing: border-box |
| 149 | } |
| 150 | |
| 151 | .premio-help-wrap { |
| 152 | display: flex; |
| 153 | justify-content: space-between; |
| 154 | padding-left: 180px; |
| 155 | height: 60px; |
| 156 | } |
| 157 | |
| 158 | .premio-help-menu { |
| 159 | display: flex; |
| 160 | gap: 24px; |
| 161 | padding: 20px 20px 10px; |
| 162 | } |
| 163 | |
| 164 | .premio-help-menu a { |
| 165 | color: var(--premio-help-primary-color); |
| 166 | text-align: center; |
| 167 | /* font-family: Poppins; */ |
| 168 | font-size: 12px; |
| 169 | font-style: normal; |
| 170 | font-weight: 600; |
| 171 | line-height: 140%; |
| 172 | text-decoration: none; |
| 173 | } |
| 174 | .premio-help-menu a:hover { |
| 175 | color: var(--premio-help-hover-color); |
| 176 | } |
| 177 | |
| 178 | .premio-help-menu a:focus { |
| 179 | outline: none !important; |
| 180 | border: none !important; |
| 181 | box-shadow: none !important; |
| 182 | } |
| 183 | |
| 184 | .premio-help-content p { |
| 185 | color: #83A1B7; |
| 186 | text-align: center; |
| 187 | /* font-family: Poppins; */ |
| 188 | font-size: 14px; |
| 189 | font-style: normal; |
| 190 | font-weight: 400; |
| 191 | line-height: 140%; |
| 192 | margin: 0 !important; |
| 193 | } |
| 194 | |
| 195 | .premio-help-content p a { |
| 196 | color: var(--premio-help-primary-color); |
| 197 | font-weight: 700; |
| 198 | text-decoration: none; |
| 199 | transition: 0.4s; |
| 200 | } |
| 201 | .premio-help-content p a:hover{ |
| 202 | color: var(--premio-help-hover-color); |
| 203 | } |
| 204 | |
| 205 | .premio-help-button-wrap { |
| 206 | height: 64px; |
| 207 | width: 64px; |
| 208 | position: fixed; |
| 209 | bottom: 25px; |
| 210 | right: 25px; |
| 211 | } |
| 212 | |
| 213 | .premio-help-button-wrap img { |
| 214 | height: 100%; |
| 215 | width: 100%; |
| 216 | margin: 0 auto; |
| 217 | } |
| 218 | |
| 219 | .premio-help-button, |
| 220 | .premio-help-close-btn { |
| 221 | background-color: var(--premio-help-primary-color); |
| 222 | display: inline-block; |
| 223 | height: 64px; |
| 224 | width: 64px; |
| 225 | padding: 11px; |
| 226 | border-radius: 50%; |
| 227 | transition: 0.4s; |
| 228 | } |
| 229 | .premio-help-button:hover { |
| 230 | background-color: var(--premio-help-hover-color); |
| 231 | } |
| 232 | |
| 233 | .premio-help-button.hide { |
| 234 | display: none; |
| 235 | } |
| 236 | |
| 237 | .premio-help-close-btn { |
| 238 | background-color: #000 !important; |
| 239 | padding: 16px; |
| 240 | display: none; |
| 241 | } |
| 242 | |
| 243 | .premio-help-close-btn.show { |
| 244 | display: inline-block; |
| 245 | } |
| 246 | |
| 247 | .premio-help-button-wrap span.tooltiptext { |
| 248 | position: absolute; |
| 249 | background: #000; |
| 250 | font-size: 12px; |
| 251 | color: #fff; |
| 252 | top: -40px; |
| 253 | max-width: 140%; |
| 254 | text-align: center; |
| 255 | left: -14%; |
| 256 | border-radius: 5px; |
| 257 | direction: ltr; |
| 258 | visibility: visible; |
| 259 | opacity: 1; |
| 260 | padding: 8px 12px; |
| 261 | font-weight: 600; |
| 262 | } |
| 263 | |
| 264 | .premio-help-button-wrap span.tooltiptext:after { |
| 265 | bottom: -9px; |
| 266 | content: ""; |
| 267 | transform: translateX(-50%); |
| 268 | border-width: 10px 5px 0; |
| 269 | border-style: solid; |
| 270 | border-color: #000 transparent transparent; |
| 271 | left: 75%; |
| 272 | position: absolute; |
| 273 | } |
| 274 | |
| 275 | .premio-form-field input, |
| 276 | .premio-form-field textarea { |
| 277 | min-height: 1px; |
| 278 | line-height: 1.4; |
| 279 | -webkit-border-radius: 5px; |
| 280 | -moz-border-radius: 5px; |
| 281 | border-radius: 5px; |
| 282 | padding: 5px 10px; |
| 283 | display: block; |
| 284 | width: 100%; |
| 285 | box-sizing: border-box; |
| 286 | border: 1px solid #c5c5c5; |
| 287 | } |
| 288 | |
| 289 | .help-form-footer { |
| 290 | text-align: center; |
| 291 | } |
| 292 | |
| 293 | .help-form-footer p { |
| 294 | margin: 0; |
| 295 | padding: 0; |
| 296 | } |
| 297 | |
| 298 | .help-form-footer p+p { |
| 299 | margin: 0; |
| 300 | padding: 10px 0; |
| 301 | } |
| 302 | |
| 303 | .premio-help-form input.input-error, |
| 304 | .premio-help-form textarea.input-error { |
| 305 | border-color: #dc3232; |
| 306 | } |
| 307 | |
| 308 | |
| 309 | .premio-help-absulate-content { |
| 310 | position: absolute; |
| 311 | right: 0; |
| 312 | bottom: 100%; |
| 313 | width: 200px; |
| 314 | visibility: hidden; |
| 315 | opacity: 0; |
| 316 | transform: translateY(10px); |
| 317 | /* optional slide effect */ |
| 318 | transition: opacity 0.4s ease, transform 0.4s ease; |
| 319 | pointer-events: none; |
| 320 | /* prevent interaction when hidden */ |
| 321 | } |
| 322 | |
| 323 | /* .premio-help-button-wrap:hover .premio-help-absulate-content, */ |
| 324 | .premio-help-absulate-content.active { |
| 325 | visibility: visible; |
| 326 | opacity: 1; |
| 327 | transform: translateY(0); |
| 328 | pointer-events: auto; |
| 329 | } |
| 330 | |
| 331 | .premio-help-absulate-content-single { |
| 332 | opacity: 0; |
| 333 | visibility: hidden; |
| 334 | pointer-events: none; |
| 335 | transform: translateY(20px); |
| 336 | text-decoration: none !important; |
| 337 | } |
| 338 | .premio-help-absulate-content-single:focus { |
| 339 | box-shadow: none; |
| 340 | } |
| 341 | |
| 342 | .premio-help-absulate-content.active .premio-help-absulate-content-single { |
| 343 | animation: slideInBottom 0.4s forwards ease; |
| 344 | pointer-events: auto; |
| 345 | visibility: visible; |
| 346 | } |
| 347 | |
| 348 | .premio-help-absulate-content.hide .premio-help-absulate-content-single { |
| 349 | animation: slideOutTop 0.4s forwards ease; |
| 350 | } |
| 351 | |
| 352 | @keyframes slideInBottom { |
| 353 | 0% { |
| 354 | opacity: 0; |
| 355 | transform: translateY(20px); |
| 356 | visibility: visible; |
| 357 | } |
| 358 | |
| 359 | 100% { |
| 360 | opacity: 1; |
| 361 | transform: translateY(0); |
| 362 | visibility: visible; |
| 363 | } |
| 364 | } |
| 365 | |
| 366 | @keyframes slideOutTop { |
| 367 | 0% { |
| 368 | opacity: 1; |
| 369 | transform: translateY(0); |
| 370 | visibility: visible; |
| 371 | } |
| 372 | |
| 373 | 100% { |
| 374 | opacity: 0; |
| 375 | transform: translateY(20px); |
| 376 | visibility: hidden; |
| 377 | } |
| 378 | } |
| 379 | |
| 380 | .premio-help-absulate-content a { |
| 381 | display: flex; |
| 382 | justify-content: end; |
| 383 | gap: 8px; |
| 384 | align-items: center; |
| 385 | margin-bottom: 8px; |
| 386 | } |
| 387 | |
| 388 | .premio-help-absulate-content-single span { |
| 389 | background-color: var(--premio-help-primary-color); |
| 390 | color: #fff; |
| 391 | transition: 0.4s; |
| 392 | } |
| 393 | |
| 394 | .premio-help-absulate-content-single:hover span{ |
| 395 | background-color: var(--premio-help-hover-color); |
| 396 | } |
| 397 | .premio-help-absulate-content-single .icon-img { |
| 398 | padding: 16px; |
| 399 | height: 64px; |
| 400 | width: 64px; |
| 401 | display: inline-block; |
| 402 | border-radius: 50%; |
| 403 | } |
| 404 | |
| 405 | .premio-help-absulate-content-single .icon-img.pro { |
| 406 | background: var(--Main-gradient, linear-gradient(180deg, #F69D01 0%, #F65901 100%)); |
| 407 | } |
| 408 | |
| 409 | .premio-help-absulate-content-single .text { |
| 410 | padding: 8px 16px; |
| 411 | border-radius: 8px; |
| 412 | box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03); |
| 413 | } |
| 414 | |
| 415 | .premio-form-response p { |
| 416 | margin: 10px 0; |
| 417 | } |
| 418 | |
| 419 | @media (max-width: 960px) { |
| 420 | .premio-help-wrap { |
| 421 | padding-left: 20px; |
| 422 | } |
| 423 | } |
| 424 | |
| 425 | @media (max-width: 576px) { |
| 426 | .premio-help-menu { |
| 427 | gap: 8px; |
| 428 | padding: 0; |
| 429 | } |
| 430 | |
| 431 | .premio-help-content { |
| 432 | padding: 0; |
| 433 | } |
| 434 | } |
| 435 | |
| 436 | @media (max-width: 480px) { |
| 437 | .premio-help-menu { |
| 438 | display: none; |
| 439 | } |
| 440 | } |
| 441 | |
| 442 | |
| 443 |