.vfd-header{background:#fff;border-bottom:1px solid #eee;border-radius:10px;justify-content:space-between;margin-bottom:25px;padding:20px}.vfd-header,.vfd-header-name{align-items:center;display:flex}.vfd-header-name{gap:12px}.vfd-header-name span{background:#146ef5;border-radius:8px;font-size:25px;padding:6px}.vfd-header-name span svg{color:#fff}.vfd-header-name h1{font-size:24px;font-weight:600;margin:0}.vfd-header .add-new-btn{background-color:#146ef5;border:none;border-radius:50px;box-shadow:0 4px 12px rgba(124,58,237,.3);color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:10px 35px;transition:background .3s ease}.vfd-header .add-new-btn:hover{background-color:#6d28d9}
#vfdSettingsWrapper{background:#fff;border-radius:10px;font-family:Segoe UI,sans-serif;padding:20px}#vfdSettingsWrapper .vfd-toggle-group{align-items:center;display:flex;gap:12px}#vfdSettingsWrapper .vfd-toggle-group label{font-size:16px;font-weight:600}#vfdSettingsWrapper .vfd-toggle-group .vfd-toggle{cursor:pointer;display:inline-block;height:28px;position:relative;width:52px}#vfdSettingsWrapper .vfd-toggle-group .vfd-toggle input{height:0;opacity:0;width:0}#vfdSettingsWrapper .vfd-toggle-group .vfd-toggle input:checked+.vfd-slider{background-color:#4f46e5}#vfdSettingsWrapper .vfd-toggle-group .vfd-toggle input:checked+.vfd-slider:before{transform:translateX(24px)}#vfdSettingsWrapper .vfd-toggle-group .vfd-toggle input:checked:hover+.vfd-slider{background-color:#4338ca}#vfdSettingsWrapper .vfd-toggle-group .vfd-toggle .vfd-slider{background-color:#ccc;border-radius:34px;bottom:0;left:0;position:absolute;right:0;top:0;transition:background-color .4s}#vfdSettingsWrapper .vfd-toggle-group .vfd-toggle .vfd-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:22px;left:3px;position:absolute;transition:transform .4s ease,background-color .2s ease;width:22px}#vfdSettingsWrapper .vfd-toggle-group .vfd-toggle:hover .vfd-slider{background-color:#bfbfbf}#vfdSettingsWrapper .right-header{align-items:center;display:flex;gap:20px}#vfdSettingsWrapper .right-header .save-btn{background-color:#146ef5;border:none;border-radius:15px;box-shadow:0 4px 12px rgba(124,58,237,.3);color:#fff;cursor:pointer;font-size:18px;font-weight:500;padding:8px 35px;transition:background .3s ease}#vfdSettingsWrapper .right-header .save-btn:disabled{background-color:#aa98c9;color:#fdf7f7;cursor:not-allowed;opacity:.5;pointer-events:none;transition:opacity .3s ease}#vfdSettingsWrapper .right-header .save-btn:hover{background-color:#6d28d9}#vfdSettingsWrapper .vfd-body-content{margin-top:20px;padding:20px}#vfdSettingsWrapper .vfd-body-content .vfd-settings-content{display:flex;gap:20px;height:600px}#vfdSettingsWrapper .vfd-body-content .vfd-settings-content .vfd-settings-tab{display:flex;flex-direction:column}#vfdSettingsWrapper .vfd-body-content .vfd-settings-content .vfd-settings-tab .tab-btn{background:transparent;border:1px solid #226df5;border-radius:6px;color:#226df5;cursor:pointer;font-size:16px;font-weight:400;margin-bottom:10px;padding:10px 16px;text-align:start;width:220px}#vfdSettingsWrapper .vfd-body-content .vfd-settings-content .vfd-settings-tab .tab-btn.active{background:#0073e6;color:#fff}#vfdSettingsWrapper .vfd-body-content .vfd-settings-content .vfd-settings-tab-content{background:#fff;display:flex;flex:1;flex-direction:column;overflow:hidden}#vfdSettingsWrapper .vfd-body-content .vfd-settings-content .vfd-settings-tab-content .template__container{border:1px solid #226df5;border-radius:10px;padding:20px}#vfdSettingsWrapper .vfd-body-content .bpl-boxControl__container,#vfdSettingsWrapper .vfd-body-content .range-control,#vfdSettingsWrapper .vfd-body-content .toggle-control-field{width:40%}#vfdSettingsWrapper .vfd-settings-sub-tab{position:sticky;top:0}#vfdSettingsWrapper .vfd-settings-sub-tab .vfd-settings-sub-tab-button{background-color:#fff;border:1px solid #226df5;border-bottom:none;color:#226df5;cursor:pointer;font-size:16px;font-weight:400;padding:10px 16px;text-align:start;width:-moz-fit-content;width:fit-content}#vfdSettingsWrapper .vfd-settings-sub-tab .vfd-settings-sub-tab-button.active{background:#226df5;color:#fff}#vfdSettingsWrapper .vfd-tab-settings{border:1px solid #226df5;height:100%;overflow:auto;padding:20px}#vfdSettingsWrapper .typography-controls{width:50%}#vfdSettingsWrapper .vfd-body{display:flex;gap:40px;margin-top:20px}#vfdSettingsWrapper .vfd-body.only-settings{justify-content:center}#vfdSettingsWrapper .vfd-body.only-settings .vfd-settings-section{flex:none;width:60%}#vfdSettingsWrapper .vfd-body.only-settings .vfd-settings-section .tab-content{overflow-x:hidden;overflow-y:auto}#vfdSettingsWrapper .vfd-body .range-control,#vfdSettingsWrapper .vfd-body .toggle-control-field{width:65%}#vfdSettingsWrapper .vfd-shortcode-box{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;font-family:monospace;justify-content:space-between;margin-top:24px;padding:14px 20px}#vfdSettingsWrapper .vfd-shortcode-box code{color:#111827;font-size:14px}#vfdSettingsWrapper .vfd-shortcode-box button{background:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:6px 12px}#vfdSettingsWrapper .vfd-form-field{align-items:baseline;border-bottom:1px solid #e5e7eb;display:flex;gap:20px;margin-bottom:12px;padding:12px 30px}#vfdSettingsWrapper .vfd-form-field .field-name{align-items:center;display:flex;gap:140px}#vfdSettingsWrapper .vfd-form-field .field{align-items:flex-start;display:flex;flex-direction:column;gap:6px}#vfdSettingsWrapper .vfd-form-field .field input{width:400px}#vfdSettingsWrapper .vfd-form-group{margin-bottom:24px}#vfdSettingsWrapper .vfd-form-group label{color:#111827;display:block;font-weight:600;margin-bottom:6px}#vfdSettingsWrapper .vfd-form-group input[type=color],#vfdSettingsWrapper .vfd-form-group input[type=text],#vfdSettingsWrapper .vfd-form-group select{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px;width:100%}#vfdSettingsWrapper .vfd-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:8px;margin-bottom:16px}#vfdSettingsWrapper .vfd-tabs .vfd-tab{background:#e5e7eb;border-radius:8px 8px 0 0;cursor:pointer;font-weight:600;padding:8px 16px}#vfdSettingsWrapper .vfd-tabs .vfd-tab.active{background:#4f46e5;color:#fff}#vfdSettingsWrapper .vfd-tab-content{display:none}#vfdSettingsWrapper .vfd-tab-content.active{display:block;margin-top:10px}
.vfd-footer{align-items:center;background:#fff;border-radius:10px;color:#888;display:flex;font-size:13px;justify-content:space-between;padding:20px;text-align:center}.vfd-footer .vfd-footer strong{color:#111}.vfd-footer a{color:#000;text-decoration:none}.vfd-footer .vfd-social-icons{display:flex;gap:5px}.vfd-footer .vfd-social-icons a svg{color:#333;height:25px;text-decoration:none;transition:color .2s ease-in-out;width:30px}.vfd-footer .vfd-social-icons a svg:hover{color:#146ef5}
.bpl-modal-overlay{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.bpl-modal-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.1);max-width:400px;overflow:hidden;position:relative;width:90%}.bpl-modal-close{align-items:center;background:#f9fafb;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:28px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .3s ease;width:28px;z-index:1001}.bpl-modal-close:hover{background:#f3f4f6;color:#374151}.bpl-modal-icon-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb;padding:32px 24px;position:relative;text-align:center}.bpl-modal-icons{display:flex;gap:16px;justify-content:center;margin-bottom:16px}.bpl-company-logo img,.bpl-plugin-logo{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;font-size:20px;height:44px;justify-content:center;width:44px}.bpl-company-logo img svg,.bpl-plugin-logo svg{color:#146ef5;height:30px;width:30px}.bpl-premium-icon{align-items:center;background:#146ef5;border-radius:12px;box-shadow:0 6px 16px rgba(139,92,246,.3);color:#fff;display:flex;font-size:24px;height:56px;justify-content:center;margin:0 auto;width:56px}.bpl-content-area{padding:24px}.bpl-content-area h2{color:#1f2937;font-size:20px;font-weight:600;margin:0;text-align:center}.bpl-content-area p{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:20px;text-align:center}.bpl-highlight-box{align-items:center;background:#f9fafb;border-left:4px solid #146ef5;border-radius:10px;display:flex;gap:12px;margin-bottom:20px;padding:16px}.bpl-highlight-icon{align-items:center;background:#146ef5;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;width:36px}.bpl-highlight-text{display:flex;flex-direction:column;gap:2px}.bpl-highlight-text strong{color:#1f2937;font-size:14px;font-weight:600}.bpl-highlight-text span{color:#6b7280;font-size:12px}.bpl-benefits{-moz-column-count:2;column-count:2;gap:20px;margin-bottom:24px}.bpl-benefit{display:flex;gap:10px;margin-bottom:10px}.bpl-check{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:10px;font-weight:700;height:16px;justify-content:center;width:16px}.bpl-benefit span:last-child{color:#374151;font-size:14px}.bpl-upgrade-btn{background:#146ef5;border:none;border-radius:10px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;padding:14px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.bpl-upgrade-btn:focus{box-shadow:none;color:#fff;outline:none}.bpl-upgrade-btn:hover{box-shadow:0 0 0 3px rgba(58,122,219,.3);color:#fff;transform:translateY(-2px)}
.wp-block-bplvf-voice-feedback{display:flex;flex-direction:column}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-toggle{background-color:#25d366;border:none;bottom:40%;box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;cursor:pointer;font-size:20px;font-weight:700;height:auto;padding:12px 8px;position:fixed;transform:translate(100px,50%);transition:all .3s ease;writing-mode:sideways-lr;z-index:99999}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-toggle.delayed{animation:fadeIn .3s forwards;animation-delay:.3s;opacity:0}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-toggle:hover{background-color:#1da851}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-toggle.visible{transform:translateY(50%)!important}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-drawer{background:#fff;border-left:2px solid #25d366;border-top-left-radius:10px;border-top-right-radius:10px;bottom:40%;max-width:100%;overflow:hidden;position:fixed;right:0;transform:translate(100%,50%);transition:transform .3s ease-in-out;width:380px;z-index:99999}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-drawer.open{transform:translateY(50%)!important}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-drawer .drawer-header{align-items:center;background:#25d366;color:#fff;display:flex;justify-content:space-between;padding:12px 16px}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-drawer .drawer-header h3{font-size:18px;margin:0}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-drawer .drawer-header .drawer-close{background:transparent;border:none;color:#fff;cursor:pointer;padding:0}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-drawer .drawer-header .drawer-close svg{font-size:20px}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .drawer-voice-feedback .voice-feedback-drawer .drawer-body{padding:16px}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback{position:fixed;z-index:99999}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.bottomRight{bottom:20px;right:20px}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.bottomRight .feedback-toggle{transform:translateY(500px)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.bottomRight .feedback-toggle.visible{opacity:1;transform:translateY(0)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.bottomRight .sticky-feedback-content{bottom:60px;right:0;transform-origin:bottom right}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.bottomLeft{bottom:20px;left:20px}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.bottomLeft .feedback-toggle{transform:translateY(500px)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.bottomLeft .feedback-toggle.visible{opacity:1;transform:translateY(0)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.bottomLeft .sticky-feedback-content{bottom:60px;left:0;transform-origin:bottom left}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.topRight{right:20px;top:20px}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.topRight .feedback-toggle{transform:translateY(-500px)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.topRight .feedback-toggle.visible{opacity:1;transform:translateY(0)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.topRight .sticky-feedback-content{right:0;top:60px;transform-origin:top right}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.topLeft{left:20px;top:20px}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.topLeft .feedback-toggle{transform:translateY(-500px)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.topLeft .feedback-toggle.visible{opacity:1;transform:translateY(0)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback.topLeft .sticky-feedback-content{left:0;top:60px;transform-origin:top left}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .feedback-toggle{background:linear-gradient(to top right,#f97316,#ef4444,#ec4899);border:none;border-radius:12px;color:#fff;cursor:pointer;opacity:0;padding:12px;transition:all .3s ease;transition:all .5s ease}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .feedback-toggle svg{color:inherit;height:28px;width:28px}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .feedback-toggle:hover{animation:none;background:linear-gradient(to top right,#ea580c,#dc2626,#db2777);box-shadow:0 0 35px rgba(255,87,34,.6);transform:scale(1.1)}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .feedback-toggle:focus{outline:none}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .sticky-feedback-content{background:#fff;border:2px solid #fed7aa;border-radius:1.5rem;box-shadow:0 10px 25px rgba(255,87,34,.2);opacity:0;padding:20px;pointer-events:none;position:absolute;transform:scale(0);transition:all .7s ease;width:300px}@media screen and (max-width:768px){.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .sticky-feedback-content{width:250px}}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .sticky-feedback-content .contentTitle{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:20px;margin-top:0;padding-bottom:.5rem;text-align:center}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .sticky-feedback-content .contentSubTitle{font-size:20px;margin:-23px 0 15px;text-align:center}.wp-block-bplvf-voice-feedback .global-voice-feedback-wrapper .bplvf-sticky-feedback .sticky-feedback-content.show{animation:bounce-in .7s ease-out;opacity:1;pointer-events:auto;transform:scale(1)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes bounce-in{0%{opacity:0;transform:scale(.8)}60%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}@supports(-webkit-hyphens:none) and (not (overflow:-webkit-marquee)){.wp-block-bplvf-voice-feedback .drawer-voice-feedback{right:20px!important}}.wp-block-bplvf-voice-feedback .body-voice-feedback{background-color:#f0fdf4;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,.1);box-sizing:border-box;font-family:sans-serif;max-width:100%;padding:16px;width:-moz-fit-content;width:fit-content}.wp-block-bplvf-voice-feedback .body-voice-feedback.left{margin-left:0;margin-right:auto}.wp-block-bplvf-voice-feedback .body-voice-feedback.center{margin-left:auto;margin-right:auto}.wp-block-bplvf-voice-feedback .body-voice-feedback.right{margin-left:auto;margin-right:0}.wp-block-bplvf-voice-feedback .recording-mode-toggle{background-color:#f0f0f0;border-radius:25px;display:flex;margin:0 auto 20px;padding:4px}.wp-block-bplvf-voice-feedback .recording-mode-toggle .audioBtn,.wp-block-bplvf-voice-feedback .recording-mode-toggle .screenBtn{align-items:center;background-color:transparent;border:none;border-radius:10px;cursor:pointer;display:flex;flex:1;gap:8px;justify-content:center;transition:all .3s ease}.wp-block-bplvf-voice-feedback .recording-mode-toggle .audioBtn:focus,.wp-block-bplvf-voice-feedback .recording-mode-toggle .screenBtn:focus{outline:none}.wp-block-bplvf-voice-feedback .recording-mode-toggle .audioBtn h3,.wp-block-bplvf-voice-feedback .recording-mode-toggle .screenBtn h3{font-size:20px;font-weight:400;margin:0;padding:0!important}.wp-block-bplvf-voice-feedback .recording-mode-toggle .audioBtn span,.wp-block-bplvf-voice-feedback .recording-mode-toggle .screenBtn span{align-items:center;border:none;display:inline-flex;justify-content:center;line-height:0}.wp-block-bplvf-voice-feedback .recording-mode-toggle .audioBtn span svg,.wp-block-bplvf-voice-feedback .recording-mode-toggle .screenBtn span svg{align-items:center;color:#666;display:flex;font-size:20px;justify-content:center}.wp-block-bplvf-voice-feedback .recording-mode-toggle .audioBtn.active,.wp-block-bplvf-voice-feedback .recording-mode-toggle .screenBtn.active{background-color:#4caf50;font-weight:700}.wp-block-bplvf-voice-feedback .recording-mode-toggle .audioBtn.active h3,.wp-block-bplvf-voice-feedback .recording-mode-toggle .audioBtn.active span svg,.wp-block-bplvf-voice-feedback .recording-mode-toggle .screenBtn.active h3,.wp-block-bplvf-voice-feedback .recording-mode-toggle .screenBtn.active span svg{color:#fff}.wp-block-bplvf-voice-feedback .waveform-playback,.wp-block-bplvf-voice-feedback .waveform-record{margin-bottom:30px}.wp-block-bplvf-voice-feedback .feedback-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.wp-block-bplvf-voice-feedback .feedback-buttons button{align-items:center;background-color:#25d366;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;flex:1 1 45%;font-size:16px;gap:10px;justify-content:center;padding:12px;transition:background .3s ease}.wp-block-bplvf-voice-feedback .feedback-buttons button svg{font-size:20px}.wp-block-bplvf-voice-feedback .feedback-buttons button:focus-visible{border:none;outline:none}.wp-block-bplvf-voice-feedback .feedback-buttons button:disabled{background-color:#aaa;cursor:not-allowed}.wp-block-bplvf-voice-feedback .feedback-buttons button:hover:not(:disabled){background-color:#1da851}.wp-block-bplvf-voice-feedback .feedback-buttons button:only-child{flex:1 1 100%}.wp-block-bplvf-voice-feedback .feedback-buttons .startBtn{align-items:center;display:flex;gap:10px;justify-content:center}.wp-block-bplvf-voice-feedback .feedback-buttons .startBtn h3{color:#fff;font-size:20px;font-weight:400;margin:0;padding:0!important}.wp-block-bplvf-voice-feedback .feedback-buttons .startBtn svg{align-items:center;color:#fff;display:flex;font-size:20px;justify-content:center}@keyframes fadeIn{to{opacity:1}}
.slideIn-feedback{display:flex;position:fixed;transition:transform .5s ease;z-index:9999}.slideIn-feedback.rightCenter{right:0;top:50%;transform:translateY(-50%) translateX(450px)}.slideIn-feedback.rightCenter.visible{transform:translateY(-50%) translateX(370px)}.slideIn-feedback.rightCenter.visible.open{transform:translateY(-50%) translateX(0)}.slideIn-feedback.rightCenter .slideIn-feedback-toggle{height:100%}.slideIn-feedback.leftCenter{left:0;top:50%;transform:translateY(-50%) translateX(-450px)}.slideIn-feedback.leftCenter.visible{transform:translateY(-50%) translateX(-370px)}.slideIn-feedback.leftCenter.visible.open{transform:translateY(-50%) translateX(0)}.slideIn-feedback.leftCenter .slideIn-feedback-inner{border-radius:0 1rem 1rem 0;flex-direction:row-reverse}.slideIn-feedback.leftCenter .slideIn-feedback-toggle{height:-webkit-fill-available;width:inherit}.slideIn-feedback.leftCenter .slideIn-feedback-toggle button.toggle-button{border-radius:0 1rem 1rem 0}.slideIn-feedback.bottomCenter{bottom:0;left:50%;transform:translateY(400px) translateX(-50%)}.slideIn-feedback.bottomCenter.visible{transform:translateY(var(--slideInHeight,300px)) translateX(-50%)}.slideIn-feedback.bottomCenter.visible.open{transform:translateY(0) translateX(-50%)}.slideIn-feedback.bottomCenter .slideIn-feedback-inner{border-radius:1rem 1rem 0 0;flex-direction:column}.slideIn-feedback.bottomCenter .slideIn-feedback-toggle{width:100%}.slideIn-feedback.bottomCenter .slideIn-feedback-toggle button.toggle-button{border-radius:1rem 1rem 0 0;height:auto;padding:10px 0;width:100%}.slideIn-feedback.bottomCenter .slideIn-feedback-toggle button.toggle-button .toggle-text{writing-mode:horizontal-tb}.slideIn-feedback.topCenter{left:50%;top:0;transform:translateY(-300px) translateX(-50%)}.slideIn-feedback.topCenter.visible{transform:translateY(calc(var(--slideInHeight, 190px)*-1)) translateX(-50%)}.slideIn-feedback.topCenter.visible.open{transform:translateY(0) translateX(-50%)}.slideIn-feedback.topCenter .slideIn-feedback-inner{border-radius:0 0 1rem 1rem;flex-direction:column-reverse}.slideIn-feedback.topCenter .slideIn-feedback-toggle{width:100%}.slideIn-feedback.topCenter .slideIn-feedback-toggle button.toggle-button{border-radius:0 0 1rem 1rem;height:auto;padding:10px 0;width:100%}.slideIn-feedback.topCenter .slideIn-feedback-toggle button.toggle-button .toggle-text{writing-mode:horizontal-tb}.slideIn-feedback .slideIn-feedback-inner{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem 0 0 1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;justify-content:center;overflow:hidden}.slideIn-feedback .slideIn-feedback-toggle button.toggle-button{align-items:center;background-color:linear-gradient(180deg,#22c55e,#16a34a);border:none;border-radius:1rem 0 0 1rem;color:#fff;cursor:pointer;display:flex;height:100%;justify-content:center;outline:none;padding:20px;transition:background .3s;width:100%}.slideIn-feedback .slideIn-feedback-toggle button.toggle-button:hover{background:linear-gradient(180deg,#16a34a,#15803d)}.slideIn-feedback .slideIn-feedback-toggle button.toggle-button .toggle-text{font-size:20px;font-weight:500;white-space:nowrap;writing-mode:sideways-lr}.slideIn-feedback .slideIn-feedback-content{display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1.5rem;width:320px}.slideIn-feedback .slideIn-feedback-content .contentTitle{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;padding-bottom:.5rem;text-align:center}.slideIn-feedback .slideIn-feedback-content .contentSubTitle{font-size:20px;margin:-20px 0 0;text-align:center}
.notification1{background:linear-gradient(90deg,#10b981,#059669);border-radius:.5rem;bottom:0;box-shadow:0 4px 10px rgba(0,0,0,.1);box-sizing:border-box;color:#fff;left:0;padding:1rem 1.5rem;position:fixed;transition:all .3s ease;width:100%;z-index:9999}.notification1.top{bottom:auto;top:0;transform:translateY(-100%)}.notification1.top.visible{transform:translateY(0)}.notification1.bottom{bottom:0;top:auto;transform:translateY(100%)}.notification1.bottom.visible{transform:translateY(0)}.notification1 .notification1__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:100%;width:1050px}.notification1 .notification1__left{align-items:center;display:flex;gap:1rem}.notification1 .notification1__left .contentSubtitle{font-size:.875rem;font-weight:500}.notification1 .notification1__right{align-items:center;display:flex;gap:.75rem}.notification1 .notification1__right .notification1__voice-btn{align-items:center;background:#fff;border:none;border-radius:9999px;color:#059669;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.notification1 .notification1__right .notification1__voice-btn:hover{background:#f0fdf4}.notification1 .notification1__right .notification1__voice-btn .icon{height:1rem;width:1rem}.notification1 .notification1__right .notification__close-btn{background:transparent;border:none;border-radius:.375rem;cursor:pointer;padding:.25rem;transition:background .2s ease}.notification1 .notification1__right .notification__close-btn:hover{background:#047857}.notification1 .notification1__right .notification__close-btn .icon{color:#fff;height:1.25rem;width:1.25rem}
.notification2{align-items:center;background-color:#111827;border-radius:9999px;box-shadow:0 10px 25px rgba(0,0,0,.3);color:#fff;display:flex;gap:1rem;left:50%;padding:1rem 1.5rem;position:fixed;transform:translateX(-50%);transition:all .3s ease;z-index:9999}.notification2.top{bottom:auto;top:50px;transform:translateY(-300px) translateX(-50%)}.notification2.top.visible{transform:translateY(0) translateX(-50%)}.notification2.bottom{bottom:50px;top:auto;transform:translateY(300px) translateX(-50%)}.notification2.bottom.visible{transform:translateY(0) translateX(-50%)}.notification2__content{align-items:center;background-color:#111827;border-radius:9999px;box-shadow:0 10px 25px rgba(0,0,0,.3);color:#fff;display:flex;gap:1rem;padding:1rem 1.5rem}.notification2 .contentSubTitle{font-size:.875rem;font-weight:500;margin:0;padding:0!important}.notification2__divider{background-color:#374151;height:1.5rem;width:1px}.notification2 .notification__close-btn{background-color:transparent;border:none;border-radius:9999px;box-shadow:none;margin-left:.5rem;outline:none;padding:.25rem;transition:background-color .2s ease}.notification2 .notification__close-btn:hover{background-color:#1f2937}.notification2 .notification__close-btn .icon{height:1rem;width:1rem}
.notification3{background:linear-gradient(90deg,#fff7ed,#fffbeb);border:1px solid #fed7aa;border-radius:1rem;bottom:30px;box-shadow:0 4px 12px rgba(0,0,0,.05);left:50%;padding:1.5rem;position:fixed;transition:transform .3s ease;z-index:9999}.notification3.top{bottom:auto;top:30px;transform:translate(-50%,-200px)}.notification3.top.visible{transform:translate(-50%)}.notification3.bottom{bottom:30px;top:auto;transform:translate(-50%,200px)}.notification3.bottom.visible{transform:translate(-50%)}@media screen and (max-width:1024px){.notification3{width:70%}}@media screen and (max-width:768px){.notification3{padding:1rem;width:80%}}.notification3 .notification3__content{align-items:center;display:flex;gap:1.5rem}@media screen and (max-width:768px){.notification3 .notification3__content{align-items:center;flex-direction:column;gap:1rem;text-align:center}.notification3 .notification3__content .notification__icon-box{height:3.5rem;width:3.5rem}.notification3 .notification3__content .notification3__record-btn{justify-content:center;width:100%}.notification3 .notification3__content .notification3__close-btn{position:absolute;right:20px;top:20px}}.notification3 .notification__icon-box{align-items:center;background:linear-gradient(to bottom right,#fb923c,#f59e0b);border-radius:1rem;box-shadow:0 5px 15px rgba(251,146,60,.3);display:flex;flex-shrink:0;height:4rem;justify-content:center;width:4rem}.notification3 .notification__icon-box .icon{color:#fff;height:2rem;width:2rem}.notification3 .notification3__text{flex:1}.notification3 .notification3__text .contentTitle{color:#111827;font-size:1.125rem;font-weight:700;margin:0}.notification3 .notification3__text .contentSubTitle{color:#4b5563;font-size:.875rem;margin:0}.notification3 .notification3__record-btn{align-items:center;background:#f97316;border:none;border-radius:9999px;box-shadow:0 4px 10px rgba(249,115,22,.3);color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .25s ease}.notification3 .notification3__record-btn:hover{background:#ea580c;box-shadow:0 6px 15px rgba(249,115,22,.4)}.notification3 .notification3__record-btn .icon{height:1.25rem;width:1.25rem}.notification3 .notification__close-btn{background:transparent;border:none;border-radius:.5rem;cursor:pointer;padding:.5rem;transition:background .2s ease}.notification3 .notification__close-btn:hover{background:#ffedd5}.notification3 .notification__close-btn .icon{color:#9ca3af;height:1.25rem;width:1.25rem}
.notification4{background:linear-gradient(to top right,#7e22ce,#ec4899);border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.3);box-sizing:border-box;color:#fff;height:-moz-fit-content;height:fit-content;max-width:20rem;padding:1.25rem;position:fixed;transition:transform .3s ease-in-out,opacity .8s ease-in-out;z-index:9999}.notification4.topRight{right:1.5rem;top:1.5rem;transform:translateY(-300px)}.notification4.bottomRight{bottom:1.5rem;right:1.5rem;transform:translateY(300px)}.notification4.topLeft{left:1.5rem;top:1.5rem;transform:translateY(-300px)}.notification4.bottomLeft{bottom:1.5rem;left:1.5rem;transform:translateY(300px)}.notification4.continous{opacity:0;transform:unset}.notification4.visible{opacity:1;transform:translateY(0)}.notification4 .notification__close-btn{background-color:transparent;border:none;border-radius:9999px;padding:.25rem;position:absolute;right:.75rem;top:.75rem;transition:background-color .2s ease}.notification4 .notification__close-btn:hover{background-color:hsla(0,0%,100%,.2)}.notification4 .notification__close-btn .icon{height:1rem;width:1rem}.notification4__header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.notification4 .notification__icon-box{align-items:center;background-color:hsla(0,0%,100%,.2);border-radius:9999px;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.notification4 .notification__icon-box .icon{height:1.25rem;width:1.25rem}.notification4 .contentTitle{font-size:16px;font-weight:600;margin:0;padding:0!important}.notification4 .contentSubTitle{color:hsla(0,0%,100%,.9);font-size:18px;margin:0;padding:0!important}
.notification5{background:linear-gradient(90deg,#10b981,#16a34a);border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.25);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;gap:.75rem;height:-moz-fit-content;height:fit-content;padding:1rem;position:fixed;transition:transform .3s ease-in-out,opacity .8s ease-in-out;width:20rem;z-index:9999}.notification5.topRight{right:1.5rem;top:1.5rem;transform:translateY(-300px)}.notification5.bottomRight{bottom:1.5rem;right:1.5rem;transform:translateY(300px)}.notification5.topLeft{left:1.5rem;top:1.5rem;transform:translateY(-300px)}.notification5.bottomLeft{bottom:1.5rem;left:1.5rem;transform:translateY(300px)}.notification5.continous{opacity:0;transform:unset}.notification5.visible{opacity:1;transform:translateY(0)}.notification5__header{align-items:flex-start;display:flex;justify-content:space-between}.notification5 .contentTitle{font-size:.875rem;font-weight:700;margin:0;padding:0!important}.notification5 .contentSubTitle{color:rgba(220,252,231,.9);font-size:.75rem;margin:0;padding:0!important}.notification5 .notification__close-btn{background-color:transparent;border:none;border-radius:.25rem;color:#fff;cursor:pointer;padding:.25rem;transition:background-color .2s ease}.notification5 .notification__close-btn:hover{background-color:#059669}.notification5 .notification__close-btn .icon{height:1rem;width:1rem}
.notification6{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.15);height:-moz-fit-content;height:fit-content;overflow:hidden;position:fixed;transition:transform .3s ease-in-out,opacity .8s ease-in-out;width:18rem;z-index:9999}.notification6.topRight{right:1.5rem;top:1.5rem;transform:translateY(-300px)}.notification6.bottomRight{bottom:1.5rem;right:1.5rem;transform:translateY(300px)}.notification6.topLeft{left:1.5rem;top:1.5rem;transform:translateY(-300px)}.notification6.bottomLeft{bottom:1.5rem;left:1.5rem;transform:translateY(300px)}.notification6.continous{opacity:0;transform:unset}.notification6.visible{opacity:1;transform:translateY(0)}.notification6__header{align-items:center;background:linear-gradient(90deg,#06b6d4,#2563eb);color:#fff;display:flex;justify-content:space-between;padding:1rem}.notification6 .contentTitle{align-items:center;display:flex;gap:.5rem}.notification6 .contentTitle svg{height:25px;width:25px}.notification6 .contentTitle span{font-size:.875rem;font-weight:700}.notification6__close{background:transparent;border:none;border-radius:.375rem;color:#fff;cursor:pointer;padding:.25rem;transition:background .2s ease}.notification6__close:hover{background-color:rgba(37,99,235,.7)}.notification6__close .icon{height:20px;width:20px}.notification6__body{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.notification6 .contentSubTitle{color:#374151;font-size:.875rem;margin:0!important;padding:0!important}.notification6__button{align-items:center;background:linear-gradient(90deg,#06b6d4,#2563eb);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.625rem 0;transition:all .3s ease;width:100%}.notification6__button:hover{box-shadow:0 4px 12px rgba(37,99,235,.3);transform:translateY(-2px)}.notification6__button .icon{height:1rem;width:1rem}
.template__container{padding:10px}.template__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(215px,1fr))}.template-card{background:#fff;border-radius:20px;box-shadow:0 5px 15px rgba(0,0,0,.05);cursor:pointer;overflow:hidden;padding:15px;position:relative;transition:all .3s ease}.template-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.template-card.selected{border:2px solid #146ef5;box-shadow:0 10px 25px rgba(20,110,245,.3);transform:scale(1.05)}.template-card__image{aspect-ratio:14/9;background:#f3f4f6;border-radius:10px;margin-bottom:1rem;overflow:hidden;position:relative}.template-card__image img{border:1px solid #e5e7eb;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;width:100%}.template-card__image .template-card__overlay{align-items:center;background:rgba(20,110,245,.1);display:flex;inset:0;justify-content:center;position:absolute}.template-card__image .template-card__check{align-items:center;background:#146ef5;border-radius:50%;box-shadow:0 5px 15px rgba(20,110,245,.3);display:flex;height:40px;justify-content:center;width:40px}.template-card__image .template-card__check .check-icon{color:#fff;height:32px;width:32px}.template-card__name{margin:0;text-align:center}.template-card .template-card__buttons{display:flex;gap:10px;justify-content:center;margin-top:10px}.template-card .template-card__buttons button{background:#146ef5;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.template-card .template-card__buttons button:hover{background:#0f56c7;transform:scale(1.05)}.template-card .template-card__buttons button:focus{box-shadow:0 0 0 2px rgba(20,110,245,.5);outline:none}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}
.upgrade-toast{align-items:center;background:#fff;border:1px solid #1451de;border-radius:10px;bottom:45px;box-shadow:0 20px 50px rgba(0,0,0,.12);display:flex;gap:14px;opacity:0;padding:10px 20px;pointer-events:none;position:fixed;right:80px;text-align:center;transform:translateX(60px);transition:all .35s ease;z-index:9999}.upgrade-toast.show{opacity:1}.upgrade-toast__icon-wrapper{display:inline-flex;margin-right:15px;position:relative}.upgrade-toast__icon{align-items:center;background:linear-gradient(145deg,#146ef5,#3d81e9);border-radius:20px;color:#fff;display:flex;font-size:30px;font-weight:700;height:40px;justify-content:center;width:40px}.upgrade-toast__spark{background:#146ef5;border-radius:4px;height:18px;opacity:.9;position:absolute;width:6px}.upgrade-toast__spark--one{right:-10px;top:-8px;transform:rotate(25deg)}.upgrade-toast__spark--two{right:-18px;top:-2px;transform:rotate(65deg)}.upgrade-toast__text{color:#0f172a;font-size:18px;font-weight:600}
