label.custom-file-label::after {
    content: 'Adjuntar foto';
}

.geolocation-field input {
    border-radius: .25rem .25rem 0 0;
}

.geolocation-field button {
    border: 1px solid #ced4da;
    border-top-width: 0;
    border-radius: 0 0 .25rem .25rem;
}

@media (min-width: 768px) {
    .geolocation-field input {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }

    .geolocation-field button {
        border-left: 0;
        border-top-width: 1px;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }
}

#incidencias-map {
    height: 300px;
}

.required {
    color: crimson;
    font-size: 2.6ch;
    margin-left: 0.5ch;
}

.denuncias-lopd {
    font-size: 11px;
}

.denuncias-lopd th {
    font-weight: bold;
}

.denuncias-lopd tbody tr:nth-of-type(even) td,
.denuncias-lopd tbody tr:nth-of-type(even) th {
    background-color: #f1f1f1;
}

.denuncias-lopd th,
.denuncias-lopd td {
    padding: 1rem;
}

.denuncias-lopd tfoot td {
    text-align: center;
}

.btn-denuncias {
    background-color: var(--portales-animsa-btn_bg, #f0f0f0) !important;
    color: var(--portales-animsa-btn_txt, #000)
}
