@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{background-color:#f5f5f5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif}.formbold-main-wrapper{display:flex;align-items:center;justify-content:center;padding:48px}.formbold-form-wrapper{margin:0 auto;max-width:80%;width:100%;background:#fff}.formbold-steps{padding-bottom:18px;margin-bottom:35px;border-bottom:1px solid #dde3ec}.formbold-steps ul{padding:0;margin:0;list-style:none;display:flex;gap:40px;flex-wrap:wrap}.formbold-steps li{display:flex;align-items:center;gap:14px;font-weight:500;font-size:14px;line-height:24px;color:#536387}.formbold-steps li span{display:flex;align-items:center;justify-content:center;background:#dde3ec;border-radius:50%;width:40px;height:32px;font-weight:500;font-size:12px;line-height:24px;color:#536387}.formbold-steps li.active{color:#07074d}.formbold-steps li.active span{background:#648af1;color:#fff}@media (max-width: 768px){.formbold-steps ul{flex-direction:column;gap:20px}.formbold-form-wrapper{max-width:100%}}.formbold-input-flex{display:flex;gap:20px;margin-bottom:22px}.formbold-input-flex>div{width:50%}.formbold-form-input{width:100%;padding:13px 22px;border-radius:5px;border:1px solid #dde3ec;background:#fff;font-weight:500;font-size:16px;color:#536387;outline:none;resize:none}.formbold-form-input:focus{border-color:#648af1;box-shadow:0 3px 8px #0000000d}.formbold-form-label{color:#07074d;font-weight:500;font-size:14px;line-height:24px;display:block;margin-bottom:10px}.formbold-form-confirm{border-bottom:1px solid #dde3ec;padding-bottom:35px}.formbold-form-confirm p{font-size:16px;line-height:24px;color:#536387;margin-bottom:22px;width:75%}.formbold-form-confirm>div{display:flex;gap:15px}.formbold-confirm-btn{display:flex;align-items:center;gap:10px;background:#fff;border:.5px solid #dde3ec;border-radius:5px;font-size:16px;line-height:24px;color:#536387;cursor:pointer;padding:10px 20px;transition:all .3s ease-in-out}.formbold-confirm-btn{box-shadow:0 1px 2px #0000001f}.formbold-confirm-btn.active{background:#648af1;color:#fff}.formbold-form-step-1,.formbold-form-step-2,.formbold-form-step-3,.formbold-form-step-4{display:none}.formbold-form-step-1.active,.formbold-form-step-2.active,.formbold-form-step-3.active,.formbold-form-step-4.active{display:block}.formbold-form-btn-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:25px;margin-top:25px}.formbold-back-btn{cursor:pointer;background:#fff;border:none;color:#07074d;font-weight:500;font-size:16px;line-height:24px;display:none}.formbold-back-btn.active{display:block}.formbold-btn{display:flex;align-items:center;gap:5px;font-size:16px;border-radius:5px;padding:10px 25px;border:none;font-weight:500;background-color:#648af1;color:#fff;cursor:pointer}.formbold-btn:hover{box-shadow:0 3px 8px #0000000d}.file-upload-area{width:100%;height:250px;border:2px dotted #ccc;border-radius:5px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:10px;margin-bottom:20px}.file-upload-area:hover{border-color:#0d6efd}.file-upload-area input[type=file]{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.upload-text{text-align:center;pointer-events:none}.preview-image{max-width:90%;max-height:150px;display:none;object-fit:contain;margin-top:10px}.file-info{text-align:center;display:none;width:100%;font-size:14px;color:#333;margin-bottom:10px;font-weight:700}
