.radio-person-type{
    width: 20px; 
    height: 20px;
}

.custom-control-label {
   margin: 5px; 
}

/* Selector más específico */
#document_type option {
    margin-bottom: 50px;
}

/* Añadir !important para forzar la prioridad */
#document_type option:hover {
    background-color: #ff0000 !important;
    color: #fff !important;
}
