@keyframes wpdm-dialog-content-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes wpdm-dialog-spin{to{transform:rotate(360deg)}}@keyframes wpdm-dialog-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes wpdm-dialog-shimmer{0%{left:-100%}to{left:100%}}@keyframes wpdm-dialog-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes wpdm-dialog-footer-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wpdm-dialog-wrapper{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.wpdm-dialog-wrapper.wpdm-dialog-visible{opacity:1;visibility:visible}.wpdm-dialog-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.wpdm-dialog{position:relative;width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.05);transform:scale(.95) translateY(-10px);transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;overflow:hidden}.wpdm-dialog-wrapper.wpdm-dialog-visible .wpdm-dialog{transform:scale(1) translateY(0)}.wpdm-dialog--sm{max-width:320px}.wpdm-dialog--md{max-width:420px}.wpdm-dialog--lg{max-width:560px}.wpdm-dialog--xl{max-width:720px}.wpdm-dialog__header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(180deg,#fff 0,#f8fafc 100%);border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0}.wpdm-dialog__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06),0 0 0 1px rgba(0,0,0,.04)}.wpdm-dialog__icon svg{width:22px;height:22px}.wpdm-dialog__icon--info{background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);color:#2563eb;box-shadow:0 2px 8px rgba(37,99,235,.15),0 0 0 1px rgba(37,99,235,.1)}.wpdm-dialog__icon--success{background:linear-gradient(135deg,#ecfdf5 0,#d1fae5 100%);color:#059669;box-shadow:0 2px 8px rgba(5,150,105,.15),0 0 0 1px rgba(5,150,105,.1)}.wpdm-dialog__icon--warning{background:linear-gradient(135deg,#fffbeb 0,#fef3c7 100%);color:#d97706;box-shadow:0 2px 8px rgba(217,119,6,.15),0 0 0 1px rgba(217,119,6,.1)}.wpdm-dialog__icon--danger{background:linear-gradient(135deg,#fef2f2 0,#fee2e2 100%);color:#dc2626;box-shadow:0 2px 8px rgba(220,38,38,.15),0 0 0 1px rgba(220,38,38,.1)}.wpdm-dialog__icon--question{background:linear-gradient(135deg,#f5f3ff 0,#ede9fe 100%);color:#7c3aed;box-shadow:0 2px 8px rgba(124,58,237,.15),0 0 0 1px rgba(124,58,237,.1)}.wpdm-dialog__header-content{flex:1;min-width:0;padding-right:1.5rem}.wpdm-dialog__title{margin:0!important;font-size:1.0625rem!important;font-weight:600;color:#0f172a;line-height:1.4;letter-spacing:-.01em}.wpdm-dialog__subtitle{margin:.25rem 0 0!important;font-size:.8125rem;color:#64748b;line-height:1.4}.wpdm-dialog__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;transition:all .15s ease}.wpdm-dialog__close:hover{background:#e2e8f0;border-color:#cbd5e1;color:#334155;transform:scale(1.05)}.wpdm-dialog__close:active{transform:scale(.95)}.wpdm-dialog__close svg{width:16px;height:16px;stroke-width:2.5}.wpdm-dialog__body{padding:1rem 1.5rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.wpdm-dialog__body--loaded{animation:wpdm-dialog-content-appear .35s cubic-bezier(.4,0,.2,1) forwards}.wpdm-dialog__message{margin:0;font-size:.9375rem;color:#475569;line-height:1.6}.wpdm-dialog__input-wrapper{margin-top:1rem}.wpdm-dialog__input{width:100%;padding:.75rem 1rem;font-size:.9375rem;color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;outline:0;transition:all .15s ease;box-sizing:border-box}.wpdm-dialog__input:focus{background:#fff;border-color:var(--color-primary, #3b82f6);box-shadow:0 0 0 4px rgba(59,130,246,.1)}.wpdm-dialog__input::placeholder{color:#94a3b8}.wpdm-dialog__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem!important;background:#f8fafc;border-top:1px solid #f1f5f9}.wpdm-dialog__footer--compact{padding:0 1.5rem 1.5rem;background:0 0;border-top:none}.wpdm-dialog__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:100px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;border:0;border-radius:10px;cursor:pointer;transition:all .15s ease}.wpdm-dialog__btn:focus{outline:0}.wpdm-dialog__btn--secondary{color:#475569;background:#fff;border:1px solid #e2e8f0}.wpdm-dialog__btn--secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.wpdm-dialog__btn--secondary:focus{box-shadow:0 0 0 3px rgba(148,163,184,.2)}.wpdm-dialog__btn--primary{color:#fff;background:linear-gradient(135deg,var(--color-primary, #3b82f6) 0%,#2563eb 100%);box-shadow:0 1px 3px rgba(37,99,235,.2),inset 0 1px 0 rgba(255,255,255,.1)}.wpdm-dialog__btn--primary:hover{background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(37,99,235,.3),inset 0 1px 0 rgba(255,255,255,.1)}.wpdm-dialog__btn--primary:focus{box-shadow:0 0 0 3px rgba(59,130,246,.3)}.wpdm-dialog__btn--primary:active{transform:translateY(0)}.wpdm-dialog__btn--success{color:#fff;background:linear-gradient(135deg,#10b981 0,#059669 100%);box-shadow:0 1px 3px rgba(5,150,105,.2),inset 0 1px 0 rgba(255,255,255,.1)}.wpdm-dialog__btn--success:hover{background:linear-gradient(135deg,#059669 0,#047857 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(5,150,105,.3),inset 0 1px 0 rgba(255,255,255,.1)}.wpdm-dialog__btn--danger{color:#fff;background:linear-gradient(135deg,#ef4444 0,#dc2626 100%);box-shadow:0 1px 3px rgba(220,38,38,.2),inset 0 1px 0 rgba(255,255,255,.1)}.wpdm-dialog__btn--danger:hover{background:linear-gradient(135deg,#dc2626 0,#b91c1c 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,38,38,.3),inset 0 1px 0 rgba(255,255,255,.1)}.wpdm-dialog__btn--loading{pointer-events:none;opacity:.7}.wpdm-dialog__btn--loading::before{content:"";width:16px;height:16px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:wpdm-dialog-spin .6s linear infinite}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog{background:#1e293b;box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05)}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__header,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__header{background:linear-gradient(180deg,#1e293b 0,#0f172a 100%);border-bottom-color:#334155}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__title,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__title{color:#f1f5f9}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__message,.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__subtitle,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__message,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__subtitle{color:#94a3b8}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__close,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__close{background:#334155;border-color:#475569;color:#94a3b8}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__close:hover,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__close:hover{background:#475569;border-color:#64748b;color:#e2e8f0}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__input,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__input{background:#0f172a;border-color:#334155;color:#f1f5f9}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__input:focus,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__input:focus{background:#0f172a;border-color:#3b82f6}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__input::placeholder,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__input::placeholder{color:#64748b}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__footer,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__footer{background:#0f172a;border-top-color:#334155}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__btn--secondary,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__btn--secondary{background:#334155;border-color:#475569;color:#e2e8f0}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__btn--secondary:hover,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__btn--secondary:hover{background:#475569;border-color:#64748b}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__icon--info,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__icon--info{background:rgba(59,130,246,.2);color:#60a5fa;box-shadow:0 2px 8px rgba(59,130,246,.2),0 0 0 1px rgba(59,130,246,.15)}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__icon--success,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__icon--success{background:rgba(16,185,129,.2);color:#34d399;box-shadow:0 2px 8px rgba(16,185,129,.2),0 0 0 1px rgba(16,185,129,.15)}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__icon--warning,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__icon--warning{background:rgba(245,158,11,.2);color:#fbbf24;box-shadow:0 2px 8px rgba(245,158,11,.2),0 0 0 1px rgba(245,158,11,.15)}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__icon--danger,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__icon--danger{background:rgba(239,68,68,.2);color:#f87171;box-shadow:0 2px 8px rgba(239,68,68,.2),0 0 0 1px rgba(239,68,68,.15)}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__icon--question,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__icon--question{background:rgba(139,92,246,.2);color:#a78bfa;box-shadow:0 2px 8px rgba(139,92,246,.2),0 0 0 1px rgba(139,92,246,.15)}@media (prefers-color-scheme:dark){.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog{background:#1e293b;box-shadow:0 25px 50px -12px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05)}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__header{background:linear-gradient(180deg,#1e293b 0,#0f172a 100%);border-bottom-color:#334155}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__title{color:#f1f5f9}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__message,.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__subtitle{color:#94a3b8}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__close{background:#334155;border-color:#475569;color:#94a3b8}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__close:hover{background:#475569;border-color:#64748b;color:#e2e8f0}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__input{background:#0f172a;border-color:#334155;color:#f1f5f9}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__input:focus{background:#0f172a;border-color:#3b82f6}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__input::placeholder{color:#64748b}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__footer{background:#0f172a;border-top-color:#334155}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__btn--secondary{background:#334155;border-color:#475569;color:#e2e8f0}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__btn--secondary:hover{background:#475569;border-color:#64748b}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__icon--info{background:rgba(59,130,246,.2);color:#60a5fa;box-shadow:0 2px 8px rgba(59,130,246,.2),0 0 0 1px rgba(59,130,246,.15)}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__icon--success{background:rgba(16,185,129,.2);color:#34d399;box-shadow:0 2px 8px rgba(16,185,129,.2),0 0 0 1px rgba(16,185,129,.15)}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__icon--warning{background:rgba(245,158,11,.2);color:#fbbf24;box-shadow:0 2px 8px rgba(245,158,11,.2),0 0 0 1px rgba(245,158,11,.15)}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__icon--danger{background:rgba(239,68,68,.2);color:#f87171;box-shadow:0 2px 8px rgba(239,68,68,.2),0 0 0 1px rgba(239,68,68,.15)}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__icon--question{background:rgba(139,92,246,.2);color:#a78bfa;box-shadow:0 2px 8px rgba(139,92,246,.2),0 0 0 1px rgba(139,92,246,.15)}}.wpdm-dialog__body--ajax{min-height:160px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fafc 0,#fff 100%)}.wpdm-dialog__loading{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem}.wpdm-dialog__spinner{display:flex;align-items:center;justify-content:center;gap:6px;height:40px}.wpdm-dialog__spinner span,.wpdm-dialog__spinner::after,.wpdm-dialog__spinner::before{content:'';width:10px;height:10px;background:var(--color-primary, #3b82f6);border-radius:50%;animation:wpdm-dialog-bounce 1.4s ease-in-out infinite both}.wpdm-dialog__spinner::before{animation-delay:-.32s}.wpdm-dialog__spinner span{animation-delay:-.16s}.wpdm-dialog__loading-text{margin:0;font-size:.875rem;font-weight:500;color:#64748b;position:relative;overflow:hidden}.wpdm-dialog__loading-text::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:wpdm-dialog-shimmer 2s infinite}.wpdm-dialog__skeleton{width:100%;padding:1.5rem}.wpdm-dialog__skeleton-line{height:12px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;border-radius:6px;margin-bottom:.75rem;animation:wpdm-dialog-skeleton 1.5s ease-in-out infinite}.wpdm-dialog__skeleton-line:last-child{margin-bottom:0;width:60%}.wpdm-dialog__skeleton-line--short{width:40%}.wpdm-dialog__skeleton-line--medium{width:75%}.wpdm-dialog__error{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;text-align:center}.wpdm-dialog__error-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#fef2f2 0,#fee2e2 100%);border-radius:50%;color:#dc2626}.wpdm-dialog__error-icon svg{width:28px;height:28px}.wpdm-dialog__error-message{margin:0;font-size:.9375rem;color:#64748b;line-height:1.5}.wpdm-dialog__retry{margin-top:.5rem}.wpdm-dialog__footer--hidden{display:none!important}.wpdm-dialog__footer:not(.wpdm-dialog__footer--hidden){animation:wpdm-dialog-footer-appear .25s cubic-bezier(.4,0,.2,1) forwards}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__body--ajax,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__body--ajax{background:linear-gradient(180deg,#0f172a 0,#1e293b 100%)}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__spinner span,.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__spinner::after,.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__spinner::before,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__spinner span,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__spinner::after,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__spinner::before{background:#60a5fa}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__loading-text,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__loading-text{color:#94a3b8}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__loading-text::after,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__loading-text::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__skeleton-line,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__skeleton-line{background:linear-gradient(90deg,#334155 25%,#475569 50%,#334155 75%);background-size:200% 100%}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__error-icon,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__error-icon{background:rgba(239,68,68,.15);color:#f87171}.wpdm-dialog-wrapper.dark-mode .wpdm-dialog__error-message,.wpdm-dialog-wrapper.wpdm-dialog--dark .wpdm-dialog__error-message{color:#94a3b8}@media (prefers-color-scheme:dark){.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__body--ajax{background:linear-gradient(180deg,#0f172a 0,#1e293b 100%)}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__spinner span,.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__spinner::after,.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__spinner::before{background:#60a5fa}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__loading-text{color:#94a3b8}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__loading-text::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__skeleton-line{background:linear-gradient(90deg,#334155 25%,#475569 50%,#334155 75%);background-size:200% 100%}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__error-icon{background:rgba(239,68,68,.15);color:#f87171}.wpdm-dialog-wrapper:not(.light-mode) .wpdm-dialog__error-message{color:#94a3b8}}@media (max-width:480px){.wpdm-dialog-wrapper{padding:.5rem;align-items:flex-end}.wpdm-dialog{max-width:100%!important;border-radius:16px 16px 0 0;margin-bottom:0}.wpdm-dialog__footer{flex-direction:column}.wpdm-dialog__btn{width:100%}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:34px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ddd;outline:none;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#555;line-height:34px}.select2-container--default .select2-selection--single .select2-selection__clear{display: none;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:32px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #ddd;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #ddd;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #ddd}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:34px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #ddd;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #ddd;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #ddd;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #ddd;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #ddd;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.qodef-core-dashboard{max-width:initial!important}.qodef-core-dashboard .qodef-core-dashboard-inner{margin:0 -15px;display:inline-block;width:100%}.qodef-core-dashboard .qodef-cd-logo{display:inline-block;vertical-align:middle;padding-right:15px;width:62px}.qodef-core-dashboard .qodef-cd-title{display:inline-block;vertical-align:middle;font-size:41px;font-weight:400;margin:0}.qodef-core-dashboard .qodef-cd-title-holder{margin-bottom:30px}.qodef-core-dashboard .qodef-cd-subtitle{font-size:18px;line-height:25px;font-weight:400;color:#555d66;max-width:610px;margin:10px 0 30px}.qodef-core-dashboard .qodef-core-dashboard-column{float:left;width:100%;max-width:610px;padding:0 15px}.qodef-core-dashboard .qodef-core-dashboard-column.qodef-cd-smaller-column{max-width:380px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box{background-color:#fff}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-core-bottom-space{margin-bottom:30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder{padding:28px 34px 23px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder p{margin:19px 0 0;padding:0;font-size:16px;line-height:22px;font-weight:400;color:#555d66}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-box-title-holder p{font-size:14px;line-height:20px;margin:17px 0 0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-label{font-weight:600;margin-bottom:15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h2{margin:0;padding:0;font-size:25px;font-weight:400;color:#32373c;text-align:left}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h3{margin:0;padding:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-field-holder{padding-bottom:30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-label{display:block;color:#555d66;font-size:14px;margin-bottom:7px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input{border:none;border-bottom:1px solid #c2c2c2;outline:0;width:50%;box-shadow:none;color:#555d66;font-size:14px;padding:4px 0;margin:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus{outline:0;border-color:#c2c2c2}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-webkit-input-placeholder{color:#555d66}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus:-moz-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-moz-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus:-ms-input-placeholder{color:#555d66}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-webkit-input-placeholder{color:#555d66}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-moz-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-moz-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-ms-input-placeholder{color:#555d66}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:active,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:focus,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill{-webkit-text-fill-color:#666!important}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-field{border-bottom-color:#ee3535}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-message{display:block;color:#ee3535;font-size:12px;margin-top:5px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem{border:1px solid #e1e1e1;border-left:3px solid #ee3535;padding:15px;margin-bottom:25px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem p{font-size:12px;line-height:18px;font-weight:600;margin:0;padding:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box:last-child .qodef-cd-box-row:last-child{padding-bottom:10px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button{padding:7px 35px;background-color:#3596ee;border:none;color:#fff;font-size:16px;line-height:1em;border-radius:5px;box-shadow:0 2px 0 0 #246eae}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-cd-button-disabled,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-import-demo-data-disabled{background-color:#6bb4f7}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button-wait{display:none;font-size:12px;color:#3596ee;margin-left:15px;font-weight:400}.qodef-core-dashboard .qodef-core-dashboard-column a.qodef-cd-button{text-decoration:none}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section{padding:0 35px 10px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section h3{padding:0;margin:0 0 24px;color:#555d66;font-size:17px;line-height:20px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list{padding:10px 35px;margin:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li{font-size:15px;margin:0 0 25px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li a{color:#3675ae}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-row{display:table;padding:0 20px;border-bottom:1px solid #f1f1f1;width:100%;box-sizing:border-box;font-size:14px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-label,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value{display:table-cell;width:50%;padding:17px 15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value{color:#3e87be}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value-false span{color:#ea3a27}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form{padding:0 30px 10px 30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section{padding:0 0 28px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns{display:flex;margin:0 -15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column{padding:0 15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:first-child{width:75%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:last-child{width:25%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-cd-import-option,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-import-demo{width:100%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single{border-radius:0;border-color:#e1e1e1;height:34px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered{color:#555;line-height:34px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-is-completed{display:none;color:#3596ee;font-size:14px;font-weight:600}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-dependency,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-progress{display:none}#qodef-progress-bar[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:100%;height:5px}#qodef-progress-bar[value]::-webkit-progress-bar{background-color:#fff;border:1px solid #e1e1e1;border-radius:0}#qodef-progress-bar{color:#3596ee}#qodef-progress-bar::-moz-progress-bar{background:#3596ee}#qodef-progress-bar::-webkit-progress-value{background:#3596ee}#qodef-progress-bar[aria-valuenow]:before{background:#3596ee}.qodef-cd-selection li.select2-results__option{padding:10px;margin:0}.qodef-cd-selection img{vertical-align:middle;padding-right:20px}.select2-container--default .qodef-cd-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .qodef-cd-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.qodef-cd-action-selection li.select2-results__option,.qodef-cd-single-page-selection li.select2-results__option{margin:0}.select2-container--default .qodef-cd-action-selection .select2-results__option[aria-selected=true],.select2-container--default .qodef-cd-single-page-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .qodef-cd-action-selection .select2-results__option--highlighted,.select2-container--default .qodef-cd-single-page-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.qodef-cd-import-single-page{width:100%}.qodef-cd-switch{display:inline-block;border:1px solid #e1e1e1;border-radius:40px;overflow:hidden}.qodef-cd-switch .qodef-cd-import-attachments{display:none}.qodef-cd-switch .qodef-cd-cb-disable,.qodef-cd-switch .qodef-cd-cb-enable{display:block;float:left;padding:0 10px}.qodef-cd-switch .qodef-cd-cb-disable.selected,.qodef-cd-switch .qodef-cd-cb-enable.selected{background-color:#3596ee;color:#fff}.qodef-cd-switch .qodef-cd-cb-disable span,.qodef-cd-switch .qodef-cd-cb-enable span{line-height:32px;display:block;font-weight:700}