.camera-container{position:relative;background-color:#000}.camera-container .controls{position:absolute;bottom:0;height:100px;left:0;right:0;background-color:#0006;color:#fff}.camera-container .controls>div{padding:0 20px}.camera-container .controls select{padding:10px 20px;box-sizing:border-box;background-color:transparent;color:#fff;border:0;font-size:16px}.camera-container .controls select option{background-color:#444}.camera-container .controls .btn-take-photo{height:80px;width:80px;border-radius:40px;border:2px solid #444}.camera-container .controls .btn-take-photo svg{font-size:35px}.camera-container .controls .btn-cancel{background-color:transparent;color:#fff;font-size:18px}.title-bar .minimise-button{padding:0 10px;cursor:pointer}.title-bar .minimise-button:hover{background-color:#ddd}.flex-grow,.flex-3-1{flex-basis:0;flex-grow:1}.flex-3-2{flex-basis:0;flex-grow:2}.no-scroll{overflow:hidden}h3{font-size:16px;color:#3ca9c2;margin:0 0 10px}.connected-light{position:relative;width:15px;height:15px;background-color:#09e309;border-radius:20px;margin:10px 20px 10px 10px}.server-not-connected{color:#999;font-weight:700;padding:0 10px;border-bottom-right-radius:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;--wails-draggable: no-drag}.server-not-connected:hover{background-color:#0002}.server-not-connected .connected-light{margin-right:10px;margin-left:0;background-color:#999}.server-connected{color:#10b910;font-weight:700;padding:0 10px;border-bottom-right-radius:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;--wails-draggable: no-drag}.server-connected:hover{background-color:#0002}.server-connected .connected-light{margin-right:10px;margin-left:0}.update-notice{font-weight:700;padding:0 10px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.update-notice.update-notice-restart,.update-notice.update-notice-update{cursor:pointer;color:#10b910;--wails-draggable: no-drag}.update-notice.update-notice-restart:hover,.update-notice.update-notice-update:hover{background-color:#0002}.sync-screen{padding:10px}.sync-screen .sync-status{font-size:40px;margin:40px 0 20px}.sync-screen .progress-bar{height:20px;background-color:#e9e9e999;border-radius:8px;overflow:hidden}.sync-screen .progress-bar .progress{height:20px;background-color:#3ca9c2}.sync-screen table{width:100%;border-collapse:collapse}.sync-screen th,.sync-screen td{padding:4px 8px;text-align:left}.sync-screen th{background-color:#fff}.sync-screen thead{position:sticky;top:0;background-color:#fff}.sync-screen tbody tr.running{color:#3ca9c2}.sync-screen tbody tr.success{color:#08d108}.sync-screen tbody tr.fail{color:red}.sync-screen tbody tr:hover{background-color:#00000006}.login .rotate-clockwise{animation:rotateAnimation 10s linear infinite}.login .rotate-anti-clockwise{animation:rotateAnimationBackwards 5s linear infinite}.login .logo-overlap{position:absolute;inset:0}.login .form-container{background-color:#efefef}.login .form-container input{border-radius:8px;background-color:#fff;border:1px solid #ccc;width:300px;padding:10px;margin-bottom:10px}.login .form-container button{background-color:#fff;border:1px solid #ccc!important;outline:0;padding:10px 30px;border-radius:8px}.login .form-container a{text-decoration:none;color:#555}.login .form-container a:hover{text-decoration:underline}.login .progress-bar{height:15px;background-color:#b9b9b999;border-radius:8px;overflow:hidden}.login .progress-bar .progress{height:15px;background-color:#3ca9c2}.login .version{margin-bottom:20px;font-weight:700;color:#aaa;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.login .text-danger{color:red}.modal-overlay{position:absolute;inset:0;background-color:#0001;z-index:100000}.modal-overlay .modal-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:1rem;box-sizing:border-box}.modal-overlay .modal{box-sizing:border-box;display:flex;max-height:100vh;flex-direction:row;align-items:center;justify-content:center;margin:10px 0}.modal-overlay .modal .modal-content{background-color:#fff;border-radius:10px;padding:20px;box-sizing:border-box;overflow:auto;position:relative;display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.modal-overlay .modal .modal-content .modal-content-area{flex:1;overflow-y:auto;padding:1rem;box-sizing:border-box}.modal-overlay .modal .modal-content .close-button{padding:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:18px;border-radius:8px;cursor:pointer}.modal-overlay .modal .modal-content .close-button:hover{background-color:#ccc}.modal-overlay .modal .modal-content .close-button.no-close{display:none}.modal-overlay .modal.modal-fullscreen{width:90%;flex-grow:1}.rfid{position:absolute;left:10px;bottom:0;z-index:500;background-color:#fff;border-top-left-radius:8px;border-top-right-radius:8px;border:1px solid #ccc;padding:10px 20px}.rfid .display-name{font-size:12px}.rfid .battery{margin-left:30px}.admin-section .menu-item{padding:10px 20px;cursor:pointer}.admin-section .menu-item.selected{background-color:#5fa8d3;color:#fff}.admin-section .list{gap:10px;margin-top:10px}.admin-section .list .list-item{padding:10px;border:1px solid #5fa8d3;border-radius:5px;cursor:pointer}.admin-section .list .list-item:hover{background-color:#5fa8d3;color:#fff}.admin-section .list .report-item{padding:10px;border:1px solid #5fa8d3;border-radius:5px}.admin-section .content-area{width:1200px;margin:0 auto;padding:10px}.admin-section .content-area input{padding:10px}.admin-section .toolbar{justify-content:flex-end}.admin-section button:not(.MuiButtonBase-root){cursor:pointer;border:1px solid #5fa8d3!important;border-radius:2px}.admin-section button:not(.MuiButtonBase-root):hover{background-color:#5fa8d3;color:#fff}.admin-section .edit-area{border:1px solid #5fa8d3;padding:20px}.admin-section .flex-align-right{justify-content:flex-end}.admin-section h2{font-size:16px}.admin-section table{width:100%}.inspections-list{flex-basis:300px;width:300px}.inspections-list .list-item{padding:5px 20px;cursor:pointer;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.inspections-list .list-item:hover{background-color:#98d9ff}.inspections-list .list-item.selected{background-color:#5fa8d3;color:#fff}.tabs .tabs-header{border-bottom:1px solid #5fa8d3;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tabs .tabs-header .tab-header{font-size:18px;padding:6px 20px;text-align:center;cursor:pointer}.tabs .tabs-header .tab-header.selected{background-color:#5fa8d3;color:#fff}.tabs .tabs-content .tab-content{display:none;padding-top:20px}.tabs .tabs-content .tab-content.selected{display:flex}.nested-select{position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:.875rem;color:#1e293b}.nested-select__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;cursor:pointer;transition:border-color .2s,box-shadow .2s}.nested-select__trigger:hover{border-color:#c0cddf}.nested-select__trigger--open{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.nested-select__trigger-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nested-select__trigger-icon{width:16px;height:16px;margin-left:8px;opacity:.5;transition:transform .2s}.nested-select__trigger--open .nested-select__trigger-icon{transform:rotate(180deg)}.nested-select__dropdown{position:absolute;top:calc(100% + 5px);left:0;width:100%;max-height:350px;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;box-shadow:0 4px 12px #0000001a;z-index:50;overflow:hidden;display:flex;flex-direction:column;animation:dropdown-appear .15s ease-out}.nested-select__search{display:flex;align-items:center;padding:.5rem;border-bottom:1px solid #e2e8f0;position:relative}.nested-select__search-icon{width:16px;height:16px;opacity:.5;margin-left:.5rem}.nested-select__search-input{flex:1;border:none;padding:.5rem;outline:none;background:transparent;font-size:.875rem;color:#1e293b}.nested-select__search-input::-moz-placeholder{color:#64748b}.nested-select__search-input::placeholder{color:#64748b}.nested-select__clear-search{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.nested-select__clear-icon{width:14px;height:14px;opacity:.5}.nested-select__clear-icon:hover{opacity:.8}.nested-select__items{overflow-y:auto;max-height:300px;padding:.25rem 0}.nested-select__item{display:flex;align-items:center;padding:.5rem .75rem;cursor:pointer;transition:background-color .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nested-select__item:hover{background-color:#f1f5f9}.nested-select__item--selected{background-color:#3b82f61a}.nested-select__expand-button{background:transparent;border:none;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-right:4px;cursor:pointer}.nested-select__icon{width:14px;height:14px;opacity:.7}.nested-select__indent-spacer{width:20px;margin-right:4px}.nested-select__item-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nested-select__check-icon{width:16px;height:16px;color:#3b82f6;margin-left:8px}.nested-select__no-results{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}@keyframes dropdown-appear{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.item-types-list{flex-basis:300px;width:300px}.item-types-list .list-item{padding:5px 10px;cursor:pointer;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.item-types-list .list-item:hover{background-color:#98d9ff}.item-types-list .list-item.selected{background-color:#5fa8d3;color:#fff}.companies-list{flex-basis:300px;width:300px}.companies-list .list-item{padding:5px 20px;cursor:pointer;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.companies-list .list-item:hover{background-color:#98d9ff}.companies-list .list-item.selected{background-color:#5fa8d3;color:#fff}.fields-templates-list{flex-basis:300px;width:300px}.fields-templates-list .list-item{padding:5px 20px;cursor:pointer;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fields-templates-list .list-item:hover{background-color:#98d9ff}.fields-templates-list .list-item.selected{background-color:#5fa8d3;color:#fff}.installation-list{width:360px}.installation-list .installation{padding:10px}.installation-list .installation .installation-name{font-size:18px;font-weight:800;padding:0 10px;color:#5fa8d3;cursor:pointer}.installation-list .installation .installation-name:hover{text-decoration:underline}.installation-list .installation .inspections{margin-top:10px;gap:5px}.installation-list .installation .inspections .inspection{padding:5px 10px;border-radius:10px;cursor:pointer}.installation-list .installation .inspections .inspection:hover{background-color:#eee}.installation-list .installation .inspections .inspection .inspection-dates{color:#999;font-size:12px}.dashboard .rotate-clockwise{animation:rotateAnimation 10s linear infinite}.dashboard .rotate-anti-clockwise{animation:rotateAnimationBackwards 5s linear infinite}.dashboard .logo-overlap{position:absolute;inset:0}.dashboard select{padding:10px;margin:10px}.tabs .tab-buttons{display:flex;flex-direction:row;gap:10px;margin:10px}.tabs .tab-buttons button{padding:5px 10px;border-radius:5px}.tabs .tab-buttons button.active{background-color:#0391b4;border-color:#0391b4;color:#fff}.reports-list{padding:10px}.reports-list .report-row{cursor:pointer}.reports-list .report-row svg{font-size:30px;margin-right:10px}.reports-list .report-row .dot{position:relative;width:6px;height:6px;background-color:#0391b4;border-radius:50%;margin:0 3px;animation:bounce 1s infinite}.reports-list .report-row .dot1{animation-delay:.1s}.reports-list .report-row .dot2{animation-delay:.2s}.reports-list .report-row .dot3{animation-delay:.3s}.loading{display:flex;justify-content:center}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.corrective-action-view-modal .row{display:flex;flex-direction:row;gap:10px;align-items:center}.corrective-action-view-modal .label{min-width:140px;font-weight:700;color:#0391b4}.corrective-action-view-modal .value{max-width:400px;word-break:break-word}.corrective-action-view-modal .actions{display:flex;gap:12px;margin-top:12px}.corrective-action-view-modal .button{padding:8px 14px;border-radius:6px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:all .15s ease}.corrective-action-view-modal .button.primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;border-color:#0284c7;box-shadow:0 4px 10px #0284c72e}.corrective-action-view-modal .button.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #0284c738}.corrective-action-view-modal .button.primary:disabled{opacity:.6;cursor:not-allowed}.corrective-action-view-modal .button.ghost{background:#f8fafc;color:#0f172a;border-color:#e2e8f0}.corrective-action-view-modal .button.ghost:hover{background:#e2e8f0}.corrective-action-view-modal .button.ghost.disabled{opacity:.6;pointer-events:none;cursor:not-allowed}.spinny-logo{position:relative}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateAnimationBackwards{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.spinny-logo .rotate-clockwise{animation:rotateAnimation 10s linear infinite}.spinny-logo .rotate-anti-clockwise{animation:rotateAnimationBackwards 5s linear infinite}.spinny-logo .logo-overlap{position:absolute;inset:0}.spinny-logo select{padding:10px;margin:10px}.installation-screen .navigation button{background-color:transparent;border:0;justify-content:center;align-items:center;border-radius:8px;margin:0 10px;padding:15px}.installation-screen .navigation button svg{font-size:25px}.installation-screen .navigation button:hover{background-color:#00000019}.installation-screen .active-inspections{flex-basis:300px;width:300px}.installation-screen .active-inspections .inspection-name{font-size:18px;font-weight:800;padding:0 10px;color:#5fa8d3;cursor:pointer;margin-bottom:10px}.installation-screen .active-inspections .inspection-name:hover{text-decoration:underline}.installation-screen .installation{padding:20px}.installation-screen .installation h1{font-size:50px}.installation-screen .installation .installation-inspection{width:250px;padding:20px}.installation-screen .installation .installation-inspection .name{font-size:18px;font-weight:700;margin-bottom:10px}.installation-screen .installation .installation-inspection .inspection-dates{color:#999;font-size:14px}.installation-screen .installation .installation-inspection .progress{margin-bottom:10px;text-align:center}.MuiPickersPopper-root{z-index:100001!important}.checkbox{gap:10px}.checkbox div{border:1px solid #ccc;border-radius:8px;padding:10px 20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox div:hover{background-color:#0391b499;border-color:#0391b499;color:#fff}.checkbox div.selected{background-color:#0391b4;border-color:#0391b4;color:#fff}.input-text{border:1px solid #ccc;padding:10px;margin-top:5px;height:20px;font-family:inherit;font-size:15px;display:block;resize:none}.field label.field-name{color:#0391b4;margin-bottom:5px}.field.field-required input,.field.field-required textarea,.field.field-required select,.field.field-required .select-box{border:1px solid #f00}.corrective-action-list-modal{gap:12px;width:760px;max-width:90vw}.corrective-action-list-modal .modal-title-row{display:flex;align-items:center;justify-content:space-between}.corrective-action-list-modal .modal-title{font-size:18px;font-weight:700;color:#0f172a}.corrective-action-list-modal .modal-subtitle{color:#475569;font-size:13px;margin-top:2px}.corrective-action-list-modal .actions-section{border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#f8fafc;max-height:320px;overflow-y:auto}.corrective-action-list-modal .empty-state{color:#64748b;font-size:14px}.corrective-action-list-modal .action-cards{display:flex;flex-direction:column;gap:10px}.corrective-action-list-modal .action-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px;box-shadow:0 2px 6px #0f172a0d;display:flex;flex-direction:column;gap:8px}.corrective-action-list-modal .card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.corrective-action-list-modal .defect{font-weight:700;color:#0f172a}.corrective-action-list-modal .status-pill{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid transparent}.corrective-action-list-modal .status-pill.done{background:#ecfeff;color:#0f766e;border-color:#5eead4}.corrective-action-list-modal .status-pill.todo{background:#fef9c3;color:#854d0e;border-color:#f59e0b}.corrective-action-list-modal .card-body .label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.corrective-action-list-modal .card-body .value{margin-top:2px;color:#0f172a;white-space:pre-wrap}.corrective-action-list-modal .card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.corrective-action-list-modal .meta{display:flex;gap:6px;color:#475569;font-size:13px;flex-wrap:wrap}.corrective-action-list-modal .divider{height:1px;background:#e2e8f0;margin:4px 0}.corrective-action-list-modal .create-section input,.corrective-action-list-modal .create-section textarea,.corrective-action-list-modal .create-section select{width:100%;font-family:inherit;border:1px solid #cbd5e1;padding:8px;font-size:14px;border-radius:6px}.corrective-action-list-modal .create-section textarea{resize:vertical;min-height:70px}.corrective-action-list-modal .create-section label{gap:6px;color:#475569;font-size:13px}.corrective-action-list-modal .create-section .corrective-action-date-input{width:100%}.corrective-action-list-modal .section-title{font-weight:700;color:#0f172a}.corrective-action-list-modal .form-actions .button{min-width:0}.corrective-action-list-modal .button{padding:8px 12px;border-radius:6px;border:1px solid #0284c7;font-weight:600;cursor:pointer;transition:all .12s ease}.corrective-action-list-modal .button.primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;box-shadow:0 4px 10px #0284c729}.corrective-action-list-modal .button.primary:hover:not(:disabled){transform:translateY(-1px)}.corrective-action-list-modal .button.primary:disabled{opacity:.6;cursor:not-allowed}.corrective-action-list-modal .button.ghost{background:#fff;color:#0284c7}.corrective-action-datepicker-popper{z-index:120000!important}.field-list{gap:20px}.weather{overflow:hidden}.weather svg{color:#555}.weather h2{font-size:30px;margin:0}.weather .main-sub{color:#777}.weather .main-sub span{font-weight:700}.weather .look-ahead{background-color:#fcfcfc;border-top:1px solid #eee}.installation-details-modal{width:500px}.installation-details-modal .inspection-name{text-align:center;margin-bottom:20px;font-size:18px}.inspection-screen .top-bar{padding:10px 0}.inspection-screen .top-bar input{padding:10px 20px;width:400px;border:1px solid #e9e9e9}.inspection-screen .top-bar button{background-color:transparent;border:0;justify-content:center;align-items:center;border-radius:8px;margin:0 10px;padding:0 15px}.inspection-screen .top-bar button svg{font-size:25px}.inspection-screen .top-bar button:hover{background-color:#00000019}.inspection-screen .item-list .item-row{padding:5px;font-size:15px;cursor:pointer}.inspection-screen .item-list .item-row.location-row{font-weight:700}.inspection-screen .item-list .item-row:nth-child(2n){background-color:#00000007}.inspection-screen .item-list .item-row:hover{background-color:#00000019}.inspection-screen .item-list .item-row .list-value{width:200px;border-left:1px solid #ddd;padding:0 10px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden}.new-item-modal .selectable-item{cursor:pointer;padding:5px 10px}.new-item-modal .selected{background-color:#5fa8d3;color:#fff}.tree-view{display:flex;flex-direction:column;font-size:.875rem;color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.tree-view__search{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #e2e8f0;background-color:#fff}.tree-view__search-icon{width:16px;height:16px;opacity:.5;margin-right:.5rem}.tree-view__search-input{flex:1;border:none;padding:.25rem 0;outline:none;background:transparent;font-size:.875rem;color:#1e293b}.tree-view__search-input::-moz-placeholder{color:#64748b}.tree-view__search-input::placeholder{color:#64748b}.tree-view__clear-search{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.tree-view__clear-icon{width:14px;height:14px;opacity:.5}.tree-view__clear-icon:hover{opacity:.8}.tree-view__content{flex:1;overflow-y:auto;padding:.5rem 0}.tree-view__item-container{display:flex;flex-direction:column}.tree-view__item{display:flex;align-items:center;padding:.5rem .75rem;cursor:pointer;transition:background-color .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tree-view__item:hover{background-color:#f1f5f9}.tree-view__item--selected{background-color:#3b82f61a;font-weight:500}.tree-view__expand-button{background:transparent;border:none;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-right:4px;cursor:pointer}.tree-view__expand-button:focus{outline:none;box-shadow:0 0 0 2px #3b82f633;border-radius:3px}.tree-view__icon{width:14px;height:14px;opacity:.7}.tree-view__indent-spacer{width:20px;margin-right:4px}.tree-view__item-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-view__children{display:flex;flex-direction:column;animation:slide-down .2s ease-out}.tree-view__no-results{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}@keyframes slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.inspection-reports,.inspection-details-modal{width:500px}.inspection-details-modal .inspection-name{text-align:center;margin-bottom:20px;font-size:18px}.item-screen{gap:10px;margin:0 10px 10px}.item-screen .navigation{gap:10px;padding:10px}.item-screen .navigation button.back-button{background-color:transparent;border:0;justify-content:center;align-items:center;border-radius:8px;padding:10px}.item-screen .navigation button.back-button svg{font-size:25px}.item-screen .navigation button.back-button:hover{background-color:#00000019}.item-screen .item-name{font-size:18px}.item-screen .item-fields,.item-screen .panel-header{padding:10px}.item-screen .panel-header button{background-color:transparent;border:0;cursor:pointer;padding:10px;border-radius:8px}.item-screen .panel-header button:hover{background-color:#00000019}.item-screen .panel-header button svg{font-size:22px}.item-screen .corrective-actions-panel{padding:0}.item-screen .corrective-actions-panel .corrective-actions-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:0;border-radius:12px 12px 0 0;padding:10px 14px;cursor:pointer;text-align:left;color:#0f172a}.item-screen .corrective-actions-panel .corrective-actions-header:hover{background-color:#f7f9fb}.item-screen .corrective-actions-panel .corrective-actions-header .corrective-actions-title{font-weight:600;color:#3ca9c2;font-size:14px}.item-screen .corrective-actions-panel .corrective-actions-header .corrective-actions-subtitle{color:#6b7280;font-size:12px}.item-screen .corrective-actions-panel .corrective-actions-header .corrective-actions-toggle-icon{display:flex;align-items:center}.item-screen .corrective-actions-panel .corrective-actions-header .corrective-actions-toggle-icon svg{font-size:16px}.item-screen .corrective-actions-panel .corrective-actions-list{display:flex;flex-direction:column;gap:10px;padding:0 14px 14px;max-height:260px;overflow-y:auto}.item-screen .corrective-actions-panel .corrective-actions-empty{color:#6b7280;font-size:13px}.item-screen .corrective-actions-panel .corrective-action-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-top:1px solid #f3f6f7;font-size:13px}.item-screen .corrective-actions-panel .corrective-action-row:first-of-type{border-top:0}.item-screen .corrective-actions-panel .corrective-action-main{display:flex;flex-direction:column;gap:4px}.item-screen .corrective-actions-panel .corrective-action-defect{font-weight:600;color:#0f172a}.item-screen .corrective-actions-panel .corrective-action-meta{color:#6b7280;font-size:12px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.item-screen .corrective-actions-panel .corrective-action-actions{display:flex;align-items:center;gap:8px}.item-screen .corrective-actions-panel .link-button{background:transparent;border:0;padding:6px 0;color:#3ca9c2;cursor:pointer}.item-screen .corrective-actions-panel .link-button:hover{text-decoration:underline}.item-screen .corrective-actions-panel .status-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;border:1px solid #e5e7eb;color:#4b5563}.item-screen .corrective-actions-panel .status-pill.done{background-color:#e8f8ef;border-color:#b6e2c6;color:#1f7a45}.item-screen .corrective-actions-panel .status-pill.overdue{background-color:#fef2f2;border-color:#fecdd3;color:#b91c1c}.item-screen .corrective-actions-panel .status-pill.soon{background-color:#fff7ed;border-color:#fed7aa;color:#c2410c}.item-screen .corrective-actions-panel .status-pill.open{background-color:#f1f5f9}.accordian{gap:2px}.accordian .accordian-section{overflow:hidden;background-color:#e9e9e9}.accordian .accordian-section .accordian-section-name{font-size:16px;padding:5px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.accordian .accordian-section .accordian-section-name:hover{background-color:#f9f9f9}.accordian .accordian-section.open{margin:10px 0;background-color:#fff}.accordian .accordian-section.open .accordian-section-name{cursor:default}.accordian .accordian-section.open .accordian-section-name:hover{background-color:#fff}.accordian .accordian-section.open:first-child{margin-top:0}.accordian .accordian-section.open:last-child{margin-bottom:0}.accordian .accordian-section.open .accordian-section-name{font-size:20px;padding:10px}.accordian .accordian-section.open .accordian-content{padding:10px;height:100%;overflow:auto}.image-library-modal .images{overflow:auto;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center;align-content:flex-start;padding:10px}.image-library-modal .images .image{background-position:center center;background-size:cover;background-repeat:no-repeat;border-radius:10px;position:relative;cursor:pointer;width:135px;height:90px}.image-library-modal .images .image .image-remove{position:absolute;top:-10px;right:-10px;background-color:#db2525;width:40px;height:40px;border-radius:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff;font-size:20px}.image-library-modal .images .image.selected{outline:3px solid rgb(68,195,255)}.image-panel .images{overflow:auto;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center;align-content:flex-start}.image-panel .images .image{background-position:center center;background-size:cover;background-repeat:no-repeat;border-radius:10px;width:135px;height:90px}.file-library-modal .files{overflow:auto;flex-wrap:wrap;gap:10px;justify-content:center;padding:10px}.file-library-modal .files .file{background-position:center center;background-size:cover;background-repeat:no-repeat;border-radius:10px;position:relative;cursor:pointer;padding:10px 30px}.file-library-modal .files .file svg{font-size:40px}.file-library-modal .files .file .file-remove{margin-left:20px;background-color:#db2525;width:40px;height:40px;border-radius:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#fff}.file-library-modal .files .file .file-remove svg{font-size:20px}.file-library-modal .files .file.selected{outline:3px solid rgb(68,195,255)}.note-modal textarea{height:100px;width:400px;font-family:inherit;border:1px solid #ccc;padding:10px;font-size:15px;resize:none}.files-panel .files{padding:10px}.files-panel .files .file,.files-panel .files .note{align-items:center;padding:5px 0}.files-panel .files .file .filename,.files-panel .files .note .filename{cursor:pointer;color:#0391b4}.files-panel .files .file .date,.files-panel .files .file .user,.files-panel .files .note .date,.files-panel .files .note .user{color:#888;font-size:13px}.files-panel .files .file svg,.files-panel .files .note svg{font-size:40px;margin-right:10px}.files-panel .files .file .file-remove,.files-panel .files .note .file-remove{width:35px;height:35px;border-radius:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer}.files-panel .files .file .file-remove:hover,.files-panel .files .note .file-remove:hover{background-color:#db2525;color:#fff}.files-panel .files .file .file-remove svg,.files-panel .files .note .file-remove svg{font-size:20px;margin-right:0}.note-view-modal .content{height:200px;width:500px;font-family:inherit;padding:10px;font-size:15px;resize:none}.history-panel .history{padding:10px}.history-panel .history .history-item{align-items:center;padding:5px 0}.history-panel .history .history-item .history-from{color:#d90c0c}.history-panel .history .history-item .history-to{color:#09b325}.history-panel .history .history-item .date,.history-panel .history .history-item .user{color:#888;font-size:13px}.history-panel .history .history-item svg{font-size:20px;margin-right:10px}#root,#App{height:100vh;display:flex;flex-direction:column;position:relative}.title-bar{--wails-draggable: drag;position:relative;height:40px;flex-basis:40px;text-align:right;padding:0}.title-bar .close-button{padding:0 10px;cursor:pointer}.title-bar .close-button:hover{background-color:red;color:#fff}.title-bar svg{height:40px;font-size:20px;flex-basis:60px}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.flex-center{justify-content:center;align-items:center}.flex-align-center{align-items:center}.flex-align-end{justify-content:flex-end}.flex-grow{flex-basis:0;flex-grow:1}.scrollable{overflow:auto}.flex-gap{gap:10px}.panel{border:1px solid #f3f6f7;background-color:#fdfeff;box-shadow:#919eab33 0 0 2px,#919eab1f 0 6px 36px -4px;border-radius:12px}.panel .panel-header{font-weight:400;padding:10px}.separator{margin:10px 0;border:1px solid #f3f6f7}.indicator-good,.indicator-bad,.indicator-advisory,.indicator-not-inspected{position:relative;width:30px;height:30px;border-radius:30px;text-align:center;line-height:30px;margin-right:10px}.indicator-good.small,.indicator-bad.small,.indicator-advisory.small,.indicator-not-inspected.small{width:20px;height:20px;line-height:20px;margin-right:5px}.indicator-good{background-color:#09b325}.indicator-advisory{background-color:#f90}.indicator-bad{background-color:#d90c0c}.indicator-not-inspected{background-color:#999}.outer-padding{padding:10px}.margin-bottom{margin-bottom:10px}.panel-padding{padding:10px}button:not(.MuiButtonBase-root):not(.dashboard button):not(.settings button){display:flex;flex-direction:row;align-items:center;justify-content:center;border:0;padding:10px 20px;cursor:pointer}button:not(.MuiButtonBase-root):not(.dashboard button):not(.settings button) svg:not(:last-child){font-size:18px;margin-right:10px}button:not(.MuiButtonBase-root):not(.dashboard button):not(.settings button).btn-danger{background-color:#db2525;color:#fff}button:not(.MuiButtonBase-root):not(.dashboard button):not(.settings button).btn-danger:hover{background-color:red}button:not(.MuiButtonBase-root):not(.dashboard button):not(.settings button).btn-success{background-color:#379937;color:#fff}button:not(.MuiButtonBase-root):not(.dashboard button):not(.settings button).btn-success:hover{background-color:#5ab95a}button:not(.MuiButtonBase-root):not(.dashboard button):not(.settings button):disabled{background-color:#ddd;color:#999}button:not(.MuiButtonBase-root):not(.dashboard button):not(.settings button):disabled:hover{background-color:#ddd}html{background-color:#f9fafb;color:#1f3552}body{margin:0;color:#1f3552;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@font-face{font-family:Nunito;font-style:normal;font-weight:400;src:local(""),url(/assets/nunito-v16-latin-regular-CSmEcOMa.woff2) format("woff2")}.hide{display:none!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.right-3{right:.75rem}.top-1\/2{top:50%}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.list-item{display:list-item}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-2{height:.5rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-2{width:.5rem}.w-20{width:5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-80{width:20rem}.w-full{width:100%}.w-px{width:1px}.max-w-2xl{max-width:42rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.fill-gray-600{fill:#4b5563}.fill-gray-900{fill:#111827}.object-contain{-o-object-fit:contain;object-fit:contain}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-6{padding-left:1.5rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}}@media (min-width: 1280px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
