.contact-form{background-color:#f8f9fa}.contact-form .form-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.contact-form .form-section:first-child .form-description{font-size:14px;line-height:1.6;color:#666;margin:0}.contact-form .form-section .section-title{font-size:18px;font-weight:600;color:#333;border-bottom:2px solid var(--color-main);padding-bottom:8px;margin-bottom:1.5rem}.contact-form .form-label{font-weight:500;color:#333;margin-bottom:8px;font-size:14px}.contact-form .form-label .required{color:#dc3545;font-weight:600}.contact-form .form-control,.contact-form .form-select{border:1px solid #ddd;border-radius:4px;padding:12px;font-size:14px;transition:all .3s ease}:is(.contact-form .form-control,.contact-form .form-select):focus{border-color:var(--color-main);box-shadow:0 0 0 .2rem #ff6b3526}:is(.contact-form .form-control,.contact-form .form-select)::placeholder{color:#999;font-size:13px}:is(.contact-form .form-control,.contact-form .form-select).is-invalid{border-color:#dc3545}:is(.contact-form .form-control,.contact-form .form-select).is-invalid:focus{border-color:#dc3545!important;box-shadow:0 0 0 .2rem #dc354526}:is(.contact-form .form-control,.contact-form .form-select).is-valid{border-color:#28a745}:is(.contact-form .form-control,.contact-form .form-select).is-valid:focus{border-color:#28a745!important;box-shadow:0 0 0 .2rem #28a74526}.contact-form .customer-type-wrapper{display:flex;gap:2rem;margin-top:8px}.contact-form .customer-type-wrapper .form-check{margin-bottom:0}.contact-form .customer-type-wrapper .form-check .form-check-input{margin-top:.25rem}.contact-form .customer-type-wrapper .form-check .form-check-input:checked{background-color:var(--color-main);border-color:var(--color-main)}.contact-form .customer-type-wrapper .form-check .form-check-input:focus{box-shadow:0 0 0 .2rem #ff6b3526}.contact-form .customer-type-wrapper .form-check .form-check-label{font-size:14px;color:#555;margin-left:6px}.contact-form .file-upload-wrapper .file-upload-btn{border:1px solid var(--color-main);padding:1rem 2rem;border-radius:33px;color:var(--color-main);font-size:14px;font-weight:500;transition:all .3s ease;width:auto;display:inline-flex;align-items:center;gap:8px}.contact-form .file-upload-wrapper .file-upload-btn:hover{background:#ffebe6;border-color:#e55a2b}.contact-form .file-upload-wrapper .file-upload-btn.btn-success{border-style:solid;border-color:#28a745;background:#d4edda;color:#155724}.contact-form .file-upload-wrapper .file-upload-btn svg{width:16px;height:16px}.contact-form .privacy-section{background:transparent;padding:1.5rem 0;border:none}.contact-form .privacy-section .form-check{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px}.contact-form .privacy-section .form-check .form-check-input{margin-top:2px;flex-shrink:0;width:20px;height:20px}.contact-form .privacy-section .form-check .form-check-input:checked{background-color:var(--color-main);border-color:var(--color-main)}.contact-form .privacy-section .form-check .form-check-input:focus{box-shadow:0 0 0 .2rem #ff6b3526}.contact-form .privacy-section .form-check .form-check-label{font-size:13px;line-height:1.5rem;color:#555}.contact-form .privacy-section .form-check .form-check-label .privacy-link{color:#007bff;text-decoration:none}.contact-form .privacy-section .form-check .form-check-label .privacy-link:hover{text-decoration:underline}.contact-form .form-actions{display:flex;justify-content:space-between;align-items:center;background:transparent;border-radius:0;box-shadow:none}.contact-form .form-actions .btn-back{display:flex;align-items:center;gap:6px;color:#666;text-decoration:none;font-size:14px;transition:color .3s ease}.contact-form .form-actions .btn-back:hover{color:#333;text-decoration:underline}.contact-form .form-actions .btn-back svg{width:16px;height:16px}.contact-form .form-actions .btn-submit,.contact-form .form-actions .btn-confirm{background:linear-gradient(135deg,#ff7b54,var(--color-main));border:none;padding:12px 32px;border-radius:25px;color:#fff;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #ff6b354d}:is(.contact-form .form-actions .btn-submit,.contact-form .form-actions .btn-confirm):hover{transform:translateY(-2px);box-shadow:0 6px 18px #ff6b3566}:is(.contact-form .form-actions .btn-submit,.contact-form .form-actions .btn-confirm):disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}:is(.contact-form .form-actions .btn-submit,.contact-form .form-actions .btn-confirm) .spinner-border-sm{width:1rem;height:1rem}.contact-form .form-actions .btn-edit{border:1px solid var(--color-main);padding:12px 32px;border-radius:25px;color:var(--color-main);font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #ff6b354d}.contact-form .form-actions .btn-edit:hover{transform:translateY(-2px);box-shadow:0 6px 18px #ff6b3566}.contact-form .form-actions .btn-edit:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.contact-form .form-actions .btn-edit .spinner-border-sm{width:1rem;height:1rem}.contact-form .invalid-feedback{font-size:12px;color:#dc3545;margin-top:4px}.contact-form .company-required-star{color:red;margin-left:.25rem}.contact-form .success-ui{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.contact-form .success-ui .success-icon{opacity:0;font-size:4rem;color:var(--color-main);margin-bottom:1rem;display:inline-flex;justify-content:center;align-items:center;width:160px;height:160px;border-radius:50%;background-color:#ffede6;box-sizing:content-box}.contact-form .success-ui .success-icon svg{color:var(--color-main)}.contact-form .success-ui .success_title{font-size:24px;font-weight:600}.contact-form .success-ui .success_text{font-size:1rem;font-weight:400}.contact-form .button-redirect{justify-content:space-between;text-align:center;align-items:center}.contact-form .button-redirect .btn-back-home{background:linear-gradient(135deg,#ff7b54,var(--color-main));color:#fff;border:none;padding:12px 32px;border-radius:25px}@media (max-width: 768px){.contact-form .form-section{padding:1.5rem}.contact-form .customer-type-wrapper{flex-direction:column;gap:1rem}.contact-form .form-actions{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.contact-form .form-actions .left-action{flex:1}.contact-form .form-actions .left-action .btn-back{font-size:12px}.contact-form .form-actions .left-action .btn-back svg{width:14px;height:14px}.contact-form .form-actions .right-action{flex-shrink:0}.contact-form .form-actions .right-action .btn-submit,.contact-form .form-actions .right-action .btn-confirm,.contact-form .form-actions .right-action .btn-edit{padding:10px 20px;font-size:14px}}@media (max-width: 480px){.contact-form .form-actions{flex-direction:column;align-items:stretch;gap:.75rem}.contact-form .form-actions .right-action{display:flex;flex-direction:column;gap:.75rem}.contact-form .form-actions .right-action .btn-submit,.contact-form .form-actions .right-action .btn-confirm,.contact-form .form-actions .right-action .btn-edit{width:100%;padding:10px 0;font-size:14px;border-radius:8px}.contact-form .form-actions .left-action{order:2;margin-top:1rem;display:flex;justify-content:center;align-items:center}.contact-form .form-actions .left-action .btn-back{text-align:center;font-size:14px;padding:10px 0;color:#666}.contact-form .form-actions .left-action .btn-back:hover{color:#333;text-decoration:underline}.contact-form .form-actions .left-action .btn-back svg{width:16px;height:16px}.contact-form .button-redirect{display:flex;flex-direction:column;align-items:stretch}.contact-form .button-redirect .btn-back-home{background:linear-gradient(135deg,#ff7b54,var(--color-main));color:#fff;border:none;padding:12px 32px;border-radius:25px}}.postal-code-group{display:flex;align-items:flex-start;gap:8px;margin-bottom:0}.postal-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.postal-icon{position:absolute;left:12px;color:#495057;font-size:14px;z-index:1;pointer-events:none}.postal-input-wrapper .form-control{padding-left:30px;width:100%;box-sizing:border-box}.postal-separator{color:#6c757d;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:0;height:55px;line-height:38px;margin-top:25px}.sub-half{flex:1;display:flex;flex-direction:column}.postal-code-group .invalid-feedback{margin-top:4px;font-size:12px;line-height:1.2}.postal-code-group .sub-half:has(.is-invalid){margin-bottom:20px}.postal-code-group .sub-half:not(:has(.is-invalid)){margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/12/assets/stylesheet.page-contact-form.css.map */
