.troubleshooter-block{margin:24px 0;}.troubleshooter-hl{padding:0 2px;border-radius:4px;}.troubleshooter-results,.troubleshooter-list{display:flex;row-gap:16px;}.troubleshooter-item{padding:10px 12px;border:1px solid #ddd;border-radius:8px;cursor:pointer;}.troubleshooter-item.is-selected,.troubleshooter-btn-ghost.is-selected{border-color:#111;box-shadow:0 0 0 2px rgba(0,0,0,.08);background-color:rgba(var(--c2-btn-bg-color1),1);color:white;transition:background-color ease-in 200ms;}.troubleshooter-item:hover,.troubleshooter-btn-ghost.is-selected{border-color:#999;background-color:rgba(var(--c1-btn-bg-color1),1);color:white !important;transition:background-color ease-in 200ms;}.troubleshooter-device-row{display:grid;grid-template-columns:64px 1fr 24px;gap:12px;align-items:start;width:100%;}.troubleshooter-device-arrow{justify-self:end;align-self:center;font-size:18px;line-height:1;}.troubleshooter-device-img{width:72px;height:72px;border-radius:10px;object-fit:cover;border:1px solid #ddd;background:#f6f6f6;}.troubleshooter-meta{font-size:12px;opacity:.75;}.troubleshooter-label{display:block;margin:8px 0 6px;font-weight:600;}.troubleshooter-input,.troubleshooter-select{width:100% !important;max-width:520px !important;padding:10px 12px !important;border:1px solid #ccc !important;border-radius:8px !important;}.troubleshooter-btn{padding:10px 14px;border-radius:9px;border:1px solid #111;background:#111;color:#fff;cursor:pointer;}.troubleshooter-btn-ghost{background:transparent;border:1px solid #ddd;color:#111;}.troubleshooter-led-grid{display:grid;gap:8px;max-width:720px;}.troubleshooter-led-row{display:grid;grid-template-columns:100px 1fr 140px;gap:8px;align-items:center;}.troubleshooter-led-name{font-weight:600;}.troubleshooter-amount{display:none;}.troubleshooter-card{border:1px solid #ddd;border-radius:10px;padding:12px;}.troubleshooter-card-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;}.troubleshooter-card-title h3{margin:0;font-size:16px;}.troubleshooter-card button.troubleshooter-btn{border-color:rgba(var(--base-btn-bg-color1),1);background-color:rgba(var(--base-btn-bg-color1),1);color:white;font-weight:700;}.troubleshooter-card button.troubleshooter-btn:hover{border-color:rgba(var(--c2-btn-bg-color1),1);background-color:rgba(var(--c2-btn-bg-color1),1);}.troubleshooter-modal-card button.base-btn-bg{background-color:rgba(var(--base-btn-bg-color1),1) !important;border:solid 1px rgba(var(--base-btn-bg-color1),1) !important;}.troubleshooter-modal-card button.base-btn-bg:hover{background-color:rgba(var(--c2-btn-bg-color1),1) !important;border:solid 1px rgba(var(--c2-btn-bg-color1),1) !important;}.troubleshooter-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px;}.troubleshooter-badges-container{font-weight:700;color:white;border:1px solid #ccc;border-radius:999px;opacity:.9;width:32px;height:32px;}.troubleshooter-badge{font-size:0.85rem;font-weight:700;color:white;border:1px solid #ccc;border-radius:999px;padding:6px 16px;opacity:.9;white-space:nowrap;cursor:default;}.troubleshooter-badge.badge-code{border:1px solid rgba(var(--c2-btn-borders),1);background-color:rgba(var(--c2-btn-bg-color1),1);}.troubleshooter-badge.badge-led{border:1px solid rgba(var(--c1-btn-borders),1);background-color:rgba(var(--c1-btn-bg-color1),1);}.troubleshooter-badge.badge{width:16px;height:16px;margin:0;padding:0;margin-right:4px;border:solid 2px white;}.troubleshooter-badge.badge.badge-led-red{background-color:#cc0000;}.troubleshooter-badge.badge.badge-led-amber{background-color:#cc7a00;}.troubleshooter-badge.badge.badge-led-green{background-color:#66cc00;}.troubleshooter-badge.badge.badge-led-led{background-color:white;}.troubleshooter-modal{position:fixed;inset:0;z-index:9999;}.troubleshooter-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(1px);}.troubleshooter-modal-card{position:relative;margin:10vh auto 0;max-width:860px;background:#fff;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.25);padding:14px;}.troubleshooter-modal-head{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;}.troubleshooter-modal-title{font-weight:700;white-space:nowrap;}.troubleshooter-modal-symptom{width:100%;white-space:nowrap;}.troubleshooter-modal-body{padding-top:12px;max-height:65vh;overflow:auto;}.troubleshooter-modal button#szModalClose{background-color:rgba(var(--c1-btn-bg-color1),1) !important;border-color:rgba(var(--c1-btn-bg-color1),1) !important;color:white;font-weight:700;}.troubleshooter-modal button#szModalClose:hover{background-color:rgba(var(--base-btn-bg-color1),1) !important;border-color:rgba(var(--base-btn-bg-color1),1) !important;}.troubleshooter-modal button.btn.no-icon{padding-top:9px !important;padding-bottom:6px !important;padding-left:22px !important;padding-right:20px !important;white-space:nowrap;}.troubleshooter-modal button.btn.no-icon::after{content:"" !important;}.troubleshooter-modal-body li{display:flex;justify-content:space-between;align-items:center;border-bottom:solid 2px rgba(var(--base-btn-bg-color1),1);}.troubleshooter-modal-body li div{margin:calc(var(--base-spacing) / 3) 0 var(--base-half-spacing);}.troubleshooter-modal-body li div p:last-child{margin-bottom:0 !important;}.troubleshooter-modal-body i.fa{margin-right:0 !important;}.troubleshooter-modal-body i.fa.font-weight-normal{font-weight:normal !important;}.storingszoeker label{color:rgba(var(--base-heading),1) !important;border:none !important;}.storingszoeker input,.storingszoeker input::placeholder{color:rgba(var(--base-heading),1) !important;}
