.merchant-app-wrapper{background:#fff;border-radius:12px}.loan-form-wrapper{background:#fff;border-radius:12px}#progressbar{display:flex;justify-content:space-between;counter-reset:step!important;padding:0 0 12px 0}#progressbar li{list-style-type:none;text-transform:uppercase;font-size:13px;width:25%;text-align:center;position:relative;color:#999}#progressbar li:before{counter-increment:step;content:counter(step);width:30px;height:30px;line-height:30px;border:2px solid #ccc;display:block;text-align:center;margin:0 auto 10px auto;border-radius:50%;background-color:#fff}#progressbar li.active:before,#progressbar li.active{border-color:#00d578;font-weight:600}#progressbar li:after{content:'';position:absolute;width:100%;height:2px;background:#ccc;top:15px;left:-50%;z-index:-1}#progressbar li:first-child:after{content:none}#progressbar li.active+li:after{background:#00d578}@media (max-width:768px){#progressbar{flex-direction:column;align-items:flex-start}#progressbar li{flex:unset;width:100%;text-align:left}#progressbar li::before{margin:0 10px 0 0;display:inline-block;vertical-align:middle}#progressbar li::after{content:none}}@media (max-width:480px){#progressbar li::before{width:28px;height:28px;line-height:28px;font-size:13px}}fieldset{border:none;padding:20px;position:relative}input,select,textarea{display:block;width:100%;padding:10px;margin-bottom:15px;border-radius:6px;border:1px solid #ccc}input.has-error,select.has-error{border-color:#e74c3c}.error-message{color:#e74c3c;font-size:13px}.action-button{background:#00d578;color:#fff;border:none;padding:10px 25px;border-radius:6px;cursor:pointer}.action-button-previous{background:#bbb;color:#fff}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(255 255 255 / .8);display:flex;align-items:center;justify-content:center;z-index:1000}.spin-loader{border:4px solid #eee;border-top:4px solid #00d578;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}