#reportIncident {
    background: #fff;
}

#reportIncident .report-header {
    background: #fff;
    padding: 3.75rem 0 2.5rem;
}

#reportIncident .report-header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 980px;
}

#reportIncident .report-header h2 {
    margin: 0;
    color: #30323d;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
}

#reportIncident .report-header h2 span {
    font-weight: 700;
}

#reportIncident .info-reportIncident {
    margin: 0;
    color: #30323d;
    max-width: 860px;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

#reportIncident > #incidentCreationDiv > .container {
    max-width: 980px;
    padding: 0 1rem 3.5rem;
}

#reportIncident fieldset {
    border: 0;
    margin: 0 0 3.5rem;
    padding: 0;
}

#reportIncident .report-contact {
    margin-bottom: 0;
}

#reportIncident .incident-data h5,
#reportIncident .attachmentFieldset .description,
#reportIncident .divPesquisa h5 {
    margin: 0 0 0.9rem;
    color: #B41414;
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

#reportIncident .identification-choice {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#reportIncident .identification-choice__label {
    margin: 0;
}

#reportIncident .identification-choice__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

#reportIncident .identification-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    padding: 1rem 1.25rem;
    border: 1px solid #cfcfcf;
    cursor: pointer;
}

#reportIncident .identification-option input[type="radio"] {
    appearance: auto;
    -webkit-appearance: radio;
    width: auto;
    height: auto;
    margin: 0;
    position: static;
    border: 0;
    border-radius: 50%;
}

#reportIncident .identification-option input[type="radio"]::before {
    content: none;
    display: none;
}

#reportIncident .identification-option span {
    color: #30323d;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: none;
}

#reportIncident .identification-choice__hint {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

#reportIncident .complainantFields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
    padding: 1.5rem;
    background: #f8f5fb;
}

#reportIncident .complainantFields > div {
    margin: 0;
}

#reportIncident .complainantFields > div:first-child,
#reportIncident .complainantFields > div:nth-child(2),
#reportIncident .complainantFields > div:nth-child(3) {
    grid-column: 1 / -1;
}

#reportIncident .incident-data > div,
#reportIncident .report-contact form,
#reportIncident .attachmentFieldset,
#reportIncident .divPesquisa {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

#reportIncident label.color--text,
#reportIncident .label-font {
    color: #B41414;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

#reportIncident .required-mark {
    color: #B41414;
}

#reportIncident .form-control,
#reportIncident .form-select,
#reportIncident textarea {
    min-height: 3.4rem;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: none;
}

#reportIncident textarea {
    min-height: 12rem;
}

#reportIncident .attachmentFieldset .description {
    margin-bottom: 0.25rem;
}

#reportIncident .text-upload-indo {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#reportIncident .dxButtons {
    justify-content: flex-end;
}

#reportIncident .btSalvar {
    min-width: 220px;
    border: 0;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    #reportIncident .report-header {
        padding: 3rem 0 2rem;
    }

    #reportIncident .report-header .container {
        gap: 1.5rem;
    }

    #reportIncident > #incidentCreationDiv > .container {
        padding-bottom: 3rem;
    }

    #reportIncident .incident-data h5,
    #reportIncident .attachmentFieldset .description,
    #reportIncident .divPesquisa h5 {
        font-size: 1rem;
    }

    #reportIncident .identification-choice__options,
    #reportIncident .complainantFields {
        grid-template-columns: 1fr;
    }

    #reportIncident .btSalvar {
        width: 100%;
        min-width: 0;
    }
}
