.address-page{font-size:14px;border-radius:12px;display:flex;width:100%;height:auto;padding:10px 24px;flex-direction:column;background-color:#fff}@media only screen and (max-width:1023px){.address-page{padding:10px}}.address-page .addr-heading{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--Backgrounds-Secondary,#f2f2f7)}.address-page .addr-heading>b{font-size:20px}.address-page .addr-heading>button{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:6px;border-radius:33px;background:#83ba3b;color:#fff;border:0}.address-page .no-location{text-align:center;padding:30px 0;color:#333}.address-page .no-location .no-location-text{font-size:19px;color:#444}.address-page .no-location .no-location-subtext{font-size:15px;color:#777}.address-page .addr-lst{display:flex;flex-direction:column}.address-page .addr-lst .addr{display:flex;padding:24px 12px 12px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--Backgrounds-Secondary,#f2f2f7)}.address-page .addr-lst .addr .addr-infor{display:flex;flex-direction:column;gap:12px}.address-page .addr-lst .addr .addr-infor .name{display:flex;align-items:center;gap:12px}.address-page .addr-lst .addr .addr-infor .name>b{font-size:16px}.address-page .addr-lst .addr .addr-infor .name .addr-default{display:flex;align-items:center;gap:6px}.address-page .addr-lst .addr .action{height:100%;display:flex;flex-direction:column;gap:27px;align-items:center;justify-content:center;cursor:pointer}.address-page .addr-lst .addr .action .action-option{display:flex;gap:15px}.address-page .addr-lst .addr .action .action-option .delete{color:#dc303a}.address-page .addr-lst .addr .action>button{height:36px;padding:8px 16px;border-radius:33px;background:#e9e9e9;border:0}@media only screen and (max-width:1023px){.address-page .addr-lst .addr .action>button{padding:8px;height:fit-content;font-size:12px}}@media only screen and (max-width:550px){.address-page{padding:6px;border-radius:6px}.address-page .addr-heading>button{display:none}.address-page .addr-lst{align-items:start}.address-page .addr-lst .addr{width:100%;flex-direction:column-reverse;align-items:start;gap:8px;padding:6px}.address-page .addr-lst .addr .action{width:100%;flex-direction:row;justify-content:end}.address-page .addr-lst .addr .action>button{padding:6px}}