#report-error-btn{margin-top:20px;padding:2px 2px;background-color:var(--theme-palette-color-8);color:var(--theme-palette-color-4);border:none;cursor:pointer;font-weight:700;transition:background 0.3s ease}#report-error-btn:hover{color:var(--theme-palette-color-2)}#report-error-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .7);display:flex;align-items:center;justify-content:center;z-index:9999}.report-error-form{background-color:var(--theme-palette-color-8);padding:20px;width:90%;max-width:500px;border-radius:8px;box-shadow:0 0 10px var(--theme-palette-color-5);color:var(--theme-palette-color-4)}.report-error-form h3{font-size:18px;margin-top:0;color:var(--theme-palette-color-4)}.report-error-form p{color:var(--theme-palette-color-5)}.report-error-form input,.report-error-form select,.report-error-form textarea{width:100%;margin-bottom:15px;padding:10px;border:1px solid var(--theme-palette-color-5);border-radius:4px;background-color:var(--theme-palette-color-6);color:var(--theme-palette-color-4)}.report-error-form input::placeholder,.report-error-form textarea::placeholder{color:var(--theme-palette-color-5)}.report-error-form button[type="submit"]{background-color:var(--theme-palette-color-2);color:var(--theme-palette-color-8);border:none;padding:10px 20px;border-radius:5px;font-weight:700;cursor:pointer;transition:background 0.3s ease}.report-error-form button[type="submit"]:hover{background-color:var(--theme-palette-color-1)}#report-response p{margin-top:10px;font-weight:700}