.order-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;background:#0f19328c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.order-modal{background:#fff;border-radius:22px;width:95%;max-width:520px;padding:35px 40px;animation:.25s ease-out popup;box-shadow:0 25px 60px #0003}@keyframes popup{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.order-modal h2{color:#113568;margin-bottom:25px;font-size:1.6rem;font-weight:700}.order-form .field{flex-direction:column;margin-bottom:18px;display:flex}.order-form label{color:#1a2f55;margin-bottom:6px;font-weight:600}.order-form input,.order-form textarea{background:#f9fbff;border:1px solid #cdd8ec;border-radius:10px;padding:12px 14px;font-size:1rem;transition:all .2s}.order-form input:focus,.order-form textarea:focus{border-color:#4b74ff;outline:none;box-shadow:0 0 0 3px #4b74ff26}.modal-buttons{gap:15px;margin-top:25px;display:flex}.btn-default.outline{color:#4b74ff!important;background:0 0!important;border:2px solid #4b74ff!important}.spinner{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;margin:auto;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.success-message{color:green;margin-bottom:10px;font-size:14px}
