.address-modal--form{position:fixed;display:grid;grid-template-columns:1fr;border-radius:10px;box-shadow:0 0 10px #0000001a;background:#fff;z-index:99;row-gap:12px;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px 20px 20px;width:min(92vw,860px);max-height:calc(100vh - 80px);overflow:auto}.address-modal--form>div:first-child{font-size:18px;font-weight:600;margin-bottom:8px;grid-column:1 / -1}.address-modal--form .field{width:100%}.address-modal--form .inputWrap{width:100%;display:flex;flex-direction:column;row-gap:6px}.address-modal--form label{font-size:16px;color:#98a6ba}.address-modal--form input:not(.dropdown-container),.address-modal--form select{width:100%;height:50px;border:1px solid #D0D0D5;outline:none;color:#807182;font-size:14px;border-radius:8px;padding:0 20px;position:relative;display:flex;align-items:center;transition:all .3s;background-color:#fff}.address-modal--form select{-moz-appearance:none;appearance:none;-webkit-appearance:none}.address-modal--form input:focus,.address-modal--form select:focus{border-color:#7990fb;box-shadow:0 0 0 3px #7990fb26}.address-modal--form input::placeholder{color:#98a6ba}.address-modal--form .select2,.address-modal--form .select2-selection{min-height:50px!important;border:1px solid #D0D0D5;outline:none;color:#807182;font-size:14px;border-radius:8px}.address-modal--form .select2-selection{display:flex;align-items:center;padding:0 20px}@media (min-width: 768px){.address-modal--form{grid-template-columns:1fr 1fr;column-gap:16px}}@media (min-width: 1200px){.address-modal--form{grid-template-columns:repeat(3,1fr)}}
