.error-workflow-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.error-workflow-tabs button{border:0;border-radius:11px;background:#eef1f6;color:#526077;padding:10px 13px;font-size:12px;font-weight:800}
.error-workflow-tabs button.active{background:#172449;color:#fff}
.error-workflow-tabs span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:5px;border-radius:10px;background:#ffffffb8;color:inherit;font-size:10px}
.beta-report-row{align-items:start}
.beta-report-row.new{border-left:4px solid #eeae35}
.beta-report-row.waiting_employee{border-left:4px solid #3479cd}
.beta-report-row.resolved{border-left:4px solid #23a56f}
.beta-report-row.archived{opacity:.82}
.beta-report-status{font-weight:800!important}
.beta-report-tools{display:grid;gap:9px;min-width:min(100%,470px)}
.beta-report-tools textarea{width:100%;min-height:82px;resize:vertical;border:1px solid #d9dfe8;border-radius:11px;padding:11px 12px;font-size:14px;line-height:1.45}
.beta-report-tools textarea:focus{outline:2px solid #3479cd33;border-color:#3479cd}
.beta-report-actions{justify-content:flex-end;flex-wrap:wrap}
.beta-report-actions button{border:0;border-radius:9px;padding:9px 11px;font-size:12px;font-weight:800}
.beta-report-actions button.accept{background:#172449;color:#fff}
.beta-report-actions button.question{background:#eaf3ff;color:#2869b4}
.beta-report-actions button.resolve{background:#e8f8f1;color:#16815a}
.beta-report-actions button.archive{background:#eef0f4;color:#4e596b}
.beta-report-actions button:disabled{opacity:.55}
.beta-conversation{white-space:pre-wrap;border-radius:9px;margin-top:9px;padding:10px 12px}
.beta-conversation b{display:block;font-size:11px}
.beta-conversation p{margin:4px 0 0!important;font-size:12px!important;line-height:1.5}
.beta-conversation.admin-question{background:#eaf3ff;border-left:3px solid #3479cd;color:#24334e}
.beta-conversation.employee-response{background:#f1eaff;border-left:3px solid #7547bd;color:#3b2866}
.beta-resolution-note{white-space:pre-wrap;background:#e8f8f1;border-radius:9px;padding:9px 11px;color:#126f4e!important}
.beta-error-center{width:min(94vw,780px);max-height:92vh;overflow:auto}
.employee-error-list{display:grid;gap:9px;margin:16px 0;padding:14px;background:#f6f8fb;border:1px solid #dce2ea;border-radius:14px;text-align:left}
.employee-error-list h3{margin:0 0 2px;font-size:14px}
.employee-error-item{background:#fff;border:1px solid #e1e5ec;border-left:4px solid #eeae35;border-radius:11px;padding:12px}
.employee-error-item.waiting_employee{border-left-color:#3479cd}
.employee-error-item.resolved{border-left-color:#23a56f}
.employee-error-item.archived{border-left-color:#8a93a3;opacity:.82}
.employee-error-item header{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px}
.employee-error-item header b{color:#172449;font-size:12px}
.employee-error-item header small{color:#6d7789;font-size:11px}
.employee-error-item>strong{display:block;font-size:13px;line-height:1.45}
.employee-error-question{white-space:pre-wrap;background:#eaf3ff;border-radius:9px;margin-top:10px;padding:10px 11px;color:#24334e}
.employee-error-question b{display:block;font-size:11px}
.employee-error-question p{margin:4px 0 0;font-size:13px;line-height:1.5}
.employee-error-response,.employee-error-resolution{white-space:pre-wrap;margin:9px 0 0!important;padding:9px 11px;border-radius:9px;font-size:12px!important;line-height:1.5}
.employee-error-response{background:#f1eaff;color:#3b2866!important}
.employee-error-resolution{background:#e8f8f1;color:#126f4e!important}
.employee-error-answer{display:grid;gap:8px;margin-top:10px}
.employee-error-answer textarea{min-height:76px;margin:0!important;font-size:14px}
.employee-error-answer button{justify-self:end;border:0;border-radius:9px;background:#3479cd;color:#fff;padding:10px 13px;font-size:12px;font-weight:800}
.employee-error-answer button:disabled{opacity:.55}
@media (max-width:760px){.beta-report-row{grid-template-columns:1fr}.beta-report-tools{min-width:0}.beta-report-actions{justify-content:flex-start}.employee-error-item header{display:grid;gap:3px}}
