.enhanced-form-section .enhanced-form-container{max-width:1200px;margin:0 auto;padding:2rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.enhanced-form-section .enhanced-form-header{text-align:center;margin-bottom:3rem}.enhanced-form-section .enhanced-form-title{font-size:1.8rem;font-weight:800;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:capitalize}.enhanced-form-section .enhanced-form-description{text-align:center;font-size:1.125rem;color:#64748b;margin-bottom:3rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.enhanced-form-section .enhanced-form-layout{display:grid;gap:1.5rem;margin-bottom:2rem}.enhanced-form-section .enhanced-form-layout.use-columns{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.enhanced-form-section .flexible-layout{display:grid;gap:1.5rem;margin-bottom:2rem}.enhanced-form-section .flexible-layout--form{grid-template-columns:1fr}.enhanced-form-section .use-columns .flexible-layout--form{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.enhanced-form-section .use-columns .column--full{grid-column:1 / -1}.enhanced-form-section .use-columns .column--half{grid-column:span 1;width:100%}.enhanced-form-section .use-columns .form-section-divider,.enhanced-form-section .use-columns .multilevel-dropdown-wrapper,.enhanced-form-section .use-columns .lightly-spaced-row{grid-column:1 / -1}@media (max-width: 768px){.enhanced-form-section .use-columns .flexible-layout--form{grid-template-columns:1fr;gap:1.5rem}.enhanced-form-section .use-columns .column--half{grid-column:1}}.enhanced-form-section .use-columns .flexible-layout--form>.column{margin-bottom:.75rem}.enhanced-form-section .use-columns .flexible-layout--form>.column:last-child{margin-bottom:0}.enhanced-form-section .use-columns .enhanced-form-input,.enhanced-form-section .use-columns .enhanced-form-select,.enhanced-form-section .use-columns .enhanced-form-textarea,.enhanced-form-section .use-columns input[type=text],.enhanced-form-section .use-columns input[type=email],.enhanced-form-section .use-columns input[type=tel],.enhanced-form-section .use-columns input[type=url],.enhanced-form-section .use-columns input[type=number],.enhanced-form-section .use-columns input[type=date],.enhanced-form-section .use-columns input[type=time],.enhanced-form-section .use-columns input[type=datetime-local],.enhanced-form-section .use-columns select,.enhanced-form-section .use-columns textarea{width:100%;box-sizing:border-box}.enhanced-form-section .enhanced-form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:1rem;text-transform:capitalize}.enhanced-form-section label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.enhanced-form-section .required-asterisk,.enhanced-form-section .enhanced-form-label .required-asterisk{color:#dc2626!important;font-weight:700;margin-left:2px}.enhanced-form-section .enhanced-form-input,.enhanced-form-section .enhanced-form-select,.enhanced-form-section .enhanced-form-textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;background:#fff;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.enhanced-form-section .enhanced-form-input:focus,.enhanced-form-section .enhanced-form-select:focus,.enhanced-form-section .enhanced-form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a;transform:translateY(-1px)}.enhanced-form-section input[type=text],.enhanced-form-section input[type=email],.enhanced-form-section input[type=tel],.enhanced-form-section input[type=url],.enhanced-form-section input[type=number],.enhanced-form-section input[type=date],.enhanced-form-section input[type=time],.enhanced-form-section input[type=datetime-local],.enhanced-form-section input[type=color],.enhanced-form-section input[type=range],.enhanced-form-section input[type=file],.enhanced-form-section select,.enhanced-form-section textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;background:#fff;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.enhanced-form-section input:focus,.enhanced-form-section select:focus,.enhanced-form-section textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a;transform:translateY(-1px)}.enhanced-form-section select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-appearance:none;appearance:none}.enhanced-form-section .checkbox-label:hover{border-color:#3b82f6;background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.enhanced-form-section .radio-label:hover{border-color:#3b82f6;background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a;border-radius:8px}.enhanced-form-section input[type=radio]{width:18px;height:18px;accent-color:#3b82f6;border-radius:50%;transition:box-shadow .3s ease;-webkit-appearance:none;appearance:none;border:2px solid #d1d5db;background:#fff;position:relative}.enhanced-form-section input[type=radio]:checked{background:#3b82f6;border-color:#3b82f6}.enhanced-form-section input[type=radio]:checked:after{content:"";width:6px;height:6px;border-radius:50%;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.enhanced-form-section input[type=radio]:hover{box-shadow:0 0 0 8px #3b82f61a;border-color:#3b82f6}.enhanced-form-section .enhanced-form-container .enhanced-form-submit-btn{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2d37484d;text-transform:capitalize;min-width:200px}.enhanced-form-section .enhanced-form-container .enhanced-form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2d374866;background:linear-gradient(135deg,#1a202c,#171923)}.enhanced-form-section .enhanced-form-container .enhanced-form-submit-btn:active{transform:translateY(0)}.enhanced-form-section .enhanced-form-container .enhanced-form-cancel-btn{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-right:1rem;text-transform:capitalize}.enhanced-form-section .enhanced-form-container .enhanced-form-cancel-btn:hover{background:linear-gradient(135deg,#4b5563,#374151);transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.enhanced-form-section .form-success-message{text-align:center;padding:3rem 2rem;margin-bottom:2rem}.enhanced-form-section .form-success-message h3{color:#059669;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.enhanced-form-section .form-success-message p{color:#065f46;font-size:1.125rem;line-height:1.6}.enhanced-form-section select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-appearance:none;appearance:none}.enhanced-form-section .enhanced-form-success-message{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-radius:16px;border:2px solid #bbf7d0;margin-bottom:2rem}.enhanced-form-section .enhanced-form-success-message h3{color:#059669;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.enhanced-form-section .enhanced-form-success-message p{color:#065f46;font-size:1.125rem;line-height:1.6}.enhanced-form-section .email-notification-info{margin-top:1rem;padding:1rem;background:#dbeafe;border-radius:8px;color:#1e40af;font-size:.875rem;font-weight:500}.enhanced-form-section .gdpr-consent,.enhanced-form-section .marketing-consent{grid-column:1 / -1;margin:1rem 0}.enhanced-form-section .privacy-link{color:#3b82f6;text-decoration:none;font-weight:500;margin-left:.5rem}.enhanced-form-section .privacy-link:hover{text-decoration:underline}.enhanced-form-section .form-divider{grid-column:1 / -1;margin:2rem 0;border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 50%,transparent 100%)}.enhanced-form-section .form-spacer{grid-column:1 / -1;height:1rem}.enhanced-form-section .multilevel-selector{display:flex;flex-direction:column;gap:.75rem}.enhanced-form-section .multilevel-select{transition:all .3s ease}.enhanced-form-section .multilevel-select:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.enhanced-form-section .checkbox-options-container.two-columns,.enhanced-form-section .radio-options-container.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media (max-width: 768px){.enhanced-form-section .checkbox-options-container.two-columns,.enhanced-form-section .radio-options-container.two-columns{grid-template-columns:1fr}}.enhanced-form-section .checkbox-group-two-columns,.enhanced-form-section .radio-group-two-columns{border:2px solid #e2e8f0;border-radius:12px;padding:1rem;margin:0}.enhanced-form-section .checkbox-group-two-columns legend,.enhanced-form-section .radio-group-two-columns legend{padding:0 .5rem;font-weight:600;color:#374151}.enhanced-form-section input:invalid,.enhanced-form-section select:invalid,.enhanced-form-section textarea:invalid{border-color:#e2e8f0!important;box-shadow:0 1px 3px #0000000d!important}.enhanced-form-section input[type=text],.enhanced-form-section input[type=email],.enhanced-form-section input[type=tel],.enhanced-form-section input[type=url],.enhanced-form-section input[type=number],.enhanced-form-section input[type=date],.enhanced-form-section input[type=time],.enhanced-form-section input[type=datetime-local],.enhanced-form-section input[type=color],.enhanced-form-section input[type=range],.enhanced-form-section input[type=file],.enhanced-form-section select,.enhanced-form-section textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0!important;border-radius:12px;font-size:1rem;color:#1e293b;background:#fff;transition:all .3s ease;box-shadow:0 1px 3px #0000000d!important}.enhanced-form-section input:focus,.enhanced-form-section select:focus,.enhanced-form-section textarea:focus{outline:none;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a!important;transform:translateY(-1px)}.enhanced-form-section input::placeholder,.enhanced-form-section textarea::placeholder{color:#94a3b8;font-style:italic}.enhanced-form-section textarea{min-height:120px;resize:vertical;font-family:inherit}.enhanced-form-section select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-appearance:none;appearance:none}.enhanced-form-section .form-submitted input.error,.enhanced-form-section .form-submitted select.error,.enhanced-form-section .form-submitted textarea.error{border-color:#ef4444!important}.enhanced-form-section .form-submitted input.error:focus,.enhanced-form-section .form-submitted select.error:focus,.enhanced-form-section .form-submitted textarea.error:focus{box-shadow:0 0 0 3px #ef44441a!important}.enhanced-form-section .form-section-divider{grid-column:1 / -1;margin:2rem 0 1rem;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;border-left:4px solid #3b82f6;box-shadow:0 2px 8px #0000000d}.enhanced-form-section .form-section-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.enhanced-form-section .form-section-title:before{content:"";width:8px;height:8px;background:#3b82f6;border-radius:50%}.enhanced-form-section .form-section-description{color:#64748b;font-size:.875rem;margin:0;line-height:1.5}.enhanced-form-section .checkbox-label,.enhanced-form-section .radio-label{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#374151}.enhanced-form-section .checkbox-label:hover,.enhanced-form-section .radio-label:hover{border-color:#3b82f6;background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.enhanced-form-section input[type=checkbox],.enhanced-form-section input[type=radio]{width:18px;height:18px;accent-color:#3b82f6}.enhanced-form-section .rating-input{display:flex;gap:.5rem;padding:1rem;background:#fff;border-radius:12px;border:2px solid #e2e8f0;justify-content:center}.enhanced-form-section .rating-input input[type=radio]{display:none}.enhanced-form-section .rating-input .star{font-size:2rem;color:#d1d5db;cursor:pointer;transition:all .3s ease}.enhanced-form-section .rating-input .star:hover,.enhanced-form-section .rating-input input[type=radio]:checked~.star{color:#fbbf24;transform:scale(1.1)}.enhanced-form-section .rating-input.emoji{display:flex;gap:.5rem;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;border:2px solid #e2e8f0;justify-content:center;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.enhanced-form-section .rating-input.emoji:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.enhanced-form-section .rating-input.emoji input[type=radio]{display:none}.enhanced-form-section .rating-input.emoji .emoji-rating{cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform:scale(1);position:relative;border-radius:50%;padding:2px}.enhanced-form-section .rating-input.emoji .emoji-rating svg{width:45px;height:45px;display:block}.enhanced-form-section .rating-input.emoji .emoji-rating:hover{transform:scale(1.1)}.enhanced-form-section .rating-input.emoji .emoji-rating:active{transform:scale(.95)}.enhanced-form-section .rating-input.emoji input[type=radio]:checked+.emoji-rating{transform:scale(1.2);filter:drop-shadow(0 6px 12px rgba(0,0,0,.15));animation:bounce .6s ease}@keyframes bounce{0%,20%,53%,80%,to{transform:scale(1.2)}40%,43%{transform:scale(1.3)}70%{transform:scale(1.25)}90%{transform:scale(1.22)}}.enhanced-form-section .rating-input.emoji .emoji-rating .emoji-svg{opacity:.3;filter:grayscale(.7);transition:all .3s ease}.enhanced-form-section .rating-input.emoji input[type=radio]:checked+.emoji-rating .emoji-svg,.enhanced-form-section .rating-input.emoji .emoji-rating:hover .emoji-svg{opacity:1;filter:grayscale(0)}.enhanced-form-section .rating-input.emoji input[type=radio]:checked~input[type=radio]+.emoji-rating .emoji-svg{opacity:.6;filter:grayscale(.3)}@media (max-width: 768px){.enhanced-form-section .rating-input.emoji{gap:.25rem;padding:1rem}.enhanced-form-section .rating-input.emoji .emoji-rating svg{width:40px;height:40px}}@media (max-width: 480px){.enhanced-form-section .rating-input.emoji{gap:.125rem;padding:.75rem}.enhanced-form-section .rating-input.emoji .emoji-rating svg{width:35px;height:35px}}.enhanced-form-section .range-slider-container{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:12px;border:2px solid #e2e8f0}.enhanced-form-section .range-slider-container input[type=range]{flex:1;height:8px;border-radius:4px;background:#e2e8f0;outline:none;padding:0;border:none;box-shadow:none}.enhanced-form-section .range-slider-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003}.enhanced-form-section .range-slider-container output{min-width:3rem;text-align:center;font-weight:700;color:#3b82f6;background:#eff6ff;padding:.5rem;border-radius:8px}.enhanced-form-section input[type=file]{padding:1rem;border:2px dashed #cbd5e1;background:#f8fafc;cursor:pointer}.enhanced-form-section input[type=file]:hover{border-color:#3b82f6;background:#eff6ff}.enhanced-form-section .file-description{display:block;margin-top:.5rem;color:#64748b;font-size:.875rem;font-style:italic}.enhanced-form-section .character-count{display:block;margin-top:.5rem;color:#64748b;font-size:.875rem;text-align:right;font-weight:500}.enhanced-form-section .custom-select__btn{padding:.875rem 1rem!important;border:2px solid #e2e8f0!important;border-radius:12px!important;font-size:1rem!important;color:#1e293b!important;background:#fff!important;transition:all .3s ease!important;box-shadow:0 1px 3px #0000000d!important;min-height:auto!important;line-height:1.5!important}.enhanced-form-section .custom-select__btn:focus,.enhanced-form-section .custom-select__btn:hover{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a!important;transform:translateY(-1px)!important;background:#fff!important}.enhanced-form-section .custom-select__btn>.icon{width:25px!important;height:20px!important;padding-inline-start:10px!important;margin-inline-end:-5px!important}.enhanced-form-section .custom-select{width:100%!important}.enhanced-form-section .custom-select__listbox{border:2px solid #e2e8f0!important;border-radius:12px!important;box-shadow:0 4px 12px #00000026!important;top:calc(100% + 5px)!important;left:0!important}@media (max-width: 768px){.enhanced-form-section .enhanced-form-container{padding:1.5rem;margin:1rem}.enhanced-form-section .enhanced-form-title{font-size:2rem}.enhanced-form-section .use-columns .flexible-layout--form{grid-template-columns:1fr}.enhanced-form-section .column--half{grid-column:1 / -1}.enhanced-form-section .form-section-divider{padding:1rem}.enhanced-form-section .btn{width:100%;padding:1rem}}@media (max-width: 480px){.enhanced-form-section .enhanced-form-container{padding:1rem;margin:.5rem;border-radius:12px}.enhanced-form-section .enhanced-form-title{font-size:1.75rem}.enhanced-form-section .rating-input .star{font-size:1.5rem}}.feedback-success-message{padding:2rem;text-align:center;background:#fff;border-radius:12px}.feedback-success-message.show{display:block;opacity:1;animation:fadeInUp .3s ease-out}.feedback-success-message h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.feedback-success-message p{color:#64748b;line-height:1.6;margin:0 0 1rem;font-size:1rem}.feedback-success-close{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.feedback-success-close:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.enhanced-form-section .column{animation:fadeInUp .6s ease-out}.enhanced-form-section .column:nth-child(2n){animation-delay:.1s}.enhanced-form-section .column:nth-child(odd){animation-delay:.2s}.enhanced-form-section .multilevel-dropdown-wrapper{position:relative;width:100%;margin-bottom:1rem}.enhanced-form-section .current-selection{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border:2px solid #e1e5e9;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a;min-height:52px}.enhanced-form-section .current-selection:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.enhanced-form-section .current-selection.active{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #3b82f626}.enhanced-form-section .placeholder{color:#6b7280;font-size:15px;flex:1;transition:color .2s ease}.enhanced-form-section .placeholder.has-selection{color:#111827;font-weight:500}.enhanced-form-section .dropdown-arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#6b7280;transition:all .3s cubic-bezier(.4,0,.2,1)}.enhanced-form-section .dropdown-arrow svg{width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.enhanced-form-section .current-selection.active .dropdown-arrow{color:#3b82f6}.enhanced-form-section .current-selection.active .dropdown-arrow svg{transform:rotate(180deg)}.enhanced-form-section .dropdown-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e1e5e9;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:10001;overflow:hidden;animation:dropdownSlideIn .3s cubic-bezier(.4,0,.2,1);min-height:400px}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.enhanced-form-section .breadcrumb-nav{padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:13px;color:#64748b;font-weight:500}.enhanced-form-section .five-column-container,.enhanced-form-section .dynamic-column-container{display:flex;height:350px;background:#fff}.enhanced-form-section .category-column{flex:1;border-right:1px solid #e2e8f0;overflow-y:auto;transition:all .3s ease;background:#fff;min-width:200px}.enhanced-form-section .category-column:last-child{border-right:none}.enhanced-form-section .category-column:hover{background:#fafbfc}.enhanced-form-section .column-content{padding:0}.enhanced-form-section .category-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:all .2s ease;position:relative;font-size:14px}.enhanced-form-section .category-item:hover{background:#f8fafc}.enhanced-form-section .category-item.selected{background:#3b82f6;color:#fff;font-weight:500}.enhanced-form-section .category-item.selected:hover{background:#2563eb}.enhanced-form-section .category-item.has-children{font-weight:500}.enhanced-form-section .category-item.has-children:after{content:"\203a";font-size:16px;color:#9ca3af;font-weight:700}.enhanced-form-section .category-item.has-children.selected:after{color:#fff}.enhanced-form-section .category-name{flex:1;font-size:14px;line-height:1.4}.enhanced-form-section .dropdown-actions{padding:12px 16px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:8px;justify-content:flex-end}.enhanced-form-section .btn-clear,.enhanced-form-section .btn-ok{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease;min-width:70px}.enhanced-form-section .btn-clear{background:#6b7280;color:#fff}.enhanced-form-section .btn-clear:hover{background:#4b5563}.enhanced-form-section .btn-ok{background:#3b82f6;color:#fff}.enhanced-form-section .btn-ok:hover{background:#2563eb}.enhanced-form-section .btn-cancel{padding:10px 20px;background:#6b7280;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.enhanced-form-section .btn-cancel:hover{background:#4b5563;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.enhanced-form-section .category-column::-webkit-scrollbar{width:6px}.enhanced-form-section .category-column::-webkit-scrollbar-track{background:#f1f5f9}.enhanced-form-section .category-column::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.enhanced-form-section .category-column::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 1024px){.enhanced-form-section .five-column-container{height:350px}.enhanced-form-section .category-item{padding:12px 16px}}@media (max-width: 768px){.enhanced-form-section .multilevel-dropdown-wrapper{position:relative;width:100%}.enhanced-form-section .multilevel-dropdown-wrapper .dropdown-panel{position:fixed;top:auto;left:0;right:0;bottom:0;width:100vw;height:50vh;max-height:500px;min-height:300px;background:#fff;border:none;border-radius:16px 16px 0 0;box-shadow:0 -8px 32px #0000001f,0 -2px 8px #00000014;z-index:10001;display:flex;flex-direction:column;overflow:hidden;animation:slideUpFromBottom .3s cubic-bezier(.25,.46,.45,.94)}.enhanced-form-section .dropdown-panel .mobile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.enhanced-form-section .dropdown-panel .mobile-back-btn,.enhanced-form-section .dropdown-panel .mobile-close-btn{display:flex;align-items:center;gap:4px;padding:8px 12px;background:transparent;border:none;color:#3b82f6;font-size:16px;font-weight:500;cursor:pointer;border-radius:6px;transition:background-color .2s}.enhanced-form-section .dropdown-panel .mobile-back-btn:hover,.enhanced-form-section .dropdown-panel .mobile-close-btn:hover{background:#f1f5f9}.enhanced-form-section .dropdown-panel .mobile-back-btn svg,.enhanced-form-section .dropdown-panel .mobile-close-btn svg{width:20px;height:20px}.enhanced-form-section .dropdown-panel .mobile-header-title{font-size:18px;font-weight:600;color:#1e293b;text-align:center;flex:1}.enhanced-form-section .dropdown-panel{max-height:50vh;min-height:200px;border-radius:16px 16px 0 0;overflow:hidden}.enhanced-form-section .dropdown-panel .five-column-container{max-height:calc(50vh - 120px);overflow-y:auto}.enhanced-form-section .dropdown-panel:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#c7c7cc;border-radius:2px;z-index:10}.enhanced-form-section .dropdown-panel .five-column-container{display:flex!important;flex:1;overflow:hidden;background:#fff}.enhanced-form-section .five-column-container .category-column{flex:1;border-right:none;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;display:none}.enhanced-form-section .five-column-container .category-column.level-1-column,.enhanced-form-section .five-column-container .category-column.active{display:block;width:100%}.enhanced-form-section .category-column .category-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;min-height:44px;border-bottom:.5px solid #e5e7eb;background:#fff;cursor:pointer;transition:background-color .15s ease;font-size:17px;color:#1d1d1f;position:relative;border-radius:0;margin:0}.enhanced-form-section .category-column .category-item:last-child{border-bottom:none}.enhanced-form-section .category-column .category-item:active{background:#f2f2f7}.enhanced-form-section .category-column .category-item:hover{background:#f8fafc;transform:none}.enhanced-form-section .category-column .category-item.selected{background:#f0f9ff;color:#0369a1;box-shadow:none}.enhanced-form-section .category-column .category-item.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#0369a1}.enhanced-form-section .category-column .category-name{flex:1;font-size:17px;font-weight:400;line-height:1.3}.enhanced-form-section .category-column .category-item.has-children:after{content:"";width:8px;height:8px;border-right:2px solid #c7c7cc;border-bottom:2px solid #c7c7cc;transform:rotate(-45deg);transition:all .2s ease;margin-left:8px}.enhanced-form-section .category-column .category-item.has-children:hover:after{border-color:#6b7280;transform:rotate(-45deg)}.enhanced-form-section .category-column .category-item.has-children.selected:after{border-color:#0369a1}.enhanced-form-section .dropdown-panel .breadcrumb-nav{display:block;position:sticky;top:0;background:#fff;border-bottom:.5px solid #e5e7eb;padding:12px 16px 8px;font-size:15px;color:#6b7280;z-index:100;flex-shrink:0}.enhanced-form-section .dropdown-panel .dropdown-actions{display:flex;position:sticky;bottom:0;background:#fff;border-top:.5px solid #e5e7eb;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));gap:12px;z-index:100;flex-shrink:0;box-shadow:0 -1px 3px #0000001a}.enhanced-form-section .dropdown-actions .btn-clear,.enhanced-form-section .dropdown-actions .btn-ok{flex:1;padding:12px 16px;font-size:16px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;text-align:center;min-height:44px}.enhanced-form-section .dropdown-actions .btn-clear{background:#fff;color:#007aff;border:1px solid #007AFF}.enhanced-form-section .dropdown-actions .btn-clear:active{background:#f2f2f7}.enhanced-form-section .dropdown-actions .btn-ok{background:#007aff;color:#fff}.enhanced-form-section .dropdown-actions .btn-ok:active{background:#0056b3;transform:scale(.98)}.enhanced-form-section .category-column::-webkit-scrollbar{width:3px}.enhanced-form-section .category-column::-webkit-scrollbar-track{background:transparent}.enhanced-form-section .category-column::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.enhanced-form-section .category-column::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes slideUpFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.enhanced-form-section .mobile-empty-state{display:flex;align-items:center;justify-content:center;height:200px;color:#6b7280;font-size:16px}}@media (max-width: 480px){.enhanced-form-section .multilevel-dropdown-wrapper .dropdown-panel{height:60vh!important;max-height:600px!important}.enhanced-form-section .category-column .category-item{padding:14px 16px;min-height:48px}.enhanced-form-section .category-column .category-name{font-size:16px}}@media (max-width: 768px) and (orientation: landscape){.enhanced-form-section .multilevel-dropdown-wrapper .dropdown-panel{height:70vh!important;max-height:350px!important}}@media (min-width: 769px){.enhanced-form-section .multilevel-dropdown-wrapper .dropdown-panel .dropdown-actions{display:flex}}@media (max-width: 768px){.enhanced-form-section .dropdown-actions{padding-bottom:calc(16px + env(safe-area-inset-bottom))}}.enhanced-form-section .multilevel-dropdown-wrapper .current-selection.dropdown-error{border-color:#e74c3c!important;box-shadow:0 0 0 2px #e74c3c33!important}.enhanced-form-section .multilevel-dropdown-wrapper .current-selection.dropdown-error:focus{border-color:#e74c3c!important;box-shadow:0 0 0 3px #e74c3c4d!important}.enhanced-form-section .multilevel-dropdown-wrapper .error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem;display:block}.enhanced-form-section #mobile-dropdown-panel .mobile-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.enhanced-form-section #mobile-dropdown-panel .mobile-panel-content{position:relative;width:100%;max-height:80vh;min-height:400px;background:#fff;border-radius:12px 12px 0 0;box-shadow:0 -4px 20px #00000026;display:flex;flex-direction:column;animation:slideUpFromBottom .3s ease}.enhanced-form-section #mobile-dropdown-panel .mobile-drag-indicator{width:36px;height:4px;background:#c7c7cc;border-radius:2px;margin:8px auto 0}.enhanced-form-section #mobile-dropdown-panel .mobile-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e5e7eb}.enhanced-form-section #mobile-dropdown-panel .mobile-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.enhanced-form-section #mobile-dropdown-panel .mobile-category-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #f1f5f9;cursor:pointer}.enhanced-form-section #mobile-dropdown-panel .mobile-category-item:hover{background:#f8fafc}.enhanced-form-section #mobile-dropdown-panel .mobile-actions{display:flex;gap:12px;padding:16px;border-top:1px solid #e5e7eb}.enhanced-form-section #mobile-dropdown-panel .mobile-actions button{flex:1;padding:12px;border:none;border-radius:8px;font-size:16px;cursor:pointer}.enhanced-form-section #mobile-dropdown-panel .btn-clear{background:#f3f4f6;color:#374151}.enhanced-form-section #mobile-dropdown-panel .btn-ok{background:#3b82f6;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion: reduce){.enhanced-form-section .dropdown-panel,.enhanced-form-section .category-item,.enhanced-form-section .btn-clear,.enhanced-form-section .btn-ok,.enhanced-form-section .btn-cancel{animation:none;transition:none}}.enhanced-form-section .category-column.loading{opacity:.6;pointer-events:none;position:relative}.enhanced-form-section .category-column.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #e2e8f0;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.enhanced-form-section .category-column{animation:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.enhanced-form-section .custom-date-input-wrapper,.enhanced-form-section .custom-time-input-wrapper,.enhanced-form-section .custom-datetime-input-wrapper{position:relative;width:100%}.enhanced-form-section .custom-date-input,.enhanced-form-section .custom-time-input,.enhanced-form-section .custom-datetime-input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;background:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.enhanced-form-section .custom-date-input:focus,.enhanced-form-section .custom-time-input:focus,.enhanced-form-section .custom-datetime-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #0000001a;transform:translateY(-1px)}.enhanced-form-section .custom-date-picker{position:absolute;top:100%;left:0;z-index:1000;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px;min-width:280px;display:none}.enhanced-form-section .custom-date-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.enhanced-form-section .custom-date-picker-month-year-selector{display:flex;gap:8px;align-items:center}.enhanced-form-section .month-dropdown,.enhanced-form-section .year-dropdown{background:#fff;border:1px solid #ddd;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s;min-width:80px}.enhanced-form-section .month-dropdown{min-width:100px}.enhanced-form-section .year-dropdown{min-width:70px}.enhanced-form-section .month-dropdown:hover,.enhanced-form-section .year-dropdown:hover{border-color:#2196f3}.enhanced-form-section .month-dropdown:focus,.enhanced-form-section .year-dropdown:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 2px #2196f333}.enhanced-form-section .custom-date-picker-nav{background:none;border:none;font-size:18px;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s;width:32px;height:32px;display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.enhanced-form-section .custom-date-picker-nav:hover{background-color:#f0f0f0}.enhanced-form-section .custom-date-picker-nav:active{background-color:#e0e0e0;transform:scale(.95)}.enhanced-form-section .custom-date-picker-nav:focus{outline:2px solid #2196f3;outline-offset:2px}.enhanced-form-section .custom-date-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:16px}.enhanced-form-section .custom-date-picker-day-header{text-align:center;font-weight:600;padding:8px 4px;font-size:12px;color:#666}.enhanced-form-section .custom-date-picker-day{text-align:center;padding:8px 4px;cursor:pointer;border-radius:4px;transition:all .2s;font-size:14px}.enhanced-form-section .custom-date-picker-day:hover:not(.disabled){background-color:#e3f2fd}.enhanced-form-section .custom-date-picker-day.other-month{color:#ccc}.enhanced-form-section .custom-date-picker-day.today{background-color:#2196f3;color:#fff;font-weight:600}.enhanced-form-section .custom-date-picker-day.selected{background-color:#1976d2;color:#fff;font-weight:600}.enhanced-form-section .custom-date-picker-day.disabled{color:#ccc;cursor:not-allowed}.enhanced-form-section .custom-date-picker-months-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.enhanced-form-section .custom-date-picker-month{text-align:center;padding:12px 8px;cursor:pointer;border-radius:4px;transition:all .2s;font-size:14px}.enhanced-form-section .custom-date-picker-month:hover{background-color:#e3f2fd}.enhanced-form-section .custom-date-picker-month.current{background-color:#2196f3;color:#fff;font-weight:600}.enhanced-form-section .custom-date-picker-years-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}.enhanced-form-section .custom-date-picker-year{text-align:center;padding:12px 8px;cursor:pointer;border-radius:4px;transition:all .2s;font-size:14px}.enhanced-form-section .custom-date-picker-year:hover{background-color:#e3f2fd}.enhanced-form-section .custom-date-picker-year.current{background-color:#2196f3;color:#fff;font-weight:600}.enhanced-form-section .custom-date-picker-year-title,.enhanced-form-section .custom-date-picker-decade-title{font-size:16px;font-weight:600;text-align:center}.enhanced-form-section .custom-date-picker-actions{display:flex;gap:8px;justify-content:flex-end;border-top:1px solid #eee;padding-top:12px}.enhanced-form-section .custom-date-picker-btn{padding:6px 12px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:12px;transition:all .2s}.enhanced-form-section .custom-date-picker-btn:hover{background-color:#f5f5f5}.enhanced-form-section .custom-date-picker-btn.primary{background-color:#2196f3;color:#fff;border-color:#2196f3}.enhanced-form-section .custom-date-picker-btn.primary:hover{background-color:#1976d2}.enhanced-form-section .custom-time-picker,.enhanced-form-section .custom-datetime-picker{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px #00000026;z-index:1000;padding:1rem;margin-top:4px;max-width:320px;width:100%;box-sizing:border-box;overflow:hidden}@media (max-width: 480px){.enhanced-form-section .custom-date-picker,.enhanced-form-section .custom-time-picker,.enhanced-form-section .custom-datetime-picker{left:-10px;right:-10px;max-width:none}.enhanced-form-section .custom-date-picker-day-header,.enhanced-form-section .custom-date-picker-day{font-size:.75rem;padding:.25rem}.enhanced-form-section .custom-date-picker-btn{font-size:.75rem;padding:.375rem .5rem}}.enhanced-form-success-modal-unique{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.enhanced-form-modal-overlay-unique{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:#0009!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;display:flex!important;align-items:center!important;justify-content:center!important}.enhanced-form-modal-content-unique{position:relative!important;background:#fff!important;border-radius:16px!important;box-shadow:0 20px 40px #0003!important;max-width:600px!important;width:100%!important;max-height:90vh!important;overflow:hidden!important;animation:enhancedFormModalSlideIn .3s ease-out!important;z-index:100000!important}@keyframes enhancedFormModalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.enhanced-form-modal-header-unique{padding:2rem 2rem 1rem!important;text-align:center!important;border-bottom:1px solid #e2e8f0!important}.enhanced-form-modal-header-unique h3{margin:0!important;color:#10b981!important;font-size:1.75rem!important;font-weight:700!important;letter-spacing:-.025em!important}.enhanced-form-modal-body-unique{padding:1.5rem 2rem!important;text-align:center!important}.enhanced-form-modal-body-unique p{margin:0 0 1rem!important;color:#374151!important;font-size:1.125rem!important;line-height:1.6!important}.enhanced-form-email-notification-info-unique{background:#dbeafe!important;border-radius:8px!important;padding:1rem!important;font-size:.875rem!important;color:#1e40af!important;border:1px solid #bfdbfe!important}.enhanced-form-modal-footer-unique{padding:1rem 2rem 2rem!important;text-align:center!important}.enhanced-form-btn-unique{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.75rem 2rem!important;border:none!important;border-radius:8px!important;font-size:1rem!important;font-weight:600!important;text-decoration:none!important;cursor:pointer!important;transition:all .2s ease!important;min-width:120px!important}.enhanced-form-btn-primary-unique{background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important}.enhanced-form-btn-primary-unique:hover{background:linear-gradient(135deg,#059669,#047857)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #10b9814d!important}.enhanced-form-section .enhanced-form-success-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.enhanced-form-section .enhanced-form-success-modal .enhanced-form-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.enhanced-form-section .enhanced-form-success-modal .enhanced-form-modal-content{position:relative;background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:600px;width:90%;z-index:10000;animation:modalSlideIn .3s ease-out}.enhanced-form-section .success-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.enhanced-form-section .modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.enhanced-form-section .modal-content{position:relative;background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;max-width:600px;width:90%;max-height:90vh;overflow:hidden;animation:modalSlideIn .3s ease-out;z-index:10000}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.enhanced-form-section .modal-header{padding:2rem 2rem 1rem;text-align:center;border-bottom:1px solid #e2e8f0}.enhanced-form-section .modal-header h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.enhanced-form-section .modal-body{padding:1.5rem 2rem;text-align:center}.enhanced-form-section .modal-body p{color:#64748b;line-height:1.6;margin:0 0 1rem}.enhanced-form-section .modal-body p:last-child{margin-bottom:0}.enhanced-form-section .email-notification-info{font-size:.875rem;color:#94a3b8}.enhanced-form-section .modal-footer{padding:1rem 2rem 2rem;text-align:center;border-top:1px solid #e2e8f0}.enhanced-form-section .modal-footer .btn{min-width:120px}
/*# sourceMappingURL=/cdn/shop/t/30/assets/enhanced-form.css.map */
