.AddressList-module__1jJdHa__addressList{direction:rtl;background-color:#fff;border-radius:16px;max-width:800px;margin:0 auto;padding:2.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 6px 24px rgba(0,0,0,.06)}.AddressList-module__1jJdHa__addressList h2{color:#023047;text-align:center;margin-bottom:30px;padding-bottom:15px;font-size:28px;font-weight:600;position:relative}.AddressList-module__1jJdHa__addressList h2:after{content:"";background-color:#40e0d0;width:100px;height:3px;position:absolute;bottom:0;right:50%;transform:translate(50%)}.AddressList-module__1jJdHa__emptyMessage{text-align:center;color:#6b7280;background-color:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px;margin:1rem 0;padding:3rem 2rem;font-size:1.1rem}.AddressList-module__1jJdHa__loading{text-align:center;color:#023047;justify-content:center;align-items:center;gap:.8rem;padding:2rem;font-size:1.1rem;display:flex}.AddressList-module__1jJdHa__error{color:#ef4444;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);border-radius:10px;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.95rem}.AddressList-module__1jJdHa__addressList ul{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.AddressList-module__1jJdHa__addressItem{background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;flex-direction:column;justify-content:space-between;padding:.5rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.AddressList-module__1jJdHa__addressItem:hover{background-color:#fff;border-color:#a5f3fc;transform:translateY(-3px);box-shadow:0 4px 16px rgba(2,132,199,.08)}.AddressList-module__1jJdHa__addressItem:before{content:"";background:linear-gradient(#06b6d4,#3b82f6);width:4px;height:0;transition:height .4s;position:absolute;top:0;right:0}.AddressList-module__1jJdHa__addressItem:hover:before{height:100%}.AddressList-module__1jJdHa__addressItem p{color:#1e293b;z-index:1;margin:.8rem 0;font-size:1rem;line-height:.5;position:relative}.AddressList-module__1jJdHa__addressItem strong{color:#0f172a;margin-left:.5rem;font-weight:600}.AddressList-module__1jJdHa__deleteButton{color:#ff4757;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:max-content;height:auto;padding:8px;font-size:20px;transition:all .2s;display:flex}.AddressList-module__1jJdHa__deleteButton:hover{color:#d32f2f;background-color:rgba(255,71,87,.1)}@media screen and (max-width:768px){.AddressList-module__1jJdHa__addressList{margin:1rem auto;padding:1.5rem}.AddressList-module__1jJdHa__addressItem{padding:1.5rem}.AddressList-module__1jJdHa__deleteButton{justify-content:center;width:100%;margin-top:1.5rem;position:static}}@media screen and (max-width:480px){.AddressList-module__1jJdHa__addressList{border-radius:12px;padding:1.25rem}.AddressList-module__1jJdHa__addressItem p{font-size:.95rem}.AddressList-module__1jJdHa__addressItem{border-radius:12px;padding:1.25rem}.AddressList-module__1jJdHa__emptyMessage{padding:2rem 1rem;font-size:1rem}}
.AddressForm-module__pziaua__addressForm{direction:rtl;background-color:#fff;border-radius:12px;max-width:800px;margin:0 auto;padding:30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 4px 20px rgba(0,0,0,.08)}.AddressForm-module__pziaua__addressForm h3{color:#023047;text-align:center;margin-bottom:30px;padding-bottom:15px;font-size:28px;font-weight:600;position:relative}.AddressForm-module__pziaua__addressForm h3:after{content:"";background-color:#40e0d0;width:100px;height:3px;position:absolute;bottom:0;right:50%;transform:translate(50%)}.AddressForm-module__pziaua__error{color:#ff4757;text-align:center;background-color:rgba(255,71,87,.1);border:1px solid rgba(255,71,87,.3);border-radius:8px;margin-bottom:25px;padding:12px 15px;font-size:14px}.AddressForm-module__pziaua__formGroup{flex-direction:column;gap:8px;margin-bottom:20px;display:flex;position:relative}.AddressForm-module__pziaua__formGroup label{color:#023047;font-size:16px}.AddressForm-module__pziaua__formGroup input,.AddressForm-module__pziaua__formGroup textarea{box-sizing:border-box;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;width:100%;padding:12px 15px;font-size:14px;transition:all .3s}.AddressForm-module__pziaua__formGroup input:focus,.AddressForm-module__pziaua__formGroup textarea:focus{background-color:#fff;border-color:#40e0d0;outline:none;box-shadow:0 0 0 2px rgba(64,224,208,.2)}.AddressForm-module__pziaua__formGroup input:hover,.AddressForm-module__pziaua__formGroup textarea:hover{border-color:#aaa}.AddressForm-module__pziaua__formGroup textarea{resize:vertical;min-height:100px}.AddressForm-module__pziaua__suggestions{z-index:100;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 8px 8px;max-height:200px;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% + 2px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.08)}.AddressForm-module__pziaua__suggestions li{cursor:pointer;padding:10px 15px;transition:background-color .2s,color .2s}.AddressForm-module__pziaua__suggestions li:hover{background-color:var(--primary-color);color:#fff}.AddressForm-module__pziaua__addressForm button{color:#023047;cursor:pointer;background-color:#40e0d0;border:none;border-radius:8px;width:min(200px,100%);margin:0 auto;padding:12px 30px;font-size:20px;font-weight:600;transition:all .3s;display:block}.AddressForm-module__pziaua__addressForm button:hover{background-color:#38b2a3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.AddressForm-module__pziaua__addressForm button:disabled{cursor:not-allowed;box-shadow:none;background-color:#ccc;transform:none}@media screen and (max-width:768px){.AddressForm-module__pziaua__addressForm{padding:20px}.AddressForm-module__pziaua__addressForm h3{margin-bottom:20px;font-size:24px}.AddressForm-module__pziaua__formGroup{margin-bottom:15px}}@media screen and (max-width:480px){.AddressForm-module__pziaua__addressForm h3{font-size:22px}.AddressForm-module__pziaua__addressForm h3:after{width:80px}.AddressForm-module__pziaua__formGroup input,.AddressForm-module__pziaua__formGroup textarea{padding:10px 12px}.AddressForm-module__pziaua__addressForm button{padding:10px 20px}}

