.custom-modal-overlay{align-items:center;backdrop-filter:blur(2px);background-color:rgba(0,0,0,.45);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:1000}.custom-modal-overlay.custom-modal-open{opacity:1;visibility:visible}.custom-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden;position:relative;transform:scale(.8);transition:transform .3s ease}.custom-modal-overlay.custom-modal-open .custom-modal{transform:scale(1)}.custom-modal-header{align-items:center;background-color:#fafafa;border-bottom:1px solid #f0f0f0;border-radius:8px 8px 0 0;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 24px}.custom-modal-header .custom-modal-title{color:#262626;font-size:18px;font-weight:600;line-height:1.4;margin:0}.custom-modal-header .custom-modal-close{align-items:center;background:0 0;border:none;border-radius:4px;color:#8c8c8c;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;padding:4px;transition:color .2s ease,background-color .2s ease;width:32px}.custom-modal-header .custom-modal-close:hover{background-color:#f5f5f5;color:#262626}.custom-modal-header .custom-modal-close:focus{box-shadow:0 0 0 2px rgba(0,115,170,.25);outline:none}.custom-modal-header .custom-modal-close:active{transform:scale(.95)}.custom-modal-body{background-color:#fff;flex:1;overflow:auto;padding:24px;position:relative}.custom-modal-body::-webkit-scrollbar{width:6px}.custom-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.custom-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.custom-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.custom-modal-body .notif-flow-form-item-label{color:#262626;display:block;font-weight:600;margin-bottom:8px}.custom-modal-body .notif-flow-input,.custom-modal-body .notif-flow-select{border:1px solid #d9d9d9;border-radius:6px;height:38px!important;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.custom-modal-body .notif-flow-input:focus,.custom-modal-body .notif-flow-select:focus{border-color:var(--notif-flow-primary-color,#0073aa);box-shadow:0 0 0 2px var(--notif-flow-primary-shadow,rgba(0,115,170,.1))}.custom-modal-body .notif-flow-input:hover:not(:focus),.custom-modal-body .notif-flow-select:hover:not(:focus){border-color:var(--notif-flow-primary-hover,#40a9ff)}.custom-modal-body .ant-form-item-label{color:#262626;font-weight:600}.custom-modal-body .ant-select-selector,.custom-modal-body input{border-radius:6px;height:38px!important}.custom-modal-footer{border-radius:0 0 8px 8px;border-top:1px solid #f0f0f0;display:flex;flex-shrink:0;gap:8px;justify-content:flex-end;padding:16px 24px}.custom-modal.custom-modal-small{width:400px}.custom-modal.custom-modal-medium{width:520px}.custom-modal.custom-modal-large{width:720px}.custom-modal.custom-modal-extra-large{width:920px}.custom-modal.custom-modal-centered .custom-modal-overlay{align-items:center}.custom-modal.custom-modal-top .custom-modal-overlay{align-items:flex-start;padding-top:60px}.custom-modal.custom-modal-bottom .custom-modal-overlay{align-items:flex-end;padding-bottom:60px}@media (max-width:768px){.custom-modal-overlay{padding:10px}.custom-modal{border-radius:8px 8px 0 0;max-height:95vh;max-width:100%!important;width:100%!important}.custom-modal-header{padding:12px 16px}.custom-modal-header .custom-modal-title{font-size:16px}.custom-modal-body{padding:16px}.custom-modal-footer{padding:12px 16px}}@media (max-width:480px){.custom-modal-overlay{padding:0}.custom-modal{border-radius:0;max-height:100vh}.custom-modal-header{border-radius:0;padding:16px}.custom-modal-body{padding:16px}.custom-modal-footer{border-radius:0;padding:16px}}.custom-modal-loading .custom-modal-body{position:relative}.custom-modal-loading .custom-modal-body:after{align-items:center;background-color:hsla(0,0%,100%,.8);bottom:0;content:"";display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.ens-btn{align-items:center;background:0 0;background-color:#005a87;border:1px solid transparent;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;line-height:1.4;outline:none;overflow:hidden;padding:8px 16px;position:relative;text-decoration:none;transition:all .2s ease}.ens-btn:focus{box-shadow:0 0 0 2px rgba(0,123,255,.25)}.wp-spinner{animation:wp-spin 1s linear infinite}.wp-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;display:inline-block}.wp-skeleton,.wp-skeleton.wp-skeleton-active{animation:wp-skeleton-loading 1.5s infinite}.wp-skeleton.wp-skeleton-round{border-radius:50%}.wp-skeleton.wp-skeleton-input{border-radius:4px;height:32px}.wp-skeleton.wp-skeleton-button{border-radius:4px;height:32px;width:80px}.wp-skeleton.wp-skeleton-avatar{border-radius:50%;height:40px;width:40px}.wp-skeleton.wp-skeleton-image{border-radius:4px;height:200px;width:100%}.wp-space{align-items:center;display:flex}.wp-space.wp-space-horizontal{flex-direction:row}.wp-space.wp-space-vertical{flex-direction:column}.wp-space.wp-space-wrap{flex-wrap:wrap}.wp-space.wp-space-align-start{align-items:flex-start}.wp-space.wp-space-align-end{align-items:flex-end}.wp-space.wp-space-align-center{align-items:center}.wp-space.wp-space-align-baseline{align-items:baseline}.wp-space .wp-space-item{flex-shrink:0}.wp-space.wp-space-horizontal .wp-space-item{width:var(--wp-space-size,12px)}.wp-space.wp-space-vertical .wp-space-item{height:var(--wp-space-size,12px)}.wp-spin{display:inline-block}.wp-spin.wp-spin-hidden{display:none}.wp-spin.wp-spin-small .wp-spin-svg{height:14px;width:14px}.wp-spin.wp-spin-default .wp-spin-svg{height:20px;width:20px}.wp-spin.wp-spin-large .wp-spin-svg{height:32px;width:32px}.wp-spin-container{align-items:center;display:flex;flex-direction:column;gap:8px}.wp-spin-spinner{align-items:center;display:flex;justify-content:center}.wp-spin-svg{animation:wp-spin 1s linear infinite}.wp-spin-circle{animation:wp-spin-dash 1.5s ease-in-out infinite}.wp-spin-tip{color:#666;font-size:14px;text-align:center}.wp-spin-wrapper{position:relative}.wp-spin-overlay{align-items:center;background:hsla(0,0%,100%,.8);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.wp-icon{display:inline-block;fill:currentColor;stroke:currentColor;stroke-width:0;vertical-align:middle}.wp-form{display:flex;flex-direction:column;gap:16px}.wp-form.wp-form-horizontal .wp-form-item{align-items:center;display:flex;gap:12px}.wp-form.wp-form-horizontal .wp-form-item .wp-form-item-label{min-width:120px;text-align:right}.wp-form.wp-form-inline{align-items:center;flex-direction:row;flex-wrap:wrap;gap:16px}.wp-form.wp-form-inline .wp-form-item{margin-bottom:0}.wp-form-item{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.wp-form-item.wp-form-item-has-error .wp-form-item-control .wp-input,.wp-form-item.wp-form-item-has-error .wp-form-item-control .wp-select{border-color:#f56565;box-shadow:0 0 0 1px #f56565}.wp-form-item-label{color:#2c3338;font-size:14px;font-weight:500;margin-bottom:4px}.wp-form-item-label.wp-form-item-required:before{color:#f56565;content:"*";margin-right:4px}.wp-form-item-control{flex:1}.wp-form-item-error{color:#f56565;font-size:12px;margin-top:4px}.wp-radio{align-items:center;cursor:pointer;display:flex;gap:8px}.wp-radio.wp-radio-disabled{cursor:not-allowed;opacity:.6}.wp-radio.wp-radio-checked .wp-radio-input:checked{background-color:#0073aa;border-color:#0073aa}.wp-radio-input{background-color:#fff;border:2px solid #c3c4c7;border-radius:50%;cursor:pointer;height:16px;width:16px}.wp-radio-input:checked{background-color:#0073aa;border-color:#0073aa;position:relative}.wp-radio-input:checked:after{background-color:#fff;border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:6px}.wp-radio-input:focus{box-shadow:0 0 0 2px rgba(0,115,170,.25);outline:none}.wp-radio-text{color:#2c3338;font-size:14px}.wp-radio-group{display:flex;flex-direction:column;gap:8px}.wp-radio-group.wp-radio-group-horizontal{flex-direction:row;flex-wrap:wrap;gap:16px}.wp-radio-button{align-items:center;background-color:#fff;border:1px solid #c3c4c7;color:#2c3338;cursor:pointer;display:inline-flex;justify-content:center;padding:8px 16px;transition:all .2s ease}.wp-radio-button:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.wp-radio-button:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.wp-radio-button:not(:first-child){border-left:none}.wp-radio-button.wp-radio-button-checked{background-color:#0073aa;border-color:#0073aa;color:#fff;z-index:1}.wp-radio-button.wp-radio-button-disabled{cursor:not-allowed;opacity:.6}.wp-radio-button:hover:not(.wp-radio-button-disabled):not(.wp-radio-button-checked){background-color:#f6f7f7;border-color:#8c8f94}.wp-radio-button-input{display:none}.wp-radio-button-text{font-size:14px}.wp-badge-wrapper{display:inline-block;position:relative}.wp-badge{background-color:#f56565;border-radius:8px;box-shadow:0 0 0 1px #fff;color:#fff;font-size:10px;font-weight:500;height:16px;line-height:16px;min-width:16px;padding:0 4px;position:absolute;right:-8px;text-align:center;top:-8px}.wp-badge.wp-badge-dot{border-radius:50%;height:8px;min-width:8px;padding:0;width:8px}.wp-badge.wp-badge-status-success{background-color:#10b981}.wp-badge.wp-badge-status-processing{background-color:#3b82f6}.wp-badge.wp-badge-status-default{background-color:#6b7280}.wp-badge.wp-badge-status-error{background-color:#f56565}.wp-badge.wp-badge-status-warning{background-color:#f59e0b}.wp-datepicker{width:100%}.notif-flow-dropdown,.wp-datepicker{display:inline-block;position:relative}.notif-flow-dropdown-trigger{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notif-flow-dropdown-trigger.notif-flow-dropdown-disabled{cursor:not-allowed;opacity:.6}.notif-flow-dropdown-menu{animation:notif-flow-dropdown-fade-in .15s ease-out;background:#fff;border:1px solid #c3c4c7;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15);font-size:14px;line-height:1.4;list-style:none;margin:0;min-width:160px;overflow:hidden;padding:4px 0;position:absolute;z-index:1000}.notif-flow-dropdown-menu.notif-flow-dropdown-portal{position:fixed;z-index:9999}.notif-flow-dropdown-menu.notif-flow-dropdown-bottom-left{left:0;margin-top:4px;top:100%}.notif-flow-dropdown-menu.notif-flow-dropdown-bottom-right{margin-top:4px;right:0;top:100%}.notif-flow-dropdown-menu.notif-flow-dropdown-bottom-center{left:50%;margin-top:4px;top:100%;transform:translateX(-50%)}.notif-flow-dropdown-menu.notif-flow-dropdown-top-left{bottom:100%;left:0;margin-bottom:4px}.notif-flow-dropdown-menu.notif-flow-dropdown-top-right{bottom:100%;margin-bottom:4px;right:0}.notif-flow-dropdown-menu.notif-flow-dropdown-top-center{bottom:100%;left:50%;margin-bottom:4px;transform:translateX(-50%)}.notif-flow-dropdown-item{align-items:center;color:#2c3338;cursor:pointer;display:flex;padding:8px 12px;transition:background-color .2s ease;white-space:nowrap}.notif-flow-dropdown-item.notif-flow-dropdown-item-disabled{color:#8c8f94;cursor:not-allowed;opacity:.6}.notif-flow-dropdown-item.notif-flow-dropdown-item-danger{color:#d63638}.notif-flow-dropdown-item.notif-flow-dropdown-item-danger:hover:not(.notif-flow-dropdown-item-disabled){background-color:#fcf0f1}.notif-flow-dropdown-item-icon{align-items:center;display:inline-flex;font-size:14px;height:16px;justify-content:center;margin-right:8px;width:16px}.notif-flow-dropdown-item-label{flex:1;font-size:14px;line-height:1.4}.wp-table-more-btn{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.wp-table-more-btn:hover{background-color:#f9fafb;border-color:#9ca3af;color:#374151}.wp-table-more-btn:focus{box-shadow:0 0 0 2px rgba(0,115,170,.25);outline:none}.notif-flow-dropdown-menu{border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.notif-flow-dropdown-menu:before{background:linear-gradient(90deg,transparent,#e0e0e0,transparent);content:"";height:1px;left:0;position:absolute;right:0;top:0}.notif-flow-dropdown-item{position:relative}.notif-flow-dropdown-item:not(:last-child):after{background-color:#f0f0f0;bottom:0;content:"";height:1px;left:12px;position:absolute;right:12px}.notif-flow-dropdown-item:hover:not(.notif-flow-dropdown-item-disabled){background-color:#f6f7f7}.notif-flow-dropdown-item.notif-flow-dropdown-item-danger:hover:not(.notif-flow-dropdown-item-disabled){background-color:#fef2f2;border-left:3px solid #d63638;padding-left:9px}@media (max-width:768px){.notif-flow-dropdown-menu{font-size:13px;min-width:140px}.notif-flow-dropdown-item{padding:6px 10px}.notif-flow-dropdown-item-icon{height:14px;margin-right:6px;width:14px}}.notif-flow-switch-wrapper{align-items:center;display:inline-flex;font-size:14px;gap:8px;line-height:1.4}.notif-flow-switch-label{font-weight:500;margin:0}.notif-flow-switch-children,.notif-flow-switch-label{color:#2c3338}.notif-flow-switch,.notif-flow-switch-children,.notif-flow-switch-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.notif-flow-switch{border-radius:20px;display:inline-block;outline:none;position:relative;transition:all .2s ease}.notif-flow-switch:focus{box-shadow:0 0 0 2px rgba(0,115,170,.25)}.notif-flow-switch.notif-flow-switch-disabled{cursor:not-allowed;opacity:.6}.notif-flow-switch.notif-flow-switch-loading{cursor:wait}.notif-flow-switch-track{background-color:#c3c4c7;border-radius:inherit;display:block;overflow:hidden;position:relative;transition:background-color .2s ease}.notif-flow-switch-checked .notif-flow-switch-track{background-color:var(--notif-flow-primary-color,#f45925)}.notif-flow-switch-disabled .notif-flow-switch-track{background-color:#e0e0e0}.notif-flow-switch-thumb{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);display:flex;justify-content:center;left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}.notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(100%)}.notif-flow-switch-default .notif-flow-switch-track{height:24px;width:44px}.notif-flow-switch-default .notif-flow-switch-thumb{height:20px;width:20px}.notif-flow-switch-default .notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(20px)}.notif-flow-switch-small .notif-flow-switch-track{height:20px;width:36px}.notif-flow-switch-small .notif-flow-switch-thumb{height:16px;width:16px}.notif-flow-switch-small .notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(16px)}.notif-flow-switch-large .notif-flow-switch-track{height:28px;width:52px}.notif-flow-switch-large .notif-flow-switch-thumb{height:24px;width:24px}.notif-flow-switch-large .notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(24px)}.notif-flow-switch-loading-spinner{animation:notif-flow-switch-spin 1s linear infinite;border:2px solid transparent;border-radius:50%;border-top:2px solid var(--notif-flow-primary-color,#f45925);height:12px;width:12px}.notif-flow-switch:not(.notif-flow-switch-disabled):not(.notif-flow-switch-loading):hover .notif-flow-switch-track{box-shadow:0 0 0 2px rgba(0,115,170,.1)}.notif-flow-switch:not(.notif-flow-switch-disabled):not(.notif-flow-switch-loading):hover.notif-flow-switch-checked .notif-flow-switch-track{box-shadow:0 0 0 2px rgba(244,89,37,.2)}.notif-flow-switch:not(.notif-flow-switch-disabled):not(.notif-flow-switch-loading):active .notif-flow-switch-thumb{transform:translateY(-50%) scale(.95)}.notif-flow-switch:not(.notif-flow-switch-disabled):not(.notif-flow-switch-loading):active.notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(20px) scale(.95)}.notif-flow-switch-small:not(.notif-flow-switch-disabled):not(.notif-flow-switch-loading):active.notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(16px) scale(.95)}.notif-flow-switch-large:not(.notif-flow-switch-disabled):not(.notif-flow-switch-loading):active.notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(24px) scale(.95)}.notif-flow-switch:focus-visible{box-shadow:0 0 0 2px rgba(0,115,170,.5);outline:none}@media (prefers-color-scheme:dark){.notif-flow-switch-children,.notif-flow-switch-label{color:#f0f0f1}.notif-flow-switch-track{background-color:#3c434a}.notif-flow-switch-disabled .notif-flow-switch-track{background-color:#2c3338}.notif-flow-switch-thumb{background-color:#f0f0f1;box-shadow:0 2px 4px rgba(0,0,0,.4)}}@media (prefers-contrast:high){.notif-flow-switch-track{border:2px solid #000}.notif-flow-switch-checked .notif-flow-switch-track{border-color:var(--notif-flow-primary-color,#f45925)}.notif-flow-switch-thumb{border:1px solid #000}}@media (prefers-reduced-motion:reduce){.notif-flow-switch,.notif-flow-switch-thumb,.notif-flow-switch-track{transition:none}.notif-flow-switch-loading-spinner{animation:none}}[dir=rtl] .notif-flow-switch-thumb{left:auto;right:2px}[dir=rtl] .notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(-100%)}[dir=rtl] .notif-flow-switch-default.notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(-20px)}[dir=rtl] .notif-flow-switch-small.notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(-16px)}[dir=rtl] .notif-flow-switch-large.notif-flow-switch-checked .notif-flow-switch-thumb{transform:translateY(-50%) translateX(-24px)}.notif-flow-drawer-mask{background-color:rgba(0,0,0,.45);bottom:0;left:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.notif-flow-drawer{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);display:flex;flex-direction:column;position:absolute;transition:transform .3s ease}.notif-flow-drawer-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 24px}.notif-flow-drawer-title{color:#2c3338;font-size:16px;font-weight:600;margin:0}.notif-flow-drawer-close{align-items:center;background:0 0;border:none;color:#666;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;padding:0;transition:color .2s ease;width:24px}.notif-flow-drawer-close:hover{color:#333}.notif-flow-drawer-body{flex:1;overflow-y:auto;padding:24px}.notif-flow-drawer-footer{border-top:1px solid #e0e0e0;display:flex;flex-shrink:0;gap:8px;justify-content:flex-end;padding:16px 24px}.notif-flow-form--vertical .notif-flow-form-item{margin-bottom:16px}.notif-flow-form--horizontal .notif-flow-form-item{align-items:center;display:flex;margin-bottom:16px}.notif-flow-form--horizontal .notif-flow-form-item .notif-flow-form-item-label{margin-right:16px;text-align:right;width:120px}.notif-flow-form--inline .notif-flow-form-item{display:inline-block;margin-bottom:0;margin-right:16px}.notif-flow-form-item{margin-bottom:16px}.notif-flow-form-item-label{color:#374151;display:block;font-size:14px;font-weight:500;line-height:1.5;margin-bottom:8px}.notif-flow-form-item-label:after{content:""}.notif-flow-form-item-control{position:relative}.notif-flow-form-item-error{color:#ef4444;font-size:12px;line-height:1.5;margin-top:4px}.notif-flow-form-item-has-error .notif-flow-form-item-control .notif-flow-input,.notif-flow-form-item-has-error .notif-flow-form-item-control .notif-flow-select,.notif-flow-form-item-has-error .notif-flow-form-item-control .notif-flow-textarea{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.1)}.components-tooltip{font-size:12px!important;line-height:1.4!important;max-width:220px!important;padding:8px 12px!important;position:relative;word-break:break-word!important;z-index:999999!important}.components-tooltip,.components-tooltip .components-popover__content{background:#1f1f1f!important;border-radius:4px!important;color:#fff!important;white-space:normal!important}.components-tooltip .components-popover__content{box-shadow:0 2px 6px rgba(0,0,0,.3)!important;min-width:unset!important}.components-tooltip.is-top{margin-bottom:8px!important}.components-tooltip.is-bottom{margin-top:8px!important}.components-tooltip .components-tooltip__shortcut{color:#fff!important}.notif-flow-action-sidebar .components-tooltip{z-index:1000001!important}.dynamic-variable-chip,.form-field-tooltip-icon{position:relative;z-index:1}.dynamic-variables-container .components-tooltip{text-align:center}.components-popover.components-tooltip .components-popover__content:before{border-color:#1f1f1f!important}.notif-flow-table{background:#fff;border-collapse:separate;border-spacing:0;text-align:left;width:100%}.notif-flow-table-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;min-height:150px;overflow-x:auto;position:relative!important;width:100%}.notif-flow-table-loading-overlay{align-items:center;background:hsla(0,0%,100%,.5);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:100}.notif-flow-table-loading-spinner{align-items:center;color:var(--notif-flow-primary-color,#f97316);display:flex;justify-content:center}.notif-flow-table-loading{opacity:.6;pointer-events:none}.notif-flow-table-head .notif-flow-table-header-cell{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:14px;font-weight:500;padding:12px 16px;white-space:nowrap}.notif-flow-table-head .notif-flow-table-header-cell.notif-flow-table-selection-cell{background-color:#f9fafb!important;padding-left:16px!important;padding-right:16px!important;width:48px}.notif-flow-table-head .notif-flow-table-header-cell:first-child{border-top-left-radius:8px}.notif-flow-table-head .notif-flow-table-header-cell:last-child{border-top-right-radius:8px}.notif-flow-table-body .notif-flow-table-row:hover,.notif-flow-table-head .notif-flow-table-selection-cell{background-color:#f9fafb}.notif-flow-table-body .notif-flow-table-row:last-child .notif-flow-table-cell{border-bottom:1px solid #e5e7eb}.notif-flow-table-body .notif-flow-table-empty-cell{padding:48px 0!important;text-align:center}.notif-flow-table-body .notif-flow-table-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:240px;padding:32px 20px}.notif-flow-table-body .notif-flow-table-empty-icon{align-items:center;color:#9ca3af;display:flex;justify-content:center;margin-bottom:16px}.notif-flow-table-body .notif-flow-table-empty-text{color:#6b7280;font-size:14px;margin-bottom:16px}.notif-flow-table-body .notif-flow-table-empty-action{margin-top:8px}.notif-flow-table-body .notif-flow-table-empty-action .notif-flow-button{background-color:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;min-height:36px;padding:8px 16px;transition:all .2s}.notif-flow-table-body .notif-flow-table-empty-action .notif-flow-button:hover{background-color:#e5e7eb}.notif-flow-table-body .notif-flow-table-empty-action .notif-flow-button:active{background-color:#d1d5db}.notif-flow-table-body .notif-flow-table-empty-action .notif-flow-button:focus{outline:2px solid #e5e7eb;outline-offset:2px}.notif-flow-table-cell{border-bottom:1px solid #e5e7eb;color:#111827;font-size:14px;padding:14px 16px}.notif-flow-table-cell.notif-flow-table-selection-cell{padding-left:16px;padding-right:16px;width:48px}.notif-flow-table-row{transition:background-color .2s}.notif-flow-table-row:last-child .notif-flow-table-cell{border-bottom:none}.notif-flow-table-row.notif-flow-table-data-row:hover{background-color:#f9fafb;cursor:pointer}.notif-flow-table-align-left{text-align:left}.notif-flow-table-align-center{text-align:center}.notif-flow-table-align-right{text-align:right}.notif-flow-table-pagination{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;padding:16px}.notif-flow-table input[type=checkbox],.notif-flow-table input[type=radio]{accent-color:var(--notif-flow-primary-color,#f97316);background-color:transparent;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;height:16px;width:16px}.notif-flow-table-header-cell .notif-flow-table input[type=checkbox],.notif-flow-table-header-cell .notif-flow-table input[type=radio]{background-color:transparent}.notif-flow-table input[type=checkbox]:checked,.notif-flow-table input[type=radio]:checked{border-color:var(--notif-flow-primary-color,#f97316)}.notif-flow-table input[type=checkbox]:focus,.notif-flow-table input[type=radio]:focus{outline:2px var(--notif-flow-primary-shadow,rgba(0,115,170,.2));outline-offset:2px}@media (max-width:768px){.notif-flow-table-container{border-radius:4px}.notif-flow-table-cell{padding:8px 12px}}.notif-flow-toast-container{bottom:20px;pointer-events:none;position:fixed;right:20px;z-index:999999}.notif-flow-toast{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-bottom:8px;pointer-events:all}.notif-flow-toast:hover{box-shadow:0 6px 16px rgba(0,0,0,.2)}.notif-flow-toast.notif-flow-toast-success{background-color:#ecfdf5;border:1px solid #d1fae5;color:#065f46}.notif-flow-toast.notif-flow-toast-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.notif-flow-toast.notif-flow-toast-warning{background-color:#fffbeb;border:1px solid #fed7aa;color:#92400e}.notif-flow-toast.notif-flow-toast-info{background-color:#eff6ff;border:1px solid #dbeafe;color:#1e40af}@media (max-width:768px){.notif-flow-toast-container{bottom:20px;left:20px;right:20px}.notif-flow-toast{max-width:none;min-width:auto;width:100%}}.animated-edge,.animated-edge[data-condition=true]{animation:edgePulse 1s ease-in-out infinite,edgeGlow 1s ease-in-out infinite}.animated-edge[data-condition=true]{stroke:#22b855}.animated-edge[data-condition=false]{animation:edgePulse 1s ease-in-out infinite,edgeGlow 1s ease-in-out infinite;stroke:#ef4444}.react-flow__edge{transition:stroke-width .3s ease,stroke-opacity .3s ease}.notif-flow-badge-wrapper{display:inline-block;position:relative}.notif-flow-badge,.wp-table-status-badge{align-items:center;border-radius:4px;display:inline-flex;font-size:12px;font-weight:500;justify-content:center;line-height:1;padding:4px 8px;transition:all .2s ease;white-space:nowrap}.notif-flow-badge-small,.wp-table-status-badge{border-radius:3px;font-size:11px;padding:2px 6px}.notif-flow-badge-large{border-radius:5px;font-size:13px;padding:6px 12px}.notif-flow-badge-published,.notif-flow-badge-success,.wp-table-status-badge.wp-table-status-published{background-color:#ecfdf5;border:1px solid #d1fae5;color:#065f46}.notif-flow-badge-default,.notif-flow-badge-draft,.wp-table-status-badge.wp-table-status-draft{background-color:#f3f4f6;border:1px solid #e5e7eb;color:#6b7280}.notif-flow-badge-processing{background-color:#eff6ff;border:1px solid #dbeafe;color:#1e40af}.notif-flow-badge-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.notif-flow-badge-warning{background-color:#fffbeb;border:1px solid #fed7aa;color:#92400e}.notif-flow-badge-count{border-radius:10px;box-shadow:0 0 0 2px #fff;font-size:12px;height:20px;line-height:20px;min-width:20px;padding:0 6px;position:absolute;right:-8px;top:-8px;z-index:10}.notif-flow-badge-dot{border-radius:50%;height:8px;min-width:8px;padding:0;right:-4px;top:-4px;width:8px}.notif-flow-badge-status{cursor:default}.notif-flow-badge-status:hover{opacity:.9}.notif-flow-badge-count{animation:notif-flow-badge-zoom .3s ease-out}@media (max-width:768px){.notif-flow-badge,.wp-table-status-badge{font-size:11px;padding:3px 6px}.notif-flow-badge-small,.wp-table-status-badge{font-size:10px;padding:2px 5px}.notif-flow-badge-large{font-size:12px;padding:5px 10px}}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:hsla(0,0%,100%,.5);--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:hsla(0,0%,94%,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:hsla(0,0%,94%,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(0,0,0,.08);--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:rgba(0,89,220,.08);--xy-selection-border-default:1px dotted rgba(0,89,220,.8);--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;background-color:var(--xy-background-color,var(--xy-background-color-default));direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:hsla(0,0%,59%,.25);--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:rgba(60,60,60,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:hsla(0,0%,94%,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px hsla(0,0%,100%,.08);--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:rgba(200,200,220,.08);--xy-selection-border-default:1px dotted rgba(200,200,220,.8);--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{fill:none;stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default))}.react-flow__connection-path{fill:none;stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default))}.react-flow .react-flow__edges{position:absolute}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{animation:dashdraw .5s linear infinite;stroke-dasharray:5}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:default;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:0;left:50%;top:auto;transform:translate(-50%,50%)}.react-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.react-flow__handle-left{left:0;top:50%;transform:translate(-50%,-50%)}.react-flow__handle-right{right:0;top:50%;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.bottom.center,.react-flow__panel.top.center{left:50%;transform:translateX(-15px) translateX(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));display:flex;flex-direction:column}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{align-items:center;background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;display:flex;height:26px;justify-content:center;padding:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:26px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));border:var(--xy-node-border,var(--xy-node-border-default));border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));color:var(--xy-node-color,var(--xy-node-color-default));font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;height:5px;translate:-50% -50%;width:5px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.notif-flow-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:500;gap:8px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .2s ease}.notif-flow-button__icon{align-items:center;display:flex;justify-content:center}.notif-flow-button__spinner,.notif-flow-button__text{align-items:center;display:flex}.notif-flow-button__spinner{justify-content:center;margin-right:8px}.notif-flow-button--loading .notif-flow-button__text{margin-left:8px}.notif-flow-button--primary{background-color:var(--notif-flow-primary-color,#f97316);border-color:var(--notif-flow-primary-color,#f97316);color:#fff;font-size:16px;padding:12px 24px}.notif-flow-button--primary:hover{background-color:var(--notif-flow-primary-hover,#ea580c);border-color:var(--notif-flow-primary-hover,#ea580c);box-shadow:0 4px 12px var(--notif-flow-primary-shadow,rgba(249,115,22,.3))}.notif-flow-button--primary:active{box-shadow:0 2px 4px var(--notif-flow-primary-shadow,rgba(249,115,22,.3));transform:translateY(0)}.notif-flow-button--primary:focus{box-shadow:0 0 0 3px var(--notif-flow-primary-shadow,rgba(249,115,22,.2));outline:none}.notif-flow-button--primary:disabled{color:#9ca3af;cursor:not-allowed}.notif-flow-button--primary:disabled,.notif-flow-button--primary:disabled:hover{background-color:#d1d5db;box-shadow:none;transform:none}.notif-flow-button--secondary{background-color:hsla(180,6%,97%,.478);border:1px solid #dbdde0;color:#374151;font-size:14px;padding:12px 24px}.notif-flow-button--secondary:hover{background-color:#e5e7eb;border-color:#9ca3af}.notif-flow-button--secondary:focus{box-shadow:0 0 0 3px hsla(220,9%,46%,.2);outline:none}.notif-flow-button--secondary:disabled{color:#9ca3af;cursor:not-allowed}.notif-flow-button--secondary:disabled,.notif-flow-button--secondary:disabled:hover{background-color:#f9fafb;border-color:#e5e7eb}.notif-flow-button--tertiary{background-color:transparent;color:#6b7280;font-size:14px;padding:12px 24px}.notif-flow-button--tertiary:hover{background-color:#f3f4f6;color:#374151}.notif-flow-button--tertiary:focus{box-shadow:0 0 0 3px hsla(220,9%,46%,.2);outline:none}.notif-flow-button--tertiary:disabled{color:#9ca3af;cursor:not-allowed}.notif-flow-button--tertiary:disabled:hover{background-color:transparent;color:#9ca3af}.notif-flow-button--link{background:0 0;color:#f97316;font-size:14px;padding:4px 8px;text-decoration:none}.notif-flow-button--link:hover{color:#ea580c;text-decoration:underline}.notif-flow-button--link:focus{box-shadow:0 0 0 3px rgba(249,115,22,.2);outline:none}.notif-flow-button--link:disabled{cursor:not-allowed}.notif-flow-button--link:disabled,.notif-flow-button--link:disabled:hover{color:#9ca3af;text-decoration:none}.notif-flow-button--small{font-size:14px;min-width:auto;padding:8px 16px}.notif-flow-button--small.notif-flow-button--primary{padding:8px 16px}.notif-flow-button--large{font-size:18px;padding:16px 32px}.notif-flow-button--large.notif-flow-button--primary{padding:16px 32px}.notif-flow-button--danger{background-color:var(--notif-flow-error-color,#dc2626);border-color:var(--notif-flow-error-color,#dc2626);color:#fff}.notif-flow-button--danger:hover{background-color:var(--notif-flow-error-hover,#b91c1c);border-color:var(--notif-flow-error-hover,#b91c1c);box-shadow:0 4px 12px var(--notif-flow-error-shadow,rgba(220,38,38,.3))}.notif-flow-button--danger:focus{box-shadow:0 0 0 3px var(--notif-flow-error-shadow,rgba(220,38,38,.2))}.notif-flow-button--danger:disabled{background-color:#d1d5db;color:#9ca3af}.notif-flow-button--danger:disabled:hover{background-color:#d1d5db;box-shadow:none}@media (max-width:768px){.notif-flow-button--primary{font-size:14px;padding:10px 20px}.notif-flow-button--large{font-size:16px;padding:14px 28px}}@media (max-width:480px){.notif-flow-button--primary{font-size:14px;padding:8px 16px}.notif-flow-button--large{font-size:16px;padding:12px 24px}}.notif-flow-spinner{animation:notif-flow-spin 1s linear infinite}.notif-flow-input-search-wrapper{display:inline-block;position:relative;width:100%}.notif-flow-input-clear{align-items:center;background:0 0;border:none;border-radius:4px;color:#8c8c8c;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease,background-color .2s ease}.notif-flow-input-clear:hover{background-color:#f5f5f5;color:#262626}.notif-flow-input{background-color:#fff;border:1px solid #d9d9d9!important;border-radius:6px!important;color:#2c3338;font-size:14px;line-height:1.4;outline:none;padding:8px 12px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.notif-flow-input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}.notif-flow-input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.notif-flow-input[type=number]::-webkit-inner-spin-button,.notif-flow-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;display:none;margin:0}.notif-flow-input[type=number]:hover::-webkit-inner-spin-button,.notif-flow-input[type=number]:hover::-webkit-outer-spin-button{display:block;margin-left:5px;opacity:1}.notif-flow-input::-moz-placeholder{color:#8c8c8c;font-style:normal}.notif-flow-input::placeholder{color:#8c8c8c;font-style:normal}.notif-flow-input:hover:not(:disabled){border-color:var(--notif-flow-primary-hover,#40a9ff)}.notif-flow-input:focus{border-color:var(--notif-flow-primary-color,#0073aa);box-shadow:0 0 0 2px var(--notif-flow-primary-shadow,rgba(0,115,170,.1))}.notif-flow-input:disabled{background-color:#f5f5f5;border-color:#d9d9d9;color:#8c8c8c;cursor:not-allowed}.notif-flow-input--small{font-size:13px;height:32px;padding:6px 10px}.notif-flow-input--middle{font-size:14px;height:38px;padding:8px 12px}.notif-flow-input--large{font-size:15px;height:44px;padding:10px 14px}.notif-flow-input--filled{background-color:#fafafa;border-color:#d9d9d9}.notif-flow-input--filled:focus{background-color:#fff}.notif-flow-input--borderless{background-color:transparent;border:none;padding:8px 0}.notif-flow-input--borderless:focus{border-bottom:2px solid #0073aa;box-shadow:none}.notif-flow-input--error,.notif-flow-input--error:focus{border-color:var(--notif-flow-error-color,#ff4d4f)}.notif-flow-input--error:focus{box-shadow:0 0 0 2px var(--notif-flow-error-shadow,rgba(255,77,79,.1))}.notif-flow-input--success,.notif-flow-input--success:focus{border-color:var(--notif-flow-success-color,#52c41a)}.notif-flow-input--success:focus{box-shadow:0 0 0 2px var(--notif-flow-success-shadow,rgba(82,196,26,.1))}@media (max-width:768px){.notif-flow-input{font-size:16px}.notif-flow-input--small{font-size:14px}.notif-flow-input--large,.notif-flow-input--middle{font-size:16px}}.notif-flow-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%238c8c8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #d9d9d9!important;border-radius:6px!important;color:#2c3338;cursor:pointer;font-size:14px;line-height:1.4;max-width:100%!important;outline:none;padding:8px 40px 8px 12px;transition:border-color .2s ease,box-shadow .2s ease;width:100%!important}.notif-flow-select::-moz-placeholder{color:#8c8c8c;font-style:normal}.notif-flow-select::placeholder{color:#8c8c8c;font-style:normal}.notif-flow-select:hover:not(:disabled){border-color:var(--notif-flow-primary-hover,#40a9ff)}.notif-flow-select:focus{border-color:var(--notif-flow-primary-color,#0073aa);box-shadow:0 0 0 2px var(--notif-flow-primary-shadow,rgba(0,115,170,.1))}.notif-flow-select:disabled{background-color:#f5f5f5;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%238c8c8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");border-color:#d9d9d9;color:#8c8c8c;cursor:not-allowed}.notif-flow-select--small{background-position:right 10px center;background-size:14px;font-size:13px;height:32px;padding:6px 36px 6px 10px}.notif-flow-select--middle{background-position:right 12px center;background-size:16px;font-size:14px;height:38px;padding:8px 40px 8px 12px}.notif-flow-select--large{background-position:right 14px center;background-size:18px;font-size:15px;height:44px;padding:10px 44px 10px 14px}.notif-flow-select::-ms-expand{display:none}.notif-flow-select option{background-color:#fff;color:#2c3338;font-size:14px!important;line-height:1.4!important;padding:12px 16px!important}.notif-flow-select option:disabled{background-color:#f5f5f5;color:#8c8c8c}.notif-flow-select option:checked{background-color:var(--notif-flow-primary-light,#e6f7ff);color:var(--notif-flow-primary-color,#0073aa)}.notif-flow-select--error,.notif-flow-select--error:focus{border-color:var(--notif-flow-error-color,#ff4d4f)}.notif-flow-select--error:focus{box-shadow:0 0 0 2px var(--notif-flow-error-shadow,rgba(255,77,79,.1))}.notif-flow-select--success,.notif-flow-select--success:focus{border-color:var(--notif-flow-success-color,#52c41a)}.notif-flow-select--success:focus{box-shadow:0 0 0 2px var(--notif-flow-success-shadow,rgba(82,196,26,.1))}@media (max-width:768px){.notif-flow-select{font-size:16px}.notif-flow-select--small{font-size:14px}.notif-flow-select--large,.notif-flow-select--middle{font-size:16px}}.notif-flow-skeleton-loader{align-items:flex-start;animation:notif-flow-skeleton-pulse 1.5s ease-in-out infinite;background-color:#fff;border-radius:8px;display:flex;gap:12px;padding:16px}.notif-flow-skeleton-loader__avatar{flex-shrink:0;margin-top:4px}.notif-flow-skeleton-loader__avatar-circle{animation:notif-flow-skeleton-pulse 1.5s ease-in-out infinite;background-color:#f0f0f0;border-radius:50%;height:40px;width:40px}.notif-flow-skeleton-loader__content{display:flex;flex:1;flex-direction:column;gap:8px}.notif-flow-skeleton-loader__line{animation:notif-flow-skeleton-pulse 1.5s ease-in-out infinite;background-color:#f0f0f0;border-radius:6px;height:12px}.notif-flow-skeleton-loader__line--1{width:25%}.notif-flow-skeleton-loader__line--2{width:45%}.notif-flow-skeleton-loader__line--3{width:65%}.notif-flow-skeleton-loader__line--4{width:85%}.notif-flow-skeleton-loader__line--image{border-radius:8px;height:120px;width:100%}.notif-flow-skeleton-loader__button{align-self:flex-start;margin-top:12px}.notif-flow-skeleton-loader__button-bar{animation:notif-flow-skeleton-pulse 1.5s ease-in-out infinite;background-color:#f0f0f0;border-radius:6px;height:32px;width:80px}.notif-flow-table-row-skeleton__cell{border-bottom:1px solid #f0f0f0;padding:12px 16px}.notif-flow-table-row-skeleton__cell .notif-flow-skeleton-loader__line{height:14px;margin:4px 0}.notif-flow-card-skeleton{animation:notif-flow-skeleton-pulse 1.5s ease-in-out infinite;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:16px}.notif-flow-card-skeleton__image{margin-bottom:16px}.notif-flow-card-skeleton__content{display:flex;flex-direction:column;gap:8px}@media (max-width:768px){.notif-flow-skeleton-loader{gap:8px;padding:12px}.notif-flow-skeleton-loader__avatar-circle{height:32px;width:32px}.notif-flow-skeleton-loader__line{height:10px}.notif-flow-skeleton-loader__line--1{width:30%}.notif-flow-skeleton-loader__line--2{width:50%}.notif-flow-skeleton-loader__line--3{width:70%}.notif-flow-skeleton-loader__line--4{width:90%}}.notif-flow-custom-modal-overlay{align-items:center;background-color:rgba(0,0,0,.45);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:1000}.notif-flow-custom-modal-overlay.notif-flow-custom-modal-open{opacity:1;visibility:visible}.notif-flow-custom-modal-overlay.notif-flow-custom-modal-centered{align-items:center}.notif-flow-custom-modal-overlay.notif-flow-custom-modal-top{align-items:flex-start;padding-top:60px}.notif-flow-custom-modal{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.15);display:flex;flex-direction:column;max-height:90vh;max-width:90vw;position:relative;transform:scale(.8);transition:transform .3s ease;width:100%}.notif-flow-custom-modal-overlay.notif-flow-custom-modal-open .notif-flow-custom-modal{transform:scale(1)}.notif-flow-custom-modal--small{max-width:400px}.notif-flow-custom-modal--medium{max-width:600px}.notif-flow-custom-modal--large{max-width:800px}.notif-flow-custom-modal--extra-large{max-width:1000px}.notif-flow-custom-modal--form-modal{max-width:680px;width:680px}.notif-flow-custom-modal-header{align-items:center;background-color:#fff;border-bottom:1px solid #f0f0f0;border-radius:12px 12px 0 0;display:flex;flex-shrink:0;justify-content:space-between;padding:18px 24px}.notif-flow-custom-modal-title{color:#1f2937;font-size:20px;font-weight:600;line-height:1.4;margin:0}.notif-flow-custom-modal-close{align-items:center;background:0 0;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;padding:8px;transition:all .2s ease;width:32px}.notif-flow-custom-modal-close:hover{background-color:#f3f4f6;color:#374151}.notif-flow-custom-modal-close:focus{box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.notif-flow-custom-modal-body{background-color:#fff;flex:1;overflow:auto;padding:32px}.notif-flow-custom-modal--form-modal .notif-flow-custom-modal-body{padding:24px 32px}.notif-flow-custom-modal-footer{background-color:#fff;border-radius:0 0 12px 12px;border-top:1px solid #f0f0f0;display:flex;flex-shrink:0;gap:12px;justify-content:flex-end;padding:20px 32px 24px}.notif-flow-custom-modal-footer--left{justify-content:flex-start}.notif-flow-custom-modal-footer--center{justify-content:center}.notif-flow-custom-modal-footer--space-between{justify-content:space-between}@media (max-width:768px){.notif-flow-custom-modal-overlay{padding:16px}.notif-flow-custom-modal{max-height:95vh;max-width:95vw}.notif-flow-custom-modal--form-modal{max-width:95vw;width:100%}.notif-flow-custom-modal-header{padding:12px 24px}.notif-flow-custom-modal-title{font-size:18px}.notif-flow-custom-modal-body{padding:24px}.notif-flow-custom-modal--form-modal .notif-flow-custom-modal-body{padding:20px 24px}.notif-flow-custom-modal-footer{flex-direction:column;gap:0;padding:12px 24px}.notif-flow-custom-modal-footer--mobile-stack{flex-direction:column}}@media (max-width:480px){.notif-flow-custom-modal-overlay{padding:12px}.notif-flow-custom-modal{border-radius:8px;max-height:98vh;max-width:98vw}.notif-flow-custom-modal-header{border-radius:8px 8px 0 0;padding:12px 20px}.notif-flow-custom-modal-title{font-size:16px}.notif-flow-custom-modal-body{padding:20px}.notif-flow-custom-modal--form-modal .notif-flow-custom-modal-body{padding:16px 20px}.notif-flow-custom-modal-footer{border-radius:0 0 8px 8px;padding:12px 20px 16px}}.notif-flow-custom-modal--slide-down{transform:translateY(-50px) scale(.8);transition:transform .3s ease}.notif-flow-custom-modal-overlay.notif-flow-custom-modal-open .notif-flow-custom-modal--slide-down{transform:translateY(0) scale(1)}.notif-flow-custom-modal--fade-in{opacity:0;transform:scale(.9);transition:transform .3s ease,opacity .3s ease}.notif-flow-custom-modal-overlay.notif-flow-custom-modal-open .notif-flow-custom-modal--fade-in{opacity:1;transform:scale(1)}.notif-flow-empty-list-screen{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:400px;padding:40px 20px}.notif-flow-empty-list-screen__card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;gap:48px;max-width:800px;padding:48px 32px;width:100%}.notif-flow-empty-list-screen__video-section{align-items:center;display:flex;flex:1;justify-content:center}.notif-flow-empty-list-screen__video{background-color:#f8f9fa;border-radius:8px;height:350px;max-width:400px;overflow:hidden;position:relative;width:100%}.notif-flow-empty-list-screen__video-thumbnail{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;transition:transform .2s ease;width:100%}.notif-flow-empty-list-screen__video-thumbnail:hover{transform:scale(1.02)}.notif-flow-empty-list-screen__video-bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.notif-flow-empty-list-screen__play-button{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.notif-flow-empty-list-screen__play-btn{align-items:center;background-color:hsla(0,0%,100%,.95);border:2px solid #374151;border-radius:50%;color:#374151;cursor:pointer;display:flex;height:60px;justify-content:center;transition:all .2s ease;width:60px}.notif-flow-empty-list-screen__play-btn:hover{background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:scale(1.1)}.notif-flow-empty-list-screen__play-btn:focus{box-shadow:0 0 0 3px rgba(59,130,246,.5);outline:none}.notif-flow-empty-list-screen__video-iframe{height:100%;position:relative;width:100%}.notif-flow-empty-list-screen__iframe{border:none;border-radius:8px;height:100%;width:100%}.notif-flow-empty-list-screen__content-section{display:flex;flex:1;flex-direction:column;gap:24px;text-align:left}.notif-flow-empty-list-screen__heading{color:#1f2937;font-size:28px;font-weight:700;line-height:1.2;margin:0}.notif-flow-empty-list-screen__description{color:#6b7280;font-size:16px;line-height:1.6;margin:0;max-width:320px}.notif-flow-empty-list-screen__actions{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px}.notif-flow-empty-list-screen__help-button{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;display:flex;font-size:14px;gap:8px;padding:10px 16px;transition:all .2s ease}.notif-flow-empty-list-screen__help-button:hover{background-color:#f9fafb;border-color:#9ca3af}.notif-flow-empty-list-screen__create-button{background-color:var(--notif-flow-primary-color,#f45925);border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.notif-flow-empty-list-screen__create-button:hover{background-color:var(--notif-flow-primary-hover,#ea580c)}@media (max-width:768px){.notif-flow-empty-list-screen{min-height:300px;padding:20px 16px}.notif-flow-empty-list-screen__card{flex-direction:column;gap:32px;padding:32px 24px;text-align:center}.notif-flow-empty-list-screen__video-section{align-items:center;background-color:#f0f0f0;display:flex;flex:none;justify-content:center;min-height:230px;width:100%}.notif-flow-empty-list-screen__video{height:230px;max-width:300px;min-height:230px;width:100%}.notif-flow-empty-list-screen__content-section{align-items:center;flex:none;text-align:center}.notif-flow-empty-list-screen__heading{font-size:24px}.notif-flow-empty-list-screen__description{font-size:14px;max-width:280px}.notif-flow-empty-list-screen__actions{align-items:center;justify-content:center}.notif-flow-empty-list-screen__create-button,.notif-flow-empty-list-screen__help-button{font-size:14px;min-width:160px;padding:10px 20px}}@media (max-width:480px){.notif-flow-empty-list-screen__card{gap:24px;padding:24px 16px}.notif-flow-empty-list-screen__video{height:180px;max-width:250px;min-height:180px;width:100%}.notif-flow-empty-list-screen__heading{font-size:20px}.notif-flow-empty-list-screen__description{font-size:13px;max-width:240px}.notif-flow-empty-list-screen__create-button,.notif-flow-empty-list-screen__help-button{font-size:13px;min-width:140px;padding:8px 16px}}.builder-page{display:flex;flex-direction:column;height:100vh}.builder-page__body{display:flex;flex:1;overflow:hidden}.builder-page__canvas{background-color:#f8fcfe;flex:1;height:100%;position:relative}.builder-page__canvas .react-flow__attribution{display:none}.notif-flow-top-navbar{align-items:center;background-color:#fff;border-bottom:1px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:17px 24px;position:sticky;top:0;z-index:99}.notif-flow-top-navbar__left{align-items:center;display:flex;gap:10px}.notif-flow-top-navbar__left .back-button{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.notif-flow-top-navbar__left .back-button:hover{background-color:#f9fafb;border-color:#d1d5db;color:#374151}.notif-flow-top-navbar__left .back-button:active{background-color:#f3f4f6;transform:translateY(1px)}.notif-flow-top-navbar__left .back-button .anticon{font-size:16px}.notif-flow-top-navbar__left .flow-name-section{padding:0 16px}.notif-flow-top-navbar__left .flow-name-section .flow-name-display{align-items:center;display:flex;gap:8px}.notif-flow-top-navbar__left .flow-name-section .flow-name-display .flow-name{color:#1f2937;font-size:20px;line-height:28px;margin-right:4px}.notif-flow-top-navbar__left .flow-name-section .flow-name-display .flow-name .loading-indicator{color:#6b7280;font-size:14px;font-style:italic;font-weight:400}.notif-flow-top-navbar__left .flow-name-section .flow-name-display .edit-button{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;height:32px;transition:all .2s ease;width:32px}.notif-flow-top-navbar__left .flow-name-section .flow-name-edit-mode{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.notif-flow-top-navbar__left .flow-name-section .flow-name-edit-mode .flow-name-actions{display:flex;gap:8px}.notif-flow-top-navbar__left .flow-name-section .flow-name-edit-mode .flow-name-input{height:36px;width:300px}.notif-flow-top-navbar__right{align-items:center;display:flex}.react-flow{font-family:var(--ant-font-family),"Segoe UI","Roboto","Helvetica Neue","Arial"!important}.react-flow .flow-node{background:#fff;border-radius:8px;border-style:solid;border-width:1px;box-shadow:0 2px 4px rgba(0,0,0,.1);max-width:320px;min-width:280px;padding:20px;position:relative;transition:all .2s ease}.react-flow .flow-node:hover{box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-2px)}.react-flow .flow-node__content{align-items:flex-start;display:flex;gap:12px;line-height:22px;width:100%}.react-flow .flow-node__icon{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;font-size:24px;height:36px;justify-content:center;min-width:36px;width:36px}.react-flow .flow-node__details{flex:1;overflow:hidden;width:100%}.react-flow .flow-node__title{color:#262626;font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-flow .flow-node__subtitle,.react-flow .flow-node__title{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:4px 0}.react-flow .flow-node__subtitle{color:#666;font-size:16px}.react-flow .flow-node .node-delete-button{align-items:center;background-color:#f56565;border:none;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;padding:0;position:absolute;right:-10px;top:-10px;transition:all .2s ease;width:20px;z-index:10}.react-flow .flow-node .node-delete-button:hover{background-color:#e53e3e!important;transform:scale(1.1)}.react-flow .flow-node .node-delete-button:active{transform:scale(.95)}.react-flow .flow-node--trigger{border-color:#1890ff}.react-flow .flow-node--trigger .flow-node__icon{background-color:rgba(24,144,255,.1);color:#1890ff}.react-flow .flow-node--action{border-color:#52c41a}.react-flow .flow-node--action .flow-node__icon{background-color:rgba(82,196,26,.1);color:#52c41a}.react-flow .flow-node--condition{border-color:#faad14}.react-flow .flow-node--condition .flow-node__icon{background-color:rgba(250,173,20,.1);color:#faad14}.react-flow .flow-node--end{border-color:#00bcd4}.react-flow .flow-node--end .flow-node__icon{background-color:rgba(0,188,212,.1);color:#00bcd4}.notif-flow-edge-plus-button{align-items:center;background:#fafffd;border:2px solid #22b855;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);color:#22b855;cursor:pointer;display:flex;font-size:12px;height:26px;justify-content:center;width:26px}.delay-unit-select{width:100%}.notification-flow-email-body{display:flex;flex-direction:column;gap:16px}.notification-flow-email-body .notif-flow-rich-text-form-item{margin-bottom:0}.notification-flow-email-body .notif-flow-rich-text-form-item .quill .ql-toolbar{border-top-left-radius:4px;border-top-right-radius:4px}.notification-flow-email-body .notif-flow-rich-text-form-item .quill .ql-container{border-bottom-left-radius:4px;border-bottom-right-radius:4px;min-height:380px}.notification-flow-email-body .email-variable-section{background-color:#f9f6f6;border-radius:4px;margin-top:55%;padding:12px}.notification-flow-email-body .email-variable-section .email-variable-header{margin-bottom:12px}.notification-flow-email-body .email-variable-section .email-variable-header p{border-bottom:1px solid #d9d9d9;color:#666;font-size:14px;font-weight:500;margin:0;padding-bottom:4px}.notification-flow-email-body .email-variable-section .dynamic-variables-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.notification-flow-email-body .email-variable-section .dynamic-variable-chip{background-color:#fff;border:1px solid #d9d9d9;border-radius:16px;color:#595959;font-size:12px;height:auto;line-height:1.5;margin-bottom:8px;padding:4px 12px;transition:all .3s}.notification-flow-email-body .email-variable-section .dynamic-variable-chip:hover{color:#1890ff}.delay-action-form{padding:20px}.delay-action-form .delay-form-row{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.delay-action-form .delay-form-row{grid-template-columns:1fr}}.delay-action-form .delay-form-row .notif-flow-form-item{margin-bottom:0}.delay-action-form .delay-form-row .notif-flow-form-item .notif-flow-select{width:100%}.condition-form .condition-form-header{margin-bottom:24px}.condition-form .condition-form-header h3{color:#374151;font-size:18px;font-weight:500;margin:0}.condition-form .condition-form-row{display:flex;gap:16px;margin-bottom:16px}.condition-form .condition-form-row .notif-flow-form-item{flex:1}.condition-form .condition-end-date,.condition-form .condition-operator,.condition-form .condition-options,.condition-form .condition-start-date,.condition-form .condition-value{width:100%}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body{padding:24px}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-header{margin-bottom:20px}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-header h4{color:#111827;font-size:16px;font-weight:600;margin:0}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-tabs{display:flex;gap:0;margin-bottom:24px;width:100%}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-tabs .tab-button{align-items:center;background:#fff;border:1px solid #d1d5db;color:#6b7280;cursor:pointer;display:flex;flex:1;font-size:14px;font-weight:500;height:48px;justify-content:center;padding:0 16px;position:relative;transition:all .2s ease}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-tabs .tab-button:first-child{border-bottom-left-radius:6px;border-right:none;border-top-left-radius:6px}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-tabs .tab-button:last-child{border-bottom-right-radius:6px;border-top-right-radius:6px}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-tabs .tab-button:hover{background:#f9fafb;color:#374151}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-tabs .tab-button.active{background:#fff;border-color:var(--notif-flow-primary-color,#10b981);color:#000;z-index:1}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-type-tabs .tab-button.active .check-icon{color:var(--notif-flow-primary-color,#10b981);font-size:16px;margin-right:8px}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-options-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-options-grid .node-option{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:400;height:44px;padding:12px 16px;text-align:left;transition:all .2s ease}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-options-grid .node-option:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.notif-flow-node-sidebar.insert-mode .notif-flow-drawer-body .node-insertion-content .node-options-grid .node-option:active{background:#f3f4f6;transform:translateY(1px)}.notif-flow-node-sidebar.edit-mode .notif-flow-drawer-body{max-height:calc(100vh - 108px);overflow-y:auto;padding:16px}@media (max-width:576px){.condition-form .condition-form-row{flex-direction:column;gap:0}.notif-flow-node-sidebar .notif-flow-drawer{width:100%!important}}.switch-icon--on .switch-background{fill:var(--notif-flow-primary-color,#f97316)}.trigger-change-warning{display:flex;gap:16px;padding:20px 0}.trigger-change-warning .warning-icon{align-items:flex-start;display:flex;flex-shrink:0;margin-top:4px}.trigger-change-warning .warning-content{flex:1}.trigger-change-warning .warning-content p{color:var(--wp--preset--color--neutral-700,#374151);line-height:1.5;margin:0 0 16px}.trigger-change-warning .warning-content .warning-details{background:var(--wp--preset--color--neutral-50,#f9fafb);border:1px solid var(--wp--preset--color--neutral-200,#e5e7eb);border-radius:8px;margin:16px 0;padding:16px}.trigger-change-warning .warning-content .warning-details p{color:var(--wp--preset--color--neutral-800,#1f2937);font-weight:500;margin:0 0 8px}.trigger-change-warning .warning-content .warning-details ul{color:var(--wp--preset--color--neutral-700,#374151);margin:0;padding-left:20px}.trigger-change-warning .warning-content .warning-details ul li{line-height:1.4;list-style:circle;margin-bottom:4px}.notif-flow-custom-modal-body{padding:16px!important}.trigger-form .trigger-form-field{margin-bottom:16px}.trigger-form .trigger-form-field .trigger-form-label{color:var(--wp--preset--color--neutral-800,#1f2937);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.trigger-form .trigger-form-field .trigger-form-label .required{color:#ef4444;margin-left:4px}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:0 0;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.automation-list{padding:20px}.automation-list__header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:16px}.automation-list__header .filter-search-group{align-items:center;display:flex;gap:12px}.automation-list__header .filter-search-group .status-filter-select{min-width:140px}.automation-list__header .filter-search-group .automation-search{width:320px}.automation-list__table{position:relative!important}.automation-list__table .notif-flow-table-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px}.automation-list__table .notif-flow-table-head .notif-flow-table-header-row .notif-flow-table-header-cell{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#6b7280;font-size:14px;font-weight:500;padding:12px 16px}.automation-list__table .notif-flow-table-body .notif-flow-table-data-row .notif-flow-table-data-cell{background-color:#fff;color:#111827;font-size:14px;padding:14px 16px}.automation-list__table .notif-flow-table-body .notif-flow-table-data-row .notif-flow-table-data-cell .notif-flow-automation-name{cursor:pointer;font-weight:500;transition:color .3s cubic-bezier(.075,.82,.165,1)}.automation-list__table .notif-flow-table-body .notif-flow-table-data-row .notif-flow-table-data-cell .notif-flow-automation-name:hover{color:var(--notif-flow-primary-color,#f97316)}.automation-list__table .notif-flow-table-body .notif-flow-table-data-row .notif-flow-table-data-cell .wp-table-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.automation-list .bulk-actions-bar{align-items:center;background-color:#f9f9f9;border:1px solid #eee;border-radius:4px;display:flex;margin-bottom:16px;padding:8px 16px}.automation-list .bulk-actions-bar .bulk-delete-btn{margin-right:16px}.automation-list .bulk-actions-bar .selected-count{color:#666;font-size:14px}@media (max-width:768px){.automation-list__header{align-items:flex-start;flex-direction:column}.automation-list__header .filter-search-group{align-items:stretch;width:100%}.automation-list__header .filter-search-group .automation-search{width:100%}.automation-list__table .notif-flow-table{font-size:13px}}.create-flow-modal .custom-modal{max-width:90vw;width:520px}.create-flow-modal .custom-modal-header .custom-modal-title{color:#262626;font-size:18px;font-weight:600}.create-flow-modal .custom-modal-body .notif-flow-form-item-label{font-weight:600}.create-flow-modal .custom-modal-body .ant-select-selector,.create-flow-modal .custom-modal-body .notif-flow-input,.create-flow-modal .custom-modal-body .notif-flow-select,.create-flow-modal .custom-modal-body input{height:38px!important}.create-flow-modal .form-actions{margin-top:24px;text-align:right}.create-flow-modal .form-actions__buttons{display:flex;gap:8px;justify-content:flex-end;width:100%}.automation-more-btn{min-width:auto!important;padding:6px!important}.automation-list__table .notif-flow-dropdown{position:relative}.automation-list__table .notif-flow-dropdown .notif-flow-dropdown-menu{left:auto;position:absolute;right:0;z-index:1000}@media (max-width:768px){.create-flow-modal .custom-modal{max-width:100%!important;width:100%!important}}.wrap .etn-ticket-scanner+.page-title-action{border-radius:3px;display:inline-block;height:30px;line-height:30px;margin-left:10px;padding:0 10px;position:relative;top:1px}.wrap .etn-ticket-scanner+.page-title-action:active{line-height:30px;padding:0 10px;top:1px}.etn-btn.attendee_update_submit{margin-top:15px}.btn-danger{padding:10px 15px}.btn-danger:focus{box-shadow:none}.etn_event_upload_image_button{border:1px solid #0073aa;padding:8px 12px}.etn_event_upload_image_button.button{border:1px solid #0073aa;padding:0 12px}.etn-btn-close .dashicons{align-self:center;background-color:var(--pink);border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:.75rem;font-weight:600;height:22px;line-height:1.375rem;position:relative;top:10px;width:22px}.etn-meta input.etn-admin-control-input{display:none;height:0;visibility:hidden;width:0}.etn-meta label.etn_switch_button_label{background:#ddd;border-radius:100px;cursor:pointer;display:block;height:24px;margin:0;padding:0!important;position:relative;width:43px}.etn-meta label.etn_switch_button_label:after{background:#fff;border-radius:90px;box-shadow:0 1px 3px rgba(0,0,0,.21);content:"";height:15px;left:4px;position:absolute;top:4px;transition:.3s;width:15px}.etn-meta .etn_switch_button_label:before{color:#fff;content:"";display:inline-block;font-size:.625rem;font-weight:600;position:absolute;right:10px;text-transform:uppercase;top:50%;transform:translateY(-50%)}.etn-meta input.etn-admin-control-input:checked+label.etn_switch_button_label{background:var(--pink)}.etn-meta input.etn-admin-control-input:checked+label.etn_switch_button_label:after{left:calc(100% - 5px);transform:translateX(-100%)}.etn-meta input.etn-admin-control-input:checked+label.etn_switch_button_label:before{content:"";left:10px;right:inherit}.etn-meta label.show_label_text{text-indent:0}.etn-radio-btn>input[type=radio]{display:none}.etn-radio-btn>input[type=radio]:checked+img{border:1px solid #4646d9}.hide_item{display:none}.show_item{display:block}.related-with-sibling{border-bottom:1px dashed #e5e5e5;border-radius:0;margin:0}.etn-badge.success{background-color:#d1f2d7;border-color:#0db428;color:#0db428}.theme-hello-elementor .woocommerce .woocommerce-cart-form .coupon{display:flex}.theme-hello-elementor .woocommerce .woocommerce-cart-form .coupon .input-text{width:100%!important}.theme-hello-elementor .etn-event-single-content-wrap .etn-event-meta .etn-event-category a{text-transform:capitalize}.theme-astra .etn-event-search-wrapper .etn_event_select,.theme-astra .etn-event-search-wrapper .form-control{background:0 0}.theme-astra .etn-event-single-wrap .etn-event-single-content-wrap,.theme-astra .etn-event-single-wrap .etn-tag-wrapper,.theme-astra .etn-event-single-wrap .schedule-tab-wrapper,.theme-astra .etn-sidebar .etn-variable-ticket-widget,.theme-astra .etn-sidebar .etn-widget{background:#fff}@media (min-width:992px){.theme-astra.single-etn .site-content .ast-container{display:block}.theme-astra .site-content .ast-container{flex-wrap:wrap}}.theme-astra .etn-advanced-search-form{width:100%}.theme-astra .etn-advanced-search-form .etn-loader.activate{content:url("/wp-content/plugins/wp-event-solution/build/css/chunks/images/loader.gif");height:50px;margin:0 auto}.theme-astra.ast-separate-container.post-type-archive-etn,.theme-astra.ast-separate-container.single-etn{background-color:transparent}.ast-two-container .etn_search_item_container{width:100%}.entry-content[data-ast-blocks-layout]>*{max-width:100%}.theme-blocksy .etn-event-single-content-wrap .etn-event-meta .etn-event-category{text-transform:capitalize}.theme-generatepress .etn-event-search-wrapper .etn_event_select,.theme-generatepress .etn-event-search-wrapper .form-control{background:0 0}.theme-generatepress .etn-event-single-content-wrap .etn-event-meta .etn-event-category a{text-transform:capitalize}.theme-generatepress .woocommerce .woocommerce-cart-form .coupon{display:flex}.theme-generatepress .woocommerce .woocommerce-cart-form .coupon .input-text{width:50%!important}.theme-storefront .etn-event-search-wrapper .etn_event_select,.theme-storefront .etn-event-search-wrapper .form-control{background:0 0;box-shadow:none;width:100%}.theme-storefront .etn-event-item .etn-event-footer{align-items:center;display:flex;justify-content:space-between;overflow:hidden}.theme-neve .etn-event-search-wrapper .etn_event_select,.theme-neve .etn-event-search-wrapper .form-control{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background:0 0;box-shadow:none;width:100%}.theme-kadence .etn-es-events-page-container .woocommerce-message{align-items:center;display:flex;justify-content:center;margin-bottom:15px;padding:0 20px}.theme-kadence .etn-es-events-page-container .woocommerce-message .button.wc-forward{margin-left:20px;order:2}.theme-kadence .etn-event-search-wrapper .etn_event_select,.theme-kadence .etn-event-search-wrapper .form-control{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background:0 0;box-shadow:none;width:100%}.theme-rosa-lite .etn-event-search-wrapper .input-group{height:auto}.theme-rosa-lite .input-group input.form-control{background:0 0;color:#000;padding:0 20px;position:relative}.theme-rosa-lite .etn-variable-ticket-widget .qt-add{left:auto;right:10px;top:25px}.theme-rosa2-lite .etn-event-search-wrapper .etn_event_select,.theme-rosa2-lite .input-group input.form-control{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background:0 0;padding:0;width:100%}.theme-rosa2-lite .etn-event-search-wrapper .input-group-prepend{padding-right:15px}.theme-rosa2-lite .woocommerce .woocommerce-cart-form .coupon{display:flex}.theme-rosa2-lite .woocommerce .woocommerce-cart-form .coupon .input-text{width:100%!important}.theme-bizxpo .etn-event-search-wrapper .etn_event_select,.theme-bizxpo .etn-event-search-wrapper .form-control{flex:0 0 80%;width:100%}.theme-bizxpo .input-group-text{background-color:transparent;border-color:transparent}.theme-bizxpo .woocommerce .woocommerce-cart-form .coupon{display:flex}.theme-bizxpo .woocommerce .woocommerce-cart-form .coupon .input-text{width:50%!important}.bricks-is-frontend .etn-widget .etn-add-to-cart-block,.theme-bricks .etn-widget .etn-add-to-cart-block{text-align:center}.bricks-is-frontend .etn-variable-ticket-widget .qt-add,.theme-bricks .etn-variable-ticket-widget .qt-add{bottom:3px}.bricks-is-frontend .woocommerce-message,.theme-bricks .woocommerce-message{background-color:#f7f6f7;margin-bottom:20px;padding:1em 2em 1em 3.5em;width:auto}.bricks-is-frontend .woocommerce-message .button,.theme-bricks .woocommerce-message .button{float:right}.bricks-is-frontend .woocommerce .wc-proceed-to-checkout .button,.theme-bricks .woocommerce .wc-proceed-to-checkout .button{line-height:1.3}.wp-block-navigation-item .wp-block-navigation-item__content{cursor:pointer!important}.wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover>.wp-block-navigation__submenu-container{opacity:1!important;padding:20px;visibility:visible!important}.etn-speaker-item.style-3 .etn-speaker-thumb img{transform:scale(1);transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease}.etn-speaker-item.style-3 .etn-speaker-content{background:#fff;bottom:-13px;padding:20px 0 25px;position:absolute;right:0;width:90%;z-index:1}.etn-speaker-item.style-3 .etn-speaker-content .etn-title{margin:0 0 10px}.etn-speaker-item.style-3 .etn-speaker-content p{margin-bottom:15px}.etn-speaker-item.style-3 .etn-speaker-content .etn-speakers-social a{background-color:#5d78ff;color:#fff;display:inline-block;font-size:.875rem;height:40px;line-height:40px;margin:0 2px;width:40px}.etn-speaker-item.style-3 .etn-speaker-content .etn-speakers-social a:hover{background-color:rgba(93,120,255,.8)}.etn-speaker-item.style-3:hover .etn-speaker-thumb img{transform:scale(1.2)}.etn-speaker-item.style-3:hover .etn-speaker-content .etn-title a{color:#ff007a}.etn-speaker-item.style-3:hover .etn-speaker-content p{color:#000}.etn-speaker-item.style-3:hover .etn-speaker-content .etn-speakers-social{bottom:30px;opacity:1;transform:scale(1)}.etn-event-list2 .event-top-meta{display:flex;flex-wrap:wrap;justify-content:space-between}.calendar-tooltip-inner .etn-event-thumbnail{max-width:100%}.event-tab-wrapper ul{margin-bottom:30px;padding:0;text-align:center}.event-tab-wrapper ul li{display:inline-block}.event-tab-wrapper ul li a.etn-tab-a{border:1px solid #5d78ff;border-radius:36px;-webkit-border-radius:36px;-ms-border-radius:36px;color:#fff;color:#5d78ff;display:block;margin:0 2px;padding:8px 20px}.event-tab-wrapper ul li a.etn-tab-a.etn-active{background-color:#5d78ff;color:#fff}.etn-social.etn-social-style-1 a.fa-facebook,.etn-social.etn-social-style-1 a.fa-facebook-f,.etn-social.etn-social-style-1 a.fa-facebook-messenger,.etn-social.etn-social-style-1 a.fa-facebook-square{color:#3b5998}.etn-social.etn-social-style-1 a.fa-twitter,.etn-social.etn-social-style-1 a.fa-twitter-square{color:#1da1f2}.etn-social.etn-social-style-1 a.fa-linkedin,.etn-social.etn-social-style-1 a.fa-linkedin-in{color:#007bb5}.etn-social.etn-social-style-1 a.fa-instagram{color:#c32aa3}.etn-social.etn-social-style-1 a.fa-youtube-square{color:red}.etn-social.etn-social-style-1 a.fa-pinterest,.etn-social.etn-social-style-1 a.fa-pinterest-p,.etn-social.etn-social-style-1 a.fa-pinterest-square{color:#bd081c}.schedule-list-wrapper .schedule-listing.multi-schedule-list{display:flex;flex-direction:row;flex-wrap:wrap}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-time{align-items:center;background:#5d78ff;color:#fff;display:flex;flex:0 0 18%;flex-wrap:wrap;font-size:.9375rem;font-weight:700;max-width:18%;padding:60px 20px}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-time span{display:block;line-height:1.625rem}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info{border:1px dashed #e5e5e5;border-left:none;padding:35px 40px;width:82%}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .schedule-slot-title{line-height:1;margin:0 0 10px}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .schedule-slot-details{margin-bottom:0}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker{display:flex;flex-wrap:wrap;gap:15px;margin-top:30px}@media (max-width:576px){.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker{-moz-column-gap:0;column-gap:0;row-gap:15px}}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content{text-align:center}@media (max-width:576px){.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content{flex:0 0 25%}}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content .schedule-slot-speakers{border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;height:50px;width:50px}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content .schedule-speaker{font-size:.875rem;margin:0}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info .multi-speaker .speaker-content img{border-radius:5px;height:60px;max-width:60px;-o-object-fit:cover;object-fit:cover}.schedule-list-wrapper .schedule-listing.multi-schedule-list:nth-of-type(2n) .schedule-slot-time{opacity:.8}@media (max-width:767px){.schedule-list-wrapper .schedule-listing.multi-schedule-list{flex-direction:column}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-time{flex:0 0 100%;max-width:100%;padding:20px 35px;width:100%}.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info{border-left:1px dashed #e5e5e5;flex:0 0 100%;padding:25px 20px;width:100%}}.schedule-tab-wrapper.schedule-style-1 .etn-nav li{margin:0 -2px}.schedule-tab-wrapper.schedule-style-1 .etn-nav li a.etn-active{border-bottom-color:#5d78ff}.schedule-tab-wrapper.schedule-style-1 .etn-nav li a.etn-active:after{opacity:0}.schedule-tab-wrapper.schedule-style-1 .etn-nav li a span{padding:0}.schedule-tab-wrapper.schedule-style-1 .etn-schedule-info .etn-schedule-time{background:0 0;color:#585858;font-weight:400;padding:0}.schedule-tab-wrapper.schedule-style-1 .etn-schedule-wrap .etn-single-schedule-item:last-of-type{border-bottom:1px solid #eaeaea}.schedule-style-2 .etn-schedule-grid-container{display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin-top:20px}@media (max-width:768px){.schedule-style-2 .etn-schedule-grid-container{gap:20px;grid-template-columns:1fr}}.schedule-style-2 .etn-schedule-info .etn-schedule-time{background:0 0;padding:0}.schedule-style-2 .etn-nav li a:after{border:none}.schedule-style-2 .etn-schedule-speaker .etn-schedule-single-speaker img{border-radius:50%}.etn-event-single-content-wrap .etn-event-meta .etn-event-category>span a{border:1px solid;border-radius:6px;padding:4px 8px}.etn-event-single-content-wrap .etn-event-content-body iframe{width:100%}.no-shadow{box-shadow:none!important}.meeting-wrapper .meeting-title{font-size:1.625rem;margin:0;padding:10px 0;text-align:center;text-transform:capitalize}.meeting-wrapper .meeting-row{border:1px solid #e7e7e7;display:flex}.meeting-wrapper .meeting-row:nth-child(odd){background:#e2e2e2}.meeting-wrapper .meeting-row .meeting-info{flex:30%;padding:15px;text-align:center}.meeting-wrapper .meeting-row .meeting-info p{margin:0}.meeting-wrapper .meeting-row .info-right{border-left:1px solid #ededed;flex:70%}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+1){background-color:#f2f4ff}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+2){background-color:#fff2f8}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+3){background-color:#ebf7ff}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+4){background-color:#ebfbfa}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+5){background-color:#fff0fc}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+6){background-color:#f3f1ff}.meeting-wrapper.zoom-2 .meeting-row:nth-child(7n+7){background-color:#e6fbfe}.meeting-wrapper.zoom-2 .meeting-row{border:none;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px;margin-bottom:8px}.meeting-wrapper.zoom-2 .meeting-info{flex:50%;padding:15px 40px;text-align:left}.meeting-wrapper.zoom-2 .meeting-info.info-right{border-left:0}.meeting-wrapper.zoom-3 .meeting-row{border:1px solid #e4e7e9;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px;margin-bottom:10px}.meeting-wrapper.zoom-3 .meeting-row:nth-child(odd){background-color:transparent}.meeting-wrapper.zoom-3 .meeting-info{flex:50%;padding:15px 40px;text-align:left}.meeting-wrapper.zoom-3 .meeting-info.info-right{border-left:0}.meeting-wrapper.zoom-4 .meeting-row{border:0;border-radius:6px;-webkit-border-radius:6px;-ms-border-radius:6px;box-shadow:0 6px 8px 8px rgba(0,0,0,.02);margin-bottom:10px}.meeting-wrapper.zoom-4 .meeting-row:nth-child(odd){background-color:transparent}.meeting-wrapper.zoom-4 .meeting-info{flex:50%;padding:15px 40px;text-align:left}.meeting-wrapper.zoom-4 .meeting-info.info-right{border-left:0}.etn-sidebar .etn-ticket-widget .etn-price-field .attr-form-control,.etn-sidebar .etn-ticket-widget .etn-qty-field .attr-form-control{border:1px solid #eaeaea}.etn-variable-ticket-widget .ticket-header{color:#5d78ff;font-size:1rem;font-weight:700;margin-bottom:15px}.etn-variable-ticket-widget .ticket-header .seat-remaining-text{color:#6d6e77;font-size:.8125rem;font-weight:400}.etn-variable-ticket-widget .etn-ticket-price-body.stock_out{cursor:no-drop;opacity:.2}.etn-variable-ticket-widget .etn-ticket-price-body.stock_out .etn-quantity{visibility:hidden}.etn-variable-ticket-widget .ticket-price-item label{color:#525259;display:block;font-size:12px;font-weight:600;line-height:1.5rem;margin-bottom:5px;text-transform:uppercase}.etn-variable-ticket-widget .ticket-price-item strong{font-size:1rem}.etn-variable-ticket-widget .ticket-price-item.etn-quantity{position:relative;text-align:center}.etn-variable-ticket-widget .ticket-price-item.etn-quantity input{-moz-appearance:textfield;border:none;height:32px;max-width:90px;text-align:center}.etn-variable-ticket-widget .ticket-price-item.etn-quantity input::-webkit-inner-spin-button,.etn-variable-ticket-widget .ticket-price-item.etn-quantity input::-webkit-outer-spin-button{-webkit-appearance:none}.etn-variable-ticket-widget .etn-add-to-cart-block.disabled{background-color:rgba(0,0,0,.04);border:1px solid #d9d9d9;color:rgba(0,0,0,.25);cursor:not-allowed;pointer-events:none}.etn-variable-ticket-widget .etn-add-to-cart-block.disabled:focus{outline:none}.etn-variable-ticket-widget .qt-add,.etn-variable-ticket-widget .qt-sub{background:0 0;border:none;color:#000;font-size:1.25rem;height:32px;left:0;line-height:1;padding:0;position:absolute;width:30px}.etn-variable-ticket-widget .qt-add:focus,.etn-variable-ticket-widget .qt-add:hover,.etn-variable-ticket-widget .qt-sub:focus,.etn-variable-ticket-widget .qt-sub:hover{background-color:transparent;color:#000}.etn-variable-ticket-widget .qt-add{left:auto;right:0}.etn-variable-ticket-widget .etn-subtotal ._sub__total,.etn-variable-ticket-widget .etn-ticket-total-price ._sub__total,.etn-variable-ticket-widget .etn-variable-total-price .etn-ticket-total-price ._sub__total,.etn-variable-ticket-widget .etn-variable-total-price .etn-total-quantity ._sub__total{margin-left:-3px}.quantity-error-msg{color:red;font-size:12px;line-height:14px;margin-bottom:15px;margin-top:-3px}.etn-attendee-form .attendee-title{font-size:30px;font-weight:700;line-height:1.4;margin-bottom:20px;margin-top:0;text-align:center}.etn-attendee-form .attendee_submit_disable{cursor:no-drop;opacity:.5}.etn-attendee-form .etn-group-field .etn-radio-field-wrap .etn-radio-field input[type=radio]{margin-right:5px;width:auto}.etn-ticket-single-variation-details.block-empty{background-color:transparent;padding:0}.etn-attendee-form-wrap .attr-form-control{background-color:transparent;border:1px solid #eaeaea;font-size:.8125rem;height:40px;line-height:40px}.etn-attendee-form-wrap .attr-form-control:focus{border-color:#5d78ff}.etn-attendee-form-wrap .form-control{height:40px!important;line-height:40px!important}.attendee-button-wrapper{margin-top:30px;text-align:right}.attendee-button-wrapper .attendee_goback{border:2px solid #cdcdcd!important}.meeting-wrapper{margin-bottom:15px;margin-top:15px}.etn-event-search-wrapper .input-group{align-items:center;display:flex;gap:10px;padding:20px;position:relative}@media (min-width:992px){.etn-event-search-wrapper .input-group:not(:last-child){border-right:1px solid var(--border)}}.etn-event-search-wrapper .input-group .input-group-text{display:flex}.etn-event-search-wrapper .etn_event_select,.etn-event-search-wrapper .form-control{border:1px solid var(--border);width:100%}.etn-event-search-wrapper .search-button-wrapper{align-items:center;display:flex;justify-content:space-between;padding:16px 32px}.etn_event_inline_form_bottom{display:none;margin-bottom:30px}.etn_event_inline_form_bottom .etn_event_select{border:1px solid #eaeaea}.etn_event_inline_form_bottom .etn_event_form_title{font-size:1.625rem;margin:0 0 20px}.etn-pagination-wrapper .nav-links{display:flex;list-style:none;margin:0}.etn-pagination-wrapper .nav-links .page-numbers{border:1px solid #f1f5f8;border-radius:3px;color:#5a5a5a;display:inline-block;font-size:.875rem;line-height:normal;margin:0 8px 0 0;padding:7px 14px;text-align:center;text-decoration:none}.etn-pagination-wrapper .nav-links .page-numbers.current,.etn-pagination-wrapper .nav-links .page-numbers:hover{background:#5d78ff;border:1px solid transparent;color:#fff}.error-text{color:red}.etn-speaker-detail2 .speaker-sidebar{box-shadow:0 10px 40px rgba(0,0,0,.05);text-align:center}.etn-speaker-detail2 .speaker-sidebar .speaker-title-info{margin-top:20px}.etn-speaker-detail2 .speaker-sidebar .etn-speaker-designation{margin-bottom:10px}.etn-speaker-detail2 .speaker-sidebar .etn-speaker-info{box-shadow:none;padding:0 0 40px}.etn-speaker-detail2 .speaker-sidebar .etn-speaker-details-meta{list-style-type:none;margin:0 0 20px;padding:0}.etn-recurring-widget .etn-event-form-parent .attr-form-control{max-width:80px}.etn-recurring-widget.no-active{opacity:.7}.etn_recur_hide_child>div{display:none}.eventin-shortcode-wrapper,.events_calendar_classic{position:relative}.etn-default-calendar-style .fc-toolbar{margin-top:15px;padding-bottom:15px}@media (min-width:767px){.etn-default-calendar-style .fc-toolbar{margin-top:0;max-width:280px}}@media (max-width:767px){.etn-default-calendar-style .fc-toolbar{margin-bottom:0!important}}.etn-default-calendar-style .fc-toolbar h2{font-size:22px;font-weight:700;margin:0}@media (max-width:767px){.etn-default-calendar-style .fc-toolbar h2{font-size:18px}}.etn-default-calendar-style .fc-button{background-color:transparent;border:1px solid #ddd;border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;color:#000;display:grid!important;height:40px;padding:0;place-items:center!important;text-align:center;width:40px}@media (max-width:767px){.etn-default-calendar-style .fc-button{font-size:12px;height:30px;line-height:30px;width:30px}.etn-default-calendar-style .fc-button .fc-icon{font-size:12px!important;line-height:10px}}.etn-default-calendar-style .fc-button:hover{background:#5d78ff;border-color:#5d78ff}.etn-default-calendar-style .fc-view{border-top:1px solid #ddd;padding-top:20px}.etn-default-calendar-style .fc-daygrid-day-top{justify-content:center;padding:0;text-align:center}.etn-default-calendar-style .fc-daygrid-day-top a{border-radius:50%;height:50px;line-height:50px;margin:auto;padding:0;width:50px}@media (max-width:767px){.etn-default-calendar-style .fc-daygrid-day-top a{font-size:14px;font-weight:500;height:30px;line-height:30px;width:30px}}.etn-default-calendar-style .fc-day-other .fc-daygrid-day-top a{pointer-events:none}.etn-default-calendar-style table{border:none;margin-bottom:0}.etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.etn-default-calendar-style table tbody>tr>td{background-color:#fff;padding:10px 0}@media (max-width:767px){.etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.etn-default-calendar-style table tbody>tr>td{padding:4px 0}}.etn-default-calendar-style .fc-daygrid-day-events{display:none}.etn-default-calendar-style .fc .fc-col-header-cell-cushion,.etn-default-calendar-style th.fc-day-header.fc-widget-header{padding:20px}@media (max-width:767px){.etn-default-calendar-style .fc .fc-col-header-cell-cushion,.etn-default-calendar-style th.fc-day-header.fc-widget-header{padding:0}}.etn-default-calendar-style .fc-theme-standard .fc-scrollgrid{border:none}.etn-default-calendar-style .fc-daygrid-day-number{color:#000;font-weight:700}.etn-default-calendar-style .fc-day-today .etn-has-event .fc-daygrid-day-number,.etn-default-calendar-style .fc-daygrid-day .etn-has-event .fc-daygrid-day-number{background:rgba(93,120,255,.1);opacity:1;pointer-events:all}.etn-default-calendar-style .fc-day-today .etn-has-event .fc-daygrid-day-number.fc-state-highlight,.etn-default-calendar-style .fc-daygrid-day .etn-has-event .fc-daygrid-day-number.fc-state-highlight{background-color:#5d78ff;color:#fff}.etn-default-calendar-style .fc-day a{text-decoration:none!important}.etn-default-calendar-style .fc-day.fc-day-today .fc-daygrid-day-number{outline:2px solid #5d78ff;outline-offset:2px}.etn-default-calendar-style .fc td,.etn-default-calendar-style .fc th{border:none;border-top:0!important}.etn-default-calendar-style .fc .fc-daygrid-day-bg .fc-bg-event{display:none}.etn-default-calendar-style .fc .fc-daygrid-bg-harness{display:grid;place-items:center}.etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before{background:rgba(93,120,255,.2);border-radius:50%;content:"";height:50px;left:0;margin:auto;position:absolute;right:0;text-align:center;width:50px;z-index:1}@media (max-width:767px){.etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before{height:30px;width:30px}}.etn-default-calendar-style .fc-state-highlight{background:#5d78ff;color:#fff!important}.date-selected-calendar-event .etn-event-item{border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;margin-inline:auto;padding:20px 0;width:100%}.date-selected-calendar-event .etn-event-item .etn-title{font-size:1.125rem;margin:0 0 5px}.date-selected-calendar-event .etn-event-item .etn-event-thumb{border-radius:0;-webkit-border-radius:0;-ms-border-radius:0}@media (min-width:767px){.date-selected-calendar-event .etn-event-item .etn-event-thumb{margin-bottom:0}}.date-selected-calendar-event .etn-event-item .etn-event-price{font-size:1rem}.fc .fc-button{display:grid;place-items:center}.fc .fc-button .fc-icon{font-size:12px!important}@media (min-width:1025px){.calendar_show.right{flex-direction:row-reverse}.calendar_show.right .etn-fullcalendar-content{border-left:1px solid #ddd;border-right:none;padding-left:40px;padding-right:0}.calendar_show.full_width .etn-fullcalendar-content{border-right:none;padding-right:0}.calendar_show .etn-fullcalendar-content{border-right:1px solid #ddd;padding-right:40px}}.cat-dropdown-list{position:relative}@media (min-width:767px){.cat-dropdown-list{margin:0 0 -45px auto;max-width:212px}}.cat-dropdown-list select{background-position-y:50%;border:1px solid #ddd;border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;font-weight:600;height:44px;padding:0 20px;width:100%}.calendar-event-filter2 .etn-default-calendar-style .fc-toolbar{max-width:100%}.cat-radio-list{background:#f6f6f6;height:100%;padding:20px}@media (max-width:767px){.cat-radio-list{height:auto;margin-bottom:20px}}.cat-radio-btn-list [type=radio]:checked,.cat-radio-btn-list [type=radio]:not(:checked){left:-9999px;position:absolute}.cat-radio-btn-list [type=radio]:checked+label,.cat-radio-btn-list [type=radio]:not(:checked)+label{cursor:pointer;display:inline-block;font-weight:600;line-height:30px;margin-bottom:5px;padding-left:28px;position:relative}.cat-radio-btn-list [type=radio]:checked+label:before,.cat-radio-btn-list [type=radio]:not(:checked)+label:before{background:#fff;border:1px solid #ddd;border-radius:100%;content:"";font-size:1rem;height:18px;left:0;position:absolute;top:7px;width:18px}.cat-radio-btn-list [type=radio]:checked+label:after,.cat-radio-btn-list [type=radio]:not(:checked)+label:after{background:#5d78ff;border-radius:100%;content:"";height:8px;left:5px;position:absolute;top:12px;transition:all .2s ease;width:8px}.cat-radio-btn-list [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.cat-radio-btn-list [type=radio]:checked+label:after{opacity:1;transform:scale(1)}#sidebar .cat-dropdown-list,.left-sidebar .cat-dropdown-list,.main-sidebar .cat-dropdown-list,.right-sidebar .cat-dropdown-list,.sidebar .cat-dropdown-list,.widget .cat-dropdown-list,.widgets .cat-dropdown-list{display:none}#sidebar .fc .fc-toolbar.fc-header-toolbar,.left-sidebar .fc .fc-toolbar.fc-header-toolbar,.main-sidebar .fc .fc-toolbar.fc-header-toolbar,.right-sidebar .fc .fc-toolbar.fc-header-toolbar,.sidebar .fc .fc-toolbar.fc-header-toolbar,.widget .fc .fc-toolbar.fc-header-toolbar,.widgets .fc .fc-toolbar.fc-header-toolbar{margin-bottom:0}#sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,#sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.left-sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.left-sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.main-sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.main-sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.right-sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.right-sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.sidebar .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.sidebar .etn-default-calendar-style th.fc-day-header.fc-widget-header,.widget .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.widget .etn-default-calendar-style th.fc-day-header.fc-widget-header,.widgets .etn-default-calendar-style .fc .fc-col-header-cell-cushion,.widgets .etn-default-calendar-style th.fc-day-header.fc-widget-header{padding:0}#sidebar .etn-default-calendar-style .fc-daygrid-day-top a,.left-sidebar .etn-default-calendar-style .fc-daygrid-day-top a,.main-sidebar .etn-default-calendar-style .fc-daygrid-day-top a,.right-sidebar .etn-default-calendar-style .fc-daygrid-day-top a,.sidebar .etn-default-calendar-style .fc-daygrid-day-top a,.widget .etn-default-calendar-style .fc-daygrid-day-top a,.widgets .etn-default-calendar-style .fc-daygrid-day-top a{height:35px;line-height:35px;width:35px}#sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before,.left-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before,.main-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before,.right-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before,.sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before,.widget .etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before,.widgets .etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before{bottom:0;height:6px;width:6px}#sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,#sidebar .etn-default-calendar-style table tbody>tr>td,.left-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.left-sidebar .etn-default-calendar-style table tbody>tr>td,.main-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.main-sidebar .etn-default-calendar-style table tbody>tr>td,.right-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.right-sidebar .etn-default-calendar-style table tbody>tr>td,.sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.sidebar .etn-default-calendar-style table tbody>tr>td,.widget .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.widget .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.widget .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.widget .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.widget .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.widget .etn-default-calendar-style table tbody>tr>td,.widgets .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.widgets .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.widgets .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.widgets .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.widgets .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.widgets .etn-default-calendar-style table tbody>tr>td{background-color:transparent}#sidebar .date-selected-calendar-event .etn-event-item,.left-sidebar .date-selected-calendar-event .etn-event-item,.main-sidebar .date-selected-calendar-event .etn-event-item,.right-sidebar .date-selected-calendar-event .etn-event-item,.sidebar .date-selected-calendar-event .etn-event-item,.widget .date-selected-calendar-event .etn-event-item,.widgets .date-selected-calendar-event .etn-event-item{border-bottom:1px solid #ddd;padding:0 0 10px}#sidebar .date-selected-calendar-event .etn-event-item:hover,.left-sidebar .date-selected-calendar-event .etn-event-item:hover,.main-sidebar .date-selected-calendar-event .etn-event-item:hover,.right-sidebar .date-selected-calendar-event .etn-event-item:hover,.sidebar .date-selected-calendar-event .etn-event-item:hover,.widget .date-selected-calendar-event .etn-event-item:hover,.widgets .date-selected-calendar-event .etn-event-item:hover{background-color:transparent}#sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.left-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.main-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.right-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.widget .date-selected-calendar-event .etn-event-item>.etn-col-md-4,.widgets .date-selected-calendar-event .etn-event-item>.etn-col-md-4{display:none}#sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.left-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.main-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.right-sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.sidebar .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.widget .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center,.widgets .date-selected-calendar-event .etn-event-item>.etn-col-md-8.etn-align-self-center{flex:0 0 100%;max-width:100%;padding:0}#sidebar .date-selected-calendar-event .etn-event-item .etn-title,.left-sidebar .date-selected-calendar-event .etn-event-item .etn-title,.main-sidebar .date-selected-calendar-event .etn-event-item .etn-title,.right-sidebar .date-selected-calendar-event .etn-event-item .etn-title,.sidebar .date-selected-calendar-event .etn-event-item .etn-title,.widget .date-selected-calendar-event .etn-event-item .etn-title,.widgets .date-selected-calendar-event .etn-event-item .etn-title{font-size:.9375rem;line-height:1.125rem}#sidebar .calendar_show.left .etn-col-lg-3,#sidebar .calendar_show.left .etn-col-lg-4,#sidebar .calendar_show.left .etn-col-lg-5,#sidebar .calendar_show.left>.etn-col-lg-5,#sidebar .calendar_show.left>.etn-col-lg-7,#sidebar .calendar_show.right .etn-col-lg-3,#sidebar .calendar_show.right .etn-col-lg-4,#sidebar .calendar_show.right .etn-col-lg-5,#sidebar .calendar_show.right>.etn-col-lg-5,#sidebar .calendar_show.right>.etn-col-lg-7,#sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,#sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,#sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,#sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,#sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.left-sidebar .calendar_show.left .etn-col-lg-3,.left-sidebar .calendar_show.left .etn-col-lg-4,.left-sidebar .calendar_show.left .etn-col-lg-5,.left-sidebar .calendar_show.left>.etn-col-lg-5,.left-sidebar .calendar_show.left>.etn-col-lg-7,.left-sidebar .calendar_show.right .etn-col-lg-3,.left-sidebar .calendar_show.right .etn-col-lg-4,.left-sidebar .calendar_show.right .etn-col-lg-5,.left-sidebar .calendar_show.right>.etn-col-lg-5,.left-sidebar .calendar_show.right>.etn-col-lg-7,.left-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.left-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.left-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.left-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.left-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.main-sidebar .calendar_show.left .etn-col-lg-3,.main-sidebar .calendar_show.left .etn-col-lg-4,.main-sidebar .calendar_show.left .etn-col-lg-5,.main-sidebar .calendar_show.left>.etn-col-lg-5,.main-sidebar .calendar_show.left>.etn-col-lg-7,.main-sidebar .calendar_show.right .etn-col-lg-3,.main-sidebar .calendar_show.right .etn-col-lg-4,.main-sidebar .calendar_show.right .etn-col-lg-5,.main-sidebar .calendar_show.right>.etn-col-lg-5,.main-sidebar .calendar_show.right>.etn-col-lg-7,.main-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.main-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.main-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.main-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.main-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.right-sidebar .calendar_show.left .etn-col-lg-3,.right-sidebar .calendar_show.left .etn-col-lg-4,.right-sidebar .calendar_show.left .etn-col-lg-5,.right-sidebar .calendar_show.left>.etn-col-lg-5,.right-sidebar .calendar_show.left>.etn-col-lg-7,.right-sidebar .calendar_show.right .etn-col-lg-3,.right-sidebar .calendar_show.right .etn-col-lg-4,.right-sidebar .calendar_show.right .etn-col-lg-5,.right-sidebar .calendar_show.right>.etn-col-lg-5,.right-sidebar .calendar_show.right>.etn-col-lg-7,.right-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.right-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.right-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.right-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.right-sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.sidebar .calendar_show.left .etn-col-lg-3,.sidebar .calendar_show.left .etn-col-lg-4,.sidebar .calendar_show.left .etn-col-lg-5,.sidebar .calendar_show.left>.etn-col-lg-5,.sidebar .calendar_show.left>.etn-col-lg-7,.sidebar .calendar_show.right .etn-col-lg-3,.sidebar .calendar_show.right .etn-col-lg-4,.sidebar .calendar_show.right .etn-col-lg-5,.sidebar .calendar_show.right>.etn-col-lg-5,.sidebar .calendar_show.right>.etn-col-lg-7,.sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.sidebar .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.widget .calendar_show.left .etn-col-lg-3,.widget .calendar_show.left .etn-col-lg-4,.widget .calendar_show.left .etn-col-lg-5,.widget .calendar_show.left>.etn-col-lg-5,.widget .calendar_show.left>.etn-col-lg-7,.widget .calendar_show.right .etn-col-lg-3,.widget .calendar_show.right .etn-col-lg-4,.widget .calendar_show.right .etn-col-lg-5,.widget .calendar_show.right>.etn-col-lg-5,.widget .calendar_show.right>.etn-col-lg-7,.widget .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.widget .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.widget .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.widget .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.widget .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7,.widgets .calendar_show.left .etn-col-lg-3,.widgets .calendar_show.left .etn-col-lg-4,.widgets .calendar_show.left .etn-col-lg-5,.widgets .calendar_show.left>.etn-col-lg-5,.widgets .calendar_show.left>.etn-col-lg-7,.widgets .calendar_show.right .etn-col-lg-3,.widgets .calendar_show.right .etn-col-lg-4,.widgets .calendar_show.right .etn-col-lg-5,.widgets .calendar_show.right>.etn-col-lg-5,.widgets .calendar_show.right>.etn-col-lg-7,.widgets .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-3,.widgets .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-4,.widgets .event-calendar-wrapper.calendar-event-filter2 .etn-col-lg-5,.widgets .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-5,.widgets .event-calendar-wrapper.calendar-event-filter2>.etn-col-lg-7{flex:0 0 100%;max-width:100%}#sidebar .calendar_show.left .etn-fullcalendar-content,#sidebar .calendar_show.right .etn-fullcalendar-content,#sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.left-sidebar .calendar_show.left .etn-fullcalendar-content,.left-sidebar .calendar_show.right .etn-fullcalendar-content,.left-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.main-sidebar .calendar_show.left .etn-fullcalendar-content,.main-sidebar .calendar_show.right .etn-fullcalendar-content,.main-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.right-sidebar .calendar_show.left .etn-fullcalendar-content,.right-sidebar .calendar_show.right .etn-fullcalendar-content,.right-sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.sidebar .calendar_show.left .etn-fullcalendar-content,.sidebar .calendar_show.right .etn-fullcalendar-content,.sidebar .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.widget .calendar_show.left .etn-fullcalendar-content,.widget .calendar_show.right .etn-fullcalendar-content,.widget .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content,.widgets .calendar_show.left .etn-fullcalendar-content,.widgets .calendar_show.right .etn-fullcalendar-content,.widgets .event-calendar-wrapper.calendar-event-filter2 .etn-fullcalendar-content{border:0;padding:0}#sidebar .event-calendar-wrapper,.left-sidebar .event-calendar-wrapper,.main-sidebar .event-calendar-wrapper,.right-sidebar .event-calendar-wrapper,.sidebar .event-calendar-wrapper,.widget .event-calendar-wrapper,.widgets .event-calendar-wrapper{padding:1rem}#sidebar .cat-radio-list,.left-sidebar .cat-radio-list,.main-sidebar .cat-radio-list,.right-sidebar .cat-radio-list,.sidebar .cat-radio-list,.widget .cat-radio-list,.widgets .cat-radio-list{background:#f6f6f6;height:100%;padding:20px 0}#sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,#sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,#sidebar .etn-default-calendar-style table tbody>tr>td,.left-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.left-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.left-sidebar .etn-default-calendar-style table tbody>tr>td,.main-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.main-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.main-sidebar .etn-default-calendar-style table tbody>tr>td,.right-sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.right-sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.right-sidebar .etn-default-calendar-style table tbody>tr>td,.sidebar .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.sidebar .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.sidebar .etn-default-calendar-style table tbody>tr>td,.widget .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.widget .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.widget .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.widget .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.widget .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.widget .etn-default-calendar-style table tbody>tr>td,.widgets .etn-default-calendar-style table .fc-daygrid-day.fc-day-today,.widgets .etn-default-calendar-style table tbody>tr:nth-child(2n)>td,.widgets .etn-default-calendar-style table tbody>tr:nth-child(2n)>th,.widgets .etn-default-calendar-style table tbody>tr:nth-child(odd)>td,.widgets .etn-default-calendar-style table tbody>tr:nth-child(odd)>th,.widgets .etn-default-calendar-style table tbody>tr>td{padding:4px 0}#sidebar .etn-default-calendar-style .fc-toolbar,.left-sidebar .etn-default-calendar-style .fc-toolbar,.main-sidebar .etn-default-calendar-style .fc-toolbar,.right-sidebar .etn-default-calendar-style .fc-toolbar,.sidebar .etn-default-calendar-style .fc-toolbar,.widget .etn-default-calendar-style .fc-toolbar,.widgets .etn-default-calendar-style .fc-toolbar{max-width:100%}.etn-sidebar .etn-add-to-calender-title.expand .etn-indecator-icon{transform:rotate(180deg)}.more-event-tag{background:#3d52ff;border-radius:4px 0 5px;color:#fff;display:inline-block;font-size:12px;font-weight:600;line-height:20px;margin:0 0 10px;padding:0 9px}.etn-event-thumb .more-event-tag{bottom:15px;position:absolute;right:15px;z-index:1}.attendee-ticket-update-form{background-color:#fff;border-radius:5px;margin:0;padding:30px}.attendee-ticket-update-form .etn-attendee-form-wrap{margin-top:0}.wrap-seat-plan-form .tt-seat-map-controls{justify-content:flex-start}.wrap-seat-plan-form .etn-summary-grid{border:1px solid #e4e5ec;border-radius:8px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);padding:30px}@media screen and (max-width:767px){.wrap-seat-plan-form .tt-seat-map-controls{flex-wrap:wrap}.wrap-seat-plan-form .etn-summary-grid{grid-template-columns:1fr;padding:1rem}}.wrap-seat-plan-form .etn-summary-element{align-items:center;display:flex;flex:0 0 50%;gap:20px}.wrap-seat-plan-form .etn-summary-icon{align-items:center;border:1px solid #e4e5ec;border-radius:50%;display:flex;flex:0 0 50px;height:50px;justify-content:center}.wrap-seat-plan-form .etn-summary-description h4{color:#606469;font-size:14px;font-weight:400;margin-bottom:5px}.wrap-seat-plan-form .etn-summary-description p{font-weight:700;margin:0}.wrap-seat-plan-form .tt-seatsmap-wrapper{border-color:transparent;margin-bottom:25px}.wrap-seat-plan-form .eventin-seat-plan-area{border:1px solid #e2e2e3;border-radius:10px;padding:30px 40px}.wrap-seat-plan-form .etn-checkout-button{align-items:center;background-color:#5d5dff;border-radius:40px;color:#fff;display:flex;font-size:14px;font-weight:600;height:46px;justify-content:center;line-height:1;margin-top:30px;text-align:center;text-transform:uppercase;width:100%}.wrap-seat-plan-form .etn-checkout-button:hover{background-color:rgba(93,93,255,.8);color:#fff}.wrap-seat-plan-form .selected-seats-list{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0}.wrap-seat-plan-form .selected-seats-list li{font-size:16px;font-weight:700}.etn-ticket-details .ticket-details__title{margin:0}.etn-ticket-details .single-ticket-details__title{font-weight:700;margin:0}.etn-ticket-details .single-ticket-seats__list{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.etn-ticket-details .single-ticket-seats__list li{font-size:14px;font-weight:400}.etn-ticket-details .single-ticket-details{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.woocommerce-checkout-review-order-table .product-name{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.woocommerce-checkout-review-order-table .product-name>a{flex:0 0 100%}.button.button--loader{align-items:center;display:flex;justify-content:center}.button--loading:before{animation:loading-spinner-animation 1s linear infinite;border-color:#3582c4 transparent #fff;border-radius:50%;border-style:solid;border-width:3px;content:" ";height:.75em;margin-right:.5em;width:.75em}.etn-event-title-wrap.with-logo{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.etn-event-title-wrap.with-logo img{height:100px;max-width:100px;-o-object-fit:cover;object-fit:cover}.notification-flow-customization-form-field .ant-form-item-control-input input[type=email],.notification-flow-customization-form-field .ant-form-item-control-input input[type=text]{height:40px!important;padding:0 12px!important}