.order-form-mask{position:fixed;left:0;top:0;z-index:9999;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);display:none;align-items:center;justify-content:center}.order-form-wrapper{display:flex;flex-direction:column;align-items:stretch;justify-content:center;background:#fff;padding:1.5rem;border-radius:10px}.title{display:flex;flex-direction:row;align-items:center;font-weight:700}.title img{width:36px;height:36px}.title span{margin-left:5px}.contact-types{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start}.contact-types a{display:block;padding:0;margin-bottom:8px;margin-right:10px}.contact-types img{display:block;width:28px;height:28px;object-position:center;object-fit:contain}.contact-input-wrapper{box-sizing:border-box;display:flex;flex-direction:row;border-radius:5px;border:1px solid rgba(66,80,102,.4);box-shadow:0 2px 4px #4250661a}.country-select-wrapper{width:40%;height:38px;margin-right:2px;display:flex;flex-direction:row}.country-select__indicator-separator{display:none}.country-select-separator{width:1px;background:#d9d9d9;margin:8px 0}.country-select{width:100%;height:100%;border:none}#contact{width:auto;min-height:38px;flex-grow:1;border:none;box-shadow:none}label{box-sizing:border-box;display:block;font-size:.9rem;height:.9rem;line-height:.9rem;margin:12px 0 8px}.required:after{display:inline-block;content:"*";color:#ff4d4f;padding-left:5px;vertical-align:middle}.contact-input,.company-input,textarea{box-sizing:border-box;min-height:40px;padding:8px 12px;width:100%;border-radius:5px;border:1px solid rgba(66,80,102,.4);background:#fff;box-shadow:0 2px 4px #4250661a}textarea{resize:none;overflow:auto}button{margin-top:.5rem;display:flex;padding:8px 21px;justify-content:center;align-items:center;gap:8px;border-radius:5px;background:#18936f;color:#fff;font-weight:700;border:none}
