@charset "UTF-8";
.w3eden .wpdm-auth-split{--auth-primary:var(--color-primary);--auth-primary-dark:var(--color-primary-active);--auth-primary-light:var(--color-primary-hover);--auth-text:#1e293b;--auth-text-muted:#64748b;--auth-border:#e2e8f0;--auth-bg:#ffffff;--auth-input-bg:#f8fafc;--auth-input-focus:#f1f5f9;--auth-radius:16px;--auth-font:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif}.w3eden.wpdm-auth-page{display:flex;align-items:center;justify-content:center;width:100%;padding:0;box-sizing:border-box}.w3eden .wpdm-auth-split{font-family:var(--auth-font);display:flex;align-items:center;justify-content:center;min-height:100%;padding:24px;box-sizing:border-box}.w3eden .wpdm-auth-split *,.w3eden .wpdm-auth-split *::before,.w3eden .wpdm-auth-split *::after{box-sizing:border-box;margin:0;padding:0}.w3eden .wpdm-auth-panel{display:flex;width:100%;max-width:900px;min-height:520px;background:var(--auth-bg);border-radius:var(--auth-radius);overflow:hidden;box-shadow:0 25px 50px -12px rgb(0 0 0 / .15)}.w3eden .wpdm-auth-panel--short{min-height:480px}.w3eden .wpdm-auth-left{flex:0 0 45%;background:linear-gradient(135deg,var(--color-primary-hover) 0%,var(--color-primary) 50%,var(--color-primary-active) 100%);padding:40px;display:flex;flex-direction:column;position:relative;overflow:hidden}.w3eden .wpdm-auth-left::before{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.1' d='M0,160L48,170.7C96,181,192,203,288,197.3C384,192,480,160,576,165.3C672,171,768,213,864,218.7C960,224,1056,192,1152,165.3C1248,139,1344,117,1392,106.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;background-size:cover}.w3eden .wpdm-auth-left::after{content:'';position:absolute;bottom:0;left:0;right:0;height:150px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.15' d='M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,218.7C672,235,768,245,864,234.7C960,224,1056,192,1152,181.3C1248,171,1344,181,1392,186.7L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;background-size:cover}.w3eden .wpdm-auth-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgb(255 255 255 / .05) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .05) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.w3eden .wpdm-auth-circles{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.w3eden .wpdm-auth-circle{position:absolute;border-radius:50%;background:rgb(255 255 255 / .1)}.w3eden .wpdm-auth-circle:nth-child(1){width:80px;height:80px;top:15%;right:10%}.w3eden .wpdm-auth-circle:nth-child(2){width:40px;height:40px;top:60%;left:15%;background:rgb(255 255 255 / .15)}.w3eden .wpdm-auth-circle:nth-child(3){width:60px;height:60px;bottom:25%;right:25%;background:rgb(255 255 255 / .08)}.w3eden .wpdm-auth-circle:nth-child(4){width:20px;height:20px;top:40%;left:30%;background:rgb(255 255 255 / .2)}.w3eden .wpdm-auth-brand a{display:flex;align-items:center;gap:12px;color:#fff;font-size:18px;font-weight:800;letter-spacing:.5px;position:relative;z-index:1}.w3eden .wpdm-auth-brand img{width:36px;height:36px;border-radius:8px;object-fit:cover}.w3eden .wpdm-auth-brand-icon{width:36px;height:36px;background:rgb(255 255 255 / .2);border-radius:8px;display:flex;align-items:center;justify-content:center}.w3eden .wpdm-auth-brand-icon svg{width:20px;height:20px;color:#fff}.w3eden .wpdm-auth-welcome{flex:1;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;z-index:1}.w3eden .wpdm-auth-welcome-sub{font-size:14px;opacity:.9;margin-bottom:8px;font-weight:400}.w3eden .wpdm-auth-welcome-title{font-size:32px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.w3eden .wpdm-auth-welcome-line{width:40px;height:3px;background:#fff;border-radius:2px;margin-bottom:20px}.w3eden .wpdm-auth-welcome-text{font-size:13px;line-height:1.7;opacity:.85;max-width:280px}.w3eden .wpdm-auth-right{flex:1;padding:48px 40px;display:flex;flex-direction:column;justify-content:center;background:var(--auth-bg)}.w3eden .wpdm-auth-right--scroll{overflow-y:auto}.w3eden .wpdm-auth-form-header{margin-bottom:32px}.w3eden .wpdm-auth-form-header--compact{margin-bottom:28px}.w3eden .wpdm-auth-form-title{font-size:24px;font-weight:700;color:var(--auth-primary);margin-bottom:12px}.w3eden .wpdm-auth-form-title--error{color:#dc2626}.w3eden .wpdm-auth-form-desc{font-size:13px;color:var(--auth-text-muted);line-height:1.6}.w3eden .wpdm-auth-field{margin-bottom:20px}.w3eden .wpdm-auth-field--compact{margin-bottom:16px}.w3eden .wpdm-auth-field--large{margin-bottom:24px}.w3eden .wpdm-auth-input-wrap{position:relative;display:flex;align-items:center}.w3eden .wpdm-auth-split input[type="text"],.w3eden .wpdm-auth-split input[type="email"],.w3eden .wpdm-auth-split input[type="password"],.w3eden .wpdm-auth-split input[type="tel"],.w3eden .wpdm-auth-split textarea,.w3eden .wpdm-auth-split select,.w3eden .wpdm-auth-split .form-control,.w3eden .wpdm-auth-input{width:100%!important;height:50px!important;padding:0 16px 0 20px!important;font-size:14px!important;font-family:inherit!important;color:var(--auth-text)!important;background:var(--auth-input-bg)!important;border:none!important;border-left:3px solid var(--color-primary-hover)!important;border-radius:0!important;outline:none!important;transition:all 0.2s ease!important}.w3eden .wpdm-auth-split textarea{height:auto!important;min-height:80px!important;padding:12px 16px 12px 20px!important;resize:vertical}.w3eden .wpdm-auth-input::placeholder,.w3eden .wpdm-auth-split .form-control::placeholder,.w3eden .wpdm-auth-split input::placeholder{color:#94a3b8!important;opacity:1!important}.w3eden .wpdm-auth-input:focus,.w3eden .wpdm-auth-split .form-control:focus,.w3eden .wpdm-auth-split input:focus,.w3eden .wpdm-auth-split textarea:focus,.w3eden .wpdm-auth-split select:focus{background:var(--auth-input-focus)!important;border-left-color:var(--color-primary-active)!important;box-shadow:none!important}.w3eden .wpdm-auth-input:-webkit-autofill,.w3eden .wpdm-auth-input:-webkit-autofill:hover,.w3eden .wpdm-auth-input:-webkit-autofill:focus,.w3eden .wpdm-auth-split .form-control:-webkit-autofill,.w3eden .wpdm-auth-split input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--auth-input-bg) inset!important;-webkit-text-fill-color:var(--auth-text)!important;border-left:3px solid var(--auth-primary)!important}.w3eden .wpdm-auth-input.has-toggle,.w3eden .wpdm-auth-split .form-control.has-toggle{padding-right:48px!important}.w3eden .wpdm-auth-pwd-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px;height:36px;background:#fff0;border:none;border-radius:6px;cursor:pointer;color:var(--auth-text-muted);display:flex;align-items:center;justify-content:center;transition:color 0.15s}.w3eden .wpdm-auth-pwd-toggle:hover{color:var(--auth-text)}.w3eden .wpdm-auth-pwd-toggle svg{width:18px;height:18px}.w3eden .wpdm-auth-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;font-size:13px}.w3eden .wpdm-auth-remember{display:flex;align-items:center;gap:10px;cursor:pointer;user-select:none;color:var(--auth-text-muted)}.w3eden .wpdm-auth-remember input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0}.w3eden .wpdm-auth-check{width:18px;height:18px;border:2px solid var(--auth-border);border-radius:4px;background:var(--auth-bg);display:flex;align-items:center;justify-content:center;transition:all 0.15s ease;flex-shrink:0}.w3eden .wpdm-auth-check svg{width:10px;height:10px;color:#fff;opacity:0;transform:scale(.5);transition:all 0.15s ease}.w3eden .wpdm-auth-remember input:checked+.wpdm-auth-check{background:var(--auth-primary);border-color:var(--auth-primary)}.w3eden .wpdm-auth-remember input:checked+.wpdm-auth-check svg{opacity:1;transform:scale(1)}.w3eden .wpdm-auth-forgot{color:var(--auth-primary);text-decoration:none;font-weight:500;transition:color 0.15s}.w3eden .wpdm-auth-forgot:hover{color:var(--auth-primary-dark)}.w3eden .wpdm-auth-btn{width:100%;height:50px;font-size:14px;font-weight:600;font-family:inherit;color:#fff;background:var(--auth-primary);border:none;border-radius:25px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;letter-spacing:1px;transition:all 0.2s ease;box-shadow:0 4px 15px rgba(var(--color-primary-rgb),.3);text-decoration:none}.w3eden .wpdm-auth-btn:hover{background:var(--auth-primary-dark);box-shadow:0 6px 20px rgba(var(--color-primary-rgb),.6);transform:translateY(-1px);color:#fff}.w3eden .wpdm-auth-btn:active{transform:translateY(0)}.w3eden .wpdm-auth-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.w3eden .wpdm-auth-btn svg{width:16px;height:16px}.w3eden .wpdm-auth-btn--margin-top{margin-top:8px}@keyframes wpdm-auth-spin{to{transform:rotate(360deg)}}.w3eden .wpdm-auth-spinner{width:18px;height:18px;border:2px solid rgb(255 255 255 / .3);border-top-color:#fff;border-radius:50%;animation:wpdm-auth-spin 0.7s linear infinite}.w3eden .wpdm-auth-link{text-align:center;margin-top:24px;font-size:13px;color:var(--auth-text-muted)}.w3eden .wpdm-auth-link a{color:var(--auth-primary);font-weight:600;text-decoration:none;margin-left:4px}.w3eden .wpdm-auth-link a:hover{text-decoration:underline}.w3eden .wpdm-auth-back{text-align:center;margin-top:24px;font-size:13px;color:var(--auth-text-muted)}.w3eden .wpdm-auth-back a{display:inline-flex;align-items:center;gap:8px;color:var(--auth-primary);font-weight:600;text-decoration:none;transition:color 0.15s}.w3eden .wpdm-auth-back a:hover{color:var(--auth-primary-dark)}.w3eden .wpdm-auth-back a svg{width:16px;height:16px}.w3eden .wpdm-auth-divider{display:flex;align-items:center;gap:16px;margin:24px 0;font-size:12px;color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.5px}.w3eden .wpdm-auth-divider::before,.w3eden .wpdm-auth-divider::after{content:'';flex:1;height:1px;background:var(--auth-border)}.w3eden .wpdm-auth-social{display:flex;gap:12px;justify-content:center}.w3eden .wpdm-auth-social-btn{width:44px;height:44px;border-radius:10px;border:1px solid var(--auth-border);background:var(--auth-bg);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;padding:0}.w3eden .wpdm-auth-social-btn svg{width:20px;height:20px}.w3eden .wpdm-auth-social-btn.google svg{color:#ea4335}.w3eden .wpdm-auth-social-btn.facebook svg{color:#1877f2}.w3eden .wpdm-auth-social-btn.twitter svg{color:#0f172a}.w3eden .wpdm-auth-social-btn.linkedin svg{color:#0a66c2}.w3eden .wpdm-auth-social-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .1)}.w3eden .wpdm-auth-social-btn.google:hover{background:#ea4335;border-color:#ea4335}.w3eden .wpdm-auth-social-btn.facebook:hover{background:#1877f2;border-color:#1877f2}.w3eden .wpdm-auth-social-btn.twitter:hover{background:#0f172a;border-color:#0f172a}.w3eden .wpdm-auth-social-btn.linkedin:hover{background:#0a66c2;border-color:#0a66c2}.w3eden .wpdm-auth-social-btn:hover svg{color:#fff}.w3eden .wpdm-auth-alert{padding:12px 16px;border-radius:8px;font-size:13px;margin-bottom:20px;display:flex;align-items:flex-start;gap:10px;line-height:1.5}.w3eden .wpdm-auth-alert svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}.w3eden .wpdm-auth-alert.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.w3eden .wpdm-auth-alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;cursor:pointer}.w3eden .wpdm-auth-alert.info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.w3eden .wpdm-auth-right .form-group{margin-bottom:0}.w3eden .wpdm-auth-right .form-group>label:first-child{display:none}.w3eden .wpdm-auth-right .form-group .input-group{display:block}.w3eden .wpdm-auth-right .form-group .input-group-prepend{display:none}.w3eden .wpdm-auth-right .input-wrapper{margin-bottom:16px}.w3eden .wpdm-auth-right .input-wrapper label{display:none}.w3eden .wpdm-auth-right .input-wrapper.heading-input-wrapper{background:var(--auth-input-bg);padding:10px 16px;border-left:3px solid var(--auth-primary);font-weight:600;font-size:12px;color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;margin-top:8px}.w3eden .wpdm-auth-right .g-recaptcha,.w3eden .wpdm-auth-right #reCaptchaLock{margin-bottom:20px;display:flex;justify-content:center;transform:scale(.92);transform-origin:center}.w3eden .wpdm-auth-disabled{padding:60px 40px;text-align:center}.w3eden .wpdm-auth-disabled-icon{width:64px;height:64px;margin:0 auto 20px;background:rgb(239 68 68 / .1);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#dc2626}.w3eden .wpdm-auth-disabled-icon svg{width:32px;height:32px}.w3eden .wpdm-auth-disabled p{color:var(--auth-text-muted);font-size:15px;margin:0}@media (max-width:768px){.w3eden .wpdm-auth-split{padding:16px}.w3eden .wpdm-auth-panel{flex-direction:column;max-width:440px;min-height:auto}.w3eden .wpdm-auth-left{flex:0 0 auto;padding:32px 24px;min-height:200px}.w3eden .wpdm-auth-welcome-title{font-size:24px}.w3eden .wpdm-auth-welcome-text{display:none}.w3eden .wpdm-auth-right{padding:32px 24px;max-height:none}.w3eden .wpdm-auth-meta{flex-direction:column;gap:12px;align-items:flex-start}}@media (max-width:480px){.w3eden .wpdm-auth-left{padding:24px 20px;min-height:160px}.w3eden .wpdm-auth-welcome-title{font-size:20px;letter-spacing:1px}.w3eden .wpdm-auth-right{padding:24px 20px}.w3eden .wpdm-auth-input,.w3eden .wpdm-auth-split .form-control,.w3eden .wpdm-auth-split input{font-size:16px!important}}.w3eden.dark-mode .wpdm-auth-split{--auth-text:#f1f5f9;--auth-text-muted:#94a3b8;--auth-border:#334155;--auth-bg:#1e293b;--auth-input-bg:#0f172a;--auth-input-focus:#1e293b}.w3eden.dark-mode .wpdm-auth-panel{background:#1e293b;box-shadow:0 25px 50px -12px rgb(0 0 0 / .4)}.w3eden.dark-mode .wpdm-auth-right{background:#1e293b}.w3eden.dark-mode .wpdm-auth-form-title{color:var(--color-primary)}.w3eden.dark-mode .wpdm-auth-form-desc{color:#94a3b8}.w3eden.dark-mode .wpdm-auth-split input[type="text"],.w3eden.dark-mode .wpdm-auth-split input[type="email"],.w3eden.dark-mode .wpdm-auth-split input[type="password"],.w3eden.dark-mode .wpdm-auth-split input[type="tel"],.w3eden.dark-mode .wpdm-auth-split textarea,.w3eden.dark-mode .wpdm-auth-split select,.w3eden.dark-mode .wpdm-auth-split .form-control,.w3eden.dark-mode .wpdm-auth-input{background:#0f172a!important;color:#f1f5f9!important;border-left-color:var(--color-primary)!important}.w3eden.dark-mode .wpdm-auth-input::placeholder,.w3eden.dark-mode .wpdm-auth-split .form-control::placeholder,.w3eden.dark-mode .wpdm-auth-split input::placeholder{color:#64748b!important}.w3eden.dark-mode .wpdm-auth-input:focus,.w3eden.dark-mode .wpdm-auth-split .form-control:focus,.w3eden.dark-mode .wpdm-auth-split input:focus,.w3eden.dark-mode .wpdm-auth-split textarea:focus,.w3eden.dark-mode .wpdm-auth-split select:focus{background:#1e293b!important}.w3eden.dark-mode .wpdm-auth-input:-webkit-autofill,.w3eden.dark-mode .wpdm-auth-split .form-control:-webkit-autofill,.w3eden.dark-mode .wpdm-auth-split input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #0f172a inset!important;-webkit-text-fill-color:#f1f5f9!important}.w3eden.dark-mode .wpdm-auth-pwd-toggle{color:#64748b}.w3eden.dark-mode .wpdm-auth-pwd-toggle:hover{color:#f1f5f9}.w3eden.dark-mode .wpdm-auth-remember{color:#94a3b8}.w3eden.dark-mode .wpdm-auth-check{background:#0f172a;border-color:#475569}.w3eden.dark-mode .wpdm-auth-right .input-wrapper.heading-input-wrapper{background:#0f172a;color:#94a3b8}.w3eden.dark-mode .wpdm-auth-divider{color:#64748b}.w3eden.dark-mode .wpdm-auth-divider::before,.w3eden.dark-mode .wpdm-auth-divider::after{background:#334155}.w3eden.dark-mode .wpdm-auth-social-btn{background:#0f172a;border-color:#334155}.w3eden.dark-mode .wpdm-auth-link,.w3eden.dark-mode .wpdm-auth-back{color:#94a3b8}.w3eden.dark-mode .wpdm-auth-disabled p{color:#94a3b8}.w3eden.dark-mode .wpdm-auth-disabled-icon{background:rgb(239 68 68 / .15)}.w3eden.dark-mode .wpdm-auth-alert.success{background:rgb(16 185 129 / .15);color:#34d399;border-color:rgb(16 185 129 / .3)}.w3eden.dark-mode .wpdm-auth-alert.error{background:rgb(239 68 68 / .15);color:#f87171;border-color:rgb(239 68 68 / .3)}.w3eden.dark-mode .wpdm-auth-alert.info{background:rgb(59 130 246 / .15);color:#60a5fa;border-color:rgb(59 130 246 / .3)}@media (prefers-color-scheme:dark){.w3eden:not(.light-mode) .wpdm-auth-split{--auth-text:#f1f5f9;--auth-text-muted:#94a3b8;--auth-border:#334155;--auth-bg:#1e293b;--auth-input-bg:#0f172a;--auth-input-focus:#1e293b}.w3eden:not(.light-mode) .wpdm-auth-panel{background:#1e293b;box-shadow:0 25px 50px -12px rgb(0 0 0 / .4)}.w3eden:not(.light-mode) .wpdm-auth-right{background:#1e293b}.w3eden:not(.light-mode) .wpdm-auth-form-title{color:var(--color-primary)}.w3eden:not(.light-mode) .wpdm-auth-form-desc{color:#94a3b8}.w3eden:not(.light-mode) .wpdm-auth-split input[type="text"],.w3eden:not(.light-mode) .wpdm-auth-split input[type="email"],.w3eden:not(.light-mode) .wpdm-auth-split input[type="password"],.w3eden:not(.light-mode) .wpdm-auth-split input[type="tel"],.w3eden:not(.light-mode) .wpdm-auth-split textarea,.w3eden:not(.light-mode) .wpdm-auth-split select,.w3eden:not(.light-mode) .wpdm-auth-split .form-control,.w3eden:not(.light-mode) .wpdm-auth-input{background:#0f172a!important;color:#f1f5f9!important;border-left-color:var(--color-primary)!important}.w3eden:not(.light-mode) .wpdm-auth-input::placeholder,.w3eden:not(.light-mode) .wpdm-auth-split .form-control::placeholder,.w3eden:not(.light-mode) .wpdm-auth-split input::placeholder{color:#64748b!important}.w3eden:not(.light-mode) .wpdm-auth-input:focus,.w3eden:not(.light-mode) .wpdm-auth-split .form-control:focus,.w3eden:not(.light-mode) .wpdm-auth-split input:focus,.w3eden:not(.light-mode) .wpdm-auth-split textarea:focus,.w3eden:not(.light-mode) .wpdm-auth-split select:focus{background:#1e293b!important}.w3eden:not(.light-mode) .wpdm-auth-input:-webkit-autofill,.w3eden:not(.light-mode) .wpdm-auth-split .form-control:-webkit-autofill,.w3eden:not(.light-mode) .wpdm-auth-split input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #0f172a inset!important;-webkit-text-fill-color:#f1f5f9!important}.w3eden:not(.light-mode) .wpdm-auth-pwd-toggle{color:#64748b}.w3eden:not(.light-mode) .wpdm-auth-pwd-toggle:hover{color:#f1f5f9}.w3eden:not(.light-mode) .wpdm-auth-remember{color:#94a3b8}.w3eden:not(.light-mode) .wpdm-auth-check{background:#0f172a;border-color:#475569}.w3eden:not(.light-mode) .wpdm-auth-right .input-wrapper.heading-input-wrapper{background:#0f172a;color:#94a3b8}.w3eden:not(.light-mode) .wpdm-auth-divider{color:#64748b}.w3eden:not(.light-mode) .wpdm-auth-divider::before,.w3eden:not(.light-mode) .wpdm-auth-divider::after{background:#334155}.w3eden:not(.light-mode) .wpdm-auth-social-btn{background:#0f172a;border-color:#334155}.w3eden:not(.light-mode) .wpdm-auth-link,.w3eden:not(.light-mode) .wpdm-auth-back{color:#94a3b8}.w3eden:not(.light-mode) .wpdm-auth-disabled p{color:#94a3b8}.w3eden:not(.light-mode) .wpdm-auth-disabled-icon{background:rgb(239 68 68 / .15)}.w3eden:not(.light-mode) .wpdm-auth-alert.success{background:rgb(16 185 129 / .15);color:#34d399;border-color:rgb(16 185 129 / .3)}.w3eden:not(.light-mode) .wpdm-auth-alert.error{background:rgb(239 68 68 / .15);color:#f87171;border-color:rgb(239 68 68 / .3)}.w3eden:not(.light-mode) .wpdm-auth-alert.info{background:rgb(59 130 246 / .15);color:#60a5fa;border-color:rgb(59 130 246 / .3)}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-container.wptb-has-link-color a{color:var(--wptb-link-color)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-container *{font-size:inherit!important}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-container p{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-wrapper{display:flex;align-items:center;justify-content:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button{padding:16px;background:var(--wptb-btn-bg);color:var(--wptb-btn-color);cursor:pointer;border:0;box-shadow:none;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button:hover{background:var(--wptb-btn-hover-bg,var(--wptb-btn-bg));color:var(--wptb-btn-hover-color,var(--wptb-btn-color));transform:scale(var(--wptb-btn-hover-scale,1))}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-icon{margin:0 5px;order:-1;width:25px;height:25px;display:flex;justify-content:center;align-items:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-icon[data-wptb-button-icon-src=""]{display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-icon svg{width:100%;height:100%;fill:currentColor}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-label{align-items:center;background:#fff;color:green;border:1px solid green;line-height:1.5;font-size:15px;padding:.475rem .85rem;padding-left:0;border-radius:.3rem;margin-left:20px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-label .wptb-button-label-decorator{display:inline-block;position:absolute;width:0;height:0;border-style:solid;--width:13px;--height:19px;--background:#fff;margin-left:calc(var(--width) * -1);border-width:var(--height) var(--width) var(--height) 0;border-color:#fff0 #fff #fff0 #fff0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-label .wptb-button-label-text{display:inline-block;padding-left:5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-s .wptb-button{border-radius:.2rem;padding:.35rem .6rem;max-width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-s .wptb-button p{font-size:.875rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-s .wptb-button-label{padding:.35rem .6rem;padding-left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-m .wptb-button{border-radius:.3rem;padding:.475rem .85rem;max-width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-m .wptb-button-label{padding:.475rem .85rem;padding-left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-l .wptb-button{padding:.6rem 1.2rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-l .wptb-button-label{padding:.6rem 1.2rem;padding-left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-xl .wptb-button{border-radius:.4rem;padding:.8rem 1.35rem;max-width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-size-xl .wptb-button-label{padding:.8rem 1.35rem;padding-left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-button-has-label .wptb-button{padding-block:0;padding-right:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-plugin-button-order-right .wptb-button-icon{order:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper{overflow:hidden}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper a,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper span,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper .wptb-link-target{display:flex;max-width:100%;position:relative;margin:auto;text-decoration:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-image-wrapper img{width:100%;display:block;padding:0;max-width:100%;height:auto;transition:all .2s ease-out}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul{width:100%;margin:0;padding:1em .2em .4em;list-style-type:disc}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li{position:relative;list-style:none;margin:0;line-height:1.2}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li .wptb-list-item-text{display:flex;align-items:flex-start;gap:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li .wptb-list-item-text-content{font-size:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div{line-height:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div:before{display:inline;margin-right:.1em;min-width:1em;font-family:inherit;font-size:inherit;line-height:inherit;vertical-align:baseline;color:inherit;cursor:text;content:attr(data-list-style-type-index)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p.wptb-list-style-type-none:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div.wptb-list-style-type-none:before{content:"";display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p.wptb-list-style-type-disc:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div.wptb-list-style-type-disc:before{content:"●"}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p.wptb-list-style-type-square:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div.wptb-list-style-type-square:before{content:"■"}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>p.wptb-list-style-type-circle:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li>div>div.wptb-list-style-type-circle:before{content:"○"}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li.wptb-tooltip-top .wptb-m-tooltip{bottom:100%;left:50%;transform:translate(-50%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li.wptb-tooltip-bottom .wptb-m-tooltip{top:100%;left:50%;transform:translate(-50%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li.wptb-tooltip-left .wptb-m-tooltip{right:100%;top:50%;transform:translateY(-50%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-list-container ul li.wptb-tooltip-right .wptb-m-tooltip{left:100%;top:50%;transform:translateY(-50%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-star_rating-container .wptb-rating-stars-box{text-align:center;display:inline-block;padding:7px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-star_rating-container .wptb-rating-stars-box ul{list-style-type:none;-webkit-user-select:none;user-select:none;padding:0;margin:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-star_rating-container .wptb-rating-stars-box ul li{color:#ccc;cursor:pointer;margin:0;position:relative;display:inline-block}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-star_rating-container .wptb-number-rating-box{text-align:center;font-size:20px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-badge-block{display:flex}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-badge-block-text{padding:.5em 1em}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-badge-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-circle-rating-block svg{display:block;margin:auto}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-icon-block{display:flex;align-items:center;justify-content:center;gap:5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-icon-block-item{cursor:pointer}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-icon-block-item svg{height:var(--wptb-icon-block-size);width:var(--wptb-icon-block-size)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-progress-bar-block-value{font-size:20px;text-align:center;margin-top:5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-progress-bar-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block{position:absolute;z-index:15}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-bookmark{filter:drop-shadow(4px 3px 11px rgb(0 0 0 / .2))}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-bookmark-text{padding:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-bookmark svg{height:20px;width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner{height:100px;width:100px;top:-5px;overflow:hidden}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-left,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-right{height:100%;position:relative;width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-left{transform:rotate(-45deg)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-right{transform:rotate(45deg)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-corner-text{bottom:50%;box-sizing:border-box;left:-25%;overflow:hidden;padding:2px calc(25% + 2px);position:absolute;width:150%;box-shadow:4px 1px 2px #0000001a;text-align:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon{display:flex;gap:5px;filter:drop-shadow(4px 3px 11px rgb(0 0 0 / .2))}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-right{flex-direction:row-reverse;right:-5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-left{left:-5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-text-container{display:flex}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-triangle{width:20px;min-width:20px;clip-path:polygon(0 0,0% 100%,100% 100%);margin-left:-1px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-right .wptb-ribbon-block-icon-text-container{flex-direction:row-reverse}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-right .wptb-ribbon-block-icon-triangle{clip-path:polygon(100% 0,100% 100%,0 100%)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-text{border-radius:5px 0 0 5px;padding:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-right .wptb-ribbon-block-icon-text{border-radius:0 5px 5px 0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon{width:40px;min-width:40px;display:flex;align-items:center;justify-content:center;border-radius:5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon svg{height:25px;width:25px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=beat] svg{animation:wptbBeat .5s ease-out infinite alternate}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=jump] svg{animation:wptbJump .5s ease-out infinite alternate}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=rotate] svg{animation:wptbRotate .5s ease-out infinite alternate}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=slideIn] svg{animation:wptbSlideIn 1.2s linear infinite forwards}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=dropIn] svg{animation:wptbDropIn 1.2s linear infinite forwards}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=riseUp] svg{animation:wptbDropIn 1s linear infinite reverse}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-icon-icon[data-wptb-animation=rainbow] svg{animation:wptbRainbow 1s linear infinite alternate}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-rectangle{padding:5px;border-radius:5px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-width:1px;border-style:solid}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-text{border:3px solid;padding:5px 20px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-shadow{height:20px;width:20px;position:relative}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-shadow:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-left .wptb-ribbon-block-side-text{border-radius:10px 0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-left .wptb-ribbon-block-side-shadow{clip-path:polygon(0 0,100% 100%,100% 0)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-right .wptb-ribbon-block-side-text{border-radius:0 10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block-side-right .wptb-ribbon-block-side-shadow{clip-path:polygon(0 0,0 100%,100% 0);margin-left:auto}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block .ql-editor p{text-align:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-ribbon-block .ql-toolbar.ql-snow{min-width:max-content}@keyframes wptbBeat{0%{transform:scale(1)}to{transform:scale(1.3)}}@keyframes wptbJump{0%{transform:translateY(40%)}to{transform:translateY(-25%)}}@keyframes wptbRotate{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes wptbSlideIn{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes wptbDropIn{0%{transform:translateY(-150%)}to{transform:translateY(150%)}}@keyframes wptbRainbow{0%{fill:#fff;transform:scale(1)}20%{fill:green}40%{fill:red}60%{fill:blue}80%{fill:#ff0}to{fill:purple;transform:scale(1.3)}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block{margin:0;padding:1em 3px 3px;position:relative}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block{display:flex;position:relative;align-items:flex-start}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block:last-child{margin-bottom:0!important}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-styled-list-item-text{align-self:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip{min-width:120px;max-width:100%;padding:10px;position:absolute;word-wrap:no-wrap;box-shadow:1px 1px 20px #aaa;border-radius:5px;background:#333;color:#fff;transform-style:preserve-3d;z-index:200;font-size:.9em;display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip:after{content:"";position:absolute;border:8px solid #fff0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-top{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-top:after{top:calc(100% - 1px);left:50%;transform:translate(-50%);border-top-color:#333}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-bottom{top:100%;left:50%;transform:translate(-50%);margin-top:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-bottom:after{bottom:calc(100% - 1px);left:50%;transform:translate(-50%);border-bottom-color:#333}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-left{top:50%;right:100%;transform:translateY(-50%);margin-right:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-left:after{top:50%;left:calc(100% - 1px);transform:translateY(-50%);border-left-color:#333}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-right{top:50%;left:100%;transform:translateY(-50%);margin-left:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block .wptb-list-tooltip-right:after{top:50%;right:calc(100% - 1px);transform:translateY(-50%);border-right-color:#333}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-block li.wptb-styled-list-item-block:hover .wptb-list-tooltip{display:block}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-align-center li{justify-content:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) ul.wptb-styled-list-align-right li{justify-content:flex-end}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block{display:flex;align-items:center}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block *{color:inherit}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block-icon svg{height:var(--wptb-icon-size);width:var(--wptb-icon-size)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block-text{min-width:30px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block-empty .wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-text-icon-block-text{flex-grow:1}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-sticky-top-row tr:first-child{position:sticky;top:0;z-index:10}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-sticky-first-column th:first-child,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-sticky-first-column td:first-child{position:sticky;left:0;z-index:10}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky.wptb-sticky-top-row tbody tr:first-child{position:relative;z-index:11}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky.wptb-sticky-top-row tbody tr:first-child>th,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky.wptb-sticky-top-row tbody tr:first-child>td{position:relative;top:auto}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky.wptb-sticky-first-column tbody tr>th:first-child,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky.wptb-sticky-first-column tbody tr>td:first-child{position:relative;left:auto;z-index:10}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky.wptb-sticky-top-row.wptb-sticky-first-column tr:first-child>th:first-child,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-scroll-x-manual-sticky.wptb-sticky-top-row.wptb-sticky-first-column tr:first-child>td:first-child{z-index:12}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-no-results{padding:2rem;text-align:center;color:#6b7280;font-size:.875rem;background:#f9fafb;border:1px dashed #d0d5dd;border-radius:8px;margin-top:1rem;display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-hidden{display:none!important}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-container{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem;border-radius:8px;flex-wrap:wrap}@media (max-width:640px){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-container{flex-direction:column;align-items:stretch}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-size{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-size label{display:flex;align-items:center;gap:.5rem;margin:0;font-weight:400}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-size .wptb-pagination-size-select{padding:.375rem .75rem;border:1px solid #d0d5dd;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s ease}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-size .wptb-pagination-size-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-controls{margin-left:auto;display:flex;align-items:center;gap:.5rem}@media (max-width:640px){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-controls{justify-content:center}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:.5rem;border:1px solid #d0d5dd;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:disabled{opacity:.4;cursor:not-allowed;background:#f9fafb}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:active:not(:disabled){transform:scale(.95)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-info{font-size:.875rem;color:#374151;white-space:nowrap}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-info .wptb-pagination-current,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-info .wptb-pagination-total{font-weight:600;color:#1f2937}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-hidden{display:none!important}@media (max-width:768px){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container{max-width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-container{padding:.75rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-controls{gap:.375rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn{min-width:32px;height:32px;padding:.375rem;font-size:.75rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-info{font-size:.8125rem}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-input:focus-visible,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media (prefers-reduced-motion:reduce){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-input,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-pagination-btn{transition:none}}@media (max-width:600px){.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-hide-on-mobile{display:none!important}}@keyframes wptb-spin{to{transform:rotate(360deg)}}.wptb-skeleton-sidebar.wptb-skeleton-sidebar:not(#wptb-style-isolation):not(#wptb-style-isolation){width:100%;height:100%;min-height:400px;background:#e0e0e0;border-radius:5px;border:1px solid #d0d0d0}.wptb-skeleton-toolbar.wptb-skeleton-toolbar:not(#wptb-style-isolation):not(#wptb-style-isolation){width:100%;height:60px;background:#e0e0e0;border-radius:5px;border:1px solid #d0d0d0}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation){padding:40px;display:flex;align-items:center;justify-content:center}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) table{border-collapse:collapse;width:80%;max-width:600px}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) th.wptb-skeleton-cell,.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) td.wptb-skeleton-cell{padding:12px!important;border:1px solid #e0e0e0!important;background:#f5f5f5!important;text-align:left!important;vertical-align:middle!important}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-skeleton-cell .wptb-skeleton-line{height:20px;background:#e0e0e0!important;border-radius:4px;position:relative;overflow:hidden;border:0!important;padding:0!important;margin:0!important;width:100%!important}.wptb-skeleton-table.wptb-skeleton-table:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-skeleton-cell .wptb-skeleton-line:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);animation:wptb-v2-shimmer 1.5s infinite}@keyframes wptb-v2-shimmer{0%{left:-100%}to{left:100%}}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table{table-layout:fixed;font-size:15px;display:table;margin:auto;width:100%}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table a{text-decoration:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-has-link-color a{color:var(--wptb-link-color)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table *{box-sizing:border-box}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr{display:table-row}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr.wptb-row-has-hover:hover{background:var(--hover-bg-color)!important}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr.wptb-row-responsive{background:#fff0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr.wptb-row-edge{border-bottom:5px solid #000}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr.wptb-row-edge:last-child{border-bottom:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr th,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr td{padding:15px;position:relative;box-sizing:content-box;border-radius:var(--wptb-inner-radius);border:var(--wptb-inner-border);background:var(--wptb-row-bg)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr th.wptb-tmp-cell,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr td.wptb-tmp-cell{pointer-events:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr th.wptb-tmp-cell:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr th.wptb-tmp-cell:after,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr td.wptb-tmp-cell:before,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr td.wptb-tmp-cell:after{display:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-row-borders-only td:not(.wptb-tmp-cell):not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-row-borders-only td:not(.wptb-tmp-cell):not(:last-child){border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-row-borders-only td.wptb-tmp-cell:not([data-col="0"]){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-row-borders-only td.wptb-tmp-cell:not(.wptb-row-ending-cell){border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-column-borders-only tr:not(:first-child) td:not(.wptb-tmp-cell){border-top:none;border-top-left-radius:0;border-top-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-column-borders-only tr:not(:last-child) td:not(.wptb-tmp-cell){border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-column-borders-only td.wptb-tmp-cell:not(:first-child){border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-column-borders-only td.wptb-tmp-cell:not(:last-child){border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table.wptb-no-header-border tr:first-of-type td{border:none}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table tr:nth-of-type(odd){background:#eee}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table p{margin:0;font-size:15px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button+.wptb-cell-content{margin-left:.5rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-cell-content:has(+.wptb-sort-button){margin-right:.5rem}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;background:none;border:none;padding:0;overflow:visible!important;--clr:#808080;--clr-active:#000}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button:after,.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button:before{content:"";position:absolute;top:50%;transform:translateY(-50%);border:5px solid #fff0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical{right:15px;margin-top:-5px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical:after{border-top-color:var(--clr);margin-top:11px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical:before{border-bottom-color:var(--clr)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical.wptb-sort-button-asc:before{border-bottom-color:var(--clr-active)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-vertical.wptb-sort-button-desc:after{border-top-color:var(--clr-active)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal{left:0}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal:after{border-right-color:var(--clr);margin-right:10px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal:before{border-left-color:var(--clr);margin-left:11px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal.wptb-sort-button-asc:after{border-right-color:var(--clr-active)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) table.wptb-table .wptb-sort-button-horizontal.wptb-sort-button-desc:before{border-left-color:var(--clr-active)}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container{margin-bottom:1rem;position:relative;max-width:400px}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container.wptb-search-right{margin-left:auto}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container .wptb-search-input{width:100%;padding:.5rem 2.5rem .5rem 1rem;border:1px solid #d0d5dd;border-radius:8px;font-size:.875rem;line-height:1.5;transition:all .2s ease;outline:none;box-sizing:border-box}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container .wptb-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container .wptb-search-input::placeholder{color:#9ca3af}.wptb-style-isolation:not(#wptb-style-isolation):not(#wptb-style-isolation) .wptb-search-container .wptb-search-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:1rem;pointer-events:none;opacity:.5}