.CustomerEditModal_modalBackdrop__JJmbx{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}.CustomerEditModal_modalContent__4rOyl{width:100%;max-width:500px;background-color:#ffffff;border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;animation:CustomerEditModal_zoomIn___WoRo .25s ease-out;display:flex;flex-direction:column;text-align:right}@keyframes CustomerEditModal_zoomIn___WoRo{0%{transform:scale(.92);opacity:.5}to{transform:scale(1);opacity:1}}.CustomerEditModal_modalHeader__4qCNB{background-color:#2563eb;color:#ffffff;padding:1rem;display:flex;align-items:center;justify-content:space-between}.CustomerEditModal_headerIcon__EUcAx{height:1.25rem;width:1.25rem;margin-right:.5rem}.CustomerEditModal_modalTitle__ha8Cx{font-size:1.125rem;font-weight:600;line-height:1.5rem}.CustomerEditModal_closeButton__xBt7I{background:none;border:none;color:#ffffff;padding:.25rem;border-radius:9999px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.CustomerEditModal_closeButton__xBt7I:hover{background-color:rgba(255,255,255,.2)}.CustomerEditModal_modalBody__eI2Wz{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;flex-grow:1}.CustomerEditModal_formGroup__ZYq_J{margin-bottom:1.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem;text-align:right}.CustomerEditModal_formLabel__WcL8C{font-size:.875rem;font-weight:500;color:#4b5563}.CustomerEditModal_inputWrapper__w0e9K{position:relative;display:flex;align-items:center}.CustomerEditModal_inputIcon__IJnVx{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1.25rem;width:1.25rem;color:#9ca3af;z-index:10}.CustomerEditModal_inputControl__dn0od{width:100%;height:3rem;padding-left:2.75rem;padding-right:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;background-color:white;color:#111827}.CustomerEditModal_inputControl__dn0od:focus{border-color:#2563eb;box-shadow:0 0 0 .2rem rgba(13,148,136,.25);outline:none}.CustomerEditModal_submitButton___WXsZ{width:100%;height:3rem;background-color:#2563eb;color:#ffffff;font-size:1rem;font-weight:500;border:none;border-radius:.5rem;transition:background-color .2s ease}.CustomerEditModal_submitButton___WXsZ:hover{background-color:#047857}.CustomerEditModal_errorContainer__GM7cy{position:absolute;bottom:-1.75rem;left:0;display:flex;align-items:center;gap:.375rem;color:#ef4444;font-size:.875rem;margin-top:.375rem}.CustomerEditModal_errorIcon__VEk4V{height:1rem;width:1rem}@media (max-width:992px){.CustomerEditModal_inputWrapper__w0e9K{max-width:280px}.CustomerEditModal_modalBackdrop__JJmbx{align-items:start;padding-top:120px!important}}