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