.page.messages{margin:20px 0}#vehicle-form{position:relative;background:#f0f0f0;padding:60px 30px;border-radius:15px}#step-content{display:grid;padding:70px 15px;width:-webkit-fill-available;max-width:1200px;margin:auto;gap:3rem}.title-section{display:grid;gap:10px}.sub-title{color:#000;font-weight:600}.title-section h5{color:#000;text-align:center;font-weight:400}.form-selection{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px}input[type=text]::placeholder{color:#000}.form-group label{display:block;margin-bottom:2rem;color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}.form-group label:after{content:"*";color:#d1001c;margin-left:5px}.form-control,input[type=number].form-control,input[type=text].form-control,select:not([disabled]):focus{width:100%;padding:5px 10px;font-size:14px;border:0;border-bottom:1px solid #000;height:fit-content}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M16 2L9 9L2 2' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;background-position:right 10px center;background-size:16px 10px;padding-right:35px;cursor:pointer;background-color:transparent;position:relative}select::-webkit-scrollbar{width:8px}select::-webkit-scrollbar-thumb{background:#888;border-radius:4px}select::-webkit-scrollbar-track{background:#f1f1f1}select option{content:"";position:absolute;width:100%;height:auto;bottom:-2px;z-index:999}.form-control:disabled{background-color:transparent;cursor:not-allowed;border:0;border-bottom:1px solid #000;padding:5px 10px;font-size:14px}.form-footer{margin:40px 0 0}.form-footer .form-group{width:100%;display:flex;justify-content:center}.form-footer .primary-btn{display:block;cursor:pointer;width:fit-content;text-align:center;font-size:14px;font-weight:600;line-height:normal;text-transform:uppercase;border:0;color:#fff;background:#05141f;padding:14px;border-radius:3px;width:-webkit-fill-available;max-width:300px}.form-footer .primary-btn:hover{background:#838e96;color:#fff}.error-message{display:none;color:#d1001c;font-style:italic;font-size:12px;margin-top:5px}@media (max-width:1024px){#vehicle-form{padding:15px}#step-content{padding:50px 0;gap:20px}.title-section{gap:5px}.form-selection{display:grid;grid-template-columns:1fr 1fr;gap:40px;column-gap:20px}.form-footer{margin:20px 0 0}.form-footer .btn-primary{max-width:unset}.form-control,input[type=number].form-control,input[type=text].form-control,select:not([disabled]):focus,.form-control:disabled{font-size:14px}select{background-size:14px 10px}}@media (max-width:450px){.form-selection{display:grid;grid-template-columns:1fr;gap:40px}}#form-loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);z-index:999;display:flex;justify-content:center;align-items:center;border-radius:4px}.form-spinner{border:4px solid rgba(0,0,0,.2);border-top:4px solid #000;border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}