body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{min-height:100vh}.card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:20px;padding:20px;transition:transform .2s ease}.card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:20px}.card-no-bottom-margin{margin-bottom:0}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:14px;padding:10px 20px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-sm{min-width:95px!important}.btn-mid{min-width:120px}.btn-lrg{min-width:180px}.btn-close{align-items:center;background:none;background:#dc3545cc;border:2px solid #0000;border-radius:50%;color:#f5f5f5;cursor:pointer;display:flex;font-size:25px;justify-content:center;line-height:1;max-height:30px;max-width:30px;min-height:30px;min-width:30px;padding:0;text-align:center;transition:all .2s ease;z-index:2000}.btn-close:hover{background:#f5f5f5;border-color:#dc3545cc;color:#dc3545cc}.btn-primary{background:linear-gradient(135deg,#1e3c72,#2a5298);background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#1e3c72,#2a5298),linear-gradient(135deg,#1e3c72,#2a5298);background-origin:border-box;border:1px solid #0000;color:#fff;min-width:120px}.btn-primary:hover{background:linear-gradient(135deg,#2a5298,#1e3c72)}.btn-secondary{background:linear-gradient(135deg,#5a6268,#6c757d);color:#fff;min-width:120px}.btn-secondary:hover{background:linear-gradient(135deg,#7d868d,#6c757d)}.btn-success{background:linear-gradient(135deg,#218838,#28a745);color:#fff;min-width:120px}.btn-success:hover{background:linear-gradient(135deg,#2dbf4e,#28a745)}.btn-danger{background:linear-gradient(135deg,#c82333,#dc3545);color:#fff;min-width:120px}.btn-danger:hover{background:linear-gradient(135deg,#e44d5a,#dc3545)}.btn-warning{background:linear-gradient(135deg,#e0a800,#ffc107);color:#212529;min-width:120px}.btn-warning:hover{background:linear-gradient(135deg,#ffca2c,#ffc107)}.btn-delete{background:linear-gradient(135deg,#c82333,#dc3545);border:1px solid #0000;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;min-width:120px;padding:10px 20px;transition:all .3s ease}.btn-delete:hover{background:linear-gradient(135deg,#e44d5a,#dc3545)}.btn-clear-filters{background:linear-gradient(135deg,#e0e0e0,#f5f5f5);background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#e0e0e0,#f5f5f5),linear-gradient(135deg,#e0e0e0,#f5f5f5);background-origin:border-box;border:1px solid #1e3c72;color:#1e3c72;min-width:120px}.btn-clear-filters:hover{background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.btn-photo-upload{background-color:#6c757d;color:#fff;font-size:14px;min-width:120px;padding:10px 20px}.btn-photo-upload:hover{background:linear-gradient(135deg,#2a5298,#1e3c72)}.btn-logout{background-color:#6c757d;color:#fff;font-size:14px;min-width:120px;padding:8px 20px}.btn-logout:hover{background:linear-gradient(135deg,#2a5298,#1e3c72)}.btn-cancel{background:linear-gradient(135deg,#5a6268,#6c757d);background-clip:padding-box,border-box;background-image:linear-gradient(135deg,#5a6268,#6c757d),linear-gradient(135deg,#5a6268,#6c757d);background-origin:border-box;border:1px solid #0000;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;min-width:120px;padding:10px 20px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-cancel:hover{background:linear-gradient(135deg,#7d868d,#6c757d)}.btn-pagination{background-clip:padding-box,border-box;background-origin:border-box;background:linear-gradient(135deg,#e0e0e0,#f5f5f5);background-image:linear-gradient(135deg,#e0e0e0,#f5f5f5),linear-gradient(135deg,#e0e0e0,#f5f5f5);border:1px solid #1e3c72;color:#1e3c72;min-width:120px}.btn-pagination:hover{background:linear-gradient(135deg,#f5f5f5 100%,#e0e0e0 0)}.form-section h3{border-bottom:1px solid #eee;color:#333;font-size:18px;margin-bottom:20px;padding-bottom:10px}.form-section-margin-top{margin-top:20px}.form-group,.form-group h4{margin-bottom:10px}.form-group h4{text-decoration:underline}.form-label{color:#333;display:block;font-weight:500;margin-bottom:5px}.form-control{border:1px solid #ddd;border-radius:5px;font-size:14px;padding:10px;transition:border-color .3s ease;width:100%}.form-control:focus{border-color:#2a5298;box-shadow:0 0 0 2px #2a529833;outline:none}.form-control.error{background-color:#fbe9e7;border-color:#dc3545}.form-control[disabled]{background-color:#f8f9fa;cursor:not-allowed}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.service-form-padding{padding:30px}.table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;width:100%}.table td,.table th{border-bottom:1px solid #eee;padding:12px;text-align:left}.table td center{font-weight:bolder;margin-left:25px;text-align:left}.table th{background-color:#f8f9fa;color:#333;cursor:pointer;font-weight:600;-webkit-user-select:none;user-select:none}.table th:hover{background-color:#e9ecef}.table tr:hover{background-color:#f8f9fa}.orders-table{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.orders-table .table{table-layout:fixed;width:100%}.table tr .table-cell-center{text-align:center}.page-layout{padding:20px}.page-layout-flex{display:flex;flex-direction:column;gap:20px}.page-header h1{color:#1e3c72;margin-bottom:5px;margin-top:-10px}.page-header p{color:#666;font-size:16px;margin-bottom:15px}.page-actions{display:flex;justify-content:flex-end;margin-bottom:20px}.pagination-controls{align-items:center;background-color:#fff;border-top:5px solid #f8f9fa;display:flex;gap:20px;justify-content:center;padding:20px 0}.pagination-container{display:flex;gap:10px}.pagination-info{color:#666;font-size:14px;font-weight:500}.pagination-total{color:#666;font-size:14px;font-weight:600}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.modal{background:#fff;border-radius:8px;max-height:80vh;max-width:80vw;overflow-y:auto;padding:30px}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.modal-header h4{color:#333;margin:0}.modal-title{color:#1e3c72;font-size:20px}.modal-title-close-btn-gap{margin-right:25px}.modal-actions{border-top:1px solid #eee;display:flex;gap:15px;justify-content:flex-end;margin-top:15px;padding-top:20px}.modal-overlay-photo{background-color:#000c;bottom:0;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.modal-content-photo,.modal-overlay-photo{align-items:center;display:flex;justify-content:center}.modal-content-photo{background:#fff;border-radius:8px;max-height:100%;max-width:100%;position:relative}.modal-nav-photo-btn{align-items:center;background-color:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:28px;height:44px;justify-content:center;line-height:1;margin-left:-120px;margin-right:-120px;position:absolute;top:45%;transform:translateY(-50%);transition:background-color .2s;width:44px;z-index:2020}.modal-nav-photo-btn:hover{background-color:#fff9}.modal-nav-photo-prev{left:40px}.modal-nav-photo-next{right:40px}.modal-enlarged-photo{height:90vh;width:auto}.modal-photo-close-btn{background:#dc3545cc;border:none;border-radius:50%;color:#f5f5f5;cursor:pointer;font-size:30px;height:40px;position:absolute;right:15px;text-align:center;top:15px;transition:background-color .2s;width:40px;z-index:2000}.modal-photo-close-btn:hover{background:#f5f5f5;border:2px solid #dc3545cc;color:#dc3545cc}.photo-gallery{display:flex;flex-wrap:wrap;gap:10px}.photo-thumbnail{border-radius:6px;cursor:pointer;height:100px;object-fit:cover;transition:transform .2s;width:100px}.photo-thumbnail:hover{transform:scale(1.05)}.photo-preview{border:1px solid #ddd;border-radius:4px;height:210px;margin-top:10px;overflow:hidden;position:relative;width:260px}.photo-preview img{cursor:pointer;height:100%;object-fit:cover;transition:transform .2s ease;width:100%}.photo-preview img:hover{transform:scale(1.05)}.photo-preview-remove-btn{background:#dc3545cc;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:16px;height:24px;line-height:24px;position:absolute;right:5px;text-align:center;top:5px;transition:background-color .2s;width:24px;z-index:1}.photo-preview-remove-btn:hover{background:#fff;border:1px solid #dc3545cc;color:#dc3545cc}.photo-actions{display:flex;justify-content:flex-end;margin-bottom:20px}.photo-grid-container{background-color:#f8f9fa;border:1.5px solid #0000;border-radius:8px;padding:15px}.photo-grid-container.error-border{border-color:#dc3545}.photo-header{color:#333;font-size:16px;font-weight:600;padding-bottom:8px}.photo-header.error-text{color:#dc3545}.photo-header-separator{background-color:#ddd;height:1px;margin-bottom:15px}.photo-header-separator.error-background{background-color:#dc3545}.photo-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.photo-item{aspect-ratio:1/1;position:relative}.photo-item-thumbnail{border:1px solid #ddd;border-radius:6px;cursor:pointer;height:100%;object-fit:cover;transition:transform .2s,box-shadow .2s;width:100%}.photo-item-thumbnail:hover{box-shadow:0 4px 15px #00000026;transform:scale(1.05)}.photo-delete-btn{background:#dc3545e6;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;font-size:20px;height:28px;line-height:24px;position:absolute;right:-8px;text-align:center;top:-8px;transition:all .2s;width:28px;z-index:1}.photo-delete-btn:hover{background:#dc3545;transform:scale(1.1)}.photo-empty{align-items:center;border:2px dashed #ddd;border-radius:6px;color:#888;display:flex;flex-direction:column;justify-content:center;min-height:200px}.photo-empty.error-border-dashed{border-color:#dc3545}.photo-empty-error-text{color:#dc3545;font-size:16px;margin-top:5px}.photo-empty-text{text-align:center}.input-with-photo{align-items:center;display:flex;gap:10px}.input-with-photo .form-control{flex-grow:1}.sign-off-container{align-items:flex-start;display:flex;gap:20px}.sign-off-details{flex:1 1}.sign-off-form{padding:30px}.sign-off-actions{border-top:1px solid #eee;display:flex;gap:15px;justify-content:flex-end;margin-top:-10px;padding-top:20px}.signature-container{align-items:center;background-color:#f8f9fa;border:1px solid #eee;border-radius:6px;display:flex;justify-content:center;margin-top:20px;min-height:120px;padding:10px}.signature-image{border-radius:4px;height:auto;max-width:50%}.sign-off-signature-image{border-radius:4px;height:auto;max-width:30%}.signature-pad{align-items:center;background-color:#f8f9fa;border:1px solid #ddd;border-radius:5px;color:#888;display:flex;font-style:italic;height:150px;justify-content:center}.signature-pad.error{border-color:#dc3545}.signature-pad img{max-height:100%;max-width:100%}.service-signoff-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.service-signoff-form-group{border-left:3px solid #f0f2f5;margin-bottom:20px;padding-left:20px}.service-signoff-form-group h4{margin-bottom:10px;text-decoration:underline}.service-signoff-signature-pad{align-items:center;background-color:#f8f9fa;border:1px dashed #1e3c72;border-radius:5px;color:#888;display:flex;font-style:italic;height:100px;justify-content:center;padding:15px;text-align:center}.remarks-section{display:flex;flex-direction:column;gap:10px}.remark-item{align-items:flex-start;border-bottom:1px solid #f0f2f5;display:flex;justify-content:space-between;padding-bottom:10px}.remark-item:last-child{border-bottom:none;padding-bottom:0}.remark-type{color:#333;color:#0000cd;flex-shrink:0;font-weight:600;margin-right:0;min-width:120px}.remark-text{color:#555;flex-grow:1;font-size:14px;margin-left:5px;margin-top:2px;text-align:left;white-space:pre-wrap}.remark-details{flex-grow:1}.remark-details,.remark-meta{display:flex;flex-direction:column}.remark-meta{align-items:flex-end;color:#888;flex-shrink:0;font-size:12px;margin-left:15px}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.status-pending{background-color:#ffeeba;color:#8c6d1f}.status-completed{background-color:#d4edda;color:#155724}.status-cancelled{background-color:#f8d7da;color:#721c24}.status-void{background-color:#6c757d;color:#fff}.status-active{background-color:#c3e6cb;color:#155724}.status-disabled{background-color:#e2e3e5;color:#6c757d}.emoji-action-btn{align-items:center;background:none;border:1px solid #0000;border-radius:50%;cursor:pointer;display:inline-flex;height:40px;justify-content:center;margin-bottom:-5px;margin-top:-5px;padding:0;position:relative;transition:all .2s ease-in-out;width:40px}.emoji-action-btn span{font-size:20px;line-height:1}.emoji-action-btn:after{background:linear-gradient(135deg,#2a5298,#1e3c72);border-radius:4px;bottom:125%;color:#fff;content:attr(data-tooltip);font-size:14px;font-weight:500;padding:4px 8px;white-space:nowrap}.emoji-action-btn:after,.emoji-action-btn:before{left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden;z-index:10}.emoji-action-btn:before{border:5px solid #0000;border-top-color:#333;bottom:100%;content:""}.emoji-action-btn:hover:after,.emoji-action-btn:hover:before{opacity:1;visibility:visible}.emoji-action-btn-view{color:#1e3c72}.emoji-action-btn-view:hover{background-color:#eef2f9;border-color:#c7d7f0}.emoji-action-btn-edit{color:#ffc107}.emoji-action-btn-edit:hover{background-color:#fff9e6;border-color:#ffeeba}.emoji-action-btn-config{color:#6c757d}.emoji-action-btn-config:hover{background-color:#e9ecef;border-color:#dee2e6}.emoji-action-placeholder{cursor:default;visibility:hidden}.placeholder-text{align-items:center;color:#888;display:flex;font-size:16px;height:100%;justify-content:center}.placeholder-text.error-message{color:#dc3545;font-weight:500;padding:20px;text-align:center}.placeholder-text-center{align-items:center;color:#888;display:flex;font-size:16px;height:100%;justify-content:center;text-align:center}.date-input{min-width:180px}.date-clear-btn{margin-right:25px}.date-range-filter{align-items:center;display:flex;gap:10px}.date-range-filter span{color:#666;font-weight:500}.actions-bar{justify-content:space-between}.actions-bar,.filters{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.filters{flex-grow:1}.input-wrapper{align-items:center;display:flex;position:relative}.status-input{max-width:180px}.search-input{min-width:250px}.common-pick-width_180{max-width:180px}.common-pick-width_200{max-width:200px}.common-pick-width_250{max-width:250px}.clear-btn{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:26px;height:25px;justify-content:center;position:absolute;right:8px;width:25px;z-index:2000}.clear-btn,.clear-btn:hover{color:red;transition:background-color .2s}.clear-btn:hover{background-color:#f003}.configure-modal{max-width:min(600px,80vw);width:80%}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-header:hover{background-color:#e9ecef}.grid-section,.grid-sub-section{background:#fff;border-radius:8px;box-shadow:0 2px 10px #00000014;margin-left:-20px;margin-right:-20px;padding:20px}.grid-sub-section{margin-top:30px}.grid-section-header{align-items:center;border-bottom:1px solid #eee;margin-bottom:20px}.grid-section-header h2{color:#1e3c72;font-size:20px;margin-bottom:15px}.service-summary-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px}.service-summary-header-left{flex:1 1;min-width:250px}.service-summary-header-left h1{color:#1e3c72;font-size:24px;margin:0 0 5px}.service-summary-header-left p{color:#666;font-size:14px;margin:0}.service-summary-header-right{display:flex;flex:1 1;gap:10px;justify-content:flex-end;min-width:150px}.service-summary-status-badge{border-radius:15px;flex-shrink:0;font-size:18px;font-weight:600;min-width:220px;padding:5px 12px;text-align:center;text-transform:capitalize}.service-summary-status-badge.service-summary-status-pending{background-color:#fff3cd;color:#856404}.service-summary-status-badge.service-summary-status-completed{background-color:#d4edda;color:#155724}.service-summary-status-badge.service-summary-status-cancelled{background-color:#ffc107;color:#212529}.service-summary-status-badge.service-summary-status-void{background-color:#6c757d;color:#fff}.service-summary-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.service-summary-bottom-row{grid-gap:20px;display:grid;gap:20px;grid-column:1/-1;grid-template-columns:1fr 1fr 1fr}.service-summary-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #00000014;display:flex;flex-direction:column;padding:25px}.service-summary-card.service-summary-full-width{grid-column:1/-1}.service-summary-card-title{border-bottom:1px solid #eee;color:#1e3c72;font-size:18px;font-weight:600;margin-bottom:20px;padding-bottom:10px}.service-summary-service-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.service-summary-service-column:nth-child(2){border-left:3px solid #f0f2f5;padding-left:20px}.service-summary-detail-row{display:flex;margin-bottom:12px}.service-summary-detail-label{color:#555;font-weight:600;min-width:140px}.service-summary-detail-label-customer{color:#555;font-weight:600;min-width:160px}.service-summary-detail-value{color:#333;margin-left:5px;word-break:break-word}.summary-tyre-position-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.summary-tyre-position-card{border:1px solid #e0e0e0;border-radius:6px;padding:15px}.summary-tyre-position-title{color:#333;font-size:16px;font-weight:600;margin-bottom:10px}.summary-tyre-position-detail-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.summary-tyre-position-detail-section{border-left:3px solid #f0f2f5;margin-top:10px;padding-left:15px}.summary-tyre-position-detail-section h5{color:#1e3c72;font-size:14px;margin-bottom:8px;text-decoration:underline}.summary-tyre-position-detail-section p{font-size:14px;margin:4px 0}.summary-tyre-position-photo-gallery{margin-top:15px}.summary-tyre-position-photo-gallery.summary-tyre-position-gallery{grid-column:1/-1}.summary-tyre-position-photo-gallery h5{color:#1e3c72;font-size:14px;font-weight:600;margin-bottom:12px;text-decoration:underline}.workflow-header{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:20px}.workflow-header h2{color:#1e3c72;margin:0}.workflow-header-order-details{color:#666;display:flex;flex-wrap:wrap;font-size:14px;gap:20px;justify-content:flex-end}.workflow-stepper{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:15px 30px}.workflow-stepper-step-item{align-items:center;color:#888;display:flex;gap:10px;transition:color .3s ease}.workflow-stepper-step-item.active{color:#1e3c72;font-weight:600}.workflow-stepper-step-item.active .workflow-stepper-step-number{background-color:#1e3c72}.workflow-stepper-step-number{align-items:center;background-color:#e0e0e0;border-radius:50%;color:#fff;display:flex;font-weight:700;height:30px;justify-content:center;transition:background-color .3s ease;width:30px}.workflow-stepper-step-connector{background-color:#e0e0e0;flex:1 1;height:2px;margin:0 15px}.error-message{background-color:#f8d7da;border:1px solid #f5c2c7;border-radius:6px;color:#842029}.error-message,.info-message{display:block;font-size:15px;font-weight:500;margin:20px 0;padding:12px 16px;text-align:center}.info-message{background-color:#d1ecf1;border:1px solid #bee5eb;border-radius:6px;color:#0c5460}.error-text{color:#dc3545;font-size:12px;margin-top:5px}.custom-multiselect-container,.select{position:relative;width:100%}.custom-multiselect-trigger{align-items:center;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;min-height:42px;overflow:hidden;text-overflow:ellipsis}.custom-multiselect-arrow{font-size:12px;font-weight:700;margin-left:10px}.custom-multiselect-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:0 0 5px 5px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:-1px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.custom-multiselect-option{align-items:center;border-bottom:1px solid #f0f0f0;color:#333;cursor:pointer;display:flex;font-size:14px;padding:10px}.custom-multiselect-option:last-child{border-bottom:none}.custom-multiselect-option:hover{background-color:#f8f9fa}.custom-multiselect-option input[type=checkbox]{cursor:pointer;height:16px;margin-right:10px;width:16px}.custom-multiselect-option.disabled{color:#999;cursor:default;font-style:italic;justify-content:center}.custom-multiselect-option.disabled:hover{background-color:initial}@keyframes refined-shake{0%,to{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(7px)}30%{transform:translateX(-5px)}40%{transform:translateX(3px)}50%{transform:translateX(-1px)}}.shake-animation{animation:refined-shake .5s ease-in-out both;transform:translateZ(0)}.offline-banner{background-color:#ffc107;border:1px solid #ffeeba;border-radius:5px;color:#212529;font-weight:500;margin-bottom:20px;padding:12px 15px;text-align:center}@media (max-width:1200px){.service-summary-bottom-row{grid-template-columns:1fr}}@media (max-width:992px){.orders-table{-webkit-overflow-scrolling:touch;margin-bottom:1rem;overflow-x:auto}.orders-table .table{min-width:100%;table-layout:auto;width:-webkit-max-content;width:max-content}.service-signoff-grid,.summary-tyre-position-detail-grid{grid-template-columns:1fr}.pagination-controls{bottom:0;left:0;position:-webkit-sticky;position:sticky;right:0;width:100%;z-index:10}}@media (max-width:768px){.page-layout-flex{margin-top:20px}.card-grid{grid-template-columns:1fr}.table{min-width:800px}.form-row{gap:0;grid-template-columns:1fr}.sign-off-container{flex-direction:column}.modal-enlarged-photo{height:80vh;width:auto}.place-holder-date-time-input{min-height:40px;position:relative}.place-holder-date-time-input:invalid::-webkit-datetime-edit{color:#0000}.place-holder-date-time-input:invalid:before{content:attr(placeholder);font-size:14px;left:12px;overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%);white-space:nowrap;width:85%}.service-summary-status-badge{width:100%}.service-summary-grid{grid-template-columns:1fr}.service-summary-service-grid{gap:0;grid-template-columns:1fr}.service-signoff-form-group,.service-summary-service-column:nth-child(2){border-left:none;padding-left:0}.service-signoff-form-group{margin-bottom:0}.summary-tyre-position-detail-section{border-left:none;padding-left:0}.summary-tyre-position-grid{grid-template-columns:1fr}.workflow-header{align-items:flex-start;flex-direction:column;gap:10px}.workflow-header-order-details{align-items:flex-start;flex-direction:column;gap:5px;width:100%}.workflow-stepper{padding:15px 20px}.workflow-stepper-step-item .workflow-stepper-step-label{display:none}.workflow-stepper-step-item{gap:0}}@media (max-width:480px){.no-margin-bottom h2{margin-bottom:0}.page-header h1{font-size:24px}.sign-off-actions{align-items:stretch;flex-direction:column}.sign-off-actions .btn{width:100%}.modal-actions{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-end}.modal-actions .btn{width:100%}.btn-pos-one{order:1}.btn-pos-two{order:2}.btn-pos-three{order:3}.btn-pos-four{order:4}.modal-enlarged-photo{height:35vh;width:auto}.photo-thumbnail{height:75px;width:75px}.btn-logout{min-width:80px}.date-range-filter{flex-direction:column;gap:15px;width:100%}.date-range-filter span{display:none}.actions-bar{align-items:stretch;flex-direction:column}.actions-bar .btn-clear-filters,.actions-bar .btn-primary,.filters{width:100%}.filters{align-items:stretch;flex-direction:column}.filters .form-control,.input-wrapper,.search-input{min-width:100%;width:100%}.pagination-controls{justify-content:space-evenly}.pagination-container{display:grid}.pagination-controls .btn{min-width:75px;padding:10px}}.loader-overlay{align-items:center;background-color:#f8f9fad9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:9999}.loader-overlay-spinner{animation:spin 1s linear infinite;border:5px solid #1e3c7233;border-radius:50%;border-top-color:#1e3c72;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.ba251718.css.map*/