.report-modal-container{top:0;left:0;z-index:1010}.report-modal-backdrop,.report-modal-container{position:fixed;display:flex;align-items:center;justify-content:center}.report-modal-backdrop{inset:0;background-color:rgba(75,85,99,.75)}.report-modal-content{background-color:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05);transform:scale(1);transition:all .3s ease-in-out;max-width:32rem;width:100%}.report-modal-header{background-color:#f9fafb;padding:1rem;display:flex;flex-direction:row-reverse}.radio-label{display:inline-flex;align-items:center}.form-radio{margin-right:.5rem}.radio-option{display:flex;align-items:center}input[type=radio]{transform:scale(1.2)}.radio-text{margin-left:.5rem;font-size:15px;cursor:pointer}.form-textarea{width:100%;max-height:300px;min-height:150px;padding:10px;margin-top:10px;box-sizing:border-box;border:1px solid gray!important}.report-modal-button-close{border-radius:.375rem;border:1px solid #d1d5db;background-color:#fff;color:#374151;hover-background-color:#f3f4f6;margin-top:0}.report-modal-button-close,.report-modal-button-submit{width:100%;display:inline-flex;justify-content:center;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:.5rem 1rem;font-weight:500;focus-outline:none;focus-box-shadow:0 0 0 2px #3b82f6;focus-border-color:transparent;margin-left:.75rem;width:auto;font-size:.875rem}.report-modal-button-submit{border-radius:.375rem;border:none;background-color:#6366f1;color:#fff;hover-background-color:#4f46e5}.report-modal-body{padding:1.25rem 1.25rem 1.5rem}.report-modal-title{font-size:1.125rem;line-height:1.75rem;font-weight:500;color:#111827;margin:20px 0}.report-modal-description{margin-top:.5rem;font-size:.875rem;color:#6b7280;display:flex;flex-direction:column;align-items:start;gap:5px}